summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2019-08-29kbuild: remove unneeded comments and code from scripts/basic/MakefileMasahiro Yamada
2019-08-25kbuild: pkg: rename scripts/package/Makefile to scripts/Makefile.packageMasahiro Yamada
2019-08-25kbuild: pkg: add package targets to PHONY instead of FORCEMasahiro Yamada
2019-08-25kbuild: pkg: clean up package files/dirs from the top MakefileMasahiro Yamada
2019-08-22merge_config.sh: Check error codes from makeMark Brown
2019-08-22kbuild: move modkern_{c,a}flags to Makefile.lib from Makefile.buildMasahiro Yamada
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada
2019-08-22kbuild: split final module linking out into Makefile.modfinalMasahiro Yamada
2019-08-21btf: do not use CONFIG_OUTPUT_FORMATIlya Leoshkevich
2019-08-21kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada
2019-08-21kbuild: make single targets work more correctlyMasahiro Yamada
2019-08-21kbuild: Parameterize kallsyms generation and correct reportingKees Cook
2019-08-21kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-18Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-08-15kasan/arm64: fix CONFIG_KASAN_SW_TAGS && KASAN_INLINEMark Rutland
2019-08-15kbuild: fix modkern_aflags implementationMasahiro Yamada
2019-08-15kbuild: refactor part-of-module moreMasahiro Yamada
2019-08-15kbuild: treat an object as multi-used when $(foo-) is setMasahiro Yamada
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-13btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko
2019-08-14kbuild: add [M] marker for build log of *.mod.oMasahiro Yamada
2019-08-14Kbuild: Handle PREEMPT_RT for version string and magicThomas Gleixner
2019-08-14kbuild: move flex and bison rules to Makefile.hostMasahiro Yamada
2019-08-14kbuild: make bison create C file and header in a single pattern ruleMasahiro Yamada
2019-08-14kbuild: use $(basename ...) for cmd_asn1_compilerMasahiro Yamada
2019-08-14kbuild: Fail if gold linker is detectedThomas Gleixner
2019-08-14modpost: check for static EXPORT_SYMBOL* functionsDenis Efremov
2019-08-13btf: expose BTF info through sysfsAndrii Nakryiko
2019-08-12kernel-doc: Allow anonymous enumAndy Shevchenko
2019-08-12Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman
2019-08-10kbuild: show hint if subdir-y/m is used to visit module MakefileMasahiro Yamada
2019-08-10kbuild: generate modules.order only in directories visited by obj-y/mMasahiro Yamada
2019-08-10kbuild: fix false-positive need-builtin calculationMasahiro Yamada
2019-08-10kbuild: revive single target %.koMasahiro Yamada
2019-08-06kernel-doc: ignore __printf attributeRandy Dunlap
2019-08-05MODSIGN: Export module signature definitionsThiago Jung Bauermann
2019-08-05arm64: Add support for relocating the kernel with RELR relocationsPeter Collingbourne
2019-08-04kconfig: Clear "written" flag to avoid data lossM. Vefa Bicakci
2019-07-31randstruct: Check member structs in is_pure_ops_struct()Joonwon Kang
2019-08-01kbuild: Check for unknown options with cc-option usage in Kconfig and clangStephen Boyd
2019-08-01kbuild: modpost: do not parse unnecessary rules for vmlinux modpostMasahiro Yamada
2019-08-01kbuild: modpost: remove unnecessary dependency for __modpostMasahiro Yamada
2019-08-01kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada
2019-08-01kbuild: modpost: include .*.cmd files only when targets existMasahiro Yamada
2019-07-30coccinelle: api/atomic_as_refcounter: add SPDX License IdentifierMatthias Maennich
2019-07-30coccinelle: Add script to check for platform_get_irq() excessive printsStephen Boyd
2019-07-29kbuild: detect missing "WITH Linux-syscall-note" for uapi headersMasahiro Yamada
2019-07-28Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-27kbuild: remove unused single-used-mMasahiro Yamada