aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-08-28Linux 6.0-rc3v6.0-rc3Gravatar Linus Torvalds 1-1/+1
2022-08-21Linux 6.0-rc2v6.0-rc2Gravatar Linus Torvalds 1-1/+1
2022-08-21kbuild: fix the modules order between drivers and libsGravatar Masahiro Yamada 1-4/+2
2022-08-14Linux 6.0-rc1v6.0-rc1Gravatar Linus Torvalds 1-4/+4
2022-08-10Makefile: link with -z noexecstack --no-warn-rwx-segmentsGravatar Nick Desaulniers 1-0/+5
2022-08-10Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+12
2022-08-02Merge tag 'linux-kselftest-next-5.20-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+2
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+1
2022-07-31Linux 5.19v5.19Gravatar Linus Torvalds 1-1/+1
2022-07-31kbuild: add dtbs_prepare targetGravatar Masahiro Yamada 1-4/+9
2022-07-27kbuild: error out if $(KBUILD_EXTMOD) contains % or :Gravatar Masahiro Yamada 1-0/+3
2022-07-27kbuild: drop support for CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3Gravatar Nick Desaulniers 1-2/+0
2022-07-26Makefile: replace headers_install with headers for kselftestGravatar Guillaume Tucker 1-2/+2
2022-07-24io_uring: move to separate directoryGravatar Jens Axboe 1-0/+1
2022-07-24Linux 5.19-rc8v5.19-rc8Gravatar Linus Torvalds 1-1/+1
2022-07-17Linux 5.19-rc7v5.19-rc7Gravatar Linus Torvalds 1-1/+1
2022-07-11Makefile: add headers_install to kselftest targetsGravatar Guillaume Tucker 1-2/+2
2022-07-10Linux 5.19-rc6v5.19-rc6Gravatar Linus Torvalds 1-1/+1
2022-07-03Linux 5.19-rc5v5.19-rc5Gravatar Linus Torvalds 1-1/+1
2022-06-26Linux 5.19-rc4v5.19-rc4Gravatar Linus Torvalds 1-1/+1
2022-06-26kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt)Gravatar Masahiro Yamada 1-1/+1
2022-06-19Linux 5.19-rc3v5.19-rc3Gravatar Linus Torvalds 1-1/+1
2022-06-12Linux 5.19-rc2v5.19-rc2Gravatar Linus Torvalds 1-1/+1
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowGravatar Linus Torvalds 1-0/+1
2022-06-09gcc-12: disable '-Wdangling-pointer' warning for nowGravatar Linus Torvalds 1-0/+3
2022-06-05Linux 5.19-rc1v5.19-rc1Gravatar Linus Torvalds 1-2/+2
2022-06-05kbuild: clean .tmp_* pattern by make cleanGravatar Masahiro Yamada 1-2/+2
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-6/+10
2022-05-24Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2022-05-22Linux 5.18v5.18Gravatar Linus Torvalds 1-1/+1
2022-05-15Linux 5.18-rc7v5.18-rc7Gravatar Linus Torvalds 1-1/+1
2022-05-11kbuild: factor out the common installation code into scripts/install.shGravatar Masahiro Yamada 1-1/+2
2022-05-08Linux 5.18-rc6v5.18-rc6Gravatar Linus Torvalds 1-1/+1
2022-05-08randstruct: Split randstruct Makefile and CFLAGSGravatar Kees Cook 1-0/+1
2022-05-08Makefile: fix 2 typosGravatar Randy Dunlap 1-2/+2
2022-05-08kbuild: support W=e to make build abort in case of warningGravatar Yann Droneaud 1-0/+1
2022-05-08kbuild: make *.mod not depend on *.oGravatar Masahiro Yamada 1-1/+2
2022-05-08kbuild: split the second line of *.mod into *.usymsGravatar Masahiro Yamada 1-1/+1
2022-05-01Linux 5.18-rc5v5.18-rc5Gravatar Linus Torvalds 1-1/+1
2022-04-24Linux 5.18-rc4v5.18-rc4Gravatar Linus Torvalds 1-1/+1
2022-04-22objtool: Add CONFIG_OBJTOOLGravatar Josh Poimboeuf 1-1/+1
2022-04-17Linux 5.18-rc3v5.18-rc3Gravatar Linus Torvalds 1-1/+1
2022-04-10Linux 5.18-rc2v5.18-rc2Gravatar Linus Torvalds 1-1/+1
2022-04-05kbuild: Allow kernel installation packaging to override pkg-configGravatar Chun-Tse Shao 1-1/+2
2022-04-03Linux 5.18-rc1v5.18-rc1Gravatar Linus Torvalds 1-2/+2
2022-04-02kbuild: Remove '-mno-global-merge'Gravatar Nathan Chancellor 1-4/+0
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-19/+27
2022-03-31kbuild: Make $(LLVM) more flexibleGravatar Nathan Chancellor 1-10/+16
2022-03-26Merge tag 'array-bounds-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+0