aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-0/+1
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds1-0/+2
2013-11-21checkpatch: fix "Use of uninitialized value" warningsJoe Perches1-0/+1
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-2/+2
2013-11-15Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-117/+12
2013-11-15Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds7-39/+43
2013-11-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds3-4/+11
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+21
2013-11-13kallsyms: Revert back to 128 max symbol lengthMichal Marek1-1/+1
2013-11-13kernel-doc: improve "no structured comments found" errorJohannes Berg2-5/+15
2013-11-13initramfs: read CONFIG_RD_ variables for initramfs compressionP J P1-6/+18
2013-11-13checkpatch: add check for sscanf without return useJoe Perches1-0/+17
2013-11-13checkpatch: don't require kernel style __attribute__ shortcuts in uapi pathsJoe Perches1-7/+12
2013-11-13checkpatch: improve "return is not a function" testJoe Perches1-14/+4
2013-11-13checkpatch.pl: check for the FSF mailing addressJosh Triplett1-0/+12
2013-11-13checkpatch: make the memory barrier test noisierJoe Perches1-2/+2
2013-11-13checkpatch: add rules to check init attribute and const defectsJoe Perches1-2/+34
2013-11-13checkpatch: add test for #defines of ARCH_HAS_<foo>Joe Perches1-8/+14
2013-11-13checkpatch: find CamelCase definitions of struct/union/enumJoe Perches1-2/+3
2013-11-13checkpatch: update seq_<foo> testsJoe Perches1-3/+4
2013-11-13checkpatch: extend CamelCase types and ignore existing CamelCase uses in a patchJoe Perches1-2/+10
2013-11-13checkpatch: report missing spaces around trigraphs with --strictJoe Perches1-9/+7
2013-11-13scripts/mod/modpost.c: handle non ABS crc symbolsAndi Kleen1-8/+7
2013-11-13scripts/sortextable: support objects with more than 64K sections.Jamie Iles2-3/+47
2013-11-08scripts/tags.sh: remove obsolete __devinit[const|data]Michael Opdenacker1-2/+2
2013-11-08scripts: kallsyms: Use %zu to print 'size_t'Fabio Estevam1-1/+1
2013-11-07perf tools: Fix version when building out of treeDavid Ahern1-1/+3
2013-11-07scripts/bloat-o-meter: use .startswith rather than fragile slicingJosh Triplett1-1/+1
2013-11-07scripts/bloat-o-meter: ignore changes in the size of linux_bannerJosh Triplett1-0/+1
2013-11-07modpost: fix bogus 'exported twice' warnings.Rusty Russell1-2/+5
2013-11-06kbuild: replace unbounded sprintf call in modpostKees Cook1-1/+1
2013-11-06kbuild, bloat-o-meter: fix static detectionAndi Kleen1-2/+2
2013-11-06Kbuild: Handle longer symbols in kallsyms.cAndi Kleen1-1/+7
2013-11-06scripts/kernel-doc: make unknown function prototype a Warning instead of an E...Randy Dunlap1-2/+1
2013-11-05recordmcount.pl: Add support for __fentry__Jamie Iles1-2/+2
2013-11-02scripts/kallsyms: filter symbols not in kernel address spaceMing Lei2-1/+13
2013-10-31Merge branch 'yem/kconfig-for-next' of git://gitorious.org/linux-kconfig/linu...Michal Marek7-39/+43
2013-10-29asmlinkage, module: Make ksymtab and kcrctab symbols and __this_module __visibleAndi Kleen1-1/+1
2013-10-23show_delta: Update script to support python versions 2.5 through 3.3Mike Pagano1-6/+6
2013-10-23scripts/coccinelle/api: remove devm_request_and_ioremap.cocciWolfram Sang1-105/+0
2013-10-23scripts/tags.sh: Increase identifier listKirill Tkhai1-2/+3
2013-10-08xconfig: Fix the filename for GUI settingsBen Hutchings2-0/+6
2013-10-08kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch1-1/+1
2013-10-08kconfig: remove unused definition from scannerMartin Walch1-1/+0
2013-10-08kconfig: adjust warning message for conflicting typesMartin Walch1-3/+4
2013-10-08kconfig: fix trivial typos and update mconf documentationMartin Walch3-33/+31
2013-10-08kconfig: add short explanation to SYMBOL_WRITEMartin Walch1-1/+1
2013-09-25X.509: remove possible code fragility: enumeration values not handledAntonio Alecrim Jr1-0/+2
2013-09-24checkpatch: make extern in .h prototypes quieterJoe Perches1-2/+2
2013-09-23modpost: Optionally ignore secondary errors seen if a single module build failsGuenter Roeck2-2/+15
2013-09-13Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2013-09-13scripts/config: fix variable substitution commandClement Chauplannaz1-1/+1
2013-09-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+21
2013-09-11checkpatch: add test for positional misuse of section specifiers like __initdataJoe Perches1-1/+46
2013-09-11checkpatch: fix perl version 5.12 and earlier incompatibilityJoe Perches1-2/+2
2013-09-11checkpatch: reduce runtime/cpu time usedJoe Perches1-1/+3
2013-09-11checkpatch: better --fix of SPACING errors.Joe Perches1-22/+42
2013-09-11checkpatch: ignore #define TRACE_<foo> macrosJoe Perches1-1/+2
2013-09-11checkpatch: add --types option to report only specific message typesJoe Perches1-18/+38
2013-09-11checkpatch: fix networking kernel-doc block comment defectJoe Perches1-0/+1
2013-09-11checkpatch: warn when using extern with function prototypes in .h filesJoe Perches1-0/+10
2013-09-11checkpatch: check for duplicate signaturesJoe Perches1-0/+12
2013-09-11checkpatch: enforce sane perl versionDave Hansen1-0/+12
2013-09-11checkpatch: check CamelCase by word, not by $LvalJoe Perches1-5/+9
2013-09-11checkpatch: add a few more --fix correctionsJoe Perches1-38/+84
2013-09-11Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds9-340/+408
2013-09-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-24/+178
2013-09-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-8/+0
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+4
2013-09-05kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN1-0/+6
2013-09-05kconfig: regenerate bison parserYann E. MORIN1-264/+298
2013-09-05kconfig: do not special-case 'MODULES' symbolYann E. MORIN2-13/+3
2013-09-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2013-09-01diffconfig: Update script to support python versions 2.5 through 3.3Mike Pagano1-15/+13
2013-08-30tile: support ftrace on tilegxTony Lu1-0/+4
2013-08-28scripts/checkkconfigsymbols.sh: replace echo -e with printfMax Filippov1-2/+2
2013-08-26kbuild: Add MIPS specific files to generated package.Stuart Longland1-0/+21
2013-08-20scripts/mod/modpost.c: permit '.cranges' secton for sh64 architecture.Chen Gang1-0/+1
2013-08-19diffconfig: Gracefully exit if the default config files are not presentMike Pagano1-2/+7
2013-08-15kconfig: silence warning when parsing auto.conf when a symbol has changed typeYann E. MORIN1-3/+8
2013-08-15scripts/config: use sed's POSIX interfaceClement Chauplannaz1-3/+41
2013-08-15kconfig: switch to "long long" for sanityKees Cook1-9/+10
2013-08-15Provide version number for Debian firmware packageHeinrich Schuchardt1-1/+1
2013-08-13coccinelle: replace 0/1 with false/true in functions returning boolRasmus Villemoes1-0/+58
2013-07-25scripts: remove unused function in sortextable.cRamkumar Ramachandra1-8/+0
2013-07-24deb-pkg: add a hook argument to match debian hooks parametersAnisse Astier1-1/+1
2013-07-24deb-pkg: fix installed image path on parisc, mips and powerpcAnisse Astier1-7/+20
2013-07-24deb-pkg: split debug symbols in their own packageAnisse Astier1-1/+49
2013-07-24deb-pkg: use KCONFIG_CONFIG instead of .config file directlyAnisse Astier1-6/+7
2013-07-23Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek3-33/+24
2013-07-23rpm-pkg: add generation of kernel-develMike Marciniszyn1-2/+26
2013-07-23rpm-pkg: install firmware files in kernel relative directoryMike Marciniszyn1-4/+5
2013-07-23rpm-pkg: add %post section to create initramfs and grub hooksMike Marciniszyn1-0/+9
2013-07-16kconfig: simplify symbol-search codeYann E. MORIN1-19/+11
2013-07-16kconfig: don't allocate n+1 elements in temporary arrayYann E. MORIN1-1/+1
2013-07-16kconfig: minor style fixes in symbol-search codeYann E. MORIN1-4/+3
2013-07-16kconfig/[mn]conf: shorten title in search-boxYann E. MORIN2-4/+4
2013-07-16kconfig: avoid multiple calls to strlenYann E. MORIN1-5/+5
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-5/+5
2013-07-10Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds35-51/+173
2013-07-10Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds18-100/+249
2013-07-10Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds7-27/+33
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee1-0/+5
2013-07-09checkpatch: make the CamelCase cache work for non-git trees tooJoe Perches1-19/+35
2013-07-07Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-43/+9
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds3-111/+551
2013-07-03rapidio: add udev notificationAlexandre Bounine2-0/+26
2013-07-03checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches1-0/+26
2013-07-03checkpatch: allow longer logging function namesJacob Keller1-1/+1
2013-07-03checkpatch: ignore existing CamelCase uses from include/...Joe Perches1-7/+50
2013-07-03checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches1-0/+3
2013-07-03checkpatch: move test for space before semicolon after operator spacingJoe Perches1-10/+10
2013-07-03checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches1-88/+354
2013-07-03checkpatch: improve "no space after cast" testJoe Perches1-2/+3
2013-07-03checkpatch: add a --strict test for comparison to true/falseJoe Perches1-0/+27
2013-07-03checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches1-2/+2
2013-07-03checkpatch: add a placeholder to check blank lines before declarationsJoe Perches1-0/+8
2013-07-03checkpatch: reduce false positive rate of "complex macros"Joe Perches1-1/+1
2013-07-03checkpatch: warn on comparisons to get_jiffies_64()Joe Perches1-0/+6
2013-07-03checkpatch: warn on comparisons to jiffiesJoe Perches1-0/+6
2013-07-03checkpatch: warn when networking block comment lines don't start with *Joe Perches1-0/+8
2013-07-03checkpatch: improve network block comment test and messageJoe Perches1-2/+2
2013-07-03checkpatch: remove quote from CamelCase testJoe Perches1-2/+2
2013-07-03checkpatch: add --strict preference for p = kmalloc(sizeof(*p)...Joe Perches1-0/+8
2013-07-03checkpatch: warn when using gcc's binary constant ("0b") extensionJoe Perches1-2/+14
2013-07-03checkpatch: change CamelCase test and make it --strictJoe Perches1-3/+3
2013-07-03Coccinelle: Update information about the minimal version requiredNicolas Palix1-0/+5
2013-07-03Coccinelle: Update the options used to the new option schemeNicolas Palix34-47/+47
2013-07-03kbuild: create directory for dir/file.o张忠山1-1/+1
2013-07-03Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git....Linus Torvalds1-1/+1
2013-07-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-0/+5
2013-07-03scripts: Coccinelle script for pci_free_consistent()strnape1@fel.cvut.cz1-0/+52
2013-07-03coccicheck: span checks across CPUsKees Cook1-3/+28
2013-07-03Fix a build warning in scripts/mod/file2alias.cDaniel Tang1-4/+6
2013-06-29kconfig: allow "hex" and "range" to support longsKees Cook1-5/+5
2013-06-28improve modalias buildingJan Beulich1-8/+3
2013-06-28scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/Geert Uytterhoeven1-2/+2
2013-06-26modpost: remove all traces of cpuinit/cpuexit sectionsPaul Gortmaker1-43/+9
2013-06-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN1-3/+3
2013-06-24kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN1-3/+3
2013-06-24kconfig: loop as long as we changed some symbols in randconfigYann E. MORIN3-6/+17
2013-06-24kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleYann E. MORIN2-2/+2
2013-06-24kconfig: sort found symbols by relevanceYann E. MORIN1-9/+69
2013-06-24kbuild: fix error when building from src rpmMike Marciniszyn1-0/+1
2013-06-24scripts/setlocalversion on write-protected source treeChristian Kujau1-3/+0
2013-06-18kconfig/conf: print the seed used to initialise the RNG for randconfigYann E. MORIN1-0/+1
2013-06-18kconfig/conf: accept a base-16 seed for randconfigYann E. MORIN1-1/+1
2013-06-18kconfig/conf: fix randconfig setting multiple symbols in a choiceYann E. MORIN1-0/+3
2013-06-18scripts/config: replace hard-coded script name by a dynamic valueClement Chauplannaz1-5/+7
2013-06-18mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders4-13/+31
2013-06-18nconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders2-16/+25
2013-06-18mconf: use function calls instead of ncurses' variables LINES and COLSDirk Gouders6-14/+19
2013-06-18kconfig/lxdialog: handle newline characters in print_autowrap()Dirk Gouders2-16/+19
2013-06-18kconfig/lxdialog: Use new mininimum resize definitions in conf_choice()Sedat Dilek1-1/+3
2013-06-16kconfig/lxdialog: Add definitions for mininimum (re)size valuesSedat Dilek7-9/+23
2013-06-16kconfig: Fix defconfig when one choice menu selects options that another choi...Arve Hjønnevåg4-4/+25
2013-06-14scripts/coccinelle: check for field address argument to kfreeJulia Lawall1-0/+32
2013-06-14Coccinelle: Make 'report' the default modeNicolas Palix1-3/+11
2013-06-13dtc: ensure #line directives don't consume data from the next lineGrant Likely2-117/+117
2013-06-13dtc: Update generated files to output from Bison 2.5Grant Likely2-341/+388
2013-06-13kbuild: make sure we clean up DTB temporary filesIan Campbell1-4/+4
2013-06-13Makefile.lib: align DTB quiet_cmdJames Hogan1-1/+1
2013-06-12arm64: extable: sort the exception table at build timeWill Deacon1-0/+5
2013-05-30Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek4-11/+26
2013-05-30kconfig/menu.c: fix multiple references to expressions in menu_add_prop()Dirk Gouders1-1/+14
2013-05-30mconf: handle keys in empty dialogsDirk Gouders2-9/+11
2013-05-23kbuild: Don't assume dts files live in arch/*/boot/dtsMatthijs Kooijman1-1/+1
2013-05-20scripts/config: fix assignment of parameters for short version of --*-after o...Clement Chauplannaz1-1/+1
2013-05-20modpost.c: Add .text.unlikely to TEXT_SECTIONSTom Rini1-1/+1
2013-05-17kbuild: fix make headers_install when path is too longNicolas Dichtel2-8/+19
2013-05-16package: Makefile: unbreak binrpm-pkg targetLuiz Capitulino1-1/+1
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-39/+37
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds9-12/+245
2013-05-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds5-66/+48
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan1-6/+10
2013-05-06Fix cleaning in scripts/modAndreas Schwab1-0/+2
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-57/+78
2013-05-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-42/+68
2013-04-30menuconfig: print more info for symbol without promptsWengmeiling1-7/+20
2013-04-30Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+16
2013-04-29checkpatch: add Suggested-by as a standard signatureMugunthan V N1-0/+1
2013-04-29checkpatch: only warn for empty lines before closing braces by themselvesMatthijs Kooijman1-1/+1
2013-04-29checkpatch: warn on space before semicolonJoe Perches1-2/+2
2013-04-29checkpatch: complain about executable filesJoe Perches1-1/+2
2013-04-29checkpatch: Prefer seq_puts to seq_printfJoe Perches1-0/+16
2013-04-29checkpatch: add check for reuse of krealloc argJoe Perches1-0/+7
2013-04-29get_maintainer: use filename-only regex match for TegraStephen Warren1-1/+1
2013-04-29scripts/decodecode: make faulting insn ptr more robustBorislav Petkov1-1/+7
2013-04-29localmodconfig: Process source kconfig files as they are foundSteven Rostedt1-10/+7
2013-04-29localmodconfig: Add debug prints for dependencies of module configsSteven Rostedt1-0/+9
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+15
2013-04-29kconfig: fix lists definition for C++Yann E. MORIN1-2/+2
2013-04-29modpost: fix unwanted VMLINUX_SYMBOL_STR expansionJames Hogan1-1/+1
2013-04-26Revert "kconfig: fix randomising choice entries in presence of KCONFIG_ALLCON...Yann E. MORIN1-4/+3
2013-04-25kconfig: implement KCONFIG_PROBABILITY for randconfigYann E. MORIN1-3/+54
2013-04-25kconfig: allow specifying the seed for randconfigYann E. MORIN1-1/+11
2013-04-25kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIGYann E. MORIN1-3/+4
2013-04-25kconfig: do not override symbols already setYann E. MORIN1-1/+1
2013-04-25kconfig: fix randconfig tristate detectionYann E. MORIN1-1/+1
2013-04-18rpm-pkg: Remove pointless set -e statementsMichal Marek1-4/+0