summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-03-21percpu: fix pcpu_last_unit_cpuTejun Heo1-1/+1
2011-03-21mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman1-4/+5
2011-03-21mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman1-4/+16
2011-03-21mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter3-3/+37
2011-03-21mm: fix possible cause of a page_mapped BUGHugh Dickins1-3/+1
2011-03-21install_special_mapping skips security_file_mmap check.Tavis Ormandy1-4/+12
2011-03-21vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang1-8/+45
2011-03-21mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki1-2/+4
2011-03-21mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-0/+8
2011-03-21mm: fix page table unmap for stack guard page properlyLinus Torvalds1-7/+6
2011-03-21mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds1-1/+3
2011-03-21mm: keep a guard page below a grow-down stack segmentLinus Torvalds1-0/+23
2011-03-21perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg1-1/+1
2011-03-21nommu: yield CPU while disposing VMSteven J. Magnani1-0/+1
2011-03-21mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen1-0/+3
2011-03-21mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki1-1/+1
2011-03-21mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki1-1/+1
2011-03-21numa: fix slab_node(MPOL_BIND)Eric Dumazet1-1/+1
2011-03-21mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman1-0/+9
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-05-26hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman1-1/+1
2010-05-12hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman1-1/+4
2010-05-12memcg: fix prepare migrationAndrea Arcangeli1-2/+2
2010-04-26readahead: fix NULL filp dereferenceWu Fengguang1-1/+1
2010-04-01tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro1-12/+12
2010-04-01tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro1-0/+1
2010-04-01tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro1-3/+7
2010-04-01tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai1-2/+7
2010-03-15slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li1-4/+2
2010-03-15readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2-1/+15
2010-02-22memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki1-0/+2
2010-02-21mm: Make copy_from_user() in migrate.c statically predictableH. Peter Anvin1-21/+15
2010-02-06Fix potential crash with sys_move_pagesLinus Torvalds1-0/+3
2010-02-02hugetlb: fix section mismatchesJeff Mahoney1-4/+3
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou1-0/+3
2010-02-02mm: purge fragmented percpu vmap blocksNick Piggin1-11/+81
2010-02-02mm: percpu-vmap fix RCU list walkingNick Piggin1-14/+6
2010-01-29mm: fix migratetype bug which slowed swappingHugh Dickins1-2/+3
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds1-32/+68
2010-01-21vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh1-3/+1
2010-01-16page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro1-1/+1
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells1-0/+62
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells2-22/+1
2010-01-16nommu: remove a superfluous check of vm_region::vm_usageDavid Howells1-4/+3
2010-01-16nommu: struct vm_region's vm_usage count need not be atomicDavid Howells1-7/+7
2010-01-16memcg: ensure list is empty at rmdirDaisuke Nishimura1-7/+4
2010-01-16vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro1-0/+3
2010-01-16mm/page_alloc: fix the range check for backward mergingKazuhisa Ichikawa1-1/+1
2010-01-13vfs: Fix vmtruncate() regressionOGAWA Hirofumi1-16/+14