summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2011-01-13vmalloc: remove redundant unlikely()Tobias Klauser
2011-01-13mempolicy: remove tasklist_lock from migrate_pagesKOSAKI Motohiro
2011-01-13mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse
2011-01-13mm: move VM_LOCKED check to __mlock_vma_pages_range()Michel Lespinasse
2011-01-13mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse
2011-01-13mlock: only hold mmap_sem in shared mode when faulting in pagesMichel Lespinasse
2011-01-13mlock: avoid dirtying pages and triggering writebackMichel Lespinasse
2011-01-13do_wp_page: clarify dirty_page handlingMichel Lespinasse
2011-01-13do_wp_page: remove the 'reuse' flagMichel Lespinasse
2011-01-13mm: clear PageError bit in msync & fsyncRik van Riel
2011-01-13mm: unify module_alloc code for vmallocDavid Rientjes
2011-01-13mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes
2011-01-13mm: remove unused get_vm_area_nodeDavid Rientjes
2011-01-13mm: vmscan: rename lumpy_mode to reclaim_modeMel Gorman
2011-01-13mm: compaction: perform a faster migration scan when migrating asynchronouslyMel Gorman
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman
2011-01-13mm: vmscan: convert lumpy_mode into a bitmaskMel Gorman
2011-01-13mm: compaction: add trace events for memory compaction activityMel Gorman
2011-01-13mm: convert sprintf_symbol to %pSJoe Perches
2011-01-13mm: find_get_pages_contig fixletNick Piggin
2011-01-13vmscan: factor out kswapd sleeping logic from kswapd()KOSAKI Motohiro
2011-01-13mm/page-writeback.c: fix __set_page_dirty_no_writeback() return valueBob Liu
2011-01-13mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman
2011-01-13mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2011-01-09Merge branch 'slab/next' into for-linusPekka Enberg
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07kernel: kmem_ptr_validate considered harmfulNick Piggin
2011-01-04writeback: fix global_dirty_limits comment runtime -> real-timeMinchan Kim
2010-12-30memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner checkKAMEZAWA Hiroyuki
2010-12-27Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-12-27mm/rmap.c: fix commentFigo.zhang
2010-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-12-24nommu: Provide stubbed alloc/free_vm_area() implementation.Paul Mundt
2010-12-24nommu: Fix up vmalloc_node() symbol export regression.Paul Mundt
2010-12-22mm/migrate.c: fix compilation errorMichal Nazarewicz
2010-12-22writeback: do uninterruptible sleep in balance_dirty_pages()Wu Fengguang
2010-12-22mm/compaction.c: avoid double mem_cgroup_del_lru()Minchan Kim
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo
2010-12-18vmstat: User per cpu atomics to avoid interrupt disable / enableChristoph Lameter
2010-12-17vmstat: Use this_cpu_inc_return for vm statisticsChristoph Lameter
2010-12-17Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo