aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2013-02-22coccicheck: Allow to show the executed command lineBernd Schubert1-7/+21
2013-02-22kbuild: Unset language specific variables in setlocalversion scriptChristophe Leroy1-1/+1
2013-02-22depmod: pass -P $CONFIG_SYMBOL_PREFIXJames Hogan1-3/+23
2013-02-22kbuild: Fix destination-y for installed headersJesper Nilsson1-3/+3
2013-02-22coccicheck: Allow the user to give a V= (verbose) argumentBernd Schubert1-1/+10
2013-02-22scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig...Peter Senna Tschudin1-0/+103
2013-02-22kbuild: clear KBUILD_SRC when calling 'make' in RPM specDavid R. Bild1-1/+1
2013-02-22scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIGMichael Grzeschik1-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-7/+45
2013-02-21checkpatch: fix USLEEP_RANGE testBruce Allan1-2/+2
2013-02-21checkpatch: Add check for kcalloc argument orderJoe Perches1-0/+6
2013-02-21checkpatch: don't emit the CamelCase warning for PageFooJoe Perches1-0/+1
2013-02-21checkpatch: warn on unnecessary __dev<foo> section markingsJoe Perches1-0/+6
2013-02-21checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL>Joe Perches1-0/+9
2013-02-21get_maintainer.pl: find maintainers for removed filesGeert Uytterhoeven1-1/+1
2013-02-21scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai1-4/+20
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+90
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-0/+14
2013-02-19kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings1-1/+6
2013-02-14scripts/sortextable: silence script outputArnd Bergmann1-1/+1
2013-02-13kbuild: limit dtc+cpp include pathStephen Warren1-2/+6
2013-02-09kconfig: nconf: rewrite labels of function keys lineRoland Eggner1-4/+4
2013-02-09kconfig: nconf: rewrite help textsRoland Eggner1-164/+156
2013-02-08kbuild: create a rule to run the pre-processor on *.dts filesStephen Warren1-0/+10
2013-02-05checkpatch: fix $Float creation of match variablesJoe Perches1-5/+5
2013-01-30kconfig: fix a compiliation error when using make xconfigTiana Rakotovao Andriamahefa1-0/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina20-106/+499
2013-01-25MODSIGN: Add -s <signature> option to sign-fileMichal Marek1-43/+56
2013-01-25MODSIGN: Specify the hash algorithm on sign-file command lineMichal Marek1-37/+16
2013-01-24mod/file2alias: make modalias generation safe for cross compilingAndreas Schwab6-318/+582
2013-01-24scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon testPeter Senna Tschudin1-0/+83
2013-01-24nconf: function keys line, change background color for better readabilityRoland Eggner1-1/+1
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding1-0/+90
2013-01-21modpost: Ignore ARC specific non-alloc sectionsVineet Gupta1-0/+2
2013-01-16menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...Wang YanQing1-14/+0
2013-01-16menuconfig: Add Save/Load buttonsWang YanQing2-14/+36
2013-01-13scripts/tags.sh: Fix regex syntax for etagsAndreas Schwab1-25/+25
2013-01-12Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek1-1/+0
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+0
2013-01-02UAPI: Strip _UAPI prefix on header install no matter the whitespaceDavid Howells1-3/+3
2012-12-27kconfig:lxdialog: remove duplicate codeWang YanQing1-1/+0
2012-12-25menuconfig:inputbox: support navigate input positionWang YanQing1-29/+92
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-2/+5
2012-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-9/+158
2012-12-20checkpatch: warn on uapi #includes that #include <uapi/...Joe Perches1-2/+5
2012-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+7
2012-12-20scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN1-0/+3
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+32
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt1-0/+80
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches1-6/+13
2012-12-17checkpatch: add support for floating point constantsJoe Perches1-1/+5
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches1-1/+1
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches1-2/+16
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches1-0/+6
2012-12-17checkpatch: Add --strict messages for blank lines around bracesJoe Perches1-0/+10
2012-12-17checkpatch: extend line continuation testJoe Perches1-1/+3
2012-12-17checkpatch: allow control over line length warning, default remains 80Joe Perches1-3/+6
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft1-14/+6
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtTao Ma1-37/+0
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook1-0/+13
2012-12-17checkpatch: warn on unnecessary line continuationsJoe Perches1-0/+9
2012-12-14scripts/config: Fix wrong "shift" for --keep-caseHiroshi Doyu1-1/+0
2012-12-14MODSIGN: Add modules_sign make targetJosh Boyer1-0/+32
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+34
2012-12-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+10
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-0/+5
2012-12-11scripts/tags.sh: Support compiled sourceJoonsoo Kim1-6/+31
2012-12-11scripts/tags.sh: Support subarch for ARMJoonsoo Kim1-2/+18
2012-12-11Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn...Russell King15-490/+536
2012-12-09merge_config.sh: Add option to specify output dirZhangfei Gao1-4/+16
2012-12-09scripts/coccinelle/misc/warn.cocci: use WARNJulia Lawall1-0/+109
2012-12-06scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi1-0/+34
2012-11-30modpost.c: Stop checking __dev* section mismatchesGreg Kroah-Hartman1-14/+10
2012-11-30kbuild: centralize .dts->.dtb ruleStephen Warren1-0/+3
2012-11-27scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi1-0/+34
2012-11-26UAPI: strip the _UAPI prefix from header guards during header installationDavid Howells1-0/+3
2012-11-21sign-file: fix the perl warning message when extracting ASN.1Chun-Yi Lee1-3/+3
2012-11-21script: dtc: clean generated filesMagnus Damm1-0/+2
2012-11-20kconfig: Regenerate lexerMichal Marek1-4/+4
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox6-19/+40
2012-11-20scripts/pnmtologo: fix for plain PBMAndreas Bießmann1-0/+7
2012-11-20kconfig: get CONFIG_ prefix from the environmentYann E. MORIN3-2/+3
2012-11-20kconfig: add a function to get the CONFIG_ prefixYann E. MORIN1-0/+6
2012-11-20kconfig: remove CONFIG_ from string constantsYann E. MORIN2-4/+17
2012-11-20menuconfig: fix extended colors ncurses supportKrzysztof Mazur1-0/+1
2012-11-12Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds5-14/+106
2012-11-09Merge branch 'akpm' (Fixes from Andrew)Linus Torvalds1-2/+4
2012-11-09checkpatch: improve network block comment style checkingJoe Perches1-2/+4
2012-11-06modules: don't break modules_install on external modules with no key.Rusty Russell1-1/+2
2012-11-04ARM: 7568/1: Sort exception table at compile timeStephen Boyd1-0/+1
2012-10-25menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier5-14/+106
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells1-3/+3
2012-10-19MODSIGN: perlify sign-file and merge in x509keyidDavid Howells2-346/+399
2012-10-19kbuild: Fix module signature generationLinus Torvalds1-2/+3
2012-10-19kbuild: sign the modules at install timeRusty Russell4-111/+28
2012-10-18Merge tag 'dt-fixes-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-34/+10
2012-10-17dtc: fix for_each_*() to skip first object if deletedStephen Warren1-34/+10
2012-10-17uapi: Allow automatic generation of uapi/asm/ header filesCatalin Marinas1-1/+1
2012-10-15kbuild: Fix accidental revert in commit fe04ddfMichal Marek1-2/+2
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-1/+2018
2012-10-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds5-9/+366
2012-10-12Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds10-130/+289
2012-10-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds4-5/+6
2012-10-11modpost: Permit .GCC.command.line sectionsJonathan Kliegman1-0/+1
2012-10-11coccicheck: Add the rep+ctxt modeNicolas Palix1-0/+3
2012-10-11scripts/coccinelle/tests/odd_ptr_err.cocci: semantic patch for IS_ERR/PTR_ERR...Julia Lawall1-0/+65
2012-10-10MODSIGN: Sign modules during the build processDavid Howells2-1/+191
2012-10-10MODSIGN: Provide a script for generating a key ID from an X.509 certDavid Howells1-0/+268
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-0/+2