Age | Commit message (Expand) | Author |
2022-07-26 | Makefile: replace headers_install with headers for kselftest | Guillaume Tucker |
2022-07-24 | io_uring: move to separate directory | Jens Axboe |
2022-07-24 | Linux 5.19-rc8v5.19-rc8 | Linus Torvalds |
2022-07-17 | Linux 5.19-rc7v5.19-rc7 | Linus Torvalds |
2022-07-11 | Makefile: add headers_install to kselftest targets | Guillaume Tucker |
2022-07-10 | Linux 5.19-rc6v5.19-rc6 | Linus Torvalds |
2022-07-03 | Linux 5.19-rc5v5.19-rc5 | Linus Torvalds |
2022-06-26 | Linux 5.19-rc4v5.19-rc4 | Linus Torvalds |
2022-06-26 | kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt) | Masahiro Yamada |
2022-06-19 | Linux 5.19-rc3v5.19-rc3 | Linus Torvalds |
2022-06-12 | Linux 5.19-rc2v5.19-rc2 | Linus Torvalds |
2022-06-09 | gcc-12: disable '-Warray-bounds' universally for now | Linus Torvalds |
2022-06-09 | gcc-12: disable '-Wdangling-pointer' warning for now | Linus Torvalds |
2022-06-05 | Linux 5.19-rc1v5.19-rc1 | Linus Torvalds |
2022-06-05 | kbuild: clean .tmp_* pattern by make clean | Masahiro Yamada |
2022-05-26 | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2022-05-24 | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-05-24 | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-05-22 | Linux 5.18v5.18 | Linus Torvalds |
2022-05-15 | Linux 5.18-rc7v5.18-rc7 | Linus Torvalds |
2022-05-11 | kbuild: factor out the common installation code into scripts/install.sh | Masahiro Yamada |
2022-05-08 | Linux 5.18-rc6v5.18-rc6 | Linus Torvalds |
2022-05-08 | randstruct: Split randstruct Makefile and CFLAGS | Kees Cook |
2022-05-08 | Makefile: fix 2 typos | Randy Dunlap |
2022-05-08 | kbuild: support W=e to make build abort in case of warning | Yann Droneaud |
2022-05-08 | kbuild: make *.mod not depend on *.o | Masahiro Yamada |
2022-05-08 | kbuild: split the second line of *.mod into *.usyms | Masahiro Yamada |
2022-05-01 | Linux 5.18-rc5v5.18-rc5 | Linus Torvalds |
2022-04-24 | Linux 5.18-rc4v5.18-rc4 | Linus Torvalds |
2022-04-22 | objtool: Add CONFIG_OBJTOOL | Josh Poimboeuf |
2022-04-17 | Linux 5.18-rc3v5.18-rc3 | Linus Torvalds |
2022-04-10 | Linux 5.18-rc2v5.18-rc2 | Linus Torvalds |
2022-04-05 | kbuild: Allow kernel installation packaging to override pkg-config | Chun-Tse Shao |
2022-04-03 | Linux 5.18-rc1v5.18-rc1 | Linus Torvalds |
2022-04-02 | kbuild: Remove '-mno-global-merge' | Nathan Chancellor |
2022-03-31 | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-03-31 | kbuild: Make $(LLVM) more flexible | Nathan Chancellor |
2022-03-26 | Merge tag 'array-bounds-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-03-25 | Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-03-20 | Linux 5.17v5.17 | Linus Torvalds |
2022-03-13 | Linux 5.17-rc8v5.17-rc8 | Linus Torvalds |
2022-03-13 | Kbuild: use -std=gnu11 for KBUILD_USERCFLAGS | Arnd Bergmann |
2022-03-13 | Kbuild: move to -std=gnu11 | Arnd Bergmann |
2022-03-13 | Kbuild: use -Wdeclaration-after-statement | Mark Rutland |
2022-03-06 | Linux 5.17-rc7v5.17-rc7 | Linus Torvalds |
2022-02-27 | Linux 5.17-rc6v5.17-rc6 | Linus Torvalds |
2022-02-20 | Linux 5.17-rc5v5.17-rc5 | Linus Torvalds |
2022-02-15 | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada |
2022-02-14 | kbuild: Add environment variables for userprogs flags | Elliot Berman |
2022-02-13 | Makefile: Enable -Wzero-length-bounds | Kees Cook |