aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | mm/migration: fix page corruption during hugepage migrationMinchan Kim2011-02-022-5/+4
* | | mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli2011-02-022-2/+2
* | | memsw: deprecate noswapaccount kernel parameter and schedule it for removalMichal Hocko2011-02-021-0/+1
* | | memsw: handle swapaccount kernel parameter correctlyMichal Hocko2011-02-021-3/+3
* | | mlock: operate on any regions with protection != PROT_NONEMichel Lespinasse2011-02-021-0/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2011-01-312-9/+10
|\ \ \
| * | | kmemleak: Allow kmemleak metadata allocations to failCatalin Marinas2011-01-271-5/+8
| * | | kmemleak: remove memset by using kzallocJesper Juhl2011-01-271-4/+2
* | | | memcg: fix race at move_parent around compound_order()KAMEZAWA Hiroyuki2011-01-261-9/+16
* | | | memcg: bugfix check mem_cgroup_disabled() at split fixupKAMEZAWA Hiroyuki2011-01-261-0/+2
* | | | memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki2011-01-261-0/+1
* | | | mm: migration: clarify migrate_pages() commentMinchan Kim2011-01-261-1/+1
* | | | mm: compaction: don't depend on HUGETLB_PAGEAndrea Arcangeli2011-01-261-1/+1
* | | | mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()Jesper Juhl2011-01-261-1/+2
* | | | mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocatorDavid Rientjes2011-01-261-2/+4
* | | | mm: fix deferred congestion timeout if preferred zone is not allowedDavid Rientjes2011-01-262-2/+13
* | | | mm/pgtable-generic.c: fix CONFIG_SWAP=n buildAndrew Morton2011-01-261-0/+1
* | | | memcg: correctly order reading PCG_USED and pc->mem_cgroupJohannes Weiner2011-01-201-18/+9
* | | | mm: fix truncate_setsize() commentJan Kara2011-01-201-6/+5
* | | | memcg: fix rmdir, force_empty with THPKAMEZAWA Hiroyuki2011-01-201-11/+26
* | | | memcg: fix LRU accounting with THPKAMEZAWA Hiroyuki2011-01-201-4/+18
* | | | memcg: fix USED bit handling at uncharge in THPKAMEZAWA Hiroyuki2011-01-202-40/+53
* | | | memcg: modify accounting function for supporting THP betterKAMEZAWA Hiroyuki2011-01-201-13/+12
* | | | mm: compaction: prevent division-by-zero during user-requested compactionJohannes Weiner2011-01-201-0/+11
* | | | mm/vmscan.c: remove duplicate include of compaction.hJesper Juhl2011-01-201-1/+0
* | | | memblock: fix memblock_is_region_memory()Tomi Valkeinen2011-01-201-4/+4
* | | | thp: keep highpte mapped until it is no longer neededJohannes Weiner2011-01-201-1/+2
* | | | Revert "mm: simplify code of swap.c"Linus Torvalds2011-01-171-54/+47
* | | | Revert "mm: batch activate_page() to reduce lock contention"Linus Torvalds2011-01-173-92/+13
* | | | fix non-x86 build failure in pmdp_get_and_clearAndrea Arcangeli2011-01-161-7/+4
* | | | mm/slab.c: make local symbols staticH Hartley Sweeten2011-01-151-3/+3
* | | | Merge branch 'slub/hotplug' into slab/urgentPekka Enberg2011-01-152-2/+6
|\ \ \ \
| * | | | slub: Avoid use of slub_lock in show_slab_objects()Christoph Lameter2011-01-111-2/+2
| * | | | memory hotplug: one more lock on memory hotplugKAMEZAWA Hiroyuki2011-01-111-0/+4
| |/ / /
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-131-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'apei' into releaseLen Brown2011-01-121-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type supportHuang Ying2011-01-121-0/+1
* | | | | memcg: fix memory migration of shmem swapcacheDaisuke Nishimura2011-01-132-4/+3
* | | | | memcg: use [kv]zalloc[_node] rather than [kv]malloc+memsetJesper Juhl2011-01-131-6/+3
* | | | | memcg: fix deadlock between cpuset and memcgDaisuke Nishimura2011-01-131-35/+49
* | | | | memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()Minchan Kim2011-01-131-1/+0
* | | | | memcg: fix unit mismatch in memcg oom limit calculationJohannes Weiner2011-01-131-2/+3
* | | | | memcg: add lock to synchronize page accounting and migrationKAMEZAWA Hiroyuki2011-01-131-2/+7
* | | | | memcg: create extensible page stat update routinesGreg Thelen2011-01-132-11/+9
* | | | | mm: batch activate_page() to reduce lock contentionShaohua Li2011-01-133-13/+92
* | | | | mm: simplify code of swap.cShaohua Li2011-01-131-47/+54
* | | | | mm/page_alloc.c: don't cache `current' in a localAndrew Morton2011-01-131-14/+10
* | | | | mm: fix hugepage migrationHugh Dickins2011-01-131-17/+6
* | | | | mm: fix migration hangs on anon_vma lockHugh Dickins2011-01-131-29/+19
* | | | | ksm: drain pagevecs to lruHugh Dickins2011-01-131-0/+12