summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2017-11-13kbuild: shrink .cache.mk when it exceeds 1000 linesMasahiro Yamada-0/+6
2017-11-13kbuild: Add a cache for generated variablesDouglas Anderson-14/+76
2017-11-13kbuild: add forward declaration of default target to Makefile.asm-genericMasahiro Yamada-0/+3
2017-11-12modpost: detect modules without a MODULE_LICENSERandy Dunlap-1/+1
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+305
2017-11-09Merge branch 'dt/kbuild' into dt/nextRob Herring-4/+7
2017-11-09kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada-4/+7
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar-1/+400
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-2/+400
2017-11-06scripts: add leaking_addresses.plTobin C. Harding-0/+305
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+95
2017-11-02Kbuild: don't pass "-C" to preprocessor when processing linker scriptsLinus Torvalds-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+94
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+94
2017-11-02Merge branch 'x86/mpx/prep' into x86/asmIngo Molnar-1/+0
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie-5/+38
2017-10-31kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGSMasahiro Yamada-4/+4
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+1
2017-10-28Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2017-10-26kbuild: comments cleanup in Makefile.libCao jin-14/+7
2017-10-25scripts/dtc: Update to upstream version v1.4.5-6-gc1e55a5513e9Rob Herring-1/+10
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon-1/+1
2017-10-23scripts: Add a script to find unused documentationsayli karnik-0/+62
2017-10-23Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar-4/+38
2017-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-6/+1
2017-10-22Input: do not use property bits when generating module aliasDmitry Torokhov-6/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+10
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+6
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov-1/+6
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf-1/+1
2017-10-13scripts/kallsyms.c: ignore symbol type 'n'Guenter Roeck-1/+1
2017-10-12scripts: fix faddr2line to work on last symbolNeilBrown-2/+3
2017-10-12Documentation: add script and build target to check for broken file referencesJani Nikula-0/+15
2017-10-10kbuild: replace $(hdr-arch) with $(SRCARCH)Masahiro Yamada-1/+1
2017-10-09kbuild: mkcompile_h: do not create .versionMasahiro Yamada-6/+1
2017-10-09kbuild: link-vmlinux.sh: simplify .version incrementMasahiro Yamada-10/+5
2017-10-09kbuild: rpm-pkg: clean up mkspecMasahiro Yamada-28/+16
2017-10-09kbuild: rpm-pkg: install vmlinux.bz2 unconditionallyMasahiro Yamada-3/+0
2017-10-09kbuild: rpm-pkg: remove ppc64 specific image handlingMasahiro Yamada-5/+0
2017-10-07kbuild: drop unused symverfile in Makefile.modpostCao jin-1/+0
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+45
2017-10-03checkpatch: fix ignoring cover-letter logicStafford Horne-1/+1
2017-10-03scripts/spelling.txt: add more spelling mistakes to spelling.txtColin Ian King-0/+33
2017-10-03scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110Rob Herring-230/+1603
2017-10-03scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync scriptRob Herring-1/+3
2017-10-03Merge airlied/drm-next into drm-misc-nextDaniel Vetter-888/+929
2017-10-02thunderbolt: Add support for XDomain discovery protocolMika Westerberg-0/+32
2017-09-28objtool: Skip unreachable warnings for GCC 4.4 and olderJosh Poimboeuf-0/+2
2017-09-26scripts/kernel-doc: warn on excess enum value descriptionsJohannes Berg-4/+13
2017-09-26drm: introduce drm_dev_{get/put} functionsAishwarya Pant-0/+5