summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-25kbuild: remove unneeded '+' marker from kselftest-mergeMasahiro Yamada1-1/+1
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada2-6/+7
2019-08-25kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada1-9/+20
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada3-12/+5
2019-08-21merge_config.sh: Check error codes from makeMark Brown1-5/+5
2019-08-21kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada3-16/+15
2019-08-21kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada14-6/+27
2019-08-21.gitignore: ignore modules.order explicitlyMasahiro Yamada1-1/+1
2019-08-21kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada3-70/+71
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada10-10/+17
2019-08-21kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rstMasahiro Yamada2-14/+14
2019-08-21treewide: remove dummy Makefiles for single targetsMasahiro Yamada14-27/+0
2019-08-21kbuild: make single targets work more correctlyMasahiro Yamada2-37/+89
2019-08-21kbuild: Parameterize kallsyms generation and correct reportingKees Cook1-19/+19
2019-08-21kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada1-0/+72
2019-08-21kbuild: unify clean-dirs rule for in-kernel and external moduleMasahiro Yamada1-10/+8
2019-08-21kbuild: unify vmlinux-dirs and module-dirs rulesMasahiro Yamada1-22/+21
2019-08-21kbuild: unset variables in top Makefile instead of setting 0Masahiro Yamada1-23/+23
2019-08-21kbuild: do not descend to ./Kbuild when cleaningMasahiro Yamada3-10/+1
2019-08-14kbuild: remove meaningless 'targets' in ./KbuildMasahiro Yamada1-4/+0
2019-08-14kbuild: remove 'make /' supportMasahiro Yamada1-5/+4
2019-08-14kbuild: fix modkern_aflags implementationMasahiro Yamada1-4/+3
2019-08-14kbuild: refactor part-of-module moreMasahiro Yamada1-2/+1
2019-08-14kbuild: move the Module.symvers check for external module buildMasahiro Yamada1-2/+2
2019-08-14kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada1-5/+5
2019-08-13kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada1-1/+1
2019-08-13Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner4-4/+9
2019-08-13kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada2-16/+17
2019-08-13kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada2-17/+4
2019-08-13kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada1-2/+2
2019-08-13kbuild: Fail if gold linker is detectedThomas Gleixner1-0/+3
2019-08-13modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov1-0/+32
2019-08-11Linux 5.3-rc4Linus Torvalds1-1/+1
2019-08-11Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+7
2019-08-11Merge tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds1-5/+0
2019-08-11Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-202/+24
2019-08-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-28/+48
2019-08-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-16/+69
2019-08-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+2
2019-08-11Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+2
2019-08-11Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-11/+9
2019-08-11Merge tag 'gfs2-v5.3-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-63/+101
2019-08-10Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for...Joe Perches2-2/+2
2019-08-10Merge tag 'char-misc-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-28/+35
2019-08-10Merge tag 'driver-core-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+59
2019-08-10Merge tag 'tty-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+4
2019-08-10Merge tag 'staging-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-40/+138
2019-08-10Merge tag 'usb-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-165/+217
2019-08-10Merge tag 'pinctrl-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds5-38/+75
2019-08-10Merge tag 'powerpc-5.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+4