aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 3-1/+413
2009-08-21kconfig: add missing dependency of conf to localyesconfigGravatar Steven Rostedt 1-1/+1
2009-08-18kconfig: test if a .config already existsGravatar Steven Rostedt 1-10/+20
2009-08-18kconfig: make local .config default for streamline_configGravatar Steven Rostedt 1-4/+4
2009-08-18kconfig: test for /boot/config-uname after /proc/config.gz in localconfigGravatar Steven Rostedt 1-0/+4
2009-08-18kconfig: unset IKCONFIG_PROC and clean up nestingGravatar Steven Rostedt 1-6/+3
2009-08-18kconfig: search for a config to base the local(mod|yes)config onGravatar Steven Rostedt 1-1/+62
2009-08-18kconfig: have extract-ikconfig read ELF filesGravatar Steven Rostedt 1-0/+10
2009-08-18kconfig: add check if end exists in extract-ikconfigGravatar Steven Rostedt 1-0/+4
2009-08-18kconfig: enable CONFIG_IKCONFIG from streamline_config.plGravatar Steven Rostedt 1-10/+23
2009-08-18kconfig: do not warn about modules built inGravatar Steven Rostedt 1-3/+5
2009-08-18kconfig: streamline_config.pl do not stop with no dependsGravatar Steven Rostedt 1-5/+3
2009-08-18kconfig: add make localyesconfig optionGravatar Steven Rostedt 1-1/+12
2009-08-18kconfig: make localmodconfig to run streamline_config.plGravatar Steven Rostedt 1-1/+12
2009-08-18kconfig: add streamline_config.pl to scriptsGravatar Steven Rostedt 1-0/+291
2009-08-11Merge branch 'linus' into tracing/coreGravatar Ingo Molnar 6-14/+51
2009-08-09Merge branch 'linus' into tracing/urgentGravatar Ingo Molnar 2-9/+38
2009-08-07tracing: Fix recordmcount.pl to handle sections with only weak functionsGravatar Steven Rostedt 1-2/+2
2009-08-05tracing: do not use functions starting with .L in recordmcount.plGravatar Steven Rostedt 1-1/+4
2009-08-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+3
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 3-1/+5
2009-07-29get_maintainerpl-add-git-min-percent-option-fixGravatar Joe Perches 1-1/+1
2009-07-29get_maintainer.pl: Add git-min-percent optionGravatar Joe Perches 1-3/+16
2009-07-29scripts/get_maintainer.pl: Add -f directory useGravatar Joe Perches 1-4/+19
2009-07-29markup_oops: fix it with 32-bit userspace on a 64-bit kernelGravatar Matthew Wilcox 1-2/+3
2009-07-23ftrace: Only update $offset when we update $ref_funcGravatar Matt Fleming 1-1/+2
2009-07-23ftrace: Fix the conditional that updates $ref_funcGravatar Matt Fleming 1-1/+1
2009-07-18tracing: Remove .globl in the scripts/recordmcount.pl docGravatar jolsa@redhat.com 1-1/+0
2009-07-17kconfig: initialize the screen before using curses(3) functionsGravatar Arnaud Lacombe 1-0/+2
2009-07-17kconfig: variable argument lists needs `stdarg.h'Gravatar Arnaud Lacombe 1-0/+2
2009-07-17kbuild, deb-pkg: fix install scripts for posix shGravatar maximilian attems 1-1/+1
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesGravatar Linus Torvalds 2-0/+3
2009-07-01kernel-doc: move ignoring kmemcheckGravatar Randy Dunlap 1-2/+2
2009-06-30fbdev: work around old compiler bugGravatar Stephen Rothwell 1-2/+2
2009-06-27gitignore: ignore scripts/ihex2fwGravatar Jaswinder Singh Rajput 1-0/+1
2009-06-27kbuild: deb-pkg ship changelogGravatar maximilian attems 1-0/+2
2009-06-26powerpc: Have git ignore generated files from dtc compileGravatar Jon Smirl 1-0/+5
2009-06-20kernel-doc: fix param matching for array paramsGravatar Randy Dunlap 1-0/+17
2009-06-20kernel-doc: ignore kmemcheck_bitfield_begin/endGravatar Randy Dunlap 1-0/+2
2009-06-20kallsyms: fix inverted valid symbol checkingGravatar Mike Frysinger 1-3/+3
2009-06-20kbuild: fix build error during make htmldocsGravatar Amerigo Wang 1-1/+1
2009-06-18gcov: add gcov profiling infrastructureGravatar Peter Oberparleiter 1-0/+11
2009-06-16Merge branch 'akpm'Gravatar Linus Torvalds 3-54/+279
2009-06-16fbdev: move logo externs to header fileGravatar Geert Uytterhoeven 1-9/+9
2009-06-16scripts/get_maintainer.pl: change "die" to "warn" when command line file is n...Gravatar Joe Perches 1-1/+1
2009-06-16scripts/get_maintainer.pl: allow 8 bit characters in email addressesGravatar Joe Perches 1-1/+1
2009-06-16scripts/get_maintainer.pl: don't print maintainers when not requestedGravatar Joe Perches 1-4/+6
2009-06-16scripts/get_maintainer.pl: support both "P:/M:" and integrated "M:" linesGravatar Joe Perches 1-8/+22
2009-06-16scripts/get_maintainer.pl: better email name quotingGravatar Joe Perches 1-0/+1
2009-06-16scripts/get_maintainer.pl: support M: lines with names and multiple entries p...Gravatar Joe Perches 1-16/+129