index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-18
Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
3
-0
/
+962
2009-03-18
Merge branch 'linus' into core/iommu
Ingo Molnar
2
-9
/
+9
2009-03-18
Merge branches 'sched/cleanups' and 'linus' into sched/core
Ingo Molnar
1
-8
/
+8
2009-03-17
Merge branch 'linus' into core/printk
Ingo Molnar
3
-10
/
+10
2009-03-17
dma-debug: add a check dma memory leaks
Joerg Roedel
1
-0
/
+55
2009-03-17
dma-debug: add checks for kernel text and rodata
Joerg Roedel
1
-1
/
+25
2009-03-17
dma-debug: print stacktrace of mapping path on unmap error
David Woodhouse
1
-14
/
+38
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
[prev]
[next]