summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | genksyms: convert to SPDX License Identifier for lex.l and parse.yMasahiro Yamada2019-09-142-44/+20
| * | | modpost: use __section in the output to *.mod.cMasahiro Yamada2019-09-141-3/+2
| * | | modpost: use MODULE_INFO() for __module_dependsMasahiro Yamada2019-09-141-5/+2
| * | | export.h, genksyms: do not make genksyms calculate CRC of trimmed symbolsMasahiro Yamada2019-09-141-5/+1
| * | | kbuild: allow Clang to find unused static inline functions for W=1 buildMasahiro Yamada2019-09-091-0/+6
| * | | kbuild: rename KBUILD_ENABLE_EXTRA_GCC_CHECKS to KBUILD_EXTRA_WARNMasahiro Yamada2019-09-064-8/+13
| * | | kbuild: refactor scripts/Makefile.extrawarnMasahiro Yamada2019-09-061-50/+56
| * | | merge_config.sh: ignore unwanted grep errorsGuillaume Tucker2019-09-041-1/+1
| * | | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-043-20/+23
| * | | modpost: add NOFAIL to strndupDenis Efremov2019-09-041-2/+2
| * | | modpost: add guid_t type definitionHeikki Krogerus2019-09-041-0/+5
| * | | kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada2019-09-041-1/+1
| * | | kbuild: clean up subdir-ymn calculation in Makefile.cleanMasahiro Yamada2019-08-291-11/+2
| * | | kbuild: remove unneeded '+' marker from cmd_cleanMasahiro Yamada2019-08-291-1/+1
| * | | kbuild: remove clean-dirs syntaxMasahiro Yamada2019-08-292-15/+3
| * | | kbuild: get rid of $(realpath ...) from scripts/mkmakefileMasahiro Yamada2019-08-291-2/+2
| * | | kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada2019-08-291-12/+2
| * | | kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada2019-08-251-1/+4
| * | | 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-252-10/+1
| * | | merge_config.sh: Check error codes from makeMark Brown2019-08-221-5/+5
| * | | kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada2019-08-223-16/+15
| * | | kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-6/+1
| * | | kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada2019-08-222-68/+71
| * | | kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-211-2/+3
| * | | kbuild: make single targets work more correctlyMasahiro Yamada2019-08-211-6/+39
| * | | 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: fix modkern_aflags implementationMasahiro Yamada2019-08-151-4/+3
| * | | kbuild: refactor part-of-module moreMasahiro Yamada2019-08-151-2/+1
| * | | kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada2019-08-151-5/+5
| * | | kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada2019-08-141-1/+1
| * | | Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner2019-08-142-2/+4
| * | | kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada2019-08-142-16/+17
| * | | kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada2019-08-142-17/+4
| * | | kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada2019-08-141-2/+2
| * | | kbuild: Fail if gold linker is detectedThomas Gleixner2019-08-141-0/+3
| * | | modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov2019-08-141-0/+32
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-181-19/+41
|\ \ \ \
| * | | | kbuild: replace BASH-specific ${@:2} with shift and ${@}Andrii Nakryiko2019-09-061-5/+11
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-2/+4
| |\ \ \ \
| | * | | | btf: do not use CONFIG_OUTPUT_FORMATIlya Leoshkevich2019-08-211-2/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-193-5/+13
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-131-19/+33
| |\ \ \ \
| | * | | | btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko2019-08-131-9/+9
| | * | | | btf: expose BTF info through sysfsAndrii Nakryiko2019-08-131-19/+33
* | | | | | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-181-0/+102
|\ \ \ \ \ \
| * | | | | | coccinelle: platform_get_irq: Fix parse errorYueHaibing2019-09-061-3/+3
| * | | | | | Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman2019-08-1210-73/+165
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | coccinelle: Add script to check for platform_get_irq() excessive printsStephen Boyd2019-07-301-0/+102
| | |_|/ / / | |/| | | |