summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'rust/rust-next'Stephen Rothwell2021-04-131-17/+130
|\
| * Rust supportMiguel Ojeda2021-04-031-17/+130
* | Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2021-04-131-0/+17
|\ \
| * | add support for Clang CFISami Tolvanen2021-04-081-0/+17
* | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2021-04-131-0/+4
|\ \ \
| * \ \ Merge branch 'x86/entry'Ingo Molnar2021-04-121-0/+4
| |\ \ \
| | * | | stack: Optionally randomize kernel stack offset each syscallKees Cook2021-04-081-0/+4
| | |/ /
* | | | Merge remote-tracking branch 'integrity/next-integrity'Stephen Rothwell2021-04-131-3/+3
|\ \ \ \
| * | | | keys: cleanup build time module signing keysNayna Jain2021-04-091-3/+3
* | | | | Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell2021-04-131-129/+107
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'kconfig' into for-nextMasahiro Yamada2021-04-121-3/+5
| |\ \ \ \
| | * | | | kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native buildMasahiro Yamada2021-04-121-0/+5
| | * | | | kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/MakefileMasahiro Yamada2021-03-251-3/+0
| | |/ / /
| * | | | kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinstMasahiro Yamada2021-04-071-16/+20
| * | | | kbuild: move module strip/compression code into scripts/Makefile.modinstMasahiro Yamada2021-04-071-32/+0
| * | | | kbuild: refactor scripts/Makefile.modinstMasahiro Yamada2021-04-071-1/+1
| * | | | kbuild: rename extmod-prefix to extmod_prefixMasahiro Yamada2021-04-071-10/+10
| * | | | kbuild: check module name conflict for external modules as wellMasahiro Yamada2021-04-071-5/+5
| * | | | kbuild: show the target directory for depmod logMasahiro Yamada2021-04-071-1/+1
| * | | | kbuild: unify modules(_install) for in-tree and external modulesMasahiro Yamada2021-04-071-49/+36
| * | | | kbuild: remove unneeded mkdir for external modules_installMasahiro Yamada2021-04-071-2/+0
| * | | | kbuild: generate Module.symvers only when vmlinux existsMasahiro Yamada2021-04-021-1/+1
| * | | | kbuild: check the minimum assembler version in KconfigMasahiro Yamada2021-04-021-1/+3
| * | | | kbuild: replace sed with $(subst ) or $(patsubst )Masahiro Yamada2021-03-171-1/+1
| * | | | Makefile: Only specify '--prefix=' when building with clang + GNU asNathan Chancellor2021-03-171-2/+2
| * | | | Makefile: Remove '--gcc-toolchain' flagNathan Chancellor2021-03-171-4/+0
| * | | | kbuild: apply fixdep logic to link-vmlinux.shRasmus Villemoes2021-03-151-1/+1
| * | | | kbuild: show warning if 'make headers_check' is usedMasahiro Yamada2021-03-151-1/+5
| * | | | kbuild: include Makefile.compiler only when compiler is neededMasahiro Yamada2021-03-151-0/+13
| * | | | kbuild: spilt cc-option and friends to scripts/Makefile.compilerMasahiro Yamada2021-03-151-0/+4
| * | | | kbuild: prefix $(srctree)/ to some included MakefilesMasahiro Yamada2021-03-151-4/+4
| |/ / /
* | | | Linux 5.12-rc7v5.12-rc7Linus Torvalds2021-04-111-1/+1
| |/ / |/| |
* | | Linux 5.12-rc6v5.12-rc6Linus Torvalds2021-04-041-1/+1
* | | Linux 5.12-rc5v5.12-rc5Linus Torvalds2021-03-281-1/+1
| |/ |/|
* | Linux 5.12-rc4v5.12-rc4Linus Torvalds2021-03-211-1/+1
|/
* Linux 5.12-rc3v5.12-rc3Linus Torvalds2021-03-141-1/+1
* kbuild: rebuild GCC plugins when the compiler is upgradedMasahiro Yamada2021-03-111-0/+1
* kbuild: add image_name to no-sync-config-targetsMasahiro Yamada2021-03-101-1/+2
* Linux 5.12-rc2v5.12-rc2Linus Torvalds2021-03-051-1/+1
* Linux 5.12-rc1v5.12-rc1-dontusev5.12-rc1Linus Torvalds2021-02-281-3/+3
* kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL againMasahiro Yamada2021-02-281-2/+4
* kbuild: make -s option take precedence over V=1Masahiro Yamada2021-02-281-0/+1
* Merge tag 'clang-lto-v5.12-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-2/+2
|\
| * kbuild: Move .thinlto-cache removal to 'make clean'Masahiro Yamada2021-02-251-2/+2
* | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-48/+57
|\ \
| * | kbuild: parse C= and M= before changing the working directoryMasahiro Yamada2021-02-241-30/+31
| * | kbuild: reuse this-makefile to define abs_srctreeMasahiro Yamada2021-02-241-3/+2
| * | Makefile: Remove # characters from compiler stringNathan Chancellor2021-02-241-1/+1
| * | Makefile: reuse CC_VERSION_TEXTNick Desaulniers2021-02-241-7/+7
| * | kbuild: simplify access to the kernel's versionSasha Levin2021-02-161-1/+4