summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2018-10-11Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-1/+1
2018-10-11Makefile: Globally enable VLA warningKees Cook-1/+0
2018-10-04Merge branch 'all-dtbs' into dt/nextRob Herring-4/+3
2018-10-04kbuild: simplify command line creation in scripts/mkmakefileMasahiro Yamada-7/+1
2018-10-04kbuild: do not pass $(objtree) to scripts/mkmakefileMasahiro Yamada-4/+3
2018-10-04kbuild: remove user ID check in scripts/mkmakefileMasahiro Yamada-1/+0
2018-10-04kbuild: remove VERSION and PATCHLEVEL from $(objtree)/MakefileMasahiro Yamada-6/+0
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit-1/+5
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring-4/+3
2018-09-30Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda-0/+1
2018-09-20scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4Rob Herring-236/+1033
2018-09-19scripts/dtc: Add yamltree.c to dtc sourcesRob Herring-1/+1
2018-09-19ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley-1/+1
2018-09-17Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-0/+13
2018-09-13kbuild: remove old check for CFLAGS useMasahiro Yamada-10/+0
2018-09-13kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada-1/+1
2018-09-10kallsyms: remove left-over Blackfin codeMasahiro Yamada-2/+0
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich-2/+2
2018-09-09Drop all 00-INDEX files from Documentation/Henrik Austad-67/+0
2018-09-09Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-35/+46
2018-09-09kbuild: modules_install: warn when missing System.map fileRandy Dunlap-0/+1
2018-09-05Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+3
2018-09-05selftests: add headers_install to lib.mkAnders Roxell-0/+13
2018-09-04checkpatch: add __ro_after_init to known $AttributeJoe Perches-0/+1
2018-09-04checkpatch: add optional static const to blank line declarations testJoe Perches-1/+1
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov-0/+8
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov-0/+12
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov-0/+449
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov-0/+19
2018-09-04nds32/ftrace: Add RECORD_MCOUNT supportZong Li-0/+3
2018-09-03kbuild: make missing $DEPMOD a Warning instead of an ErrorRandy Dunlap-2/+2
2018-09-03kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada-31/+42
2018-09-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+0
2018-09-01kconfig: remove a spurious self-assignmentLukas Bulwahn-1/+0
2018-09-01scripts/setlocalversion: git: Make -dirty check more robustGenki Sky-1/+1
2018-08-30objtool: Remove workaround for unreachable warnings from old GCCMasahiro Yamada-2/+0
2018-08-30x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada-4/+0
2018-08-26Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-457/+127
2018-08-23treewide: correct "differenciate" and "instanciate" typosFinn Thain-0/+2
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada-9/+9
2018-08-24kbuild: pass LDFLAGS to recordmcount.plMasahiro Yamada-1/+1
2018-08-23gcc-plugins: Disable when building under ClangKees Cook-1/+1
2018-08-22checkpatch: DT bindings should be a separate patchRob Herring-0/+14
2018-08-22checkpatch: warn on unnecessary int declarationsJoe Perches-0/+20
2018-08-22checkpatch: check for space after "else" keywordMichal Zylowski-2/+2
2018-08-22checkpatch: fix SPDX license check with --root=<path>Joe Perches-2/+3
2018-08-22checkpatch: warn when a patch doesn't have a descriptionJoe Perches-0/+13
2018-08-22checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu-3/+8
2018-08-22checkpatch: fix krealloc reuse testJoe Perches-1/+2