summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
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-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
2018-04-07leaking_addresses: add is_arch() wrapper subroutineTobin C. Harding-12/+14
2018-04-07leaking_addresses: use system command to get archTobin C. Harding-6/+6
2018-04-07leaking_addresses: add support for 5 page table levelsTobin C. Harding-7/+25
2018-04-07leaking_addresses: add support for kernel config fileTobin C. Harding-1/+65
2018-04-07leaking_addresses: add range check for vsyscall memoryTobin C. Harding-6/+14
2018-04-07leaking_addresses: indent dependant optionsTobin C. Harding-8/+8
2018-04-07leaking_addresses: remove command examplesTobin C. Harding-11/+0
2018-04-07leaking_addresses: remove mention of kptr_restrictTobin C. Harding-3/+0
2018-04-07leaking_addresses: fix typo function not calledTobin C. Harding-1/+1
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+11
2018-04-05scripts/faddr2line: show the code contextChangbin Du-1/+11
2018-04-05Merge tag 'devicetree-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5035/+628
2018-04-04Merge tag 'riscv-for-linus-4.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+5
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+1
2018-04-03Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-135/+1037
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-181/+142
2018-04-03Merge tag 'docs-4.17' of git://git.lwn.net/linuxLinus Torvalds-303/+396
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-65/+3
2018-04-02riscv/ftrace: Add RECORD_MCOUNT supportAlan Kao-0/+5
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-10/+0
2018-03-31kbuild: get <linux/compiler_types.h> out of <linux/kconfig.h>Masahiro Yamada-0/+1
2018-03-31security: convert security hooks to use hlistSargun Dhillon-2/+2
2018-03-29docs: kernel-doc: fix parsing of arraysMauro Carvalho Chehab-1/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie-33/+47
2018-03-28kbuild: rpm-pkg: Support GNU tar >= 1.29Jason Gunthorpe-1/+1
2018-03-28builddeb: Fix header package regarding dtc source linksJan Kiszka-1/+1
2018-03-26scripts/checkstack.pl: remove blackfin supportTobias Klauser-3/+0
2018-03-26recordmcount.pl: drop blackin and tile supportArnd Bergmann-8/+0
2018-03-26kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada-11/+10
2018-03-26kconfig: detect recursive inclusion earlierMasahiro Yamada-6/+8
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada-10/+10
2018-03-26kconfig: do not include both curses.h and ncurses.h for nconfigMasahiro Yamada-3/+1
2018-03-26kconfig: make unmet dependency warnings readableMasahiro Yamada-55/+23
2018-03-26kconfig: warn unmet direct dependency of tristate symbols selected by yMasahiro Yamada-2/+2
2018-03-26kconfig: tests: test if recursive inclusion is detectedMasahiro Yamada-0/+24
2018-03-26kconfig: tests: test if recursive dependencies are detectedMasahiro Yamada-0/+101
2018-03-26kconfig: tests: test randconfig for choice in choiceMasahiro Yamada-0/+60
2018-03-26kconfig: tests: test defconfig when two choices interactMasahiro Yamada-0/+42
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceMasahiro Yamada-0/+43