| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: add comment on swap_duplicate's error code | Hugh Dickins | 2010-03-06 | 1 | -1/+5 |
* | nommu: get_user_pages(): pin last page on non-page-aligned start | Steven J. Magnani | 2010-03-06 | 1 | -2/+2 |
* | vmscan: detect mapped file pages used only once | Johannes Weiner | 2010-03-06 | 2 | -13/+35 |
* | vmscan: drop page_mapping_inuse() | Johannes Weiner | 2010-03-06 | 1 | -23/+2 |
* | vmscan: factor out page reference checks | Johannes Weiner | 2010-03-06 | 1 | -13/+43 |
* | mm: suppress pfn range output for zones without pages | David Rientjes | 2010-03-06 | 1 | -2/+6 |
* | mm/pm: force GFP_NOIO during suspend/hibernation and resume | Rafael J. Wysocki | 2010-03-06 | 1 | -0/+25 |
* | mm/swapfile.c: fix swapon size off-by-one | Hugh Dickins | 2010-03-06 | 1 | -13/+18 |
* | mm: remove VM_LOCK_RMAP code | Rik van Riel | 2010-03-06 | 2 | -27/+0 |
* | rmap: move exclusively owned pages to own anon_vma in do_wp_page() | Rik van Riel | 2010-03-06 | 2 | -0/+31 |
* | rmap: remove obsolete check from __page_check_anon_rmap() | Rik van Riel | 2010-03-06 | 1 | -3/+0 |
* | mm: change anon_vma linking to fix multi-process server scalability issue | Rik van Riel | 2010-03-06 | 7 | -76/+248 |
* | mm/memcontrol.c: fix "integer as NULL pointer" sparse warning | Thiago Farina | 2010-03-06 | 1 | -1/+1 |
* | readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM | Wu Fengguang | 2010-03-06 | 2 | -1/+15 |
* | mm/migrate.c: kill anon local variable from migrate_page_copy | KOSAKI Motohiro | 2010-03-06 | 1 | -4/+0 |
* | mm/mempolicy.c: fix indentation of the comments of do_migrate_pages | KOSAKI Motohiro | 2010-03-06 | 1 | -30/+30 |
* | memory-hotplug: create /sys/firmware/memmap entry for new memory | akpm@linux-foundation.org | 2010-03-06 | 1 | -0/+4 |
* | mm: fix mbind vma merge problem | KOSAKI Motohiro | 2010-03-06 | 1 | -13/+39 |
* | 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 |