aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2013-09-24checkpatch: make extern in .h prototypes quieterJoe Perches1-2/+2
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
2013-04-18rpm-pkg: Always regenerate the specfileMichal Marek1-13/+6
2013-04-18rpm-pkg: Do not write to the parent directoryMichal Marek1-7/+5
2013-04-18rpm-pkg: Do not package the whole source directoryMichal Marek1-1/+5
2013-04-17checkpatch: fix stringification macro defectJoe Perches1-0/+1
2013-04-16kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.hYann E. MORIN1-2/+2
2013-04-16menuconfig: Add "breadcrumbs" navigation aidBenjamin Poirier4-3/+147
2013-04-16menuconfig: Fix memory leak introduced by jump keys featureBenjamin Poirier2-0/+16
2013-04-10merge_config.sh: Avoid creating unnessary source softlinksJohn Stultz1-1/+9
2013-04-09Merge remote-tracking branch 'swarren/for-3.10/dtc-cpp-chroot-std-headers' in...Shawn Guo2-42/+68
2013-04-09headers_install.pl: convert to headers_install.shRob Landley3-65/+45
2013-04-08buildtar: Add ARCH to the archive nameBorislav Petkov1-1/+1
2013-04-08Coccinelle: Fix patch output when coccicheck is used with M= and C=Nicolas Palix1-1/+5
2013-04-08Coccinelle: Add support to the SPFLAGS variableNicolas Palix1-1/+1
2013-04-08Coccinelle: Cleanup the setting of the FLAGS and OPTIONS variablesNicolas Palix1-12/+13
2013-04-08Coccinelle: Restore coccicheck verbosity in ONLINE mode (C=1 or C=2)Nicolas Palix1-1/+1
2013-04-08scripts/package/Makefile: compare objtree with srctree instead of test KBUILD...Bin Wang1-1/+1
2013-04-08kbuild: fix ld-option functionAntony Pavlov1-1/+1
2013-04-05kbuild: always run gcc -E on *.dts, remove cmd_dtc_cppStephen Warren1-9/+5
2013-04-05kbuild: cmd_dtc_cpp: extract deps from both gcc -E and dtcStephen Warren1-2/+3
2013-04-05kbuild: fixdep: support concatenated dep filesStephen Warren1-32/+61
2013-04-05kbuild: create an "include chroot" for DT bindingsStephen Warren1-1/+1
2013-04-05modpost: handle huge numbers of modules.Rusty Russell1-3/+5
2013-04-05modpost: add -T option to read module names from file/stdin.Rusty Russell1-2/+30
2013-04-05modpost: minor cleanup.Rusty Russell1-8/+15
2013-03-29mei: bus: Initial MEI Client bus type implementationSamuel Ortiz2-0/+15
2013-03-27scripts/tags.sh: Add magic for OFFSET and DEFINEKirill Tkhai1-1/+3
2013-03-21Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2-1/+5
2013-03-20genksyms: pass symbol-prefix instead of archJames Hogan2-12/+9
2013-03-20module: fix symbol versioning with symbol prefixesJames Hogan1-1/+2
2013-03-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-5/+6
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell3-31/+17
2013-03-07kconfig: optionally use pkg-config to detect ncurses libsJustin Lecher1-1/+3
2013-03-07menuconfig: optionally use pkg-config to detect ncurses libsJustin Lecher1-0/+2
2013-03-05kbuild: fix make headers_check with make 3.80Sam Ravnborg1-5/+6
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+21
2013-03-02genksyms: fix metag symbol prefix on crc symbolsJames Hogan1-1/+2
2013-03-02scripts/checkstack.pl: Add metag supportJames Hogan1-2/+6
2013-03-02metag: ftrace supportJames Hogan1-0/+13
2013-02-27Merge branch 'akpm' (final batch from Andrew)Linus Torvalds3-2/+6
2013-02-27get_maintainer: allow keywords to match filenamesStephen Warren1-0/+4
2013-02-27scripts/kernel-doc: handle struct member __aligned without numbersNishanth Menon1-1/+1
2013-02-27checkpatch: improve CamelCase test for PageJoe Perches1-1/+1
2013-02-27Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds19-260/+385
2013-02-27Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds6-34/+298
2013-02-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds10-326/+617
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-71/+65
2013-02-25Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek26-576/+950
2013-02-25kbuild: Fix reading of .config in link-vmlinux.shMichal Marek1-1/+8
2013-02-22scripts/coccinelle: find constant additions that could be bit orsJulia Lawall1-0/+55