summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-09-26guard page for stacks that grow upwardsLuck, Tony
2010-09-26mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman
2010-09-26mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2010-09-26mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman
2010-09-26percpu: fix pcpu_last_unit_cpuTejun Heo
2010-09-20memory hotplug: fix next block calculation in is_removableKAMEZAWA Hiroyuki
2010-09-20bounce: call flush_dcache_page() after bounce_copy_vec()Gary King
2010-08-26vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang
2010-08-26slab: fix object alignmentCarsten Otte
2010-08-26mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-26mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-26mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-08-20mm: fix page table unmap for stack guard page properlyLinus Torvalds
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds
2010-08-13mm: keep a guard page below a grow-down stack segmentLinus Torvalds
2010-08-13mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2010-08-13HWPOISON: abort on failed unmapWu Fengguang
2010-08-13HWPOISON: remove the anonymous entryWu Fengguang
2010-08-10mm: fix ia64 crash when gcore reads gate areaHugh Dickins
2010-07-05do_generic_file_read: clear page errors when issuing a fresh read of the pageJeff Moyer
2010-07-05tmpfs: insert tmpfs cache pages to inactive list at firstKOSAKI Motohiro
2010-07-05mm: hugetlb: fix clear_huge_page()Andrea Arcangeli
2010-05-26hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman
2010-05-12hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman
2010-05-12memcg: fix prepare migrationAndrea Arcangeli
2010-04-26readahead: fix NULL filp dereferenceWu Fengguang
2010-04-01tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro
2010-04-01tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro
2010-04-01tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro
2010-04-01tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai
2010-04-01readahead: add blk_run_backing_devHisashi Hifumi
2010-03-15readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang
2010-03-15slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li
2010-03-15memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki
2010-02-23Fix potential crash with sys_move_pagesLinus Torvalds
2010-02-09mm: flush dcache before writing into page to avoid aliasanfei zhou
2010-02-09mm: purge fragmented percpu vmap blocksNick Piggin
2010-02-09mm: percpu-vmap fix RCU list walkingNick Piggin
2010-02-09mm: fix migratetype bug which slowed swappingHugh Dickins
2010-02-09mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds
2010-01-25vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh
2010-01-22vfs: Fix vmtruncate() regressionOGAWA Hirofumi
2010-01-22page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro
2010-01-22memcg: ensure list is empty at rmdirDaisuke Nishimura
2010-01-18untangle the do_mremap() messAl Viro
2010-01-06ksm: fix mlockfreed to munlockedHugh Dickins
2010-01-06vmscan: do not evict inactive pages when skipping an active list scanRik van Riel
2010-01-06memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura
2010-01-06NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells