| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | mm: restore zone->all_unreclaimable to independence word | KOSAKI Motohiro | 2010-03-06 | 3 | -17/+13 |
* | | | mm: remove free_hot_page() | Li Hong | 2010-03-06 | 2 | -8/+4 |
* | | | mm/page_alloc.c: adjust a call site to trace_mm_page_free_direct | Li Hong | 2010-03-06 | 1 | -1/+1 |
* | | | mm/page_alloc.c: remove duplicate call to trace_mm_page_free_direct | Li Hong | 2010-03-06 | 1 | -1/+1 |
* | | | mm, lockdep: annotate reclaim context to zone reclaim too | KOSAKI Motohiro | 2010-03-06 | 1 | -0/+2 |
* | | | vmscan: get_scan_ratio() cleanup | KOSAKI Motohiro | 2010-03-06 | 1 | -9/+14 |
* | | | vmscan: check high watermark after shrink zone | Minchan Kim | 2010-03-06 | 1 | -10/+12 |
* | | | mm: use rlimit helpers | Jiri Slaby | 2010-03-06 | 4 | -14/+15 |
* | | | mm: mlock_vma_pages_range() only return success or failure | KOSAKI Motohiro | 2010-03-06 | 1 | -2/+2 |
* | | | mm: mlock_vma_pages_range() never return negative value | KOSAKI Motohiro | 2010-03-06 | 1 | -9/+2 |
* | | | mm: count swap usage | KAMEZAWA Hiroyuki | 2010-03-06 | 3 | -4/+14 |
* | | | mm: avoid false sharing of mm_counter | KAMEZAWA Hiroyuki | 2010-03-06 | 1 | -8/+86 |
* | | | mm: clean up mm_counter | KAMEZAWA Hiroyuki | 2010-03-06 | 6 | -32/+44 |
* | | | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-03-05 | 3 | -243/+125 |
|\ \ \ |
|
| * | | | SLUB: Fix per-cpu merge conflict | Stephen Rothwell | 2010-03-04 | 1 | -1/+1 |
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-----. \ \ | Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp... | Pekka Enberg | 2010-03-04 | 3 | -243/+125 |
| |\ \ \ \ \ \ |
|
| | | | | * | | | dma kmalloc handling fixes | Christoph Lameter | 2010-01-22 | 1 | -2/+3 |
| | | | | * | | | slub: remove impossible condition | David Rientjes | 2010-01-22 | 1 | -1/+1 |
| | | | | * | | | SLUB: Make slub statistics use this_cpu_inc | Christoph Lameter | 2009-12-20 | 1 | -23/+20 |
| | | | | * | | | SLUB: this_cpu: Remove slub kmem_cache fields | Christoph Lameter | 2009-12-20 | 1 | -59/+17 |
| | | | | * | | | SLUB: Get rid of dynamic DMA kmalloc cache allocation | Christoph Lameter | 2009-12-20 | 1 | -14/+10 |
| | | | | * | | | SLUB: Use this_cpu operations in slub | Christoph Lameter | 2009-12-20 | 1 | -154/+48 |
| | | | * | | | | slab: fix regression in touched logic | Nick Piggin | 2010-01-30 | 1 | -2/+3 |
| | | * | | | | | failslab: add ability to filter slab caches | Dmitry Monakhov | 2010-02-26 | 3 | -6/+43 |
| | * | | | | | | slab: initialize unused alien cache entry as NULL at alloc_alien_cache(). | Haicheng Li | 2010-01-11 | 1 | -4/+2 |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | kill unused invalidate_inode_pages helper | Christoph Hellwig | 2010-03-03 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-03-03 | 5 | -24/+508 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | sparsemem: Fix compilation on PowerPC | Yinghai Lu | 2010-03-01 | 1 | -4/+7 |
| * | | | | | | | early_res: Add free_early_partial() | Yinghai Lu | 2010-02-26 | 1 | -3/+0 |
| * | | | | | | | x86: Fix non-bootmem compilation on PowerPC | Yinghai Lu | 2010-02-22 | 1 | -0/+2 |
| * | | | | | | | sparsemem: Put mem map for one node together. | Yinghai Lu | 2010-02-12 | 3 | -2/+187 |
| * | | | | | | | sparsemem: Put usemap for one node together | Yinghai Lu | 2010-02-12 | 1 | -18/+66 |
| * | | | | | | | x86: Make 64 bit use early_res instead of bootmem before slab | Yinghai Lu | 2010-02-12 | 4 | -5/+254 |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2010-03-03 | 3 | -155/+98 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | percpu: add __percpu sparse annotations to core kernel subsystems | Tejun Heo | 2010-02-17 | 1 | -8/+10 |
| * | | | | | | | | Merge branch 'master' into percpu | Tejun Heo | 2010-02-02 | 11 | -103/+192 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | this_cpu: Remove pageset_notifier | Christoph Lameter | 2010-01-05 | 1 | -0/+1 |
| * | | | | | | | | | this_cpu: Page allocator conversion | Christoph Lameter | 2010-01-05 | 2 | -137/+79 |
| * | | | | | | | | | Merge branch 'master' into percpu | Tejun Heo | 2010-01-05 | 40 | -2192/+4220 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | percpu: refactor the code in pcpu_[de]populate_chunk() | WANG Cong | 2009-12-08 | 1 | -10/+8 |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-03-02 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-02-28 | 3 | -22/+18 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-16 | 5 | -62/+166 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|/ / / / / /
| | |/| | | | | | | | | |
|
| * | | | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-23 | 14 | -120/+205 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | mm: export use_mm/unuse_mm to modules | Michael S. Tsirkin | 2010-01-15 | 1 | -0/+3 |
* | | | | | | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-03-01 | 3 | -10/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|/ / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge branches 'clks' and 'pnx' into devel | Russell King | 2010-02-25 | 1 | -3/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / /
| | |/| | | | | | | | | | |
|
| * | | | | | | | | | | | | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2010-02-20 | 3 | -10/+10 |
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2010-02-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / / / /
|/| | | | | | | | | | | | |
|