Age | Commit message (Expand) | Author | Files | Lines |
2009-03-17 | dma-debug: add function to dump dma mappings | David Woodhouse | 1 | -0/+30 |
2009-03-17 | debugobjects: delay free of internal objects | Thomas Gleixner | 1 | -12/+41 |
2009-03-17 | debugobjects: replace static objects when slab cache becomes available | Thomas Gleixner | 1 | -3/+63 |
2009-03-14 | vsprintf: unify the format decoding layer for its 3 users, cleanup | Vegard Nossum | 1 | -6/+6 |
2009-03-14 | fix regression from "vsprintf: unify the format decoding layer for its 3 users" | Vegard Nossum | 1 | -1/+1 |
2009-03-13 | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel | Russell King | 2 | -2/+2 |
2009-03-13 | Merge commit 'v2.6.29-rc8' into tracing/ftrace | Ingo Molnar | 1 | -8/+8 |
2009-03-13 | Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/core | Ingo Molnar | 1 | -1/+1 |
2009-03-12 | bitmap: fix end condition in bitmap_find_free_region | Linus Torvalds | 1 | -8/+8 |
2009-03-13 | Merge branch 'core/locking' into tracing/ftrace | Ingo Molnar | 2 | -3/+3 |
2009-03-13 | locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] | Ingo Molnar | 1 | -2/+2 |
2009-03-13 | Merge branch 'linus' into core/locking | Ingo Molnar | 1 | -1/+1 |
2009-03-11 | nlattr: Fix build error with NET off | Herbert Xu | 1 | -9/+11 |
2009-03-11 | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 1 | -1/+1 |
2009-03-10 | idr: make idr_remove_all() do removal -before- free_layer() | Paul E. McKenney | 1 | -1/+1 |
2009-03-10 | Merge branch 'core/printk' into tracing/ftrace | Ingo Molnar | 1 | -7/+6 |
2009-03-10 | vsprintf: fix bug in negative value printing | Frederic Weisbecker | 1 | -7/+6 |
2009-03-08 | Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing... | Ingo Molnar | 8 | -1/+1631 |
2009-03-06 | Merge branch 'core/printk' into tracing/ftrace | Ingo Molnar | 2 | -227/+782 |
2009-03-06 | vsprintf: unify the format decoding layer for its 3 users | Frederic Weisbecker | 1 | -431/+541 |
2009-03-06 | vsprintf: add binary printf | Lai Jiangshan | 2 | -0/+445 |
2009-03-06 | Merge branch 'x86/core' into tracing/textedit | Ingo Molnar | 8 | -1/+1631 |
2009-03-06 | sched: TIF_NEED_RESCHED -> need_reshed() cleanup | Lai Jiangshan | 1 | -1/+1 |
2009-03-05 | dma-debug: add checks for sync_single_sg_* | Joerg Roedel | 1 | -0/+32 |
2009-03-05 | dma-debug: add checks for sync_single_range_* | Joerg Roedel | 1 | -0/+24 |
2009-03-05 | dma-debug: add checks for sync_single_* | Joerg Roedel | 1 | -0/+21 |
2009-03-05 | dma-debug: add checking for [alloc|free]_coherent | Joerg Roedel | 1 | -0/+45 |
2009-03-05 | dma-debug: add add checking for map/unmap_sg | Joerg Roedel | 1 | -0/+73 |
2009-03-05 | dma-debug: add checking for map/unmap_page/single | Joerg Roedel | 1 | -0/+53 |
2009-03-05 | dma-debug: add core checking functions | Joerg Roedel | 1 | -1/+187 |
2009-03-05 | dma-debug: add debugfs interface | Joerg Roedel | 1 | -0/+78 |
2009-03-05 | dma-debug: add kernel command line parameters | Joerg Roedel | 1 | -0/+38 |
2009-03-05 | dma-debug: add initialization code | Joerg Roedel | 1 | -0/+66 |
2009-03-05 | dma-debug: add allocator code | Joerg Roedel | 1 | -0/+57 |
2009-03-05 | dma-debug: add hash functions for dma_debug_entries | Joerg Roedel | 1 | -0/+101 |
2009-03-05 | dma-debug: add header file and core data structures | Joerg Roedel | 2 | -0/+44 |
2009-03-05 | dma-debug: add Kconfig entry | Joerg Roedel | 1 | -0/+11 |
2009-03-05 | Merge branch 'linus' into core/iommu | Ingo Molnar | 2 | -15/+11 |
2009-03-05 | Merge commit 'v2.6.29-rc7' into core/locking | Ingo Molnar | 1 | -1/+1 |
2009-03-04 | Merge branch 'core/locking' into tracing/ftrace | Ingo Molnar | 1 | -1/+1 |
2009-03-04 | lockdep: require framepointers for x86 | Peter Zijlstra | 1 | -1/+1 |
2009-03-04 | netlink: Move netlink attribute parsing support to lib | Geert Uytterhoeven | 3 | -0/+481 |
2009-03-04 | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar | 8 | -1/+1631 |
2009-03-02 | debug_objects: add boot-parameter toggle to turn object debugging off again | Kyle McMartin | 1 | -0/+8 |
2009-02-26 | Merge branches 'sched/cleanups', 'sched/urgent' and 'linus' into sched/core | Ingo Molnar | 1 | -1/+1 |
2009-02-24 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -1/+1 |
2009-02-20 | docsrc: use config instead of menuconfig | Randy Dunlap | 1 | -1/+1 |
2009-02-19 | bzip2/lzma: don't stop search at first unconfigured compression | Alain Knaff | 1 | -1/+1 |
2009-02-19 | [ARM] 5386/2: unwind: Add Makefile and Kconfig entries for ARM stack unwinding | Catalin Marinas | 1 | -1/+1 |
2009-02-12 | Merge branch 'linus' into core/softlockup | Ingo Molnar | 3 | -24/+14 |