aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-07-13mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi
2011-07-13mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini
2011-07-13migrate: don't account swapcache as shmemAndrea Arcangeli
2011-07-13ksm: 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-23mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry
2011-06-23kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas
2011-04-14mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds
2011-03-27shmem: let shared anonymous be nonlinear againHugh Dickins
2011-03-14mm: fix possible cause of a page_mapped BUGHugh Dickins
2011-01-07install_special_mapping skips security_file_mmap check.Tavis Ormandy
2010-12-09perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg
2010-12-09nommu: yield CPU while disposing VMSteven J. Magnani
2010-12-09mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen
2010-12-09mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki
2010-12-09mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki
2010-12-09numa: 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-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-20memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki
2010-09-20bounce: call flush_dcache_page() after bounce_copy_vec()Gary King
2010-08-26vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang
2010-08-26slab: fix object alignmentCarsten Otte
2010-08-26mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-26mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-26mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-08-20mm: fix page table unmap for stack guard page properlyLinus Torvalds
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds
2010-08-13mm: keep a guard page below a grow-down stack segmentLinus Torvalds
2010-08-13mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2010-08-13HWPOISON: abort on failed unmapWu Fengguang
2010-08-13HWPOISON: remove the anonymous entryWu Fengguang
2010-08-10mm: fix ia64 crash when gcore reads gate areaHugh Dickins
2010-07-05do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer
2010-07-05tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro
2010-07-05mm: hugetlb: fix clear_huge_page()Andrea Arcangeli
2010-05-26hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman
2010-05-12hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman
2010-05-12memcg: fix prepare migrationAndrea Arcangeli
2010-04-26readahead: fix NULL filp dereferenceWu Fengguang
2010-04-01tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro
2010-04-01tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro
2010-04-01tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro
2010-04-01tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai