aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2018-10-28Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2018-10-29modpost: Create macro to avoid variable shadowingLeonardo Bras
2018-10-29ASN.1: Remove unnecessary shadowed local variableLeonardo Bras
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-10-26scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds
2018-10-23Merge branch 'parisc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-19kbuild: use 'else ifeq' for checksrc to improve readabilityMasahiro Yamada
2018-10-19kbuild: remove unneeded link_multi_depsMasahiro Yamada
2018-10-19modpost: remove leftover symbol prefix handling for module device tableMasahiro Yamada
2018-10-18kernel-doc: fix declaration type determinationRandy Dunlap
2018-10-17extract-vmlinux: Check for uncompressed image as fallbackHelge Deller
2018-10-11Merge tag 'kbuild-fixes-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2018-10-11Makefile: Globally enable VLA warningKees Cook
2018-10-04Merge branch 'all-dtbs' into dt/nextRob Herring
2018-10-04kbuild: simplify command line creation in scripts/mkmakefileMasahiro Yamada
2018-10-04kbuild: do not pass $(objtree) to scripts/mkmakefileMasahiro Yamada
2018-10-04kbuild: remove user ID check in scripts/mkmakefileMasahiro Yamada
2018-10-04kbuild: remove VERSION and PATCHLEVEL from $(objtree)/MakefileMasahiro Yamada
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring
2018-09-30Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8)Miguel Ojeda
2018-09-20scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4Rob Herring
2018-09-19scripts/dtc: Add yamltree.c to dtc sourcesRob Herring
2018-09-19ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley
2018-09-17Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-09-13kbuild: remove old check for CFLAGS useMasahiro Yamada
2018-09-13kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionallyMasahiro Yamada
2018-09-10kallsyms: remove left-over Blackfin codeMasahiro Yamada
2018-09-10kallsyms: reduce size a little on 64-bitJan Beulich
2018-09-09Drop all 00-INDEX files from Documentation/Henrik Austad
2018-09-09Merge tag 'kbuild-fixes-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-09-09kbuild: modules_install: warn when missing System.map fileRandy Dunlap
2018-09-05Merge tag 'nds32-for-linus-4.19-tag1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-05selftests: add headers_install to lib.mkAnders Roxell
2018-09-04checkpatch: add __ro_after_init to known $AttributeJoe Perches
2018-09-04checkpatch: add optional static const to blank line declarations testJoe Perches
2018-09-04stackleak: Allow runtime disabling of kernel stack erasingAlexander Popov
2018-09-04fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov
2018-09-04gcc-plugins: Add STACKLEAK plugin for tracking the kernel stackAlexander Popov
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov
2018-09-04nds32/ftrace: Add RECORD_MCOUNT supportZong Li
2018-09-03kbuild: make missing $DEPMOD a Warning instead of an ErrorRandy Dunlap
2018-09-03kconfig: do not require pkg-config on make {menu,n}configMasahiro Yamada