summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada2019-08-291-12/+2
* init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZEMasahiro Yamada2019-08-281-4/+2
* docs: kbuild: remove cc-ldoption from document againMasahiro Yamada2019-08-281-15/+0
* docs: kbuild: fix invalid ReST syntaxMasahiro Yamada2019-08-281-4/+4
* kbuild: remove unneeded '+' marker from kselftest-mergeMasahiro Yamada2019-08-251-1/+1
* kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada2019-08-252-6/+7
* kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada2019-08-251-9/+20
* kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada2019-08-253-12/+5
* merge_config.sh: Check error codes from makeMark Brown2019-08-211-5/+5
* kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-213-16/+15
* kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-2114-6/+27
* .gitignore: ignore modules.order explicitlyMasahiro Yamada2019-08-211-1/+1
* kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada2019-08-213-70/+71
* kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-2110-10/+17
* kbuild: move KBUILD_LDS, KBUILD_VMLINUX_{OBJS,LIBS} to makefiles.rstMasahiro Yamada2019-08-212-14/+14
* treewide: remove dummy Makefiles for single targetsMasahiro Yamada2019-08-2114-27/+0
* kbuild: make single targets work more correctlyMasahiro Yamada2019-08-212-37/+89
* kbuild: Parameterize kallsyms generation and correct reportingKees Cook2019-08-211-19/+19
* kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada2019-08-211-0/+72
* kbuild: unify clean-dirs rule for in-kernel and external moduleMasahiro Yamada2019-08-211-10/+8
* kbuild: unify vmlinux-dirs and module-dirs rulesMasahiro Yamada2019-08-211-22/+21
* kbuild: unset variables in top Makefile instead of setting 0Masahiro Yamada2019-08-211-23/+23
* kbuild: do not descend to ./Kbuild when cleaningMasahiro Yamada2019-08-213-10/+1
* kbuild: remove meaningless 'targets' in ./KbuildMasahiro Yamada2019-08-141-4/+0
* kbuild: remove 'make /' supportMasahiro Yamada2019-08-141-5/+4
* kbuild: fix modkern_aflags implementationMasahiro Yamada2019-08-141-4/+3
* kbuild: refactor part-of-module moreMasahiro Yamada2019-08-141-2/+1
* kbuild: move the Module.symvers check for external module buildMasahiro Yamada2019-08-141-2/+2
* kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada2019-08-141-5/+5
* kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada2019-08-131-1/+1
* Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner2019-08-134-4/+9
* kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada2019-08-132-16/+17
* kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada2019-08-132-17/+4
* kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada2019-08-131-2/+2
* kbuild: Fail if gold linker is detectedThomas Gleixner2019-08-131-0/+3
* modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov2019-08-131-0/+32
* Linux 5.3-rc4v5.3-rc4Linus Torvalds2019-08-111-1/+1
* Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-112-1/+7
|\
| * mm/memremap: Fix reuse of pgmap instances with internal referencesDan Williams2019-08-091-0/+6
| * dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal2019-08-051-1/+1
* | Merge tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds2019-08-111-5/+0
|\ \
| * | NTB/msi: remove incorrect MODULE definesLogan Gunthorpe2019-08-051-5/+0
| |/
* | Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-08-117-202/+24
|\ \
| * | dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed...Paul Walmsley2019-08-091-1/+1
| * | dt-bindings: riscv: remove obsolete cpus.txtPaul Walmsley2019-08-092-162/+12
| * | RISC-V: Remove udivdi3Palmer Dabbelt2019-08-092-34/+0
| * | riscv: delay: use do_div() instead of __udivdi3()Paul Walmsley2019-08-091-1/+5
| * | dt-bindings: Update the riscv,isa string descriptionAtish Patra2019-08-091-0/+4
| * | RISC-V: Remove per cpu clocksourceAtish Patra2019-08-061-4/+2
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-117-28/+48
|\ \