summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2022-12-13kbuild: add test-{ge,gt,le,lt} macrosMasahiro Yamada-1/+1
2022-12-12Merge tag 'docs-6.2' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2022-12-12Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-1/+3
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+2
2022-12-12Merge tag 'unsigned-char-6.2-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2022-12-11Linux 6.1v6.1Linus Torvalds-1/+1
2022-12-11kbuild: move -Werror from KBUILD_CFLAGS to KBUILD_CPPFLAGSMasahiro Yamada-1/+2
2022-12-10kbuild: Port silent mode detection to future gnu make.Dmitry Goncharov-3/+10
2022-12-04Linux 6.1-rc8v6.1-rc8Linus Torvalds-1/+1
2022-11-27Linux 6.1-rc7v6.1-rc7Linus Torvalds-1/+1
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar-2/+2
2022-11-21doc: add texinfodocs and infodocs targetsMaxim Cournoyer-1/+1
2022-11-21Merge branch 'dt/dtbo-rename' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-1/+3
2022-11-20Linux 6.1-rc6v6.1-rc6Linus Torvalds-1/+1
2022-11-19kbuild: treat char as always unsignedJason A. Donenfeld-1/+1
2022-11-18kbuild: Cleanup DT Overlay intermediate files as appropriateAndrew Davis-1/+3
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy-1/+3
2022-11-13Linux 6.1-rc5v6.1-rc5Linus Torvalds-1/+1
2022-11-09scs: add support for dynamic shadow call stacksArd Biesheuvel-0/+2
2022-11-06Linux 6.1-rc4v6.1-rc4Linus Torvalds-1/+1
2022-11-06Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li-1/+1
2022-10-30Linux 6.1-rc3v6.1-rc3Linus Torvalds-1/+1
2022-10-28kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-arMasahiro Yamada-1/+1
2022-10-28kbuild: use POSIX-compatible grep optionStefan Hansson-1/+1
2022-10-23Linux 6.1-rc2v6.1-rc2Linus Torvalds-1/+1
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra-2/+2
2022-10-16Linux 6.1-rc1v6.1-rc1Linus Torvalds-2/+2
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+2
2022-10-17kbuild: fix single directory buildMasahiro Yamada-0/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+1
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+4
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-98/+86
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds-12/+1
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-9/+163
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko-0/+1
2022-10-02Linux 6.0v6.0Linus Torvalds-1/+1
2022-10-03Revert "kbuild: Check if linker supports the -X option"Masahiro Yamada-1/+1
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada-13/+5
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada-1/+5
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada-2/+2
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-5/+18
2022-09-29hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zeroKees Cook-2/+2
2022-09-29kbuild: hide error checker logs for V=1 buildsMasahiro Yamada-2/+2
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada-7/+25
2022-09-29kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada-4/+5
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada-1/+1
2022-09-29kbuild: list sub-directories in ./KbuildMasahiro Yamada-43/+20
2022-09-29Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers-4/+2