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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2006-02-07
[PATCH] mm: compound release fix
Nick Piggin
1
-10
/
+22
2006-02-07
[PATCH] hugetlbpage: return VM_FAULT_OOM on oom
Christoph Lameter
1
-15
/
+2
2006-02-07
[PATCH] Hugepages need clear_user_highpage() not clear_highpage()
David Gibson
1
-1
/
+1
2006-02-05
mm/slab.c (non-NUMA): Fix compile warning and clean up code
Linus Torvalds
1
-3
/
+8
2006-02-05
[PATCH] NUMA slab locking fixes: fix cpu down and up locking
Ravikiran G Thirumalai
1
-38
/
+85
2006-02-05
[PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lock
Ravikiran G Thirumalai
1
-18
/
+18
2006-02-05
[PATCH] NUMA slab locking fixes: move color_next to l3
Ravikiran G Thirumalai
1
-11
/
+11
2006-02-05
[PATCH] hugetlb: add comment explaining reasons for Bus Errors
Christoph Lameter
1
-0
/
+9
2006-02-05
[PATCH] percpu data: only iterate over possible CPUs
Eric Dumazet
1
-4
/
+6
2006-02-04
[PATCH] x86_64: Fix memory policy build without CONFIG_HUGETLBFS
Chen, Kenneth W
1
-0
/
+2
2006-02-01
[PATCH] slab: fix sparse warning
Randy Dunlap
1
-2
/
+2
2006-02-01
[PATCH] mm/slab: add kernel-doc for one function
Randy.Dunlap
1
-2
/
+7
2006-02-01
[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLAB
Pekka Enberg
1
-5
/
+24
2006-02-01
[PATCH] dump_stack() in oom handler
Andrew Morton
1
-0
/
+1
2006-02-01
[PATCH] slab: replace kmem_cache_t with struct kmem_cache
Pekka Enberg
1
-97
/
+98
2006-02-01
[PATCH] slab: rename ac_data to cpu_cache_get
Pekka Enberg
1
-18
/
+18
2006-02-01
[PATCH] slab: extract virt_to_{cache|slab}
Pekka Enberg
1
-5
/
+17
2006-02-01
[PATCH] slab: reduce inlining
Pekka Enberg
1
-7
/
+7
2006-02-01
[PATCH] slab: extract slab_{put|get}_obj
Matthew Dobson
1
-37
/
+40
2006-02-01
[PATCH] slab: extract slab_destroy_objs()
Matthew Dobson
1
-7
/
+19
2006-02-01
[PATCH] slab: cache_estimate cleanup
Steven Rostedt
1
-22
/
+59
2006-02-01
[PATCH] slab: have index_of bug at compile time
Steven Rostedt
1
-5
/
+4
2006-02-01
[PATCH] slab: minor cleanup to kmem_cache_alloc_node
Christoph Lameter
1
-15
/
+6
2006-02-01
[PATCH] slab: distinguish between object and buffer size
Manfred Spraul
1
-74
/
+80
2006-02-01
[PATCH] Direct Migration V9: Avoid writeback / page_migrate() method
Christoph Lameter
3
-1
/
+21
2006-02-01
[PATCH] Direct Migration V9: upgrade MPOL_MF_MOVE and sys_migrate_pages()
Christoph Lameter
1
-21
/
+146
2006-02-01
[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptes
Christoph Lameter
3
-0
/
+47
2006-02-01
[PATCH] Direct Migration V9: migrate_pages() extension
Christoph Lameter
2
-20
/
+227
2006-02-01
[PATCH] Direct Migration V9: PageSwapCache checks
Christoph Lameter
3
-0
/
+22
2006-02-01
[PATCH] Reclaim slab during zone reclaim
Christoph Lameter
1
-0
/
+14
2006-02-01
[PATCH] Zone reclaim: Allow modification of zone reclaim behavior
Christoph Lameter
1
-2
/
+7
2006-02-01
[PATCH] zone_reclaim: configurable off node allocation period.
Christoph Lameter
1
-2
/
+2
2006-02-01
[PATCH] zone_reclaim: partial scans instead of full scan
Christoph Lameter
1
-2
/
+18
2006-02-01
[PATCH] zone_reclaim: do not unmap file backed pages
Christoph Lameter
1
-0
/
+6
2006-02-01
[PATCH] Use 32 bit division in slab_put_obj()
Benjamin LaHaise
1
-3
/
+3
2006-02-01
[PATCH] zone_reclaim: minor fixes
Christoph Lameter
1
-1
/
+3
2006-02-01
[PATCH] mm: improve function of sc->may_writepage
Christoph Lameter
1
-3
/
+3
2006-02-01
[PATCH] zone_reclaim: reclaim on memory only node support
Christoph Lameter
1
-1
/
+7
2006-02-01
[PATCH] Optimize off-node performance of zone reclaim
Christoph Lameter
1
-14
/
+15
2006-02-01
[PATCH] __cpuinit functions wrongly marked __meminit
Ashok Raj
1
-3
/
+3
2006-01-18
[PATCH] mm: optimize numa policy handling in slab allocator
Christoph Lameter
2
-4
/
+1
2006-01-18
[PATCH] NUMA policies in the slab allocator V2
Christoph Lameter
2
-0
/
+42
2006-01-18
[PATCH] sem2mutex: mm/slab.c
Ingo Molnar
2
-31
/
+32
2006-01-18
[PATCH] Zone reclaim: Reclaim logic
Christoph Lameter
2
-3
/
+82
2006-01-18
[PATCH] Zone reclaim: resurrect may_swap
Christoph Lameter
1
-0
/
+7
2006-01-18
[PATCH] Simplify migrate_page_add
Christoph Lameter
1
-36
/
+7
2006-01-18
[PATCH] mm: migration page refcounting fix
Nick Piggin
5
-54
/
+75
2006-01-18
[PATCH] mm: dirty_exceeded speedup
Andrew Morton
1
-3
/
+4
2006-01-16
[PATCH] x86_64: add __meminit for memory hotplug
Matt Tolentino
1
-7
/
+7
2006-01-14
[PATCH] cpuset oom lock fix
Paul Jackson
1
-0
/
+3
[next]