summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-13hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman1-1/+4
2010-05-13memcg: fix prepare migrationAndrea Arcangeli1-2/+2
2010-04-26readahead: fix NULL filp dereferenceWu Fengguang1-1/+1
2010-04-02tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro1-12/+12
2010-04-02tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro1-0/+1
2010-04-02tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro1-3/+7
2010-04-02tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai1-2/+7
2010-04-02readahead: add blk_run_backing_devHisashi Hifumi1-0/+12
2010-03-15readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2-1/+15
2010-03-15slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li1-4/+2
2010-03-15memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki1-0/+2
2010-02-23Fix potential crash with sys_move_pagesLinus Torvalds1-0/+3
2010-02-09mm: flush dcache before writing into page to avoid aliasanfei zhou1-0/+3
2010-02-09mm: purge fragmented percpu vmap blocksNick Piggin1-11/+80
2010-02-09mm: percpu-vmap fix RCU list walkingNick Piggin1-14/+6
2010-02-09mm: fix migratetype bug which slowed swappingHugh Dickins1-2/+3
2010-02-09mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds1-32/+68
2010-01-25vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh1-3/+1
2010-01-23vfs: Fix vmtruncate() regressionOGAWA Hirofumi1-16/+14
2010-01-23page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro1-1/+1
2010-01-23memcg: ensure list is empty at rmdirDaisuke Nishimura1-7/+4
2010-01-18untangle the do_mremap() messAl Viro3-116/+211
2010-01-07ksm: fix mlockfreed to munlockedHugh Dickins3-10/+11
2010-01-07vmscan: do not evict inactive pages when skipping an active list scanRik van Riel1-6/+12
2010-01-07memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura2-2/+8