summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-08-23Merge branch 'linux-tegra-nv-2.6.39' into android-tegra-nv-2.6.39Dan Willemsen
2011-08-03oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov
2011-08-03mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman
2011-08-03mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman
2011-08-03mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman
2011-08-03mm: vmscan: do not use page_count without a page pinAndrea Arcangeli
2011-08-03mm: compaction: ensure that the compaction free scanner does not move to the ...Mel Gorman
2011-08-03vmscan: fix a livelock in kswapdShaohua Li
2011-08-03mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman
2011-08-03mm/nommu.c: fix remap_pfn_range()Bob Liu
2011-08-03mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman
2011-07-08mm, hotplug: fix error handling in mem_online_node()David Rientjes
2011-07-08mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini
2011-07-08mm/memory-failure.c: fix page isolated count mismatchMinchan Kim
2011-07-08migrate: don't account swapcache as shmemAndrea Arcangeli
2011-07-08ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins
2011-06-23mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins
2011-06-03tmpfs: fix race between truncate and writepageHugh Dickins
2011-06-03mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry
2011-06-03slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpathChristoph Lameter
2011-06-03mm: vmscan: correctly check if reclaimer should schedule during shrink_slabMinchan Kim
2011-06-03mm: vmscan: correct use of pgdat_balanced in sleeping_prematurelyJohannes Weiner
2011-06-03kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas
2011-06-03tmpfs: fix highmem swapoff crash regressionHugh Dickins
2011-05-23Support lseek(2) in ashmem driverBjorn Bringert
2011-05-23ashmem: Update arguments of shrinker for 2.6.35Colin Cross
2011-05-23ashmem: Fix ASHMEM_SET_PROT_MASK.Arve Hjønnevåg
2011-05-23Implement read(2) in ashmem driverBjorn Bringert
2011-05-23ashmem for 2.6.27.Robert Love
2011-05-23mm: Check if any page in a pageblock is reserved before marking it MIGRATE_RE...Arve Hjønnevåg
2011-05-23mm: Add min_free_order_shift tunable.Arve Hjønnevåg
2011-05-18memcg: fix zone congestionKAMEZAWA Hiroyuki
2011-05-16mm: fix kernel-doc warning in page_alloc.cRandy Dunlap
2011-05-14tmpfs: fix race between swapoff and writepageHugh Dickins
2011-05-11tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins
2011-05-11tmpfs: fix race between umount and swapoffHugh Dickins
2011-05-11tmpfs: fix race between umount and writepageHugh Dickins
2011-05-11memcg: allocate memory cgroup structures in local nodesAndi Kleen
2011-05-11mm: add alloc_pages_exact_nid()Andi Kleen
2011-05-11mm: use alloc_bootmem_node_nopanic() on really needed pathYinghai Lu
2011-05-11mm: check PageUnevictable in lru_deactivate_fn()Minchan Kim
2011-05-09vm: fix vm_pgoff wrap in upward expansionHugh Dickins
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman
2011-04-28oom: use pte pages in OOM scoreKOSAKI Motohiro
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli
2011-04-14mm/thp: use conventional format for boolean attributesBen Hutchings
2011-04-14oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro