summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-04-14mm: avoid wrapping vm_pgoff in mremap()Linus Torvalds
2011-03-28shmem: let shared anonymous be nonlinear againHugh Dickins
2011-03-21percpu: fix pcpu_last_unit_cpuTejun Heo
2011-03-21mm: page allocator: update free page counters after pages are placed on the f...Mel Gorman
2011-03-21mm: page allocator: drain per-cpu lists after direct reclaim allocation failsMel Gorman
2011-03-21mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Christoph Lameter
2011-03-21mm: fix possible cause of a page_mapped BUGHugh Dickins
2011-03-21install_special_mapping skips security_file_mmap check.Tavis Ormandy
2011-03-21vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang
2011-03-21mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2011-03-21mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2011-03-21mm: fix page table unmap for stack guard page properlyLinus Torvalds
2011-03-21mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds
2011-03-21mm: keep a guard page below a grow-down stack segmentLinus Torvalds
2011-03-21perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg
2011-03-21nommu: yield CPU while disposing VMSteven J. Magnani
2011-03-21mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen
2011-03-21mm: fix is_mem_section_removable() page_order BUG_ON checkKAMEZAWA Hiroyuki
2011-03-21mm: fix return value of scan_lru_pages in memory unplugKAMEZAWA Hiroyuki
2011-03-21numa: fix slab_node(MPOL_BIND)Eric Dumazet
2011-03-21mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman
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-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-03-15slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li
2010-03-15readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang
2010-02-22memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki
2010-02-21mm: Make copy_from_user() in migrate.c statically predictableH. Peter Anvin
2010-02-06Fix potential crash with sys_move_pagesLinus Torvalds
2010-02-02hugetlb: fix section mismatchesJeff Mahoney
2010-02-02mm: flush dcache before writing into page to avoid aliasanfei zhou
2010-02-02mm: purge fragmented percpu vmap blocksNick Piggin
2010-02-02mm: percpu-vmap fix RCU list walkingNick Piggin
2010-01-29mm: fix migratetype bug which slowed swappingHugh Dickins
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds
2010-01-21vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh
2010-01-16page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells
2010-01-16nommu: remove a superfluous check of vm_region::vm_usageDavid Howells
2010-01-16nommu: struct vm_region's vm_usage count need not be atomicDavid Howells
2010-01-16memcg: ensure list is empty at rmdirDaisuke Nishimura
2010-01-16vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro