summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-12-11switch do_brk() to get_unmapped_area()Al Viro
2009-12-11Take arch_mmap_check() into get_unmapped_area()Al Viro
2009-12-11fix a struct file leak in do_mmap_pgoff()Al Viro
2009-12-11Unify sys_mmap*Al Viro
2009-12-11fix pgoff in "have to relocate" case of mremap()Al Viro
2009-12-11fix the arch checks in MREMAP_FIXED caseAl Viro
2009-12-11fix checks for expand-in-place mremapAl Viro
2009-12-11do_mremap() untangling, part 3Al Viro
2009-12-11do_mremap() untangling, part 2Al Viro
2009-12-11untangling do_mremap(), part 1Al Viro
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-04mm: fix comments for invalidate_inode_pages2()Peng Tao
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang
2009-12-03flusher: Fix PF_FROZEN raceOGAWA Hirofumi
2009-12-03Merge branch 'master' into nextJames Morris
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-17Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar
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-10bootmem: Add free_bootmem_late()FUJITA Tomonori
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
2009-11-09ksm: cond_resched in unstable treeHugh Dickins
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König
2009-11-03Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-11-03backing-dev: bdi sb prune should be in the unregister path, not destroyJens Axboe
2009-11-02mm: remove incorrect swap_count() from try_to_unuse()Bo Liu
2009-10-31NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()David Howells
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-10-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2009-10-29Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2009-10-29mm: don't call pte_unmap() against an improper pteDaisuke Nishimura
2009-10-29mm: fix sparsemem configurationRussell King
2009-10-29vmscan: order evictable rescue in LRU putbackJohannes Weiner
2009-10-29do_mbind(): fix memory leakKOSAKI Motohiro
2009-10-29mbind(): fix leak of never putback pagesKOSAKI Motohiro