aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Merge tag 'rust-6.3' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+1
2023-02-19Linux 6.2v6.2Linus Torvalds1-1/+1
2023-02-12Linux 6.2-rc8v6.2-rc8Linus Torvalds1-1/+1
2023-02-07rust: delete rust-project.json when running make cleanMaĆ­ra Canal1-1/+1
2023-02-05Linux 6.2-rc7v6.2-rc7Linus Torvalds1-1/+1
2023-01-29Linux 6.2-rc6v6.2-rc6Linus Torvalds1-1/+1
2023-01-21Linux 6.2-rc5v6.2-rc5Linus Torvalds1-1/+1
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+14
2023-01-15Linux 6.2-rc4v6.2-rc4Linus Torvalds1-1/+1
2023-01-11kbuild: fix 'make modules' error when CONFIG_DEBUG_INFO_BTF_MODULES=yMasahiro Yamada1-0/+1
2023-01-11kbuild: export top-level LDFLAGS_vmlinux only to scripts/Makefile.vmlinuxMasahiro Yamada1-1/+13
2023-01-08Linux 6.2-rc3v6.2-rc3Linus Torvalds1-1/+1
2023-01-05kbuild: fix single *.ko buildMasahiro Yamada1-1/+1
2023-01-01Linux 6.2-rc2v6.2-rc2Linus Torvalds1-1/+1
2022-12-30kbuild: sort single-targets alphabetically againMasahiro Yamada1-1/+1
2022-12-25Linux 6.2-rc1v6.2-rc1Linus Torvalds1-2/+2
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-7/+19
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+3
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2022-12-14kbuild: ensure Make >= 3.82 is usedMasahiro Yamada1-0/+4
2022-12-14kbuild: change module.order to list *.o instead of *.koMasahiro Yamada1-1/+1
2022-12-13kbuild: add read-file macroMasahiro Yamada1-1/+1
2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada1-1/+1
2022-12-12Merge tag 'docs-6.2' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2022-12-12Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+3
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+2
2022-12-12Merge tag 'unsigned-char-6.2-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2022-12-11Linux 6.1v6.1Linus Torvalds1-1/+1
2022-12-11kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGSMasahiro Yamada1-1/+2
2022-12-10kbuild: Port silent mode detection to future gnu make.Dmitry Goncharov1-3/+10
2022-12-04Linux 6.1-rc8v6.1-rc8Linus Torvalds1-1/+1
2022-11-27Linux 6.1-rc7v6.1-rc7Linus Torvalds1-1/+1
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar1-2/+2
2022-11-21doc: add texinfodocs and infodocs targetsMaxim Cournoyer1-1/+1
2022-11-21Merge branch 'dt/dtbo-rename' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-1/+3
2022-11-20Linux 6.1-rc6v6.1-rc6Linus Torvalds1-1/+1
2022-11-19kbuild: treat char as always unsignedJason A. Donenfeld1-1/+1
2022-11-18kbuild: Cleanup DT Overlay intermediate files as appropriateAndrew Davis1-1/+3
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy1-1/+3
2022-11-13Linux 6.1-rc5v6.1-rc5Linus Torvalds1-1/+1
2022-11-09scs: add support for dynamic shadow call stacksArd Biesheuvel1-0/+2
2022-11-06Linux 6.1-rc4v6.1-rc4Linus Torvalds1-1/+1
2022-11-06Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li1-1/+1
2022-10-30Linux 6.1-rc3v6.1-rc3Linus Torvalds1-1/+1
2022-10-28kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-arMasahiro Yamada1-1/+1
2022-10-28kbuild: use POSIX-compatible grep optionStefan Hansson1-1/+1
2022-10-23Linux 6.1-rc2v6.1-rc2Linus Torvalds1-1/+1
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra1-2/+2
2022-10-16Linux 6.1-rc1v6.1-rc1Linus Torvalds1-2/+2
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2022-10-17kbuild: fix single directory buildMasahiro Yamada1-0/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+4
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-98/+86
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-12/+1
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-9/+163
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko1-0/+1
2022-10-02Linux 6.0v6.0Linus Torvalds1-1/+1
2022-10-03Revert "kbuild: Check if linker supports the -X option"Masahiro Yamada1-1/+1
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada1-13/+5
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada1-1/+5
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+2
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-5/+18
2022-09-29hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zeroKees Cook1-2/+2
2022-09-29kbuild: hide error checker logs for V=1 buildsMasahiro Yamada1-2/+2
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada1-7/+25
2022-09-29kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada1-4/+5
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada1-1/+1
2022-09-29kbuild: list sub-directories in ./KbuildMasahiro Yamada1-43/+20
2022-09-29Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers1-4/+2
2022-09-29kbuild: fix and refactor single target buildMasahiro Yamada1-5/+4
2022-09-29kbuild: generate include/generated/compile.h in top MakefileMasahiro Yamada1-1/+7
2022-09-29kbuild: move 'PHONY += modules_prepare' to the common partMasahiro Yamada1-5/+1
2022-09-29kbuild: refactor single builds of *.koMasahiro Yamada1-12/+4
2022-09-29kbuild: remove duplicated dependency between modules and modules_checkMasahiro Yamada1-2/+1
2022-09-29kbuild: do not deduplicate modules.orderMasahiro Yamada1-4/+1
2022-09-29kbuild: check sha1sum just once for each atomic headerMasahiro Yamada1-1/+1
2022-09-29kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageMasahiro Yamada1-6/+2
2022-09-29kbuild: add phony targets to ./KbuildMasahiro Yamada1-1/+1
2022-09-28Kbuild: add Rust supportMiguel Ojeda1-9/+163
2022-09-27dt: Add a check for undocumented compatible strings in kernelRob Herring1-0/+4
2022-09-26cfi: Switch to -fsanitize=kcfiSami Tolvanen1-12/+1
2022-09-25Linux 6.0-rc7v6.0-rc7Linus Torvalds1-1/+1
2022-09-18Linux 6.0-rc6v6.0-rc6Linus Torvalds1-1/+1
2022-09-11Linux 6.0-rc5v6.0-rc5Linus Torvalds1-1/+1
2022-09-11Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2022-09-04Linux 6.0-rc4v6.0-rc4Linus Torvalds1-1/+1
2022-09-02kbuild: disable header exports for UML in a straightforward wayMasahiro Yamada1-2/+1
2022-08-28Linux 6.0-rc3v6.0-rc3Linus Torvalds1-1/+1
2022-08-21Linux 6.0-rc2v6.0-rc2Linus Torvalds1-1/+1
2022-08-21kbuild: fix the modules order between drivers and libsMasahiro Yamada1-4/+2
2022-08-14Linux 6.0-rc1v6.0-rc1Linus Torvalds1-4/+4
2022-08-10Makefile: link with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers1-0/+5
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+12
2022-08-02Merge tag 'linux-kselftest-next-5.20-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+2
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2022-07-31Linux 5.19v5.19Linus Torvalds1-1/+1
2022-07-31kbuild: add dtbs_prepare targetMasahiro Yamada1-4/+9
2022-07-27kbuild: error out if $(KBUILD_EXTMOD) contains % or :Masahiro Yamada1-0/+3
2022-07-27kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3Nick Desaulniers1-2/+0
2022-07-26Makefile: replace headers_install with headers for kselftestGuillaume Tucker1-2/+2
2022-07-24io_uring: move to separate directoryJens Axboe1-0/+1
2022-07-24Linux 5.19-rc8v5.19-rc8Linus Torvalds1-1/+1
2022-07-17Linux 5.19-rc7v5.19-rc7Linus Torvalds1-1/+1
2022-07-11Makefile: add headers_install to kselftest targetsGuillaume Tucker1-2/+2
2022-07-10Linux 5.19-rc6v5.19-rc6Linus Torvalds1-1/+1
2022-07-03Linux 5.19-rc5v5.19-rc5Linus Torvalds1-1/+1
2022-06-26Linux 5.19-rc4v5.19-rc4Linus Torvalds1-1/+1
2022-06-26kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt)Masahiro Yamada1-1/+1
2022-06-19Linux 5.19-rc3v5.19-rc3Linus Torvalds1-1/+1
2022-06-12Linux 5.19-rc2v5.19-rc2Linus Torvalds1-1/+1
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds1-0/+1
2022-06-09gcc-12: disable '-Wdangling-pointer' warning for nowLinus Torvalds1-0/+3
2022-06-05Linux 5.19-rc1v5.19-rc1Linus Torvalds1-2/+2
2022-06-05kbuild: clean .tmp_* pattern by make cleanMasahiro Yamada1-2/+2
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+10
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-05-22Linux 5.18v5.18Linus Torvalds1-1/+1
2022-05-15Linux 5.18-rc7v5.18-rc7Linus Torvalds1-1/+1
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada1-1/+2
2022-05-08Linux 5.18-rc6v5.18-rc6Linus Torvalds1-1/+1
2022-05-08randstruct: Split randstruct Makefile and CFLAGSKees Cook1-0/+1
2022-05-08Makefile: fix 2 typosRandy Dunlap1-2/+2
2022-05-08kbuild: support W=e to make build abort in case of warningYann Droneaud1-0/+1
2022-05-08kbuild: make *.mod not depend on *.oMasahiro Yamada1-1/+2
2022-05-08kbuild: split the second line of *.mod into *.usymsMasahiro Yamada1-1/+1
2022-05-01Linux 5.18-rc5v5.18-rc5Linus Torvalds1-1/+1
2022-04-24Linux 5.18-rc4v5.18-rc4Linus Torvalds1-1/+1
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-1/+1
2022-04-17Linux 5.18-rc3v5.18-rc3Linus Torvalds1-1/+1
2022-04-10Linux 5.18-rc2v5.18-rc2Linus Torvalds1-1/+1
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao1-1/+2
2022-04-03Linux 5.18-rc1v5.18-rc1Linus Torvalds1-2/+2
2022-04-02kbuild: Remove '-mno-global-merge'Nathan Chancellor1-4/+0
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-19/+27
2022-03-31kbuild: Make $(LLVM) more flexibleNathan Chancellor1-10/+16
2022-03-26Merge tag 'array-bounds-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+4
2022-03-20Linux 5.17v5.17Linus Torvalds1-1/+1
2022-03-13Linux 5.17-rc8v5.17-rc8Linus Torvalds1-1/+1
2022-03-13Kbuild: use -std=gnu11 for KBUILD_USERCFLAGSArnd Bergmann1-1/+1
2022-03-13Kbuild: move to -std=gnu11Arnd Bergmann1-2/+2
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland1-1/+2
2022-03-06Linux 5.17-rc7v5.17-rc7Linus Torvalds1-1/+1
2022-02-27Linux 5.17-rc6v5.17-rc6Linus Torvalds1-1/+1
2022-02-20Linux 5.17-rc5v5.17-rc5Linus Torvalds1-1/+1
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-4/+4
2022-02-14kbuild: Add environment variables for userprogs flagsElliot Berman1-4/+6
2022-02-13Makefile: Enable -Wzero-length-boundsKees Cook1-1/+0
2022-02-13Makefile: Enable -Warray-boundsKees Cook1-1/+0
2022-02-13Linux 5.17-rc4v5.17-rc4Linus Torvalds1-2/+2
2022-02-06Linux 5.17-rc3v5.17-rc3Linus Torvalds1-1/+1
2022-01-30Linux 5.17-rc2v5.17-rc2Linus Torvalds1-1/+1
2022-01-23Linux 5.17-rc1v5.17-rc1Linus Torvalds1-2/+2
2022-01-23Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"Masahiro Yamada1-1/+1
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-12/+3
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-11/+0
2022-01-11Merge tag 'Wcast-function-type-5.17-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+5
2022-01-09Linux 5.16v5.16Linus Torvalds1-1/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-2/+2
2022-01-08certs: refactor file cleaningMasahiro Yamada1-1/+1
2022-01-08kbuild: remove headers_check stubMasahiro Yamada1-9/+0
2022-01-02Linux 5.16-rc8v5.16-rc8Linus Torvalds1-1/+1
2021-12-26Linux 5.16-rc7v5.16-rc7Linus Torvalds1-1/+1
2021-12-19Linux 5.16-rc6v5.16-rc6Linus Torvalds1-1/+1
2021-12-12Linux 5.16-rc5v5.16-rc5Linus Torvalds1-1/+1
2021-12-11Merge tag 'devicetree-fixes-for-5.16-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+5
2021-12-08Revert "kbuild: Enable DT schema checks for %.dtb targets"Rob Herring1-5/+5
2021-12-08x86: Move RETPOLINE*_CFLAGS to arch MakefilePeter Zijlstra1-11/+0
2021-12-06Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGHSalvatore Bonaccorso1-1/+1
2021-12-05Linux 5.16-rc4v5.16-rc4Linus Torvalds1-1/+1
2021-11-28Linux 5.16-rc3v5.16-rc3Linus Torvalds1-1/+1
2021-11-25Merge tag 'drm-fixes-2021-11-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2021-11-21Linux 5.16-rc2v5.16-rc2Linus Torvalds1-1/+1
2021-11-15Makefile: Enable -Wcast-function-typeGustavo A. R. Silva1-0/+5
2021-11-14Linux 5.16-rc1v5.16-rc1Linus Torvalds1-2/+2
2021-11-14kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva1-5/+1
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-39/+2
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+15
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook1-0/+15
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+3
2021-11-01kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa1-0/+3
2021-11-01Merge tag 'hardening-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2021-10-31Linux 5.15v5.15Linus Torvalds1-2/+2
2021-10-25Linux 5.15-rc7v5.15-rc7Linus Torvalds1-1/+1
2021-10-24kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debugMasahiro Yamada1-38/+1
2021-10-18block: move CONFIG_BLOCK guard to top MakefileMasahiro Yamada1-1/+2
2021-10-17Linux 5.15-rc6v5.15-rc6Linus Torvalds1-1/+1
2021-10-10Linux 5.15-rc5v5.15-rc5Linus Torvalds1-1/+1
2021-10-03Linux 5.15-rc4v5.15-rc4Linus Torvalds1-1/+1
2021-09-26Linux 5.15-rc3v5.15-rc3Linus Torvalds1-1/+1
2021-09-25hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZEROKees Cook1-3/+3
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan1-1/+1