summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-04-07leaking_addresses: add is_arch() wrapper subroutineTobin C. Harding1-12/+14
2018-04-07leaking_addresses: use system command to get archTobin C. Harding1-6/+6
2018-04-07leaking_addresses: add support for 5 page table levelsTobin C. Harding1-7/+25
2018-04-07leaking_addresses: add support for kernel config fileTobin C. Harding1-1/+65
2018-04-07leaking_addresses: add range check for vsyscall memoryTobin C. Harding1-6/+14
2018-04-07leaking_addresses: indent dependant optionsTobin C. Harding1-8/+8
2018-04-07leaking_addresses: remove command examplesTobin C. Harding1-11/+0
2018-04-07leaking_addresses: remove mention of kptr_restrictTobin C. Harding1-3/+0
2018-04-07leaking_addresses: fix typo function not calledTobin C. Harding1-1/+1
2018-03-27kbuild: rpm-pkg: Support GNU tar >= 1.29Jason Gunthorpe1-1/+1
2018-03-27builddeb: Fix header package regarding dtc source linksJan Kiszka1-1/+1
2018-03-21kbuild: make scripts/adjust_autoksyms.sh robust against timestamp racesNicolas Pitre1-0/+7
2018-03-08kbuild: Handle builtin dtb file names containing hyphensJames Hogan1-4/+4
2018-03-08scripts/bloat-o-meter: fix typos in helpMatteo Croce1-1/+1
2018-03-05fixdep: do not ignore kconfig.hRasmus Villemoes1-1/+0
2018-03-05fixdep: remove some false CONFIG_ matchesRasmus Villemoes1-0/+5
2018-03-05fixdep: remove stale references to uml-config.hRasmus Villemoes1-9/+0
2018-03-03Merge tag 'kbuild-fixes-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds12-18/+29
2018-03-02kconfig: fix line number in recursive inclusion error messageMasahiro Yamada1-8/+4
2018-03-02Coccinelle: memdup: Fix typo in warning messagesDafna Hirschfeld1-2/+2
2018-03-02kconfig: Update ncurses package names for menuconfigArvind Prasanna1-1/+2
2018-03-02kbuild/kallsyms: trivial typo fixCao jin1-1/+1
2018-03-02kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentCao jin1-1/+1
2018-03-02kconfig: Don't leak choice names during parsingMasahiro Yamada1-0/+1
2018-03-02kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada1-0/+1
2018-03-01kconfig: add xstrdup() helperMasahiro Yamada6-5/+17
2018-02-21objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra1-0/+2
2018-02-21objtool: Add module specific retpoline rulesPeter Zijlstra1-0/+2
2018-02-21objtool: Add retpoline validationPeter Zijlstra1-0/+4
2018-02-10Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds13-66/+120
2018-02-10kconfig: remove const qualifier from sym_expand_string_value()Masahiro Yamada3-4/+4
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada6-5/+16
2018-02-09Merge tag 'gcc-plugins-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-78/+37
2018-02-08kconfig: send error messages to stderrMasahiro Yamada4-19/+24
2018-02-08kconfig: echo stdin to stdout if either is redirectedMasahiro Yamada1-3/+4
2018-02-08kconfig: remove check_stdin()Masahiro Yamada1-14/+0
2018-02-08kconfig: remove 'config*' pattern from .gitignnoreMasahiro Yamada1-1/+0
2018-02-08kconfig: show '?' prompt even if no help text is availableMasahiro Yamada1-7/+2
2018-02-08kconfig: do not write choice values when their dependency becomes nMasahiro Yamada1-9/+7
2018-02-08Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-02-07coccinelle: deref_null: avoid useless computationJulia Lawall1-3/+3
2018-02-07coccinelle: devm_free: reduce false positivesJulia Lawall1-1/+54
2018-02-07kasan: rework Kconfig settingsArnd Bergmann1-0/+2
2018-02-07lib/ubsan: remove returns-nonnull-attribute checksAndrey Ryabinin1-1/+0
2018-02-07checkpatch: improve OPEN_BRACE testJoe Perches1-3/+5
2018-02-07checkpatch: avoid some false positives for TABSTOP declaration testJoe Perches1-1/+1
2018-02-07checkpatch: exclude drivers/staging from if with unnecessary parentheses testJoe Perches1-1/+3
2018-02-07checkpatch: improve the TABSTOP test to include declarationsJoe Perches1-1/+1
2018-02-07checkpatch: add a few DEVICE_ATTR style testsJoe Perches1-21/+93
2018-02-07checkpatch: improve quoted string and line continuation testJoe Perches1-1/+1