summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-01-25Revert "mm: page allocator: adjust the per-cpu counter threshold when memory ...Javier Viguera
2012-01-19Merge commit 'v2.6.35.14' into del-5.8/mainAlex Gonzalez
2011-08-01mm/nommu.c: fix remap_pfn_range()Bob Liu
2011-08-01mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra
2011-08-01mm/futex: fix futex writes on archs with SW tracking ofBenjamin Herrenschmidt
2011-08-01mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-08-01mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini
2011-08-01migrate: don't account swapcache as shmemAndrea Arcangeli
2011-08-01ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins
2011-08-01mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins
2011-08-01mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry
2011-08-01kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas
2011-08-01Revert "Android MM: Add anonymous shared memory subsystem"Alex Gonzalez
2011-04-28mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds
2011-04-28mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman
2011-03-31Revert "slab: Fix missing DEBUG_SLAB last user"Pekka Enberg
2011-03-31shmem: let shared anonymous be nonlinear againHugh Dickins
2011-03-31mm: fix possible cause of a page_mapped BUGHugh Dickins
2011-02-06install_special_mapping skips security_file_mmap check.Tavis Ormandy
2011-02-04mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2011-02-04mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2011-02-04mm: keep a guard page below a grow-down stack segmentLinus Torvalds
2011-01-17Android MM: Add anonymous shared memory subsystemRobert Love
2010-12-14PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki
2010-12-14perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg
2010-12-14nommu: yield CPU while disposing VMSteven J. Magnani
2010-12-14mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen
2010-12-14radix-tree: fix RCU bugNick Piggin
2010-12-14mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki
2010-12-14mm, page-allocator: do not check the state of a non-existant buddy during freeMel Gorman
2010-12-14mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki
2010-12-14numa: fix slab_node(MPOL_BIND)Eric Dumazet
2010-11-22mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman
2010-10-28mm: Move vma_stack_continue into mm.hStefan Bader
2010-10-28ksm: fix bad user data when swappingHugh Dickins
2010-09-26guard page for stacks that grow upwardsLuck, Tony
2010-09-26mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman
2010-09-26mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2010-09-26mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman
2010-09-26percpu: fix pcpu_last_unit_cpuTejun Heo
2010-09-26vmscan: check all_unreclaimable in direct reclaim pathMinchan Kim
2010-09-26mmap: call unlink_anon_vmas() in __split_vma() in case of errorAndrea Arcangeli
2010-09-26bdi: Initialize noop_backing_dev_info properlyJan Kara
2010-09-26mm: further fix swapin race conditionHugh Dickins
2010-09-26mm: fix swapin race conditionAndrea Arcangeli
2010-09-20memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki
2010-09-20mm: compaction: handle active and inactive fairly in too_many_isolatedMinchan Kim
2010-09-20bounce: call flush_dcache_page() after bounce_copy_vec()Gary King
2010-09-20swap: do not send discards as barriersChristoph Hellwig
2010-09-20swap: discard while swapping only if SWAP_FLAG_DISCARDHugh Dickins