summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* vm: fix vm_pgoff wrap in upward expansionHugh Dickins2011-11-071-3/+6
* vm: fix vm_pgoff wrap in stack expansionLinus Torvalds2011-11-071-4/+7
* mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch2011-08-291-3/+4
* mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-07-131-0/+2
* mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini2011-07-131-0/+8
* migrate: don't account swapcache as shmemAndrea Arcangeli2011-07-131-1/+1
* ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins2011-07-131-0/+6
* mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins2011-06-231-2/+2
* mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry2011-06-231-1/+1
* kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas2011-06-231-2/+5
* mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds2011-04-141-2/+9
* shmem: let shared anonymous be nonlinear againHugh Dickins2011-03-271-0/+1
* mm: fix possible cause of a page_mapped BUGHugh Dickins2011-03-141-3/+1
* install_special_mapping skips security_file_mmap check.Tavis Ormandy2011-01-071-4/+12
* perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg2010-12-091-1/+1
* nommu: yield CPU while disposing VMSteven J. Magnani2010-12-091-0/+1
* mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen2010-12-091-0/+3
* mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki2010-12-091-1/+1
* mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki2010-12-091-1/+1
* numa: fix slab_node(MPOL_BIND)Eric Dumazet2010-12-091-1/+1
* mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman2010-11-221-0/+9
* mm: Move vma_stack_continue into mm.hStefan Bader2010-10-281-6/+0
* guard page for stacks that grow upwardsLuck, Tony2010-09-262-7/+11
* mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman2010-09-261-4/+5
* mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2010-09-263-3/+37
* mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman2010-09-261-4/+16
* percpu: fix pcpu_last_unit_cpuTejun Heo2010-09-261-1/+1
* memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki2010-09-201-8/+8
* bounce: call flush_dcache_page() after bounce_copy_vec()Gary King2010-09-201-1/+1
* vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang2010-08-261-8/+45
* slab: fix object alignmentCarsten Otte2010-08-261-2/+2
* mm: make stack guard page logic use vm_prev pointerLinus Torvalds2010-08-261-4/+11
* mm: make the mlock() stack guard page checks stricterLinus Torvalds2010-08-261-5/+16
* mm: make the vma list be doubly linkedLinus Torvalds2010-08-262-6/+22
* mm: fix up some user-visible effects of the stack guard pageLinus Torvalds2010-08-201-0/+8
* mm: fix page table unmap for stack guard page properlyLinus Torvalds2010-08-201-7/+6
* mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds2010-08-131-1/+3
* mm: keep a guard page below a grow-down stack segmentLinus Torvalds2010-08-131-0/+23
* mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki2010-08-131-2/+4
* HWPOISON: abort on failed unmapWu Fengguang2010-08-131-5/+15
* HWPOISON: remove the anonymous entryWu Fengguang2010-08-131-1/+0
* mm: fix ia64 crash when gcore reads gate areaHugh Dickins2010-08-101-3/+13
* do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer2010-07-051-0/+6
* tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro2010-07-051-2/+2
* mm: hugetlb: fix clear_huge_page()Andrea Arcangeli2010-07-051-1/+1
* hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman2010-05-261-1/+1
* hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman2010-05-121-1/+4
* memcg: fix prepare migrationAndrea Arcangeli2010-05-121-2/+2
* readahead: fix NULL filp dereferenceWu Fengguang2010-04-261-1/+1
* tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro2010-04-011-12/+12