summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-281-0/+1
* percpu: fix pcpu_last_unit_cpuTejun Heo2011-03-211-1/+1
* mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman2011-03-211-4/+5
* mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman2011-03-211-4/+16
* mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter2011-03-213-3/+37
* mm: fix possible cause of a page_mapped BUGHugh Dickins2011-03-211-3/+1
* install_special_mapping skips security_file_mmap check.Tavis Ormandy2011-03-211-4/+12
* vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang2011-03-211-8/+45
* mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki2011-03-211-2/+4
* mm: fix up some user-visible effects of the stack guard pageLinus Torvalds2011-03-211-0/+8
* mm: fix page table unmap for stack guard page properlyLinus Torvalds2011-03-211-7/+6
* mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds2011-03-211-1/+3
* mm: keep a guard page below a grow-down stack segmentLinus Torvalds2011-03-211-0/+23
* perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg2011-03-211-1/+1
* nommu: yield CPU while disposing VMSteven J. Magnani2011-03-211-0/+1
* mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen2011-03-211-0/+3
* mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki2011-03-211-1/+1
* mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki2011-03-211-1/+1
* numa: fix slab_node(MPOL_BIND)Eric Dumazet2011-03-211-1/+1
* mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman2011-03-211-0/+9
* 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
* 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
* tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro2010-04-011-0/+1
* tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro2010-04-011-3/+7
* tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai2010-04-011-2/+7
* slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li2010-03-151-4/+2
* readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2010-03-152-1/+15
* memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki2010-02-221-0/+2
* mm: Make copy_from_user() in migrate.c statically predictableH. Peter Anvin2010-02-211-21/+15
* Fix potential crash with sys_move_pagesLinus Torvalds2010-02-061-0/+3
* hugetlb: fix section mismatchesJeff Mahoney2010-02-021-4/+3
* mm: flush dcache before writing into page to avoid aliasanfei zhou2010-02-021-0/+3
* mm: purge fragmented percpu vmap blocksNick Piggin2010-02-021-11/+81
* mm: percpu-vmap fix RCU list walkingNick Piggin2010-02-021-14/+6
* mm: fix migratetype bug which slowed swappingHugh Dickins2010-01-291-2/+3
* mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds2010-01-271-32/+68