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