aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-19Linux 5.15-rc2v5.15-rc2Linus Torvalds1-1/+1
2021-09-13kbuild: Enable DT schema checks for %.dtb targetsRob Herring1-5/+5
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds1-6/+0
2021-09-13Makefile: drop GCC < 5 -fno-var-tracking-assignments workaroundNick Desaulniers1-6/+0
2021-09-12Linux 5.15-rc1v5.15-rc1Linus Torvalds1-2/+2
2021-09-08Makefile: use -Wno-main in the full kernel treeRandy Dunlap1-0/+2
2021-09-05Enable '-Werror' by default for all kernel buildsLinus Torvalds1-0/+3
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-41/+49
2021-09-03kbuild: Shuffle blank line to improve comment meaningNathan Chancellor1-1/+1
2021-09-03kbuild: Add a comment above -Wno-gnuNathan Chancellor1-0/+1
2021-09-03kbuild: Remove -Wno-format-invalid-specifier from clang blockNathan Chancellor1-1/+0
2021-09-03Makefile: remove stale cc-option checksNick Desaulniers1-19/+31
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2021-09-02Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2021-09-01parisc: Fix compile failure when building 64-bit kernel nativelyMasahiro Yamada1-0/+5
2021-08-29Linux 5.14v5.14Linus Torvalds1-1/+1
2021-08-22Linux 5.14-rc7v5.14-rc7Linus Torvalds1-1/+1
2021-08-15Linux 5.14-rc6v5.14-rc6Linus Torvalds1-1/+1
2021-08-10kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IASMasahiro Yamada1-1/+1
2021-08-10Makefile: move initial clang flag handling into scripts/Makefile.clangNick Desaulniers1-14/+1
2021-08-10kbuild: warn if a different compiler is used for external module buildsMasahiro Yamada1-2/+12
2021-08-10kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada1-3/+2
2021-08-08Linux 5.14-rc5v5.14-rc5Linus Torvalds1-1/+1
2021-08-07Merge tag 'kbuild-fixes-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+10
2021-08-05Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2021-08-05kbuild: cancel sub_make_done for the install target to fix DKMSMasahiro Yamada1-0/+10
2021-08-04scripts/recordmcount.pl: Remove check_objcopy() and $can_use_localNathan Chancellor1-1/+0
2021-08-01Linux 5.14-rc4v5.14-rc4Linus Torvalds1-1/+1
2021-07-25Linux 5.14-rc3v5.14-rc3Linus Torvalds1-1/+1
2021-07-20hardening: Introduce CONFIG_ZERO_CALL_USED_REGSKees Cook1-0/+5
2021-07-18Linux 5.14-rc2v5.14-rc2Linus Torvalds1-1/+1
2021-07-18Merge tag 'kbuild-fixes-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+5
2021-07-18kbuild: do not suppress Kconfig prompts for silent buildMasahiro Yamada1-4/+5
2021-07-15Revert "Makefile: Enable -Wimplicit-fallthrough for Clang"Linus Torvalds1-3/+6
2021-07-14Makefile: Enable -Wimplicit-fallthrough for ClangGustavo A. R. Silva1-6/+3
2021-07-11Linux 5.14-rc1v5.14-rc1Linus Torvalds1-2/+2
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-75/+55
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2021-06-27Linux 5.13v5.13Linus Torvalds1-1/+1
2021-06-20Linux 5.13-rc7v5.13-rc7Linus Torvalds1-2/+2
2021-06-17kbuild: remove trailing slashes from $(KBUILD_EXTMOD)Masahiro Yamada1-0/+5
2021-06-16Merge tag 'clang-features-v5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+4
2021-06-14Makefile: lto: Pass -warn-stack-size only on LLD < 13.0.0Tor Vic1-1/+4
2021-06-13Linux 5.13-rc6v5.13-rc6Linus Torvalds1-1/+1
2021-06-08Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers1-1/+1
2021-06-06Linux 5.13-rc5v5.13-rc5Linus Torvalds1-1/+1
2021-05-30Linux 5.13-rc4v5.13-rc4Linus Torvalds1-1/+1
2021-05-28Merge tag 'clang-features-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2021-05-27kbuild: merge scripts/mkmakefile to top MakefileMasahiro Yamada1-2/+9
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada1-1/+1
2021-05-24Makefile: LTO: have linker check -Wframe-larger-thanNick Desaulniers1-0/+5
2021-05-24kbuild: remove libelf checks from top MakefileMasahiro Yamada1-56/+22
2021-05-24kbuild: hide tools/ build targets from external module buildsMasahiro Yamada1-14/+16
2021-05-24Makefile: extend 32B aligned debug option to 64B alignedFeng Tang1-2/+2
2021-05-23Linux 5.13-rc3v5.13-rc3Linus Torvalds1-1/+1
2021-05-16Linux 5.13-rc2v5.13-rc2Linus Torvalds1-1/+1