aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-05-22Linux 5.18HEADmasterLinus Torvalds1-1/+1
2022-05-15Linux 5.18-rc7Linus Torvalds1-1/+1
2022-05-08Linux 5.18-rc6Linus Torvalds1-1/+1
2022-05-01Linux 5.18-rc5Linus Torvalds1-1/+1
2022-04-24Linux 5.18-rc4Linus Torvalds1-1/+1
2022-04-17Linux 5.18-rc3Linus Torvalds1-1/+1
2022-04-10Linux 5.18-rc2Linus Torvalds1-1/+1
2022-04-03Linux 5.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.17Linus Torvalds1-1/+1
2022-03-13Linux 5.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-rc7Linus Torvalds1-1/+1
2022-02-27Linux 5.17-rc6Linus Torvalds1-1/+1
2022-02-20Linux 5.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-rc4Linus Torvalds1-2/+2
2022-02-06Linux 5.17-rc3Linus Torvalds1-1/+1
2022-01-30Linux 5.17-rc2Linus Torvalds1-1/+1
2022-01-23Linux 5.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.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-rc8Linus Torvalds1-1/+1
2021-12-26Linux 5.16-rc7Linus Torvalds1-1/+1
2021-12-19Linux 5.16-rc6Linus Torvalds1-1/+1
2021-12-12Linux 5.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-rc4Linus Torvalds1-1/+1
2021-11-28Linux 5.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-rc2Linus Torvalds1-1/+1
2021-11-15Makefile: Enable -Wcast-function-typeGustavo A. R. Silva1-0/+5
2021-11-14Linux 5.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.15Linus Torvalds1-2/+2
2021-10-25Linux 5.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-rc6Linus Torvalds1-1/+1
2021-10-10Linux 5.15-rc5Linus Torvalds1-1/+1
2021-10-03Linux 5.15-rc4Linus Torvalds1-1/+1
2021-09-26Linux 5.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-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-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.14Linus Torvalds1-1/+1
2021-08-22Linux 5.14-rc7Linus Torvalds1-1/+1
2021-08-15Linux 5.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-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-rc4Linus Torvalds1-1/+1
2021-07-25Linux 5.14-rc3Linus Torvalds1-1/+1
2021-07-20hardening: Introduce CONFIG_ZERO_CALL_USED_REGSKees Cook1-0/+5
2021-07-18Linux 5.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-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.13Linus Torvalds1-1/+1
2021-06-20Linux 5.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-rc6Linus Torvalds1-1/+1
2021-06-08Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers1-1/+1
2021-06-06Linux 5.13-rc5Linus Torvalds1-1/+1
2021-05-30Linux 5.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-rc3Linus Torvalds1-1/+1
2021-05-16Linux 5.13-rc2Linus Torvalds1-1/+1
2021-05-09Linux 5.13-rc1Linus Torvalds1-2/+2
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-29/+13
2021-05-06kbuild: remove the unneeded comments for external module buildsMasahiro Yamada1-11/+1
2021-05-06kbuild: make distclean remove tag files in sub-directoriesMasahiro Yamada1-7/+2
2021-05-06kbuild: make distclean work against $(objtree) instead of $(srctree)Masahiro Yamada1-1/+1
2021-05-03kbuild: remove ARCH=sh64 support from top MakefileMasahiro Yamada1-5/+0
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2021-05-02Makefile: Move -Wno-unused-but-set-variable out of GCC only blockNathan Chancellor1-4/+4
2021-05-02kbuild: add a script to remove stale generated filesMasahiro Yamada1-1/+5
2021-04-29Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-3/+5
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-127/+103
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+17
2021-04-26Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2021-04-25Linux 5.12Linus Torvalds1-1/+1
2021-04-25kbuild: Add $(KBUILD_HOSTLDFLAGS) to 'has_libelf' testNathan Chancellor1-1/+1
2021-04-25kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada1-16/+20
2021-04-25kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada1-32/+0
2021-04-25kbuild: refactor scripts/Makefile.modinstMasahiro Yamada1-1/+1
2021-04-25kbuild: rename extmod-prefix to extmod_prefixMasahiro Yamada1-10/+10
2021-04-25kbuild: check module name conflict for external modules as wellMasahiro Yamada1-5/+5
2021-04-25kbuild: show the target directory for depmod logMasahiro Yamada1-1/+1
2021-04-25kbuild: unify modules(_install) for in-tree and external modulesMasahiro Yamada1-49/+36
2021-04-25kbuild: remove unneeded mkdir for external modules_installMasahiro Yamada1-2/+0
2021-04-25kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada1-1/+1
2021-04-25kbuild: check the minimum assembler version in KconfigMasahiro Yamada1-1/+3
2021-04-25kbuild: replace sed with $(subst ) or $(patsubst )Masahiro Yamada1-1/+1
2021-04-25Makefile: Only specify '--prefix=' when building with clang + GNU asNathan Chancellor1-2/+2
2021-04-25Makefile: Remove '--gcc-toolchain' flagNathan Chancellor1-4/+0
2021-04-25kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes1-1/+1
2021-04-25kbuild: show warning if 'make headers_check' is usedMasahiro Yamada1-1/+5
2021-04-25kbuild: include Makefile.compiler only when compiler is neededMasahiro Yamada1-0/+13
2021-04-25kbuild: split cc-option and friends to scripts/Makefile.compilerMasahiro Yamada1-0/+4
2021-04-18Linux 5.12-rc8Linus Torvalds1-1/+1
2021-04-14kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada1-0/+5
2021-04-14kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada1-3/+0
2021-04-11Linux 5.12-rc7Linus Torvalds1-1/+1
2021-04-09keys: cleanup build time module signing keysNayna Jain1-3/+3
2021-04-08add support for Clang CFISami Tolvanen1-0/+17
2021-04-08stack: Optionally randomize kernel stack offset each syscallKees Cook1-0/+4
2021-04-04Linux 5.12-rc6Linus Torvalds1-1/+1
2021-03-28Linux 5.12-rc5Linus Torvalds1-1/+1
2021-03-21Linux 5.12-rc4Linus Torvalds1-1/+1
2021-03-15kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada1-4/+4
2021-03-14Linux 5.12-rc3Linus Torvalds1-1/+1
2021-03-11kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada1-0/+1
2021-03-10kbuild: add image_name to no-sync-config-targetsMasahiro Yamada1-1/+2
2021-03-05Linux 5.12-rc2Linus Torvalds1-1/+1
2021-02-28Linux 5.12-rc1Linus Torvalds1-3/+3
2021-02-28kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL againMasahiro Yamada1-2/+4
2021-02-28kbuild: make -s option take precedence over V=1Masahiro Yamada1-0/+1
2021-02-26Merge tag 'clang-lto-v5.12-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-02-25kbuild: Move .thinlto-cache removal to 'make clean'Masahiro Yamada1-2/+2
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-48/+57
2021-02-24kbuild: parse C= and M= before changing the working directoryMasahiro Yamada1-30/+31
2021-02-24kbuild: reuse this-makefile to define abs_srctreeMasahiro Yamada1-3/+2
2021-02-24Makefile: Remove # characters from compiler stringNathan Chancellor1-1/+1
2021-02-24Makefile: reuse CC_VERSION_TEXTNick Desaulniers1-7/+7
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+9
2021-02-23kbuild: lto: force rebuilds when switching CONFIG_LTOSami Tolvanen1-1/+2
2021-02-23tracing: add support for objtool mcountSami Tolvanen1-0/+7
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+30
2021-02-22Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+4
2021-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+14
2021-02-17kbuild: prevent CC_FLAGS_LTO self-bloating on recursive rebuildsAlexander Lobakin1-2/+2
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+12
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin1-1/+4
2021-02-16kbuild: clamp SUBLEVEL to 255Sasha Levin1-3/+9
2021-02-16Kconfig: allow explicit opt in to DWARF v5Nick Desaulniers1-0/+1
2021-02-16Kbuild: make DWARF version a choiceNick Desaulniers1-2/+3
2021-02-16kbuild: stop removing stale <linux/version.h> fileMasahiro Yamada1-2/+0
2021-02-14Linux 5.11Linus Torvalds1-2/+2
2021-02-12Makefile: use smaller dictionary size for xz module compressionTor Vic1-1/+1
2021-02-11kbuild: Do not clean resolve_btfids if the output does not existJiri Olsa1-1/+7