aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* cpusets: new round-robin rotor for SLAB allocationsJack Steiner2010-05-271-1/+1
* memcg: clean up memory thresholdsKirill A. Shutemov2010-05-271-85/+66
* cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov2010-05-271-24/+41
* memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org2010-05-272-39/+98
* mm: memcontrol - uninitialised return valuePhil Carmody2010-05-271-1/+1
* mm: remove unnecessary use of atomicPhil Carmody2010-05-271-7/+7
* memcg: make oom killer a no-op when no killable task can be foundDavid Rientjes2010-05-271-4/+1
* memcg: move charge of file pagesDaisuke Nishimura2010-05-272-12/+108
* memcg: clean up move chargeDaisuke Nishimura2010-05-271-37/+59
* memcg: oom kill disable and oom statusKAMEZAWA Hiroyuki2010-05-271-19/+94
* memcg: oom notifierKAMEZAWA Hiroyuki2010-05-271-8/+92
* memcg: oom wakeup filterKAMEZAWA Hiroyuki2010-05-271-17/+46
* do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer2010-05-261-0/+6
* nommu: allow private mappings of read-only devicesBernd Schmidt2010-05-261-14/+18
* mempolicy: ERR_PTR dereference in mpol_shared_policy_init()Dan Carpenter2010-05-261-1/+2
* mem-hotplug: fix potential race while building zonelist for new populated zoneHaicheng Li2010-05-252-9/+17
* mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li2010-05-252-9/+26
* mem-hotplug: separate setup_per_cpu_pageset() into separate functionsWu Fengguang2010-05-251-17/+20
* highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita2010-05-251-1/+1
* cpu/mem hotplug: enable CPUs online before local memory onlineminskey guo2010-05-251-0/+23
* vmscan: remove isolate_pages callback scan controlJohannes Weiner2010-05-251-24/+28
* vmscan: remove all_unreclaimable scan controlJohannes Weiner2010-05-251-8/+6
* mm: document follow_page()Johannes Weiner2010-05-251-2/+11
* mm: introduce free_pages_prepare()KOSAKI Motohiro2010-05-251-19/+21
* vmscan: page_check_references(): check low order lumpy reclaim properlyKOSAKI Motohiro2010-05-251-15/+26
* readahead.c: fix commentHuang Shijie2010-05-251-1/+1
* vmscan: prevent get_scan_ratio() rounding errorsShaohua Li2010-05-251-52/+55
* mm: consider the entire user address space during node migrationGreg Thelen2010-05-251-1/+1
* mm: compaction: defer compaction using an exponential backoff when compaction...Mel Gorman2010-05-251-1/+4
* mm: compaction: add a tunable that decides when memory should be compacted an...Mel Gorman2010-05-251-1/+11
* mm: compaction: direct compact when a high-order allocation failsMel Gorman2010-05-253-2/+194
* mm: compaction: add /sys trigger for per-node memory compactionMel Gorman2010-05-251-0/+23
* mm: compaction: add /proc trigger for memory compactionMel Gorman2010-05-251-0/+62
* mm: compaction: memory compaction coreMel Gorman2010-05-255-1/+456
* mm: move definition for LRU isolation modes to a headerMel Gorman2010-05-251-5/+0
* mm: export fragmentation index via debugfsMel Gorman2010-05-251-0/+84
* mm: export unusable free space index via debugfsMel Gorman2010-05-251-1/+149
* mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...Mel Gorman2010-05-251-1/+29
* mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-removeMel Gorman2010-05-251-3/+14
* mm: migration: allow the migration of PageSwapCache pagesMel Gorman2010-05-251-17/+36
* mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman2010-05-251-0/+11
* mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman2010-05-253-8/+6
* mm: migration: take a reference to the anon_vma before migratingMel Gorman2010-05-252-5/+17
* mm: default to node zonelist ordering when nodes have only lowmemDavid Rientjes2010-05-251-1/+10
* mincore: do nested page table walksJohannes Weiner2010-05-251-17/+58
* mincore: pass ranges as start,end address pairsJohannes Weiner2010-05-251-30/+27
* mincore: break do_mincore() into logical piecesJohannes Weiner2010-05-251-74/+97
* mincore: cleanupsJohannes Weiner2010-05-251-49/+27
* cpuset,mm: fix no node to alloc memory when changing cpuset's memsMiao Xie2010-05-257-12/+52
* mempolicy: restructure rebinding-mempolicy functionsMiao Xie2010-05-251-19/+105