summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-2/+2
|\
| * Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-211-2/+2
| |\
| * | arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2022-10-171-2/+2
* | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\ \ \
| * | | kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li2022-11-011-1/+1
| |/ /
* | | Merge tag 'docs-6.2' of git://git.lwn.net/linuxLinus Torvalds2022-12-121-1/+1
|\ \ \
| * | | doc: add texinfodocs and infodocs targetsMaxim Cournoyer2022-11-211-1/+1
| |/ /
* | | Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2022-12-121-1/+3
|\ \ \
| * \ \ Merge branch 'dt/dtbo-rename' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2022-11-211-1/+3
| |\ \ \
| | * | | kbuild: Cleanup DT Overlay intermediate files as appropriateAndrew Davis2022-11-181-1/+3
| | |/ /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-12-121-0/+2
|\ \ \ \
| * | | | scs: add support for dynamic shadow call stacksArd Biesheuvel2022-11-091-0/+2
* | | | | Merge tag 'unsigned-char-6.2-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ \
| * | | | | kbuild: treat char as always unsignedJason A. Donenfeld2022-11-191-1/+1
* | | | | | Linux 6.1v6.1Linus Torvalds2022-12-111-1/+1
* | | | | | Linux 6.1-rc8v6.1-rc8Linus Torvalds2022-12-041-1/+1
* | | | | | Linux 6.1-rc7v6.1-rc7Linus Torvalds2022-11-271-1/+1
| |_|_|_|/ |/| | | |
* | | | | Linux 6.1-rc6v6.1-rc6Linus Torvalds2022-11-201-1/+1
|/ / / /
* / / / Linux 6.1-rc5v6.1-rc5Linus Torvalds2022-11-131-1/+1
|/ / /
* | | Linux 6.1-rc4v6.1-rc4Linus Torvalds2022-11-061-1/+1
* | | Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-061-1/+1
|\ \ \
| * | | kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-arMasahiro Yamada2022-10-281-1/+1
| * | | kbuild: use POSIX-compatible grep optionStefan Hansson2022-10-281-1/+1
| |/ /
* / / Linux 6.1-rc3v6.1-rc3Linus Torvalds2022-10-301-1/+1
|/ /
* / Linux 6.1-rc2v6.1-rc2Linus Torvalds2022-10-231-1/+1
|/
* Linux 6.1-rc1v6.1-rc1Linus Torvalds2022-10-161-2/+2
* Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-161-0/+2
|\
| * kbuild: fix single directory buildMasahiro Yamada2022-10-171-0/+2
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+1
|\ \ | |/ |/|
| * kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-031-0/+1
* | Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-101-0/+4
|\ \
| * | dt: Add a check for undocumented compatible strings in kernelRob Herring2022-09-271-0/+4
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-98/+86
|\ \ \
| * | | Revert "kbuild: Check if linker supports the -X option"Masahiro Yamada2022-10-031-1/+1
| * | | kbuild: rebuild .vmlinux.export.o when its prerequisite is updatedMasahiro Yamada2022-10-031-13/+5
| * | | kbuild: move modules.builtin(.modinfo) rules to Makefile.vmlinux_oMasahiro Yamada2022-10-031-1/+5
| * | | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+2
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-5/+18
| * | | kbuild: hide error checker logs for V=1 buildsMasahiro Yamada2022-09-291-2/+2
| * | | kbuild: unify two modpost invocationsMasahiro Yamada2022-09-291-7/+25
| * | | kbuild: move vmlinux.o rule to the top MakefileMasahiro Yamada2022-09-291-4/+5
| * | | kbuild: move .vmlinux.objs rule to Makefile.modpostMasahiro Yamada2022-09-291-1/+1
| * | | kbuild: list sub-directories in ./KbuildMasahiro Yamada2022-09-291-43/+20
| * | | Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers2022-09-291-4/+2
| * | | kbuild: fix and refactor single target buildMasahiro Yamada2022-09-291-5/+4
| * | | kbuild: generate include/generated/compile.h in top MakefileMasahiro Yamada2022-09-291-1/+7
| * | | kbuild: move 'PHONY += modules_prepare' to the common partMasahiro Yamada2022-09-291-5/+1
| * | | kbuild: refactor single builds of *.koMasahiro Yamada2022-09-291-12/+4
| * | | kbuild: remove duplicated dependency between modules and modules_checkMasahiro Yamada2022-09-291-2/+1
| * | | kbuild: do not deduplicate modules.orderMasahiro Yamada2022-09-291-4/+1