aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-09-21[no-upstream] scripts: add helper scripts for handling mcsdk treesCyril Chemparathy6-0/+247
2012-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds1-1/+6
2012-09-11kbuild: add symbol prefix arg to kallsymsJames Hogan1-1/+6
2012-09-06Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2-2/+2
2012-08-30firmware: fix directory creation rule matching with make 3.82Mark Asselstine1-1/+1
2012-08-21checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROJoe Perches1-1/+2
2012-08-17scripts/kernel-doc: fix fatal script errorRandy Dunlap1-0/+1
2012-08-16scripts/decodecode: Fixup trapping instruction markerBorislav Petkov1-1/+1
2012-08-10link-vmlinux.sh: Fix stray "echo" in error messageMichal Marek1-1/+1
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+1
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-3/+68
2012-07-30checkpatch: add checks for do {} while (0) macro misusesJoe Perches1-0/+39
2012-07-30checkpatch: Add acheck for use of sizeof without parenthesisJoe Perches1-0/+6
2012-07-30checkpatch: check usleep_range() argumentsJoe Perches1-0/+16
2012-07-30checkpatch: test for non-standard signaturesJoe Perches1-1/+5
2012-07-30checkpatch: Update alignment checkJoe Perches1-2/+2
2012-07-30Merge tag 'localmodconfig-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+158
2012-07-30Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds5-21/+264
2012-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds9-36/+104
2012-07-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-2/+2
2012-07-26Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+4
2012-07-26kconfig: Document oldnoconfig to what it really doesSteven Rostedt1-1/+1
2012-07-26scripts/tags.sh: Teach [ce]tags about libtraceeevent error codesNamhyung Kim1-2/+4
2012-07-26nconf: add u, d command keys in scroll windowsBenjamin Poirier2-6/+8
2012-07-26menuconfig: add u, d, q command keys in text boxesBenjamin Poirier2-3/+6
2012-07-26scripts/config: fix double-quotes un-escapingYann E. MORIN1-1/+1
2012-07-26s390/exceptions: sort exception table at build timeHeiko Carstens1-0/+1
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+11
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-20trivial: typo in comment in mksysmapMasatake YAMATO1-1/+1
2012-07-13scripts/coccinelle: list iterator variable semantic patchJulia Lawall1-0/+147
2012-07-13kconfig: Print errors to stderr in the MakefileMichal Marek1-14/+14
2012-07-13kconfig: allow long lines in config fileCody Schafer1-2/+59
2012-07-13scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOTLars-Peter Clausen1-0/+65
2012-07-13kconfig: remove lkc_defs.h from .gitignore and dontdiffPaul Bolle1-1/+0
2012-07-13xconfig: add quiet rule for mocYaakov Selkowitz1-2/+5
2012-07-13xconfig: use pkgconfig to find mocYaakov Selkowitz1-2/+2
2012-07-07kbuild: Print errors to stderrMichal Marek1-2/+2
2012-07-05Merge 3.5-rc5 into usb-nextGreg Kroah-Hartman1-0/+0
2012-07-04kconfig: fix check-lxdialog for DLL platformsYaakov Selkowitz1-1/+1
2012-07-04kconfig: check ncursesw headers first in check-lxdialogYaakov Selkowitz1-3/+3
2012-07-04kconfig/nconf: fix compile with ncurses reentrant APIYaakov Selkowitz1-0/+4
2012-06-28deb-pkg: Add all Makefiles to header packagemaximilian attems1-1/+1
2012-06-28deb-pkg: Install linux-firmware-image in versioned dirmaximilian attems1-2/+3
2012-06-28scripts/config: add option to undef a symbolYann E. MORIN1-0/+10
2012-06-28scripts/config: allow alternate prefix to config option symbolYann E. MORIN1-13/+19
2012-06-28scripts/config: add option to not upper-case symbolsYann E. MORIN1-3/+15
2012-06-27chmod +x scripts/gfp-translateDave Jones1-0/+0
2012-06-25Merge 3.5-rc4 into usb-nextGreg Kroah-Hartman1-1/+2
2012-06-20get_maintainer: Fix --help warningJoe Perches1-1/+2
2012-06-19localmodconfig: Add debug environment variable LOCALMODCONFIG_DEBUGSteven Rostedt1-0/+21
2012-06-19localmodconfig: Check if configs are already set for selectsSteven Rostedt1-11/+104
2012-06-19localmodconfig: Read in orig config file to avoid extra processingSteven Rostedt1-2/+24
2012-06-19localmodconfig: Comments and cleanup for streamline_config.plSteven Rostedt1-4/+9
2012-06-16scripts/modpost: check for bad references in .pci.fixups areaSebastian Andrzej Siewior1-0/+11
2012-06-13USB: allow match on bInterfaceNumberBjørn Mork1-1/+4
2012-05-31checkpatch: suggest pr_<level> over printk(KERN_<LEVEL>Joe Perches1-0/+13
2012-05-31checkpatch: check for whitespace before semicolon at EOLEric Nelson1-0/+7
2012-05-28Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-1/+101
2012-05-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-10/+23
2012-05-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-0/+221
2012-05-26builddeb: include autogenerated header filesLekensteyn1-1/+1
2012-05-25scripts/coccinelle: sizeof of pointerJulia Lawall1-0/+65
2012-05-25scripts/coccinelle: address test is always trueJulia Lawall1-0/+35
2012-05-23Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+10
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2-2/+2
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-0/+517
2012-05-23modpost: use proper kernel style for autogenerated filesGreg Kroah-Hartman1-4/+4
2012-05-23modpost: Stop grab_file() from leaking filedescriptors if fstat() failsJesper Juhl1-3/+6
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+4
2012-05-18x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin1-0/+2
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2-2/+2
2012-05-16scripts/config: properly report and set string optionsYann E. MORIN1-4/+7
2012-05-10kbuild: fix ia64 linkSam Ravnborg1-2/+2
2012-05-07kbuild: all{no,yes,mod,def,rand}config only read files when instructed to.Eric W. Biederman1-1/+3
2012-05-05kbuild: link of vmlinux moved to a scriptSam Ravnborg1-0/+211
2012-05-05kconfig: Add error handling to KCONFIG_ALLCONFIGEric W. Biederman1-6/+14
2012-05-01HID: Allow bus wildcard matchingHenrik Rydberg1-1/+2
2012-05-01HID: Add device group to modaliasHenrik Rydberg1-0/+2
2012-04-24scripts/sortextable: Handle relative entries, and other cleanupsDavid Daney3-88/+164
2012-04-23Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-0/+4
2012-04-19scripts: Add sortextable to sort the kernel's exception table.David Daney4-0/+441
2012-04-18xz: Enable BCJ filters on SPARC and 32-bit x86Lasse Collin1-2/+2
2012-04-18Fix modpost failures in fedora 17David Miller1-0/+4
2012-04-16checkpatch: revert --strict test for net/ and drivers/net block comment styleJoe Perches1-6/+0
2012-04-12kconfig: delete last traces of __enabled_ from autoconf.hPaul Gortmaker1-11/+0
2012-04-12Revert "kconfig: fix __enabled_ macros definition for invisible and un-select...Paul Gortmaker1-36/+13
2012-04-09modpost: Fix modpost license checking of vmlinux.oFrank Rowand2-2/+6
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+70
2012-04-05scripts/coccinelle/api/simple_open.cocci: semantic patch for simple_open()Julia Lawall1-0/+70
2012-04-02Subject: [PATCH] tags.sh: Add missing quotesStephen Boyd1-1/+1
2012-03-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds8-11/+67
2012-03-30Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds9-10/+687
2012-03-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds3-22/+28
2012-03-30scripts/patch-kernel: digest kernel.org hosted .xz patchesShawn Landden1-0/+4
2012-03-30merge_config.sh: Add option to display redundant configsJohn Stultz1-0/+9
2012-03-30merge_config.sh: Set execute bitJohn Stultz1-0/+0
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+17
2012-03-26setlocalversion: Use "grep -q" instead of piping output to "read dummy"Roland Dreier1-2/+1
2012-03-26scripts/coccinelle/api/ptr_ret.cocci: semantic patch for ptr_errJulia Lawall1-0/+70
2012-03-26modpost: fix ALL_INIT_DATA_SECTIONSJan Beulich1-1/+1
2012-03-26scripts: refactor remove structure forward declarationsYang Bai1-3/+8
2012-03-26Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren1-0/+24
2012-03-26kbuild: incremental tags update for GNU GlobalJianbin Kang1-1/+1
2012-03-26headers_check: recursively search for linux/types.h inclusionBobby Powers1-1/+37
2012-03-24scripts/Kbuild.include: Fix portability problem of "echo -e"Bernhard Walle1-1/+1
2012-03-24merge_config.sh: Use the first file as the initial configJosh Boyer1-1/+5
2012-03-24scripts: dtc: fix compile warningsFelipe Balbi2-6/+1
2012-03-24ARM: 7333/2: jump label: detect %c support for ARMRabin Vincent1-1/+17
2012-03-23checkpatch: check for quoted strings broken across linesJosh Triplett1-0/+15
2012-03-23checkpatch: whitespace - add/remove blank linesJoe Perches1-1/+3
2012-03-23checkpatch: warn on use of yield()Joe Perches1-0/+6
2012-03-23checkpatch: add --strict tests for braces, comments and castsJoe Perches1-8/+32
2012-03-23checkpatch: add [] to type extensionsAndy Whitcroft1-1/+1
2012-03-23checkpatch: high precedence operators do not require additional parentheses i...Andy Whitcroft1-1/+1
2012-03-23checkpatch: handle string concatenation in simple #definesAndy Whitcroft1-0/+6
2012-03-23checkpatch: allow simple character constants in #definesAndy Whitcroft1-0/+1
2012-03-23checkpatch: catch [ ... ] usage when not at the beginning of definitionAndy Whitcroft1-1/+1
2012-03-23checkpatch.pl: be silent when -q and --ignore is givenArtem Bityutskiy1-3/+2
2012-03-23checkpatch: add some --strict coding style checksJoe Perches1-10/+84
2012-03-23include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...)Joe Perches1-0/+6
2012-03-23get_maintainer.pl: add support for moderated listsRichard Weinberger1-2/+7
2012-03-23get_maintainer: use a default "unknown" S: status/roleJoe Perches1-1/+1
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman6-26/+57
2012-02-27mod/file2alias: make modpost compile on darwin againAndreas Bießmann1-4/+31
2012-02-25Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds3-21/+10
2012-02-25coccinelle: semantic patch for bool issuesJulia Lawall1-0/+178
2012-02-25coccinelle: semantic patch to check for PTR_ERR after reassignmentJulia Lawall1-0/+41
2012-02-25coccinelle: semantic patch converting 0 test to null testJulia Lawall1-0/+237
2012-02-25coccinelle: semantic patch for missing iounmapJulia Lawall1-0/+67
2012-02-25coccinelle: semantic patch for missing clk_putJulia Lawall1-0/+67
2012-02-25kbuild: Fix out-of-tree build for 'make deb-pkg'Joerg Roedel1-3/+3
2012-02-24kbuild: Only build linux-image package for UMLJoerg Roedel1-5/+9
2012-02-24kbuild: Fix link to headers in 'make deb-pkg'Joerg Roedel1-0/+4
2012-02-24coccicheck: change handling of C={1,2} when M= is setGreg Dietsche1-9/+4
2012-02-18builddeb: Don't create files in /tmp with predictable namesBen Hutchings1-6/+6
2012-02-15ARM: 7324/1: modpost: Fix section warnings for ARM for many compilersTony Lindgren1-0/+9
2012-02-14module: fix broken isapnp handling in file2aliasOndrej Zary1-1/+1
2012-02-13x86/cpu: Clean up modalias feature matchingBen Hutchings1-2/+3
2012-02-07checkpatch: Warn on code with 6+ tab indentationJoe Perches1-0/+6
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2-11/+2
2012-01-28Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-10/+0
2012-01-26Add driver auto probing for x86 features v4Andi Kleen1-0/+24
2012-01-26kbuild: disable -Wmissing-field-initializers for W=1Kirill A. Shutemov1-0/+2
2012-01-26kconfig: fix new choices being skipped upon config updateArnaud Lacombe2-21/+14
2012-01-23scripts/kernel-doc: fix fatal error caused by cfg80211.hRandy Dunlap1-1/+2
2012-01-23kbuild: do not check for ancient modutils toolsLucas De Marchi1-6/+0
2012-01-20Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King1-10/+0
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-7/+18
2012-01-16Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds15-83/+587
2012-01-16Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds7-14/+133
2012-01-16Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds5-5/+30
2012-01-16menuconfig: fix a regression when canceling the prompt dialog at exitLi Zefan1-1/+2
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2012-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-12/+40
2012-01-15kbuild: Fix compiler warning with assertion when calling 'fwrite'Arnaud Lacombe2-2/+5
2012-01-15Improve update-po-config outputPeter Foley1-3/+3
2012-01-15scripts/coccinelle: improve the coverage of some semantic patchesJulia Lawall11-76/+351
2012-01-15Kbuild: Use dtc's -d (dependency) optionStephen Warren1-1/+1
2012-01-14dtc: Implement -d option to write out a dependency fileStephen Warren3-1/+25
2012-01-14coccinelle: semantic patches related to devm_ functions (part 2)Julia Lawall1-0/+71
2012-01-14coccinelle: semantic patches related to devm_ functions (part 1)Julia Lawall1-0/+105
2012-01-14coccicheck: add M= option to control which dir is processedGreg Dietsche1-5/+14
2012-01-14menuconfig: let make not report error when not save configurationWang YanQing1-0/+1
2012-01-14merge_config.sh: fix bug in final checkJohn Stultz1-2/+2
2012-01-14merge_config.sh: whitespace cleanupDarren Hart1-2/+2
2012-01-14merge_config.sh: use signal names compatible with dash and bashDarren Hart1-1/+1
2012-01-14kconfig: add merge_config.sh scriptjohn stultz1-0/+117
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-125/+92
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds1-0/+13
2012-01-13kconfig/streamline-config.pl: Fix parsing Makefile with variablesSteven Rostedt1-0/+29
2012-01-13kconfig/streamline-config.pl: Simplify backslash line concatinationSteven Rostedt1-13/+12
2012-01-13modpost: use linker section to generate table.Rusty Russell1-45/+61
2012-01-13modpost: use a table rather than a giant if/else statement.Rusty Russell1-119/+73
2012-01-10checkpatch: catch all occurences of type and cast spacing errors per lineAndy Whitcroft1-4/+7
2012-01-10checkpatch: typeof may have more complex argumentsAndy Whitcroft1-1/+1
2012-01-10checkpatch: ensure cast type is unique in the context parserAndy Whitcroft1-1/+1
2012-01-10checkpatch: fix complex macros handling of square bracketsAndy Whitcroft1-1/+1
2012-01-10checkpatch: fix 'return is not a function' square bracket handlingAndy Whitcroft1-1/+1
2012-01-10checkpatch: complex macro should allow the empty do while loopAndy Whitcroft1-1/+1
2012-01-10checkpatch: fix EXPORT_SYMBOL handling following a functionAndy Whitcroft1-1/+1
2012-01-10checkpatch: only apply kconfig help checks for options which promptAndy Whitcroft1-5/+12
2012-01-10checkpatch: optimise statement scanner when mid-statementAndy Whitcroft1-2/+20
2012-01-10checkpatch: ## is not a valid modifierAndy Whitcroft1-1/+3
2012-01-10checkpatch: improve memset and min/max with cast checkingJoe Perches1-36/+33
2012-01-10checkpatch: check for common memset parameter issues against statmentsAndy Whitcroft1-6/+22
2012-01-10checkpatch: correctly track the end of preprocessor commands in contextAndy Whitcroft1-51/+39
2012-01-10checkpatch: prefer __printf over __attribute__((format(printf,...)))Joe Perches1-0/+6
2012-01-10checkpatch: update signature "might be better as" warningJoe Perches1-2/+5
2012-01-10get_maintainers.pl: follow renames when looking up commit signersIan Campbell1-1/+1
2012-01-09ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich1-0/+13
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-08kbuild: Fix comment in Makefile.libMichal Marek1-3/+3
2012-01-08scripts/genksyms: clean lex/yacc generated filesFernando Luis Vázquez Cao1-0/+1
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-0/+72
2012-01-06recordmcount: Fix handling of elf64 big-endian objects.David Daney1-1/+1
2011-12-18ctags: remove struct forward declarationsAlexey Dobriyan1-0/+2
2011-12-18kconfig: adapt update-po-config to new UML layoutPaul Bolle1-3/+2
2011-12-18kconfig: use xfwrite wrapper function to silence warningsPeter Foley1-2/+2
2011-12-11kconfig: fix set but not used warningsPeter Foley1-4/+1