summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2023-02-09Linux 6.1.11v6.1.11Greg Kroah-Hartman
2023-02-06Linux 6.1.10v6.1.10Greg Kroah-Hartman
2023-02-01Linux 6.1.9v6.1.9Greg Kroah-Hartman
2023-02-01kbuild: fix 'make modules' error when CONFIG_DEBUG_INFO_BTF_MODULES=yMasahiro Yamada
2023-02-01kbuild: export top-level LDFLAGS_vmlinux only to scripts/Makefile.vmlinuxMasahiro Yamada
2023-01-24Linux 6.1.8v6.1.8Greg Kroah-Hartman
2023-01-18Linux 6.1.7v6.1.7Greg Kroah-Hartman
2023-01-14Linux 6.1.6v6.1.6Greg Kroah-Hartman
2023-01-12Linux 6.1.5v6.1.5Greg Kroah-Hartman
2023-01-07Linux 6.1.4v6.1.4Greg Kroah-Hartman
2023-01-04Linux 6.1.3v6.1.3Greg Kroah-Hartman
2022-12-31Linux 6.1.2v6.1.2Greg Kroah-Hartman
2022-12-21Linux 6.1.1v6.1.1Greg Kroah-Hartman
2022-12-11Linux 6.1v6.1Linus Torvalds
2022-12-04Linux 6.1-rc8v6.1-rc8Linus Torvalds
2022-11-27Linux 6.1-rc7v6.1-rc7Linus Torvalds
2022-11-20Linux 6.1-rc6v6.1-rc6Linus Torvalds
2022-11-13Linux 6.1-rc5v6.1-rc5Linus Torvalds
2022-11-06Linux 6.1-rc4v6.1-rc4Linus Torvalds
2022-11-06Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-30Linux 6.1-rc3v6.1-rc3Linus Torvalds
2022-10-28kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-arMasahiro Yamada
2022-10-28kbuild: use POSIX-compatible grep optionStefan Hansson
2022-10-23Linux 6.1-rc2v6.1-rc2Linus Torvalds
2022-10-16Linux 6.1-rc1v6.1-rc1Linus Torvalds
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-17kbuild: fix single directory buildMasahiro Yamada
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko
2022-10-02Linux 6.0v6.0Linus Torvalds
2022-10-03Revert "kbuild: Check if linker supports the -X option"Masahiro Yamada
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-29hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zeroKees Cook
2022-09-29kbuild: hide error checker logs for V=1 buildsMasahiro Yamada
2022-09-29kbuild: unify two modpost invocationsMasahiro Yamada
2022-09-29kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada
2022-09-29kbuild: list sub-directories in ./KbuildMasahiro Yamada
2022-09-29Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers
2022-09-29kbuild: fix and refactor single target buildMasahiro Yamada
2022-09-29kbuild: generate include/generated/compile.h in top MakefileMasahiro Yamada
2022-09-29kbuild: move 'PHONY += modules_prepare' to the common partMasahiro Yamada