summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: kswapd: keep kswapd awake for high-order allocations until a percentage o...Mel Gorman2011-01-141-9/+49
* mm: kswapd: stop high-order balancing when any suitable zone is balancedMel Gorman2011-01-142-12/+64
* mm: remove likely() from grab_cache_page_write_begin()Steven Rostedt2011-01-141-1/+1
* vmalloc: remove redundant unlikely()Tobias Klauser2011-01-141-1/+1
* mempolicy: remove tasklist_lock from migrate_pagesKOSAKI Motohiro2011-01-141-3/+0
* mlock: do not hold mmap_sem for extended periods of timeMichel Lespinasse2011-01-144-25/+47
* mm: move VM_LOCKED check to __mlock_vma_pages_range()Michel Lespinasse2011-01-141-13/+13
* mm: add FOLL_MLOCK follow_page flag.Michel Lespinasse2011-01-142-60/+27
* mlock: only hold mmap_sem in shared mode when faulting in pagesMichel Lespinasse2011-01-141-17/+64
* mlock: avoid dirtying pages and triggering writebackMichel Lespinasse2011-01-142-2/+12
* do_wp_page: clarify dirty_page handlingMichel Lespinasse2011-01-141-34/+38
* do_wp_page: remove the 'reuse' flagMichel Lespinasse2011-01-141-6/+5
* mm: clear PageError bit in msync & fsyncRik van Riel2011-01-141-1/+1
* mm: unify module_alloc code for vmallocDavid Rientjes2011-01-141-21/+29
* mm: remove gfp mask from pcpu_get_vm_areasDavid Rientjes2011-01-142-13/+10
* mm: remove unused get_vm_area_nodeDavid Rientjes2011-01-141-7/+0
* mm: vmscan: rename lumpy_mode to reclaim_modeMel Gorman2011-01-141-35/+35
* mm: compaction: perform a faster migration scan when migrating asynchronouslyMel Gorman2011-01-141-0/+15
* mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman2011-01-144-8/+10
* mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman2011-01-147-26/+49
* mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman2011-01-144-49/+175
* mm: vmscan: convert lumpy_mode into a bitmaskMel Gorman2011-01-141-18/+28
* mm: compaction: add trace events for memory compaction activityMel Gorman2011-01-141-1/+13
* mm: convert sprintf_symbol to %pSJoe Perches2011-01-142-14/+6
* mm: find_get_pages_contig fixletNick Piggin2011-01-141-3/+10
* vmscan: factor out kswapd sleeping logic from kswapd()KOSAKI Motohiro2011-01-141-46/+46
* mm/page-writeback.c: fix __set_page_dirty_no_writeback() return valueBob Liu2011-01-141-1/+1
* mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman2011-01-142-31/+24
* mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman2011-01-144-40/+107
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-3/+4
|\
| * Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-3/+4
| |\
| | * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-3/+4
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-135-5/+5
|\ \ \
| * | | writeback: fix global_dirty_limits comment runtime -> real-timeMinchan Kim2011-01-041-1/+1
| * | | mm/rmap.c: fix commentFigo.zhang2010-12-271-1/+1
| * | | Merge branch 'master' into for-nextJiri Kosina2010-12-2217-98/+185
| |\ \ \
| * | | | Kill off a bunch of warning: ‘inline’ is not at beginning of declarationJesper Juhl2010-11-281-1/+1
| * | | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-012-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-01-102-22/+46
|\ \ \ \ \
| * \ \ \ \ Merge branch 'slab/next' into for-linusPekka Enberg2011-01-092-22/+46
| |\ \ \ \ \
| | * | | | | slub: Fix a crash during slabinfo -vTero Roponen2010-12-041-2/+2
| | * | | | | tracing/slab: Move kmalloc tracepoint out of inline codeSteven Rostedt2010-11-281-15/+23
| | * | | | | slub: Fix slub_lock down/up imbalancePavel Emelyanov2010-11-061-1/+2
| | * | | | | slub tracing: move trace calls out of always inlined functions to reduce kern...Richard Kennedy2010-11-061-7/+23
| | |/ / / /
* | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-083-45/+118
|\ \ \ \ \ \
| * | | | | | vmstat: User per cpu atomics to avoid interrupt disable / enableChristoph Lameter2010-12-181-14/+87
| * | | | | | vmstat: Use this_cpu_inc_return for vm statisticsChristoph Lameter2010-12-171-6/+2
| * | | | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-174-4/+28
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-3/+3
| * | | | | | vmstat: Optimize zone counter modifications through the use of this cpu opera...Christoph Lameter2010-12-171-20/+28