aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2010-01-12remove my email address from checkpatch.Dave Jones1-1/+1
2010-01-11scripts/get_maintainer.pl: fix file exclusion X: logicJoe Perches1-30/+54
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre1-0/+5
2009-12-17Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2-3/+56
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds15-243/+429
2009-12-17MIPS: Tracing: Add dynamic function tracer supportWu Zhangjin1-0/+52
2009-12-17MIPS: Tracing: Add an endian argument to scripts/recordmcount.plWu Zhangjin2-3/+4
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds5-179/+17
2009-12-15scripts/get_maintainer.pl: support multiple VCSs - add mercurialJoe Perches1-93/+168
2009-12-15scripts/get_maintainer.pl: fix --non with --git-blame and cleanupsJoe Perches1-94/+104
2009-12-15scripts/get_maintainer.pl: add --roles and --rolestatsJoe Perches1-18/+176
2009-12-15modpost: fix segfault with short symbol namesMichal Marek1-2/+2
2009-12-15Kbuild: clear marker out of modpostWenji Huang2-167/+0
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins4-10/+15
2009-12-14microblaze: ftrace: Add dynamic trace supportMichal Simek1-0/+3
2009-12-12kbuild: generate modules.builtinMichal Marek3-1/+82
2009-12-12genksyms: properly consider EXPORT_UNUSED_SYMBOL{,_GPL}()Jan Beulich2-94/+99
2009-12-12unifdef: update to upstream revision 1.190Tony Finch1-134/+207
2009-12-12kbuild: specify absolute paths for cscopeDaniel Vetter1-1/+7
2009-12-12kbuild: create include/generated in silentoldconfigMichal Marek1-0/+1
2009-12-12scripts/package: deb-pkg: use fakeroot if availableJonathan Nieder1-2/+19
2009-12-12scripts/package: add KBUILD_PKG_ROOTCMD variableJonathan Nieder1-1/+2
2009-12-12scripts/package: tar-pkg: use tar --owner=rootMichal Marek1-1/+5
2009-12-12kbuild: move autoconf.h to include/generatedSam Ravnborg3-7/+7
2009-12-12kbuild: do not check for include/asm-$ARCHSam Ravnborg1-2/+0
2009-12-12kbuild: fix bzImage build for x86Michael Tokarev1-1/+1
2009-12-11USB: handle bcd incrementation in usb modalias generationNathaniel McCallum1-2/+47
2009-12-11USB: add hex/bcd detection to usb modalias generationNathaniel McCallum1-12/+36
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+12
2009-12-05Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-99/+120
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03Merge branch 'master' into nextJames Morris24-331/+446
2009-12-02tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbookJason Baron1-3/+12
2009-11-23SELinux: header generation may hit infinite loopEric Paris1-1/+1
2009-11-20kconfig: Fix make O=<dir> local{mod,yes}configSteven Rostedt2-8/+8
2009-11-19selinux: Fix warningsAlan Cox1-2/+2
2009-11-17Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/...Linus Torvalds13-286/+315
2009-11-17tracing: Only print objcopy version warning once from recordmcountSteven Rostedt1-2/+10
2009-11-15dtc: Mark various internal functions staticJosh Triplett3-3/+3
2009-11-15dtc: Set "noinput" in the lexer to avoid an unused functionJosh Triplett2-17/+54
2009-11-15genksyms: Mark is_reserved_word staticJosh Triplett2-45/+52
2009-11-15kconfig: Mark various internal functions staticJosh Triplett6-15/+32
2009-11-15Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar1-2/+2
2009-11-12get_maintainer: fix usage commentRoel Kluin1-2/+2
2009-11-04Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar2-25/+96
2009-10-29tracing: Exit with error if a weak function is used in recordmcount.plLi Hong1-7/+3
2009-10-29tracing: Move conditional into update_funcs() in recordmcount.plLi Hong1-5/+3
2009-10-29tracing: Add regex for weak functions in recordmcount.plLi Hong1-7/+9
2009-10-29tracing: Move mcount section search to front of loop in recordmcount.plLi Hong1-14/+18
2009-10-29tracing: Fix objcopy revision check in recordmcount.plLi Hong1-29/+27
2009-10-29tracing: Check absolute path of input file in recordmcount.plLi Hong1-1/+1
2009-10-29tracing: Correct the check for number of arguments in recordmcount.plLi Hong1-1/+1
2009-10-29tracing: Amend documentation in recordmcount.pl to reflect implementationLi Hong1-35/+49
2009-10-29checkpatch: version 0.30Andy Whitcroft1-1/+1
2009-10-29checkpatch: fix false EXPORT_SYMBOL warningAndy Whitcroft1-9/+39
2009-10-29checkpatch: fix __attribute__ matchingAndy Whitcroft1-2/+2
2009-10-29checkpatch: fix false errors due to macro concatenationAndy Whitcroft1-1/+4
2009-10-29checkpatch: update copyright datesAndy Whitcroft1-1/+1
2009-10-29checkpatch: correctly stop scanning at the bottom of a hunkAndy Whitcroft1-1/+2
2009-10-29checkpatch: possible types -- prevent illegal modifiers being addedAndy Whitcroft1-8/+12
2009-10-29scripts/get_maintainer.pl: add patch/file search for keywordsJoe Perches1-2/+35
2009-10-29Merge branch 'tracing/urgent' into tracing/coreIngo Molnar7-10/+25
2009-10-24SELinux: add .gitignore files for dynamic classesEric Paris1-0/+1
2009-10-15kconfig: Make zconf.y work with current bisonJosh Triplett2-206/+174
2009-10-15Merge branch 'tracing/core' into perf/coreIngo Molnar1-0/+1
2009-10-14tracing: Enable "__cold" functionsJiri Olsa1-0/+1
2009-10-11warn about use of uninstalled kernel headersArnd Bergmann1-1/+1
2009-10-11kbuild: mkcompile_h: trivial cleanupsFelipe Contreras1-1/+3
2009-10-11kbuild: fix warning when domainname is not availableFelipe Contreras1-2/+6
2009-10-11kbuild: Fix size_append issue for bzip2/lzma kernelAlek Du1-1/+1
2009-10-11kbuild,scripts: use non-builtin echo for '-e'Amerigo Wang2-3/+3
2009-10-11kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT setFrans Pop2-2/+11
2009-10-07selinux: generate flask headers during kernel buildStephen Smalley3-2/+125
2009-10-07selinux: dynamic class/perm discoveryStephen Smalley1-123/+28
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds19-171/+235
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-2/+2
2009-09-23spi: add support for device table matchingAnton Vorontsov1-0/+13
2009-09-23kallsyms: fix segfault in prefix_underscores_count()Paul Mundt1-1/+1
2009-09-23Documentation/: fix warnings from -Wmissing-prototypes in HOSTCFLAGSLadinu Chandrasinghe1-3/+3
2009-09-23Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith3-7/+7
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-5/+1
2009-09-22checkpatch: add some common Blackfin checksMike Frysinger1-0/+22
2009-09-22checkpatch: version 0.29Andy Whitcroft1-1/+1
2009-09-22checkpatch: limit sN/uN matches to actual bit sizesAndy Whitcroft1-2/+2
2009-09-22checkpatch: format strings should not have brackets in macrosAndy Whitcroft1-1/+2
2009-09-22checkpatch: make -f alias --file, add --help, more verbose help messageHannes Eder1-13/+42
2009-09-22checkpatch: indent checks -- stop when we run out of continuation linesAndy Whitcroft1-2/+3
2009-09-22checkpatch: handle C99 comments correctly (performance issue)Daniel Walker1-0/+13
2009-09-22checkpatch: possible types -- else cannot start a typeAndy Whitcroft1-0/+2
2009-09-22scripts/get_maintainer.pl: add maintainers in order listed in matched sectionJoe Perches1-16/+54
2009-09-22scripts/get_maintainer.pl: add --remove-duplicatesJoe Perches1-53/+55
2009-09-22scripts/get_maintainer.pl: using --separator implies --nomultilineJoe Perches1-0/+5
2009-09-22scripts/get_maintainer.pl: add .mailmap use, shell and email cleanupsJoe Perches1-7/+65
2009-09-22scripts/get_maintainer.pl: better email routines, use perl not shell where po...Joe Perches1-56/+96
2009-09-22scripts/get_maintainer.pl: add --pattern-depthJoe Perches1-7/+14
2009-09-22scripts/get_maintainer.pl: add sections in pattern match depth orderJoe Perches1-1/+8
2009-09-22scripts/get_maintainer.pl: add --git-blameJoe Perches1-29/+109
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-12/+0
2009-09-21trivial: kbuild: remove extraneous blank line after declaration of usage()Trevor Keith1-1/+0
2009-09-21trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg2-4/+1
2009-09-21kbuild: Don't define ALIGN and ENTRY when preprocessing linker scripts.Tim Abbott1-1/+1
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-108/+0
2009-09-20arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Sam Ravnborg1-1/+2
2009-09-20kbuild: add static to prototypesTrevor Keith9-43/+43
2009-09-20kbuild: fail build if recordmcount.pl failsAndi Kleen1-1/+1
2009-09-20kbuild: echo the record_mcount commandAndi Kleen1-0/+1
2009-09-20gconfig: disable "typeahead find" search in treeviewsDiego Elio 'Flameeyes' Pettenò1-2/+2
2009-09-20kbuild: fix cc1 options check to ensure we do not use -fPIC when compilingJory A. Pratt1-2/+2
2009-09-20checkincludes.pl: add option to remove duplicates in placeLuis R. Rodriguez1-7/+59
2009-09-20markup_oops: use modinfo to avoid confusion with underscored module namesOzan Çaglayan1-4/+1
2009-09-20checkincludes.pl: provide usage helperLuis R. Rodriguez1-0/+9
2009-09-20checkincludes.pl: close file as soon as we're done with itLuis R. Rodriguez1-2/+2
2009-09-20ctags: usability fixStefani Seibold1-1/+2
2009-09-20kbuild: introduce ld-optionSam Ravnborg1-1/+7
2009-09-20kbuild: rename ld-option to cc-ldoptionSam Ravnborg1-3/+3
2009-09-20kconfig: make use of menu_get_ext_help in gconfigCheng Renquan2-18/+6
2009-09-20kconfig: make use of menu_get_ext_help in "make config"Cheng Renquan1-11/+11
2009-09-20kconfig: make use of menu_get_ext_help in qconfigCheng Renquan1-6/+4
2009-09-20kconfig: make use of menu_get_ext_help in menuconfigCheng Renquan1-75/+3
2009-09-20kconfig: add menu_get_ext_help function to display more informationCheng Renquan2-0/+81
2009-09-20kconfig: add symbol value to help find the real dependCheng Renquan1-0/+2
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven1-108/+0
2009-09-18tracing: Remove markersChristoph Hellwig1-12/+0
2009-09-18kernel-doc: allow multi-line declaration purpose descriptionsJohannes Weiner1-5/+16
2009-09-15sparc: Kill PROM console driver.David S. Miller1-1/+0
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-0/+8
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds3-1/+413
2009-08-21kconfig: add missing dependency of conf to localyesconfigSteven Rostedt1-1/+1
2009-08-18kconfig: test if a .config already existsSteven Rostedt1-10/+20
2009-08-18kconfig: make local .config default for streamline_configSteven Rostedt1-4/+4
2009-08-18kconfig: test for /boot/config-uname after /proc/config.gz in localconfigSteven Rostedt1-0/+4
2009-08-18kconfig: unset IKCONFIG_PROC and clean up nestingSteven Rostedt1-6/+3
2009-08-18kconfig: search for a config to base the local(mod|yes)config onSteven Rostedt1-1/+62
2009-08-18kconfig: have extract-ikconfig read ELF filesSteven Rostedt1-0/+10
2009-08-18kconfig: add check if end exists in extract-ikconfigSteven Rostedt1-0/+4
2009-08-18kconfig: enable CONFIG_IKCONFIG from streamline_config.plSteven Rostedt1-10/+23
2009-08-18kconfig: do not warn about modules built inSteven Rostedt1-3/+5
2009-08-18kconfig: streamline_config.pl do not stop with no dependsSteven Rostedt1-5/+3
2009-08-18kconfig: add make localyesconfig optionSteven Rostedt1-1/+12
2009-08-18kconfig: make localmodconfig to run streamline_config.plSteven Rostedt1-1/+12
2009-08-18kconfig: add streamline_config.pl to scriptsSteven Rostedt1-0/+291
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo7-14/+54
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar6-14/+51
2009-08-09Merge branch 'linus' into tracing/urgentIngo Molnar2-9/+38
2009-08-07tracing: Fix recordmcount.pl to handle sections with only weak functionsSteven Rostedt1-2/+2
2009-08-05tracing: do not use functions starting with .L in recordmcount.plSteven Rostedt1-1/+4
2009-08-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-1/+5
2009-07-29get_maintainerpl-add-git-min-percent-option-fixJoe Perches1-1/+1
2009-07-29get_maintainer.pl: Add git-min-percent optionJoe Perches1-3/+16
2009-07-29scripts/get_maintainer.pl: Add -f directory useJoe Perches1-4/+19
2009-07-29markup_oops: fix it with 32-bit userspace on a 64-bit kernelMatthew Wilcox1-2/+3
2009-07-23ftrace: Only update $offset when we update $ref_funcMatt Fleming1-1/+2
2009-07-23ftrace: Fix the conditional that updates $ref_funcMatt Fleming1-1/+1
2009-07-18tracing: Remove .globl in the scripts/recordmcount.pl docjolsa@redhat.com1-1/+0
2009-07-17kconfig: initialize the screen before using curses(3) functionsArnaud Lacombe1-0/+2
2009-07-17kconfig: variable argument lists needs `stdarg.h'Arnaud Lacombe1-0/+2
2009-07-17kbuild, deb-pkg: fix install scripts for posix shmaximilian attems1-1/+1
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2-0/+3
2009-07-04Merge branch 'master' into for-nextTejun Heo3-4/+9
2009-07-01kernel-doc: move ignoring kmemcheckRandy Dunlap1-2/+2
2009-06-30fbdev: work around old compiler bugStephen Rothwell1-2/+2
2009-06-27gitignore: ignore scripts/ihex2fwJaswinder Singh Rajput1-0/+1
2009-06-27kbuild: deb-pkg ship changelogmaximilian attems1-0/+2
2009-06-26powerpc: Have git ignore generated files from dtc compileJon Smirl1-0/+5
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+8
2009-06-20kernel-doc: fix param matching for array paramsRandy Dunlap1-0/+17
2009-06-20kernel-doc: ignore kmemcheck_bitfield_begin/endRandy Dunlap1-0/+2
2009-06-20kallsyms: fix inverted valid symbol checkingMike Frysinger1-3/+3
2009-06-20kbuild: fix build error during make htmldocsAmerigo Wang1-1/+1
2009-06-18gcov: add gcov profiling infrastructurePeter Oberparleiter1-0/+11
2009-06-16Merge branch 'akpm'Linus Torvalds3-54/+279
2009-06-16fbdev: move logo externs to header fileGeert Uytterhoeven1-9/+9
2009-06-16scripts/get_maintainer.pl: change "die" to "warn" when command line file is n...Joe Perches1-1/+1
2009-06-16scripts/get_maintainer.pl: allow 8 bit characters in email addressesJoe Perches1-1/+1
2009-06-16scripts/get_maintainer.pl: don't print maintainers when not requestedJoe Perches1-4/+6
2009-06-16scripts/get_maintainer.pl: support both "P:/M:" and integrated "M:" linesJoe Perches1-8/+22
2009-06-16scripts/get_maintainer.pl: better email name quotingJoe Perches1-0/+1
2009-06-16scripts/get_maintainer.pl: support M: lines with names and multiple entries p...Joe Perches1-16/+129
2009-06-16scripts/get_maintainer.pl: warn on missing git or git repositoryJoe Perches1-3/+12
2009-06-16scripts/get_maintainer.pl: improve --git-chief-penquins (Linus Torvalds) filt...Joe Perches1-15/+12
2009-06-16scripts/get_maintainer.pl: better fix for subscriber-only mailing listsJoe Perches1-1/+1
2009-06-16scripts/get_maintainer.pl: output first field only in mailing lists and after...Joe Perches1-19/+27
2009-06-16mm: add a gfp-translate script to help understand page allocation failure rep...Mel Gorman1-0/+81
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-4/+3
2009-06-16sparc64: Add proper dynamic ftrace support.David S. Miller1-0/+20
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim1-4/+3
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Linus Torvalds23-281/+462
2009-06-14kbuild: add generic --set-str option to scripts/configMichal Marek1-2/+9
2009-06-14kbuild: simplify argument loop in scripts/configMichal Marek1-28/+16
2009-06-14kbuild: handle non-existing options in scripts/configMichal Marek1-18/+18
2009-06-14kallsyms: generalize text region handlingMike Frysinger1-26/+61
2009-06-14kallsyms: support kernel symbols in Blackfin on-chip memoryRobin Getz1-1/+12
2009-06-14kbuild: fix a compile warningAmerigo Wang1-2/+3
2009-06-14kbuild: fix delay in setlocalversion on readonly sourceNico Schottelius1-2/+4
2009-06-12Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-0/+13
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds1-3/+89
2009-06-12virtio: enhance id_matching for virtio driversChristian Borntraeger1-1/+1
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann4-20/+46