aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
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-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
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan1-2/+2
2011-03-22get_maintainer.pl: allow "K:" pattern tests to match non-patch textJoe Perches1-1/+10
2011-03-21Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds12-935/+1226
2011-03-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-9/+23
2011-03-20Merge branch 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mma...Linus Torvalds2-1/+8
2011-03-17Merge branch 'genksyms-enum' into kbuild/kbuildMichal Marek8-863/+988
2011-03-17genksyms: Regenerate lexer and parserMichal Marek3-512/+661
2011-03-17genksyms: Track changes to enum constantsMichal Marek4-13/+127
2011-03-17genksyms: simplify usage of find_symbol()Michal Marek4-9/+9
2011-03-17genksyms: Add helpers for building string listsMichal Marek1-32/+38
2011-03-17genksyms: Simplify printing of symbol typesMichal Marek1-16/+27
2011-03-17genksyms: Simplify lexerMichal Marek2-138/+123
2011-03-17genksyms: Do not paste the bison header file to lex.cMichal Marek2-147/+7
2011-03-17modpost: fix trailing commaRandy Dunlap1-8/+15
2011-03-17KBuild: silence "'scripts/unifdef' is up to date."Mike Waychison1-0/+5
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+20
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-2/+4
2011-03-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds15-72/+0
2011-03-16Merge branch 'next' into for-linusJames Morris1-0/+20
2011-03-13kbuild: Fix computing srcversion for modulesMichal Marek2-8/+30
2011-03-10ftrace: Add .ref.text as one of the safe areas to traceSteven Rostedt2-1/+3
2011-03-09kbuild: Add make tarxz-pkg build optionZdenek Kaspar2-1/+8
2011-03-09Merge commit 'v2.6.38-rc1' into kbuild/packagingMichal Marek117-3644/+8852
2011-03-09kbuild: Add extra gcc checksBorislav Petkov1-1/+34
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-0/+20
2011-03-04Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+11
2011-03-03SELinux: Auto-generate security_is_socket_classHarry Ciao1-0/+20
2011-02-22rtmutex: tester: Remove the remaining BKL leftoversThomas Gleixner14-67/+0
2011-02-21fixdep: Do not record dependency on the source file itselfMichal Marek1-1/+11
2011-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+1
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar1-3/+3
2011-02-10scripts/extract-ikconfig: add xz compression supportDick Streefland1-4/+5
2011-02-08trivial: Fix Steven's Copyright typosUwe Kleine-König1-1/+1
2011-02-04Merge branch 'kbuild/packaging' into kbuild/rc-fixesMichal Marek1-3/+3
2011-02-04deb-pkg: Fix building outside of source tree (O=...).Nicolas de Pesloüan1-3/+3
2011-01-27locking: Remove deprecated lock initializersThomas Gleixner1-5/+0
2011-01-22unifdef: update to upstream version 2.5Tony Finch1-63/+184
2011-01-15kbuild: add GNU GLOBAL tags generationJianbin Kang1-0/+9
2011-01-15deb-pkg: Use $SRCARCH for include pathmaximilian attems1-1/+1
2011-01-15setlocalversion: update mercurial tag parsingMike Crowe1-5/+9
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-13decompressors: add boot-time XZ supportLasse Collin1-0/+2
2011-01-13decompressors: add XZ decompressor moduleLasse Collin2-0/+51