summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: flush dcache before writing into page to avoid aliasanfei zhou2010-02-091-0/+3
* mm: purge fragmented percpu vmap blocksNick Piggin2010-02-091-11/+80
* mm: percpu-vmap fix RCU list walkingNick Piggin2010-02-091-14/+6
* mm: fix migratetype bug which slowed swappingHugh Dickins2010-02-091-2/+3
* mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds2010-02-091-32/+68
* vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh2010-01-251-3/+1
* vfs: Fix vmtruncate() regressionOGAWA Hirofumi2010-01-221-16/+14
* page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro2010-01-221-1/+1
* memcg: ensure list is empty at rmdirDaisuke Nishimura2010-01-221-7/+4
* untangle the do_mremap() messAl Viro2010-01-183-116/+211
* ksm: fix mlockfreed to munlockedHugh Dickins2010-01-063-10/+11
* vmscan: do not evict inactive pages when skipping an active list scanRik van Riel2010-01-061-6/+12
* memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura2010-01-062-2/+8
* NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells2010-01-061-0/+1
* mm: sigbus instead of abusing oomHugh Dickins2009-12-181-2/+2
* vmalloc: conditionalize build of pcpu_get_vm_areas()Tejun Heo2009-12-181-0/+2
* memcg: fix memory.memsw.usage_in_bytes for root cgroupKirill A. Shutemov2009-12-181-0/+1
* mm: hugetlb: fix hugepage memory leak in walk_page_range()Naoya Horiguchi2009-12-181-1/+15
* mm: hugetlb: fix hugepage memory leak in mincore()Naoya Horiguchi2009-12-181-0/+37
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-11-301-2/+6
|\
| * Thaw refrigerated bdi flusher threads before invoking kthread_stop on themRomit Dasgupta2009-11-121-2/+6
* | mm: allow memory hotplug and hibernation in the same kernelAndi Kleen2009-11-172-8/+18
* | mm/memory_hotplug: fix section mismatchHidetoshi Seto2009-11-171-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-11-141-40/+81
|\ \
| * | percpu: restructure pcpu_extend_area_map() to fix bugs and improve readabilityTejun Heo2009-11-131-40/+81
* | | memcg: fix wrong pointer initialization at page migration when memcg is disab...KAMEZAWA Hiroyuki2009-11-121-1/+1
* | | page allocator: Do not allow interrupts to use ALLOC_HARDERMel Gorman2009-11-121-1/+1
* | | page allocator: always wake kswapd when restarting an allocation attempt afte...Mel Gorman2009-11-121-1/+1
| |/ |/|
* | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-11-111-5/+12
|\ \
| * | highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NM...Soeren Sandmann2009-11-101-3/+10
| * | highmem: Fix race in debug_kmap_atomic() which could cause warn_count to unde...Soeren Sandmann2009-11-101-2/+2
* | | ksm: cond_resched in unstable treeHugh Dickins2009-11-091-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-11-031-1/+2
|\ \ \
| * | | backing-dev: bdi sb prune should be in the unregister path, not destroyJens Axboe2009-11-031-1/+2
* | | | mm: remove incorrect swap_count() from try_to_unuse()Bo Liu2009-11-021-2/+1
|/ / /
* | | NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()David Howells2009-10-311-2/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-10-291-13/+17
|\ \ \ | | |/ | |/|
| * | percpu: allow pcpu_alloc() to be called with IRQs offJiri Kosina2009-10-291-13/+17
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-10-291-0/+16
|\ \ \
| * | | backing-dev: ensure that a removed bdi no longer has super_block referencing itJens Axboe2009-10-291-0/+16
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-10-291-1/+1
|\ \ \ \
| * | | | powerpc: Limit memory hotplug support to PPC64 Book-3S machinesKumar Gala2009-10-271-1/+1
| |/ / /
* | | | Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-10-292-28/+31
|\ \ \ \
| * | | | HWPOISON: fix invalid page count in printk outputWu Fengguang2009-10-191-2/+5
| * | | | HWPOISON: fix oops on ksm pagesHugh Dickins2009-10-191-1/+2
| * | | | HWPOISON: Fix page count leak in hwpoison late kill in do_swap_pageAndi Kleen2009-10-191-1/+2
| * | | | HWPOISON: return early on non-LRU pagesWu Fengguang2009-10-191-25/+24
* | | | | mm: don't call pte_unmap() against an improper pteDaisuke Nishimura2009-10-291-4/+7
* | | | | mm: fix sparsemem configurationRussell King2009-10-291-1/+1
* | | | | vmscan: order evictable rescue in LRU putbackJohannes Weiner2009-10-291-0/+10