Age | Commit message (Expand) | Author | Files | Lines |
2008-12-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 21 | -197/+923 |
2008-12-20 | allow stripping of generated symbols under CONFIG_KALLSYMS_ALL | Jan Beulich | 3 | -106/+106 |
2008-12-20 | kbuild: strip generated symbols from *.ko | Jan Beulich | 5 | -32/+76 |
2008-12-20 | kbuild: simplify use of genksyms | Sam Ravnborg | 1 | -18/+12 |
2008-12-19 | kernel-doc: check for extra kernel-doc notations | Randy Dunlap | 1 | -1/+66 |
2008-12-18 | kbuild: add headerdep used to detect inclusion cycles in header files | Vegard Nossum | 1 | -0/+193 |
2008-12-14 | kbuild: fix string equality testing in tags.sh | Jiri Slaby | 1 | -5/+5 |
2008-12-14 | kbuild: fix make tags/cscope | Jiri Slaby | 1 | -12/+12 |
2008-12-12 | tracing/function-graph-tracer: add a new .irqentry.text section | Frederic Weisbecker | 1 | -0/+1 |
2008-12-05 | kbuild: remove TAR_IGNORE | Robert P. J. Day | 1 | -4/+0 |
2008-12-04 | Merge commit 'v2.6.28-rc7' into tracing/core | Ingo Molnar | 1 | -3/+7 |
2008-12-04 | setlocalversion: add git-svn support | Peter Korsgaard | 1 | -0/+5 |
2008-12-04 | setlocalversion: print correct subversion revision | Peter Korsgaard | 1 | -1/+1 |
2008-12-04 | scripts: improve the decodecode script | Arjan van de Ven | 1 | -10/+22 |
2008-12-04 | scripts/package: allow custom options to rpm | Jeremy Kerr | 1 | -2/+3 |
2008-12-04 | genksyms: allow to ignore symbol checksum changes | Andreas Gruenbacher | 2 | -4/+31 |
2008-12-04 | genksyms: track symbol checksum changes | Andreas Gruenbacher | 3 | -19/+239 |
2008-12-04 | tags and cscope support really belongs in a shell script | Sam Ravnborg | 1 | -0/+160 |
2008-12-04 | kconfig: fix options to check-lxdialog.sh | Sam Ravnborg | 1 | -1/+1 |
2008-12-03 | remove bashisms from scripts/extract-ikconfig | Werner Almesberger | 1 | -4/+4 |
2008-12-03 | kbuild: teach mkmakfile to be silent | Sam Ravnborg | 1 | -1/+3 |
2008-12-03 | kbuild: use KECHO convenience echo | Mike Frysinger | 1 | -9/+2 |
2008-12-03 | kbuild: introduce $(kecho) convenience echo | Mike Frysinger | 1 | -0/+7 |
2008-12-03 | kbuild: kill output in silent mode of mkcompile_h | Mike Frysinger | 1 | -2/+4 |
2008-12-03 | kbuild: expand -I in KBUILD_CPPFLAGS | Sam Ravnborg | 1 | -6/+9 |
2008-12-03 | kbuild: fix -I option expansion with O=... builds | Sam Ravnborg | 1 | -1/+3 |
2008-12-02 | kernel-doc: handle varargs cleanly | Randy Dunlap | 1 | -3/+7 |
2008-11-27 | Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-... | Ingo Molnar | 2 | -0/+110 |
2008-11-26 | tracing: add "power-tracer": C/P state tracer to help power optimization | Arjan van de Ven | 1 | -0/+108 |
2008-11-26 | ftrace: adding other non-leaving .text sections | Liming Wang | 1 | -0/+2 |
2008-11-23 | ftrace: scripts/recordmcount.pl support for ARM | Jim Radford | 1 | -1/+7 |
2008-11-23 | ftrace: specify $alignment for sh architecture | Matt Fleming | 1 | -1/+2 |
2008-11-23 | ftrace: create default variables for archs in recordmcount.pl | Steven Rostedt | 1 | -16/+11 |
2008-11-23 | ftrace: add support for powerpc to recordmcount.pl script | Steven Rostedt | 1 | -2/+17 |
2008-11-23 | sh: dynamic ftrace support. | Matt Fleming | 1 | -0/+11 |
2008-11-13 | tracing/fastboot: put error message on stderr | Stephen Hemminger | 1 | -5/+7 |
2008-11-12 | tracing/fastboot: fix perlcritic warning | Stephen Hemminger | 1 | -2/+2 |
2008-11-11 | Merge branch 'tracing/urgent' into tracing/ftrace | Ingo Molnar | 1 | -2/+22 |
2008-11-10 | kbuild: Fixup deb-pkg target to generate separate firmware deb | Jonathan McDowell | 1 | -2/+22 |
2008-11-08 | ftrace: align __mcount_loc sections | Matt Fleming | 1 | -0/+4 |
2008-11-03 | Merge commit 'v2.6.28-rc3' into tracing/ftrace | Ingo Molnar | 7 | -20/+36 |
2008-10-31 | ftrace, kbuild: condense recordmcount.pl parameter code | Steven Rostedt | 1 | -9/+3 |
2008-10-31 | Merge branch 'linus' into tracing/ftrace | Ingo Molnar | 3 | -13/+44 |
2008-10-30 | Fix incompatibility with versions of Perl less than 5.6.0 | Jeremy Huntwork | 2 | -13/+14 |
2008-10-30 | kbuild: tag with git revision when git describe is missing | Trent Piepho | 1 | -1/+3 |
2008-10-30 | kbuild: prevent modpost from looking for a .cmd file for a static library lin... | Ashutosh Naik | 1 | -1/+11 |
2008-10-30 | kbuild: fix KBUILD_EXTRA_SYMBOLS | Peter Volkov | 1 | -1/+1 |
2008-10-30 | scripts/checksyscalls.sh: fix for non-gnu sed | Thomas Volpini | 1 | -2/+2 |
2008-10-30 | scripts/package: don't break if %{_smp_mflags} isn't set | Jeremy Kerr | 1 | -1/+1 |
2008-10-30 | kbuild: setlocalversion: dont include svn change count | Mike Frysinger | 1 | -1/+1 |