| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'tracing/ftrace' into auto-ftrace-next | Ingo Molnar | 2008-07-10 | 3 | -3/+14 |
|\ |
|
| * | Merge branch 'linus' into tracing/ftrace | Ingo Molnar | 2008-06-16 | 3 | -59/+74 |
| |\ |
|
| * | | ftrace: use the new kbuild CFLAGS_REMOVE for lib directory | Steven Rostedt | 2008-05-23 | 1 | -4/+4 |
| * | | ftrace: remove function tracing from spinlock debug | Steven Rostedt | 2008-05-23 | 1 | -1/+2 |
| * | | ftrace: do not profile lib/string.o | Steven Rostedt | 2008-05-23 | 1 | -0/+8 |
| * | | ftrace: debug smp_processor_id, use notrace preempt disable | Steven Rostedt | 2008-05-23 | 1 | -2/+2 |
| * | | ftrace: add basic support for gcc profiler instrumentation | Arnaldo Carvalho de Melo | 2008-05-23 | 1 | -0/+2 |
| * | | ftrace: annotate core code that should not be traced | Arnaldo Carvalho de Melo | 2008-05-23 | 1 | -1/+1 |
* | | | vsprintf: add support for '%pS' and '%pF' pointer formats | Linus Torvalds | 2008-07-06 | 1 | -1/+40 |
* | | | vsprintf: add infrastructure support for extended '%p' specifiers | Linus Torvalds | 2008-07-06 | 1 | -2/+14 |
* | | | vsprintf: split out '%p' handling logic | Linus Torvalds | 2008-07-06 | 1 | -9/+11 |
* | | | vsprintf: split out '%s' handling logic | Linus Torvalds | 2008-07-06 | 1 | -26/+31 |
* | | | lib: taint kernel in common report_bug() WARN path. | Paul Mundt | 2008-07-04 | 1 | -0/+2 |
* | | | Christoph has moved | Christoph Lameter | 2008-07-04 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-07-02 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | textsearch: fix Boyer-Moore text search bug | Joonwoo Park | 2008-06-30 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | debugobjects: fix lockdep warning | Vegard Nossum | 2008-06-18 | 1 | -9/+6 |
|/ / |
|
* | | radix-tree: fix small lockless radix-tree bug | Nick Piggin | 2008-06-12 | 1 | -58/+62 |
* | | add an inlined version of iter_div_u64_rem | Jeremy Fitzhardinge | 2008-06-12 | 1 | -14/+1 |
* | | common implementation of iterative div/mod | Jeremy Fitzhardinge | 2008-06-12 | 1 | -0/+23 |
* | | lib: export bitrev16 | Harvey Harrison | 2008-06-06 | 1 | -1/+2 |
|/ |
|
* | lmb: Fix compile warning | Kumar Gala | 2008-05-18 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2008-05-14 | 1 | -12/+20 |
|\ |
|
| * | add match_strlcpy() us it to make v9fs make uname and remotename parsing more... | Markus Armbruster | 2008-05-14 | 1 | -12/+20 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-05-14 | 1 | -15/+30 |
|\ \ |
|
| * | | lmb: Make lmb debugging more useful. | David S. Miller | 2008-05-12 | 1 | -11/+22 |
| * | | lmb: Fix inconsistent alignment of size argument. | David S. Miller | 2008-05-12 | 1 | -4/+8 |
* | | | lib: create common ascii hex array | Harvey Harrison | 2008-05-14 | 1 | -2/+5 |
| |/
|/| |
|
* | | cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len | Paul Jackson | 2008-05-13 | 1 | -16/+0 |
|/ |
|
* | BKL: revert back to the old spinlock implementation | Linus Torvalds | 2008-05-10 | 1 | -39/+81 |
* | Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2008-05-05 | 1 | -1/+1 |
|\ |
|
| * | [POWERPC] devres: Add devm_ioremap_prot() | Emil Medve | 2008-05-05 | 1 | -1/+1 |
* | | kgdb: kconfig fix xconfig/menuconfig element | Jan Engelhardt | 2008-05-05 | 1 | -7/+9 |
|/ |
|
* | idr: fix idr_remove() | Nadia Derbey | 2008-05-01 | 1 | -1/+1 |
* | Add a new sysfs_streq() string comparison function | David Brownell | 2008-05-01 | 1 | -0/+27 |
* | rename div64_64 to div64_u64 | Roman Zippel | 2008-05-01 | 1 | -6/+6 |
* | introduce explicit signed/unsigned 64bit divide | Roman Zippel | 2008-05-01 | 1 | -2/+21 |
* | klist: fix coding style errors in klist.h and klist.c | Greg Kroah-Hartman | 2008-04-30 | 1 | -121/+85 |
* | devres: support addresses greater than an unsigned long via dev_ioremap | Kumar Gala | 2008-04-30 | 1 | -2/+2 |
* | kobject: do not copy vargs, just pass them around | Kay Sievers | 2008-04-30 | 1 | -20/+8 |
* | klist: implement klist_add_{after|before}() | Tejun Heo | 2008-04-30 | 1 | -0/+33 |
* | lib: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 2 | -13/+13 |
* | debugobjects: add timer specific object debugging code | Thomas Gleixner | 2008-04-30 | 1 | -0/+8 |
* | infrastructure to debug (dynamic) objects | Thomas Gleixner | 2008-04-30 | 3 | -0/+914 |
* | mm: bdi: allow setting a maximum for the bdi dirty limit | Peter Zijlstra | 2008-04-30 | 1 | -6/+32 |
* | mm: bdi: export BDI attributes in sysfs | Peter Zijlstra | 2008-04-30 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus... | Linus Torvalds | 2008-04-29 | 1 | -9/+90 |
|\ |
|
| * | [POWERPC] Provide walk_memory_resource() for powerpc | Badari Pulavarty | 2008-04-29 | 1 | -0/+33 |
| * | [POWERPC] Update lmb data structures for hotplug memory add/remove | Badari Pulavarty | 2008-04-29 | 1 | -9/+57 |
* | | bitops: remove "optimizations" | Thomas Gleixner | 2008-04-29 | 1 | -12/+10 |