Age | Commit message (Expand) | Author | Files | Lines |
2022-11-28 | Linux 6.1-rc7 | Linus Torvalds | 1 | -1/+1 |
2022-11-21 | Linux 6.1-rc6 | Linus Torvalds | 1 | -1/+1 |
2022-11-14 | Linux 6.1-rc5 | Linus Torvalds | 1 | -1/+1 |
2022-11-07 | Linux 6.1-rc4 | Linus Torvalds | 1 | -1/+1 |
2022-11-06 | Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2022-10-31 | Linux 6.1-rc3 | Linus Torvalds | 1 | -1/+1 |
2022-10-28 | kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-ar | Masahiro Yamada | 1 | -1/+1 |
2022-10-27 | kbuild: use POSIX-compatible grep option | Stefan Hansson | 1 | -1/+1 |
2022-10-24 | Linux 6.1-rc2 | Linus Torvalds | 1 | -1/+1 |
2022-10-17 | Linux 6.1-rc1 | Linus Torvalds | 1 | -2/+2 |
2022-10-16 | Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+2 |
2022-10-16 | kbuild: fix single directory build | Masahiro Yamada | 1 | -0/+2 |
2022-10-11 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2022-10-10 | Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+4 |
2022-10-10 | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -98/+86 |
2022-10-04 | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2022-10-04 | Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -12/+1 |
2022-10-04 | Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 1 | -9/+163 |
2022-10-04 | kmsan: add KMSAN runtime core | Alexander Potapenko | 1 | -0/+1 |
2022-10-03 | Linux 6.0 | Linus Torvalds | 1 | -1/+1 |
2022-10-02 | Revert "kbuild: Check if linker supports the -X option" | Masahiro Yamada | 1 | -1/+1 |
2022-10-02 | kbuild: rebuild .vmlinux.export.o when its prerequisite is updated | Masahiro Yamada | 1 | -13/+5 |
2022-10-02 | kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_o | Masahiro Yamada | 1 | -1/+5 |
2022-10-02 | kbuild: remove head-y syntax | Masahiro Yamada | 1 | -2/+2 |
2022-10-02 | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada | 1 | -5/+18 |
2022-09-30 | hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero | Kees Cook | 1 | -2/+2 |
2022-09-29 | kbuild: hide error checker logs for V=1 builds | Masahiro Yamada | 1 | -2/+2 |
2022-09-29 | kbuild: unify two modpost invocations | Masahiro Yamada | 1 | -7/+25 |
2022-09-28 | kbuild: move vmlinux.o rule to the top Makefile | Masahiro Yamada | 1 | -4/+5 |
2022-09-28 | kbuild: move .vmlinux.objs rule to Makefile.modpost | Masahiro Yamada | 1 | -1/+1 |
2022-09-28 | kbuild: list sub-directories in ./Kbuild | Masahiro Yamada | 1 | -43/+20 |
2022-09-28 | Makefile.compiler: replace cc-ifversion with compiler-specific macros | Nick Desaulniers | 1 | -4/+2 |
2022-09-28 | kbuild: fix and refactor single target build | Masahiro Yamada | 1 | -5/+4 |
2022-09-28 | kbuild: generate include/generated/compile.h in top Makefile | Masahiro Yamada | 1 | -1/+7 |
2022-09-28 | kbuild: move 'PHONY += modules_prepare' to the common part | Masahiro Yamada | 1 | -5/+1 |
2022-09-28 | kbuild: refactor single builds of *.ko | Masahiro Yamada | 1 | -12/+4 |
2022-09-28 | kbuild: remove duplicated dependency between modules and modules_check | Masahiro Yamada | 1 | -2/+1 |
2022-09-28 | kbuild: do not deduplicate modules.order | Masahiro Yamada | 1 | -4/+1 |
2022-09-28 | kbuild: check sha1sum just once for each atomic header | Masahiro Yamada | 1 | -1/+1 |
2022-09-28 | kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.package | Masahiro Yamada | 1 | -6/+2 |
2022-09-28 | kbuild: add phony targets to ./Kbuild | Masahiro Yamada | 1 | -1/+1 |
2022-09-28 | Kbuild: add Rust support | Miguel Ojeda | 1 | -9/+163 |
2022-09-27 | dt: Add a check for undocumented compatible strings in kernel | Rob Herring | 1 | -0/+4 |
2022-09-26 | cfi: Switch to -fsanitize=kcfi | Sami Tolvanen | 1 | -12/+1 |
2022-09-26 | Linux 6.0-rc7 | Linus Torvalds | 1 | -1/+1 |
2022-09-18 | Linux 6.0-rc6 | Linus Torvalds | 1 | -1/+1 |
2022-09-11 | Linux 6.0-rc5 | Linus Torvalds | 1 | -1/+1 |
2022-09-11 | Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+1 |
2022-09-04 | Linux 6.0-rc4 | Linus Torvalds | 1 | -1/+1 |
2022-09-01 | kbuild: disable header exports for UML in a straightforward way | Masahiro Yamada | 1 | -2/+1 |