summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-13kconfig: extend output of 'listnewconfig'Don Zickus
2018-04-13kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkgJavier Martinez Canillas
2018-04-12Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds
2018-04-11checkpatch: whinge about bool bitfieldsJoe Perches
2018-04-11checkpatch: allow space between colon and bracketHeinrich Schuchardt
2018-04-11checkpatch: add test for assignment at start of lineJoe Perches
2018-04-11checkpatch: test SYMBOLIC_PERMS multiple times per lineJoe Perches
2018-04-11checkpatch: two spelling fixesClaudio Fontana
2018-04-11checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches
2018-04-11checkpatch: warn for use of %pxTobin C. Harding
2018-04-11checkpatch: add sub routine get_stat_here()Tobin C. Harding
2018-04-11checkpatch: remove unused variable declarationsTobin C. Harding
2018-04-11checkpatch: add sub routine get_stat_real()Tobin C. Harding
2018-04-11checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef
2018-04-11checkpatch.pl: add SPDX license tag checkRob Herring
2018-04-11checkpatch: improve parse_email signature checkingJoe Perches
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes
2018-04-09syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski
2018-04-09syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski
2018-04-07Merge tag 'leaks-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-07kbuild: deb-pkg: split generating packaging and buildRiku Voipio
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada
2018-04-07genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada
2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada
2018-04-07kbuild: use HOSTLDFLAGS for single .c executablesRobin Jarry
2018-04-07leaking_addresses: check if file name contains addressTobin C. Harding
2018-04-07leaking_addresses: explicitly name variable used in regexTobin C. Harding
2018-04-07leaking_addresses: remove version numberTobin C. Harding
2018-04-07leaking_addresses: skip '/proc/1/syscall'Tobin C. Harding
2018-04-07leaking_addresses: skip all /proc/PID except /proc/1Tobin C. Harding
2018-04-07leaking_addresses: cache architecture nameTobin C. Harding
2018-04-07leaking_addresses: simplify path skippingTobin C. Harding
2018-04-07leaking_addresses: do not parse binary filesTobin C. Harding
2018-04-07leaking_addresses: add 32-bit supportTobin C. Harding
2018-04-07leaking_addresses: add is_arch() wrapper subroutineTobin C. Harding
2018-04-07leaking_addresses: use system command to get archTobin C. Harding
2018-04-07leaking_addresses: add support for 5 page table levelsTobin C. Harding
2018-04-07leaking_addresses: add support for kernel config fileTobin C. Harding
2018-04-07leaking_addresses: add range check for vsyscall memoryTobin C. Harding
2018-04-07leaking_addresses: indent dependant optionsTobin C. Harding
2018-04-07leaking_addresses: remove command examplesTobin C. Harding
2018-04-07leaking_addresses: remove mention of kptr_restrictTobin C. Harding
2018-04-07leaking_addresses: fix typo function not calledTobin C. Harding