summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2018-05-11scripts/faddr2line: fix error when addr2line output contains discriminatorChangbin Du-1/+4
2018-05-07Merge tag 'devicetree-fixes-for-4.17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+2
2018-05-04Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+5
2018-05-05genksyms: fix typo in parse.tab.{c,h} generation rulesMauro Rossi-2/+2
2018-05-05kbuild: replace hardcoded bison in cmd_bison_h with $(YACC)Masahiro Yamada-1/+1
2018-05-05gcc-plugins: fix build condition of SANCOV pluginMasahiro Yamada-1/+1
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab-2/+2
2018-05-03modpost: delete stale commentRasmus Villemoes-8/+1
2018-04-24dtc: checks: drop warning for missing PCI bridge bus-rangeRob Herring-3/+2
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-5101/+271
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2018-04-13kconfig: extend output of 'listnewconfig'Don Zickus-2/+12
2018-04-13kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkgJavier Martinez Canillas-0/+2
2018-04-12Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds-2/+0
2018-04-11checkpatch: whinge about bool bitfieldsJoe Perches-0/+6
2018-04-11checkpatch: allow space between colon and bracketHeinrich Schuchardt-1/+1
2018-04-11checkpatch: add test for assignment at start of lineJoe Perches-0/+6
2018-04-11checkpatch: test SYMBOLIC_PERMS multiple times per lineJoe Perches-1/+1
2018-04-11checkpatch: two spelling fixesClaudio Fontana-1/+1
2018-04-11checkpatch: improve get_quoted_string for TRACE_EVENT macrosJoe Perches-1/+2
2018-04-11checkpatch: warn for use of %pxTobin C. Harding-16/+32
2018-04-11checkpatch: add sub routine get_stat_here()Tobin C. Harding-32/+20
2018-04-11checkpatch: remove unused variable declarationsTobin C. Harding-2/+0
2018-04-11checkpatch: add sub routine get_stat_real()Tobin C. Harding-16/+16
2018-04-11checkpatch: add Crypto ON_STACK to declaration_macrosGilad Ben-Yossef-1/+2
2018-04-11checkpatch.pl: add SPDX license tag checkRob Herring-0/+27
2018-04-11checkpatch: improve parse_email signature checkingJoe Perches-1/+1
2018-04-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes-2/+3
2018-04-09syscalls/core, syscalls/x86: Clean up compat syscall stub naming conventionDominik Brodowski-1/+1
2018-04-09syscalls/core, syscalls/x86: Clean up syscall stub naming conventionDominik Brodowski-1/+1
2018-04-07Merge tag 'leaks-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-113/+259
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2018-04-07kbuild: deb-pkg: split generating packaging and buildRiku Voipio-244/+200
2018-04-07kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada-6/+7
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada-3/+3
2018-04-07kbuild: add %.dtb.S and %.dtb to 'targets' automaticallyMasahiro Yamada-3/+5
2018-04-07kbuild: add %.lex.c and %.tab.[ch] to 'targets' automaticallyMasahiro Yamada-6/+12
2018-04-07genksyms: generate lexer and parser during build instead of shippingMasahiro Yamada-4825/+30
2018-04-07kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level MakefileMasahiro Yamada-7/+3
2018-04-07.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignoreMasahiro Yamada-9/+0
2018-04-07kbuild: use HOSTLDFLAGS for single .c executablesRobin Jarry-1/+1
2018-04-07leaking_addresses: check if file name contains addressTobin C. Harding-0/+12
2018-04-07leaking_addresses: explicitly name variable used in regexTobin C. Harding-1/+1
2018-04-07leaking_addresses: remove version numberTobin C. Harding-2/+0
2018-04-07leaking_addresses: skip '/proc/1/syscall'Tobin C. Harding-0/+1
2018-04-07leaking_addresses: skip all /proc/PID except /proc/1Tobin C. Harding-0/+12
2018-04-07leaking_addresses: cache architecture nameTobin C. Harding-3/+5
2018-04-07leaking_addresses: simplify path skippingTobin C. Harding-61/+29
2018-04-07leaking_addresses: do not parse binary filesTobin C. Harding-0/+4
2018-04-07leaking_addresses: add 32-bit supportTobin C. Harding-11/+82