summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2009-12-18mm: sigbus instead of abusing oomHugh Dickins
2009-12-18vmalloc: conditionalize build of pcpu_get_vm_areas()Tejun Heo
2009-12-18memcg: fix memory.memsw.usage_in_bytes for root cgroupKirill A. Shutemov
2009-12-18mm: hugetlb: fix hugepage memory leak in walk_page_range()Naoya Horiguchi
2009-12-18mm: hugetlb: fix hugepage memory leak in mincore()Naoya Horiguchi
2009-11-30Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-11-17mm: allow memory hotplug and hibernation in the same kernelAndi Kleen
2009-11-17mm/memory_hotplug: fix section mismatchHidetoshi Seto
2009-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-11-13percpu: restructure pcpu_extend_area_map() to fix bugs and improve readabilityTejun Heo
2009-11-12memcg: fix wrong pointer initialization at page migration when memcg is disab...KAMEZAWA Hiroyuki
2009-11-12page allocator: Do not allow interrupts to use ALLOC_HARDERMel Gorman
2009-11-12page allocator: always wake kswapd when restarting an allocation attempt afte...Mel Gorman
2009-11-12Thaw refrigerated bdi flusher threads before invoking kthread_stop on themRomit Dasgupta
2009-11-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-11-10highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NM...Soeren Sandmann
2009-11-10highmem: Fix race in debug_kmap_atomic() which could cause warn_count to unde...Soeren Sandmann