summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-01-07vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp1-5/+2
2011-12-22export __get_user_pages_fast() functionXiao Guangrong1-0/+13
2011-12-22percpu: fix chunk range calculationTejun Heo1-13/+19
2011-11-26mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka1-17/+50
2011-11-08vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-3/+6
2011-11-08vm: fix vm_pgoff wrap in stack expansionLinus Torvalds1-4/+7
2011-08-30mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch1-3/+4
2011-07-13mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-07-13mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini1-0/+8
2011-07-13migrate: don't account swapcache as shmemAndrea Arcangeli1-1/+1
2011-07-13ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins1-0/+6
2011-06-24mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins1-2/+2
2011-06-24mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry1-1/+1
2011-06-24kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas1-2/+5
2011-04-15mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds1-2/+9
2011-03-27shmem: let shared anonymous be nonlinear againHugh Dickins1-0/+1
2011-03-15mm: fix possible cause of a page_mapped BUGHugh Dickins1-3/+1
2011-01-08install_special_mapping skips security_file_mmap check.Tavis Ormandy1-4/+12
2010-12-10perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg1-1/+1
2010-12-10nommu: yield CPU while disposing VMSteven J. Magnani1-0/+1
2010-12-10mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen1-0/+3
2010-12-10mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki1-1/+1
2010-12-10mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki1-1/+1
2010-12-10numa: fix slab_node(MPOL_BIND)Eric Dumazet1-1/+1
2010-11-22mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman1-0/+9
2010-10-29mm: Move vma_stack_continue into mm.hStefan Bader1-6/+0
2010-09-27guard page for stacks that grow upwardsLuck, Tony2-7/+11
2010-09-27mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman1-4/+5
2010-09-27mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter3-3/+37
2010-09-27mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman1-4/+16
2010-09-27percpu: fix pcpu_last_unit_cpuTejun Heo1-1/+1
2010-09-21memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki1-8/+8
2010-09-21bounce: call flush_dcache_page() after bounce_copy_vec()Gary King1-1/+1
2010-08-27vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang1-8/+45
2010-08-27slab: fix object alignmentCarsten Otte1-2/+2
2010-08-27mm: make stack guard page logic use vm_prev pointerLinus Torvalds1-4/+11
2010-08-27mm: make the mlock() stack guard page checks stricterLinus Torvalds1-5/+16
2010-08-27mm: make the vma list be doubly linkedLinus Torvalds2-6/+22
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-0/+8
2010-08-20mm: fix page table unmap for stack guard page properlyLinus Torvalds1-7/+6
2010-08-14mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds1-1/+3
2010-08-14mm: keep a guard page below a grow-down stack segmentLinus Torvalds1-0/+23
2010-08-14mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki1-2/+4
2010-08-14HWPOISON: abort on failed unmapWu Fengguang1-5/+15
2010-08-14HWPOISON: remove the anonymous entryWu Fengguang1-1/+0
2010-08-10mm: fix ia64 crash when gcore reads gate areaHugh Dickins1-3/+13
2010-07-05do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer1-0/+6
2010-07-05tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro1-2/+2
2010-07-05mm: hugetlb: fix clear_huge_page()Andrea Arcangeli1-1/+1
2010-05-27hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman1-1/+1