aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-06Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-0/+72
2011-12-18kconfig: adapt update-po-config to new UML layoutPaul Bolle1-3/+2
2011-11-22ARM: amba: Auto-generate AMBA driver module aliases during modpostDave Martin1-0/+72
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
2011-06-16docproc: cleanup brace placementJesper Juhl1-12/+5
2011-06-16scripts/gcc-goto.sh: fix a typo ("suport")Jonathan Neuschäfer1-1/+1
2011-06-15checkpatch: add warning for uses of printk_ratelimitJoe Perches1-0/+5
2011-06-13bootgraph.pl: relax timing information requirementsAndrew Murray1-1/+1
2011-06-09kbuild: Hack for depmod not handling X.Y versionsMichal Marek1-1/+24
2011-06-09kbuild: Move depmod call to a separate scriptMichal Marek1-0/+25
2011-06-09dtc: regen parserArnaud Lacombe3-161/+25
2011-06-09dtc: migrate parser to implicit rulesArnaud Lacombe1-27/+1
2011-06-09kconfig: regen parserArnaud Lacombe4-173/+200
2011-06-09kconfig: migrate parser to implicit rulesArnaud Lacombe3-27/+5
2011-06-09kconfig/zconf.l: do not ask to generate backupArnaud Lacombe1-2/+2
2011-06-09kconfig: kill no longer needed reference to YYDEBUGArnaud Lacombe2-10/+0
2011-06-09kconfig: constify `kconf_id_lookup'Arnaud Lacombe4-8/+8
2011-06-09genksym: regen parserArnaud Lacombe4-586/+74
2011-06-09genksyms: migrate parser to implicit rulesArnaud Lacombe3-48/+9
2011-06-09genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.oArnaud Lacombe1-1/+1
2011-06-09genksyms: pass hash and lookup functions name and target language though the ...Arnaud Lacombe1-0/+3
2011-06-09kbuild: simplify the %_shipped ruleArnaud Lacombe1-1/+1
2011-06-09kbuild: add implicit rules for parser generationArnaud Lacombe1-0/+38
2011-06-09kbuild: add `baseprereq'Arnaud Lacombe1-0/+4
2011-06-09kbuild: silence Nothing to be done for 'all' messagePeter Foley1-0/+1
2011-06-08Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kb...Michal Marek19-112/+26
2011-06-08Merge commit 'v3.0-rc1' into kbuild/kconfigMichal Marek35-214/+519
2011-06-07Merge commit 'v3.0-rc1' into kbuild/kbuildMichal Marek33-230/+471
2011-06-06kconfig/gconf: silent missing prototype warningsArnaud Lacombe1-1/+2
2011-06-06kconfig/gconf: kill deadcodeArnaud Lacombe1-33/+0
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe17-76/+9
2011-06-06kconfig: nuke reference to SWIGArnaud Lacombe1-3/+0
2011-06-06kconfig: add missing <stdlib.h> inclusionArnaud Lacombe1-0/+1
2011-06-06kconfig: add missing <ctype.h> inclusionArnaud Lacombe1-0/+1
2011-06-06kconfig: add missing <stdarg.h> inclusionArnaud Lacombe3-0/+3
2011-06-06kconfig: fix return code for invalid boolean symbol in conf_set_sym_val()Arnaud Lacombe1-1/+1
2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe4-0/+11
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+12
2011-05-27Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds1-1/+1
2011-05-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2-2/+12
2011-05-25ftrace/recordmcount: Avoid STT_FUNC symbols as base on ARMRabin Vincent1-0/+8
2011-05-25scripts/tags.sh: Add magic for trace-events for etags tooSteven Rostedt1-1/+3
2011-05-25scripts/tags.sh: Fix ctags for DEFINE_EVENT()Steven Rostedt1-1/+1
2011-05-25Merge branch 'kconfig-for-40' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-78/+81
2011-05-25Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-7/+22
2011-05-25Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2-3/+20
2011-05-25checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptionsJoe Perches1-1/+1
2011-05-25checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptionsJoe Perches1-3/+3
2011-05-25checkpatch: add check for line continuations in quoted stringsJoe Perches1-0/+5
2011-05-25Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek1-3/+2
2011-05-25kconfig: Only generate config_is_xxx for bool and tristate optionsMichal Marek1-5/+3
2011-05-25xconfig: merge code path to conf_write()Arnaud Lacombe1-3/+2
2011-05-25kbuild: Fix reference to vermagic.hGeert Uytterhoeven1-1/+1
2011-05-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds13-63/+130
2011-05-24kbuild: Create a kernel-headers RPMArun Sharma1-0/+17
2011-05-24rpm-pkg: Fix when current directory is a symlinkMichal Marek1-1/+1
2011-05-24Merge branch 'kbuild/kconfig-for-40' into kbuild/kconfigMichal Marek2-15/+9
2011-05-24kconfig: do not record timestamp in .configArnaud Lacombe1-11/+1
2011-05-24export_report: use warn() to issue WARNING, so they go to stderrJim Cromie1-1/+7
2011-05-24export_report: sort SECTION 2 outputJim Cromie1-3/+5
2011-05-24export_report: do collectcfiles work in perl itselfJim Cromie1-2/+8
2011-05-24gconfig: Hide unused left treeview when start up the interfaceEduardo Silva1-2/+6
2011-05-24gconfig: enable rules hint for main treeviewsEduardo Silva1-2/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+22
2011-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-93/+266
2011-05-19Create Documentation/security/,Randy Dunlap1-1/+1
2011-05-19ftrace/kbuild: Add recordmcount files to force full buildMichal Marek1-2/+5
2011-05-19modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg2-29/+14
2011-05-19module: Sort exported symbolsAlessio Igor Bogani1-0/+11
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare1-1/+1
2011-05-17kconfig: autogenerated config_is_xxx macroJean-Christophe PLAGNIOL-VILLARD1-0/+29
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+22
2011-05-16ftrace/s390: mcount offset calculationMartin Schwidefsky2-2/+8
2011-05-16ftrace/x86: mcount offset calculationMartin Schwidefsky2-0/+4
2011-05-16ftrace/recordmcount: mcount address adjustmentMartin Schwidefsky1-2/+7
2011-05-16ftrace/recordmcount: Add helper function get_sym_str_and_relp()Steven Rostedt1-30/+37
2011-05-16ftrace/recordmcount: Remove duplicate code to find mcount symbolSteven Rostedt1-24/+27
2011-05-16kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callersSteven Rostedt1-1/+4
2011-05-16ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt2-13/+41
2011-05-16ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt2-6/+116
2011-05-16ftrace/recordmcount: Modify only executable sectionsSteven Rostedt1-0/+1
2011-05-16ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt2-0/+2
2011-05-16ftrace/trivial: Clean up record mcount to use Linux switch styleSteven Rostedt1-21/+22
2011-05-16ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt2-32/+32
2011-05-16kbuild: make KBUILD_NOCMDDEP=1 handle empty built-in.oMichal Marek1-0/+2
2011-05-12scripts/kallsyms.c: fix potential segfaultXiaochen Wang1-0/+2
2011-05-12scripts/gen_initramfs_list.sh: Convert to a /bin/sh scriptJamey Sharp1-7/+7
2011-05-10bcma: add Broadcom specific AMBA bus driverRafał Miłecki1-0/+22
2011-05-04Replace '-' in kernel version with '_'Arun Sharma2-2/+2
2011-05-03kbuild: Fix passing -Wno-* options to gcc 4.4+Michal Marek1-0/+5
2011-05-02kbuild: move scripts/basic/docproc.c to scripts/docproc.cPeter Foley5-6/+7
2011-05-02kbuild: Fix Makefile.asm-generic for umMichal Marek1-1/+1
2011-05-02kbuild: Allow to combine multiple W= levelsMichal Marek1-2/+6
2011-04-29kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0Dave Jones1-0/+1
2011-04-29Fix handling of backlash character in LINUX_COMPILE_BY nameMarcin Nowakowski1-1/+1
2011-04-29kbuild: don't warn about include/linux/version.h not including itselfPeter Foley1-0/+1
2011-04-29kconfig: quiet commands when V=0Peter Foley1-2/+2
2011-04-29kconfig: change update-po-config to reflect new layout of arch/umPeter Foley1-2/+2
2011-04-29kconfig: make update-po-config work in KBUILD_OUTPUTPeter Foley1-7/+9
2011-04-29kconfig: rearrange clean-filesPeter Foley1-2/+2
2011-04-29kconfig: change gconf to modify hostprogs-y like nconf and mconfPeter Foley1-2/+3
2011-04-29kconfig: change qconf to modify hostprogs-y like nconf and mconfPeter Foley1-3/+4
2011-04-29kconfig: only build kxgettext when neededPeter Foley1-1/+5
2011-04-28kbuild: asm-generic supportSam Ravnborg2-1/+32
2011-04-28kbuild: implement several W= levelsSam Ravnborg1-27/+38
2011-04-24kconfig: Avoid buffer underrun in choice inputBen Hutchings1-1/+1
2011-04-20kbuild: Fix build with binutils <= 2.19Michal Marek2-2/+7
2011-04-19nconfig: Silence unused return values from wattrsetStephen Boyd1-7/+7
2011-04-18initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entriesMichal Marek1-1/+8
2011-04-18kbuild: Allow to override LINUX_COMPILE_BY and LINUX_COMPILE_HOST macrosMichal Marek1-2/+12
2011-04-18kbuild: Drop unused LINUX_COMPILE_TIME and LINUX_COMPILE_DOMAIN macrosMichal Marek1-14/+2
2011-04-18kbuild: Use the deterministic mode of arMichal Marek1-2/+2
2011-04-18kbuild: Call gzip with -nMichal Marek2-3/+3
2011-04-18kconfig: Do not record timestamp in auto.conf and autoconf.hMichal Marek1-6/+2
2011-04-15kconfig: get rid of unused flagsYann E. MORIN3-12/+0
2011-04-15kconfig: allow multiple inclusion of the same fileYann E. MORIN2-20/+38
2011-04-08kconfig: Avoid buffer underrun in choice inputBen Hutchings1-1/+1
2011-04-04eradicate bashisms in scripts/patch-kernelAndreas Mohr1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi8-11/+11
2011-03-22bloat-o-meter: include read-only data section in reportJean Delvare1-1/+3
2011-03-22checkpatch: warn about memset with swapped argumentsDave Jones1-0/+5
2011-03-22scripts/checkpatch.pl: reset rpt_cleaners warningsMike Frysinger1-0/+1