| Commit message (Expand) | Author | Age |
* | mm: add comment on swap_duplicate's error code | Hugh Dickins | 2010-03-06 |
* | nommu: get_user_pages(): pin last page on non-page-aligned start | Steven J. Magnani | 2010-03-06 |
* | vmscan: detect mapped file pages used only once | Johannes Weiner | 2010-03-06 |
* | vmscan: drop page_mapping_inuse() | Johannes Weiner | 2010-03-06 |
* | vmscan: factor out page reference checks | Johannes Weiner | 2010-03-06 |
* | mm: suppress pfn range output for zones without pages | David Rientjes | 2010-03-06 |
* | mm/pm: force GFP_NOIO during suspend/hibernation and resume | Rafael J. Wysocki | 2010-03-06 |
* | mm/swapfile.c: fix swapon size off-by-one | Hugh Dickins | 2010-03-06 |
* | mm: remove VM_LOCK_RMAP code | Rik van Riel | 2010-03-06 |
* | rmap: move exclusively owned pages to own anon_vma in do_wp_page() | Rik van Riel | 2010-03-06 |
* | rmap: remove obsolete check from __page_check_anon_rmap() | Rik van Riel | 2010-03-06 |
* | mm: change anon_vma linking to fix multi-process server scalability issue | Rik van Riel | 2010-03-06 |
* | mm/memcontrol.c: fix "integer as NULL pointer" sparse warning | Thiago Farina | 2010-03-06 |
* | readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM | Wu Fengguang | 2010-03-06 |
* | mm/migrate.c: kill anon local variable from migrate_page_copy | KOSAKI Motohiro | 2010-03-06 |
* | mm/mempolicy.c: fix indentation of the comments of do_migrate_pages | KOSAKI Motohiro | 2010-03-06 |
* | memory-hotplug: create /sys/firmware/memmap entry for new memory | akpm@linux-foundation.org | 2010-03-06 |
* | mm: fix mbind vma merge problem | KOSAKI Motohiro | 2010-03-06 |
* | mm: restore zone->all_unreclaimable to independence word | KOSAKI Motohiro | 2010-03-06 |
* | mm: remove free_hot_page() | Li Hong | 2010-03-06 |
* | mm/page_alloc.c: adjust a call site to trace_mm_page_free_direct | Li Hong | 2010-03-06 |
* | mm/page_alloc.c: remove duplicate call to trace_mm_page_free_direct | Li Hong | 2010-03-06 |
* | mm, lockdep: annotate reclaim context to zone reclaim too | KOSAKI Motohiro | 2010-03-06 |
* | vmscan: get_scan_ratio() cleanup | KOSAKI Motohiro | 2010-03-06 |
* | vmscan: check high watermark after shrink zone | Minchan Kim | 2010-03-06 |
* | mm: use rlimit helpers | Jiri Slaby | 2010-03-06 |
* | mm: mlock_vma_pages_range() only return success or failure | KOSAKI Motohiro | 2010-03-06 |
* | mm: mlock_vma_pages_range() never return negative value | KOSAKI Motohiro | 2010-03-06 |
* | mm: count swap usage | KAMEZAWA Hiroyuki | 2010-03-06 |
* | mm: avoid false sharing of mm_counter | KAMEZAWA Hiroyuki | 2010-03-06 |
* | mm: clean up mm_counter | KAMEZAWA Hiroyuki | 2010-03-06 |
* | Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-03-05 |
|\ |
|
| * | SLUB: Fix per-cpu merge conflict | Stephen Rothwell | 2010-03-04 |
| *-----. | Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp... | Pekka Enberg | 2010-03-04 |
| |\ \ \ \ |
|
| | | | | * | dma kmalloc handling fixes | Christoph Lameter | 2010-01-22 |
| | | | | * | slub: remove impossible condition | David Rientjes | 2010-01-22 |
| | | | | * | SLUB: Make slub statistics use this_cpu_inc | Christoph Lameter | 2009-12-20 |
| | | | | * | SLUB: this_cpu: Remove slub kmem_cache fields | Christoph Lameter | 2009-12-20 |
| | | | | * | SLUB: Get rid of dynamic DMA kmalloc cache allocation | Christoph Lameter | 2009-12-20 |
| | | | | * | SLUB: Use this_cpu operations in slub | Christoph Lameter | 2009-12-20 |
| | | | * | | slab: fix regression in touched logic | Nick Piggin | 2010-01-30 |
| | | * | | | failslab: add ability to filter slab caches | Dmitry Monakhov | 2010-02-26 |
| | * | | | | slab: initialize unused alien cache entry as NULL at alloc_alien_cache(). | Haicheng Li | 2010-01-11 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-03-04 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | kill unused invalidate_inode_pages helper | Christoph Hellwig | 2010-03-03 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-03-03 |
|\ \ \ \ \ |
|
| * | | | | | sparsemem: Fix compilation on PowerPC | Yinghai Lu | 2010-03-01 |
| * | | | | | early_res: Add free_early_partial() | Yinghai Lu | 2010-02-26 |
| * | | | | | x86: Fix non-bootmem compilation on PowerPC | Yinghai Lu | 2010-02-22 |
| * | | | | | sparsemem: Put mem map for one node together. | Yinghai Lu | 2010-02-12 |