summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* leaking_addresses: explicitly name variable used in regexTobin C. Harding2018-04-071-1/+1
* leaking_addresses: remove version numberTobin C. Harding2018-04-071-2/+0
* leaking_addresses: skip '/proc/1/syscall'Tobin C. Harding2018-04-071-0/+1
* leaking_addresses: skip all /proc/PID except /proc/1Tobin C. Harding2018-04-071-0/+12
* leaking_addresses: cache architecture nameTobin C. Harding2018-04-071-3/+5
* leaking_addresses: simplify path skippingTobin C. Harding2018-04-071-61/+29
* leaking_addresses: do not parse binary filesTobin C. Harding2018-04-071-0/+4
* leaking_addresses: add 32-bit supportTobin C. Harding2018-04-071-11/+82
* leaking_addresses: add is_arch() wrapper subroutineTobin C. Harding2018-04-071-12/+14
* leaking_addresses: use system command to get archTobin C. Harding2018-04-071-6/+6
* leaking_addresses: add support for 5 page table levelsTobin C. Harding2018-04-071-7/+25
* leaking_addresses: add support for kernel config fileTobin C. Harding2018-04-071-1/+65
* leaking_addresses: add range check for vsyscall memoryTobin C. Harding2018-04-071-6/+14
* leaking_addresses: indent dependant optionsTobin C. Harding2018-04-071-8/+8
* leaking_addresses: remove command examplesTobin C. Harding2018-04-071-11/+0
* leaking_addresses: remove mention of kptr_restrictTobin C. Harding2018-04-071-3/+0
* leaking_addresses: fix typo function not calledTobin C. Harding2018-04-071-1/+1
* kbuild: rpm-pkg: Support GNU tar >= 1.29Jason Gunthorpe2018-03-271-1/+1
* builddeb: Fix header package regarding dtc source linksJan Kiszka2018-03-271-1/+1
* kbuild: make scripts/adjust_autoksyms.sh robust against timestamp racesNicolas Pitre2018-03-211-0/+7
* kbuild: Handle builtin dtb file names containing hyphensJames Hogan2018-03-081-4/+4
* scripts/bloat-o-meter: fix typos in helpMatteo Croce2018-03-081-1/+1
* fixdep: do not ignore kconfig.hRasmus Villemoes2018-03-051-1/+0
* fixdep: remove some false CONFIG_ matchesRasmus Villemoes2018-03-051-0/+5
* fixdep: remove stale references to uml-config.hRasmus Villemoes2018-03-051-9/+0
* Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-03-0312-18/+29
|\
| * kconfig: fix line number in recursive inclusion error messageMasahiro Yamada2018-03-021-8/+4
| * Coccinelle: memdup: Fix typo in warning messagesDafna Hirschfeld2018-03-021-2/+2
| * kconfig: Update ncurses package names for menuconfigArvind Prasanna2018-03-021-1/+2
| * kbuild/kallsyms: trivial typo fixCao jin2018-03-021-1/+1
| * kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentCao jin2018-03-021-1/+1
| * kconfig: Don't leak choice names during parsingMasahiro Yamada2018-03-021-0/+1
| * kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada2018-03-021-0/+1
| * kconfig: add xstrdup() helperMasahiro Yamada2018-03-016-5/+17
* | objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2018-02-211-0/+2
* | objtool: Add module specific retpoline rulesPeter Zijlstra2018-02-211-0/+2
* | objtool: Add retpoline validationPeter Zijlstra2018-02-211-0/+4
|/
* Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-02-1013-66/+120
|\
| * kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada2018-02-103-4/+4
| * kconfig: add xrealloc() helperMasahiro Yamada2018-02-106-5/+16
| * kconfig: send error messages to stderrMasahiro Yamada2018-02-084-19/+24
| * kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada2018-02-081-3/+4
| * kconfig: remove check_stdin()Masahiro Yamada2018-02-081-14/+0
| * kconfig: remove 'config*' pattern from .gitignnoreMasahiro Yamada2018-02-081-1/+0
| * kconfig: show '?' prompt even if no help text is availableMasahiro Yamada2018-02-081-7/+2
| * kconfig: do not write choice values when their dependency becomes nMasahiro Yamada2018-02-081-9/+7
| * coccinelle: deref_null: avoid useless computationJulia Lawall2018-02-071-3/+3
| * coccinelle: devm_free: reduce false positivesJulia Lawall2018-02-071-1/+54
| * kconfig: Warn if help text is blankUlf Magnusson2018-02-021-0/+6
* | Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-02-084-78/+37
|\ \