Age | Commit message (Expand) | Author | Files | Lines |
2009-09-15 | sparc: Kill PROM console driver. | David S. Miller | 1 | -1/+0 |
2009-09-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -0/+8 |
2009-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 3 | -1/+413 |
2009-08-21 | kconfig: add missing dependency of conf to localyesconfig | Steven Rostedt | 1 | -1/+1 |
2009-08-18 | kconfig: test if a .config already exists | Steven Rostedt | 1 | -10/+20 |
2009-08-18 | kconfig: make local .config default for streamline_config | Steven Rostedt | 1 | -4/+4 |
2009-08-18 | kconfig: test for /boot/config-uname after /proc/config.gz in localconfig | Steven Rostedt | 1 | -0/+4 |
2009-08-18 | kconfig: unset IKCONFIG_PROC and clean up nesting | Steven Rostedt | 1 | -6/+3 |
2009-08-18 | kconfig: search for a config to base the local(mod|yes)config on | Steven Rostedt | 1 | -1/+62 |
2009-08-18 | kconfig: have extract-ikconfig read ELF files | Steven Rostedt | 1 | -0/+10 |
2009-08-18 | kconfig: add check if end exists in extract-ikconfig | Steven Rostedt | 1 | -0/+4 |
2009-08-18 | kconfig: enable CONFIG_IKCONFIG from streamline_config.pl | Steven Rostedt | 1 | -10/+23 |
2009-08-18 | kconfig: do not warn about modules built in | Steven Rostedt | 1 | -3/+5 |
2009-08-18 | kconfig: streamline_config.pl do not stop with no depends | Steven Rostedt | 1 | -5/+3 |
2009-08-18 | kconfig: add make localyesconfig option | Steven Rostedt | 1 | -1/+12 |
2009-08-18 | kconfig: make localmodconfig to run streamline_config.pl | Steven Rostedt | 1 | -1/+12 |
2009-08-18 | kconfig: add streamline_config.pl to scripts | Steven Rostedt | 1 | -0/+291 |
2009-08-14 | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 7 | -14/+54 |
2009-08-11 | Merge branch 'linus' into tracing/core | Ingo Molnar | 6 | -14/+51 |
2009-08-09 | Merge branch 'linus' into tracing/urgent | Ingo Molnar | 2 | -9/+38 |
2009-08-07 | tracing: Fix recordmcount.pl to handle sections with only weak functions | Steven Rostedt | 1 | -2/+2 |
2009-08-05 | tracing: do not use functions starting with .L in recordmcount.pl | Steven Rostedt | 1 | -1/+4 |
2009-08-04 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+3 |
2009-08-04 | Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 3 | -1/+5 |
2009-07-29 | get_maintainerpl-add-git-min-percent-option-fix | Joe Perches | 1 | -1/+1 |
2009-07-29 | get_maintainer.pl: Add git-min-percent option | Joe Perches | 1 | -3/+16 |
2009-07-29 | scripts/get_maintainer.pl: Add -f directory use | Joe Perches | 1 | -4/+19 |
2009-07-29 | markup_oops: fix it with 32-bit userspace on a 64-bit kernel | Matthew Wilcox | 1 | -2/+3 |
2009-07-23 | ftrace: Only update $offset when we update $ref_func | Matt Fleming | 1 | -1/+2 |
2009-07-23 | ftrace: Fix the conditional that updates $ref_func | Matt Fleming | 1 | -1/+1 |
2009-07-18 | tracing: Remove .globl in the scripts/recordmcount.pl doc | jolsa@redhat.com | 1 | -1/+0 |
2009-07-17 | kconfig: initialize the screen before using curses(3) functions | Arnaud Lacombe | 1 | -0/+2 |
2009-07-17 | kconfig: variable argument lists needs `stdarg.h' | Arnaud Lacombe | 1 | -0/+2 |
2009-07-17 | kbuild, deb-pkg: fix install scripts for posix sh | maximilian attems | 1 | -1/+1 |
2009-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 2 | -0/+3 |
2009-07-04 | Merge branch 'master' into for-next | Tejun Heo | 3 | -4/+9 |
2009-07-01 | kernel-doc: move ignoring kmemcheck | Randy Dunlap | 1 | -2/+2 |
2009-06-30 | fbdev: work around old compiler bug | Stephen Rothwell | 1 | -2/+2 |
2009-06-27 | gitignore: ignore scripts/ihex2fw | Jaswinder Singh Rajput | 1 | -0/+1 |
2009-06-27 | kbuild: deb-pkg ship changelog | maximilian attems | 1 | -0/+2 |
2009-06-26 | powerpc: Have git ignore generated files from dtc compile | Jon Smirl | 1 | -0/+5 |
2009-06-24 | linker script: throw away .discard section | Tejun Heo | 1 | -0/+8 |
2009-06-20 | kernel-doc: fix param matching for array params | Randy Dunlap | 1 | -0/+17 |
2009-06-20 | kernel-doc: ignore kmemcheck_bitfield_begin/end | Randy Dunlap | 1 | -0/+2 |
2009-06-20 | kallsyms: fix inverted valid symbol checking | Mike Frysinger | 1 | -3/+3 |
2009-06-20 | kbuild: fix build error during make htmldocs | Amerigo Wang | 1 | -1/+1 |
2009-06-18 | gcov: add gcov profiling infrastructure | Peter Oberparleiter | 1 | -0/+11 |
2009-06-16 | Merge branch 'akpm' | Linus Torvalds | 3 | -54/+279 |
2009-06-16 | fbdev: move logo externs to header file | Geert Uytterhoeven | 1 | -9/+9 |
2009-06-16 | scripts/get_maintainer.pl: change "die" to "warn" when command line file is n... | Joe Perches | 1 | -1/+1 |