summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | x86/lib/cpu: Address missing prototypes warningValdis Klētnieks2019-08-081-0/+1
| * | x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGSNick Desaulniers2019-08-081-5/+28
| * | x86/purgatory: Do not use __builtin_memcpy and __builtin_memsetNick Desaulniers2019-08-084-23/+17
| * | x86: mtrr: cyrix: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
| * | x86/ptrace: Mark expected switch fall-throughGustavo A. R. Silva2019-08-071-0/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-1114-16/+69
|\ \ \
| * \ \ Merge tag 'perf-urgent-for-mingo-5.3-20190808' of git://git.kernel.org/pub/sc...Thomas Gleixner2019-08-0814-16/+69
| |\ \ \
| | * | | perf pmu-events: Fix missing "cpu_clk_unhalted.core" eventJin Yao2019-08-081-0/+1
| | * | | perf annotate: Fix s390 gap between kernel end and module startThomas Richter2019-08-083-1/+24