aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-11kconfig: fix warnings by specifing format argumentsPeter Foley1-3/+3
2011-11-22kbuild, headers.sh: Don't make archheaders explicitlyH. Peter Anvin1-1/+0
2011-11-22ARM: amba: Auto-generate AMBA driver module aliases during modpostDave Martin1-0/+72
2011-11-17checksyscalls: Use arch/x86/syscalls/syscall_32.tbl as sourceH. Peter Anvin1-5/+10
2011-11-17kbuild: Add support for an "archheaders" targetH. Peter Anvin1-0/+1
2011-11-17kbuild: Add support for installing generated asm headersH. Peter Anvin1-2/+8
2011-11-14scripts/tags.sh: Add Page flag function magicStephen Boyd1-2/+44
2011-11-13Merge branch 'master' into for-nextJiri Kosina24-448/+711
2011-11-06Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-2/+78
2011-11-06Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds9-112/+173
2011-11-06Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds10-327/+399
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings1-0/+7
2011-10-31checkpatch: add a --strict check for utf-8 in commit logsJoe Perches1-4/+26
2011-10-31kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches1-3/+3
2011-10-29scripts/package/Makefile: Fix typo: an deb -> a debPaul Menzel1-1/+1
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+25
2011-10-11genksyms: Regenerate lexer and parserMichal Marek3-306/+358
2011-10-11genksyms: Do not expand internal typesMichal Marek4-2/+20
2011-10-11genksyms: Minor parser cleanupMichal Marek1-18/+15
2011-09-15Merge branch 'master' into for-nextJiri Kosina23-261/+326
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock1-2/+2
2011-09-09scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputboxCheng Renquan1-0/+8
2011-09-09scripts/kconfig/nconf: fix editing long stringsCheng Renquan1-6/+23
2011-09-09scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan3-17/+26
2011-09-09scripts/kconfig/nconf: fix memmove's length argCheng Renquan1-1/+1
2011-09-09scripts/kconfig/nconf: fix typo: unknow => unknownCheng Renquan1-1/+1
2011-09-09fixdep: fix extraneous dependenciesPeter Foley1-0/+1
2011-08-31script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGSArnaud Lacombe1-0/+14
2011-08-31scripts/Makefile.build: do not reference EXTRA_CFLAGS as CFLAGS replacementArnaud Lacombe1-1/+1
2011-08-31kbuild: prevent make from deleting _shipped filesPeter Foley1-0/+4
2011-08-31tags, powerpc: Update tags.sh to support _GLOBAL symbolsIan Munsie1-2/+2
2011-08-31scripts: add extract-vmlinuxCorentin Chary1-0/+62
2011-08-31Merge branch 'kconfig/for-next' of git://github.com/lacombar/linux-2.6 into k...Michal Marek3-49/+89
2011-08-29kconfig: fix set but not used variablesLucas De Marchi1-2/+1
2011-08-29kconfig: handle SIGINT in menuconfigDavidlohr Bueso1-34/+52
2011-08-29kconfig: fix __enabled_ macros definition for invisible and un-selected symbolsArnaud Lacombe1-13/+36
2011-08-29Merge 3.1-rc4 into staging-nextGreg Kroah-Hartman1-0/+25
2011-08-25checkpatch: add missing WARN argument for min_t and max_t testsHui Zhu1-1/+2
2011-08-25scripts/get_maintainer.pl: update Linus's git repositoryRalf Thielow1-1/+1
2011-08-25Staging: hv: file2alias: fix up alias creation logic for hv_vmbus_device_idGreg Kroah-Hartman1-2/+2
2011-08-25Staging: hv: Add code to parse struct hv_vmbus_device_id tableK. Y. Srinivasan1-0/+25
2011-08-19Merge branch 'master/kconfig-localmodconfig' of git://github.com/lacombar/lin...Michal Marek2-29/+21
2011-08-08kconfig: factor code in menu_get_ext_help()Arnaud Lacombe1-6/+4
2011-08-08kbuild: Fix help text not displayed in choice option.Srinivas Kandagatla1-4/+3
2011-08-08kconfig/nconf: nuke unreferenced `nohelp_text'Arnaud Lacombe1-2/+0
2011-08-08kconfig/streamline_config.pl: merge local{mod,yes}configArnaud Lacombe1-17/+1
2011-08-08kconfig/streamline_config.pl: use options to determine operating modeArnaud Lacombe2-3/+15
2011-08-08kconfig/streamline_config.pl: directly access LSMOD from the environmentArnaud Lacombe2-12/+8
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds21-259/+323
2011-07-29kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()Michal Marek1-57/+14
2011-07-25Merge 'akpm' patch seriesLinus Torvalds2-152/+513
2011-07-25checkpatch.pl: update $logFunctionsJoe Perches1-3/+3
2011-07-25checkpatch: make utf-8 test --strictJoe Perches1-2/+2
2011-07-25checkpatch.pl: add ability to ignore various messagesJoe Perches1-143/+355
2011-07-25checkpatch: add a "prefer __aligned" checkJoe Perches1-0/+5
2011-07-25checkpatch: validate signature styles and To: and Cc: linesJoe Perches1-8/+115
2011-07-25checkpatch: add __rcu as a sparse modifierSven Eckelmann1-1/+2
2011-07-25checkpatch: suggest using min_t or max_tJoe Perches1-0/+35
2011-07-25get_maintainers.pl: improve .mailmap parsingJoe Perches1-4/+5
2011-07-25Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/s...Linus Torvalds28-1049/+386
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-14/+7
2011-07-25xconfig: Abort close if configuration cannot be savedMichal Marek2-4/+11
2011-07-25genksyms: Use same type in loop comparisonJesper Juhl1-1/+1
2011-07-24modpost: Fix modpost's license checking V3Alessio Igor Bogani1-1/+28
2011-07-20kbuild: silence generated makefile messagePeter Foley1-1/+8
2011-07-18kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.hArnaud Lacombe1-5/+21
2011-07-13Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-4/+6
2011-07-13kconfig/nconf: remove useless conditionnalArnaud Lacombe1-4/+1
2011-07-13kconfig/nconf: prevent segfault on empty menuArnaud Lacombe1-1/+6
2011-07-13kconfig/nconf: use the generic menu_get_ext_help()Arnaud Lacombe1-13/+1
2011-07-13nconfig: Avoid Wunused-but-set warningRaghavendra D Prabhu1-2/+0
2011-07-12kbuild: Do not write to builddir in modules_installMichal Marek1-4/+6
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-0/+5
2011-07-04Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek3-22/+39
2011-07-02kconfig/conf: mark xfgets() privateArnaud Lacombe2-7/+3
2011-07-02kconfig: remove pending prototypes for kconfig_load()Arnaud Lacombe1-3/+0
2011-07-02kconfig/conf: add command line options' descriptionArnaud Lacombe1-1/+31
2011-07-02kconfig/conf: reduce the scope of `defconfig_file'Arnaud Lacombe1-3/+1
2011-07-02kconfig: use calloc() for expr allocationArnaud Lacombe1-8/+4
2011-07-01kconfig: introduce specialized printerArnaud Lacombe4-128/+266
2011-06-24kconfig: do not overwrite symbol direct dependency in assignmentArnaud Lacombe1-1/+1
2011-06-24headers_install: fix __packed in exported kernel headersMarkus Trippelsdorf1-0/+1
2011-06-24package: Makefile: fix perf target bugmatt mooney1-3/+5
2011-06-23Merge branch 'kbuild-implicit-parser-rule' of git://github.com/lacombar/linux...Michal Marek23-1043/+370