aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2022-10-23Linux 6.1-rc2v6.1-rc2Gravatar Linus Torvalds 1-1/+1
2022-10-16Linux 6.1-rc1v6.1-rc1Gravatar Linus Torvalds 1-2/+2
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2022-10-17kbuild: fix single directory buildGravatar Masahiro Yamada 1-0/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+4
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-98/+86
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-12/+1
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-9/+163
2022-10-03kmsan: add KMSAN runtime coreGravatar Alexander Potapenko 1-0/+1
2022-10-02Linux 6.0v6.0Gravatar Linus Torvalds 1-1/+1
2022-10-03Revert "kbuild: Check if linker supports the -X option"Gravatar Masahiro Yamada 1-1/+1
2022-10-03kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedGravatar Masahiro Yamada 1-13/+5
2022-10-03kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oGravatar Masahiro Yamada 1-1/+5
2022-10-02kbuild: remove head-y syntaxGravatar Masahiro Yamada 1-2/+2
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headGravatar Masahiro Yamada 1-5/+18
2022-09-29hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zeroGravatar Kees Cook 1-2/+2
2022-09-29kbuild: hide error checker logs for V=1 buildsGravatar Masahiro Yamada 1-2/+2
2022-09-29kbuild: unify two modpost invocationsGravatar Masahiro Yamada 1-7/+25
2022-09-29kbuild: move vmlinux.o rule to the top MakefileGravatar Masahiro Yamada 1-4/+5
2022-09-29kbuild: move .vmlinux.objs rule to Makefile.modpostGravatar Masahiro Yamada 1-1/+1
2022-09-29kbuild: list sub-directories in ./KbuildGravatar Masahiro Yamada 1-43/+20
2022-09-29Makefile.compiler: replace cc-ifversion with compiler-specific macrosGravatar Nick Desaulniers 1-4/+2
2022-09-29kbuild: fix and refactor single target buildGravatar Masahiro Yamada 1-5/+4
2022-09-29kbuild: generate include/generated/compile.h in top MakefileGravatar Masahiro Yamada 1-1/+7
2022-09-29kbuild: move 'PHONY += modules_prepare' to the common partGravatar Masahiro Yamada 1-5/+1
2022-09-29kbuild: refactor single builds of *.koGravatar Masahiro Yamada 1-12/+4
2022-09-29kbuild: remove duplicated dependency between modules and modules_checkGravatar Masahiro Yamada 1-2/+1
2022-09-29kbuild: do not deduplicate modules.orderGravatar Masahiro Yamada 1-4/+1
2022-09-29kbuild: check sha1sum just once for each atomic headerGravatar Masahiro Yamada 1-1/+1
2022-09-29kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageGravatar Masahiro Yamada 1-6/+2
2022-09-29kbuild: add phony targets to ./KbuildGravatar Masahiro Yamada 1-1/+1
2022-09-28Kbuild: add Rust supportGravatar Miguel Ojeda 1-9/+163
2022-09-27dt: Add a check for undocumented compatible strings in kernelGravatar Rob Herring 1-0/+4
2022-09-26cfi: Switch to -fsanitize=kcfiGravatar Sami Tolvanen 1-12/+1
2022-09-25Linux 6.0-rc7v6.0-rc7Gravatar Linus Torvalds 1-1/+1
2022-09-18Linux 6.0-rc6v6.0-rc6Gravatar Linus Torvalds 1-1/+1
2022-09-11Linux 6.0-rc5v6.0-rc5Gravatar Linus Torvalds 1-1/+1
2022-09-11Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2022-09-04Linux 6.0-rc4v6.0-rc4Gravatar Linus Torvalds 1-1/+1
2022-09-02kbuild: disable header exports for UML in a straightforward wayGravatar Masahiro Yamada 1-2/+1
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