aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-12-14Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-8/+8
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds6-198/+36
2009-12-12Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' into for-linusPekka Enberg2-51/+87
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-35/+14
2009-12-11mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safeH. Peter Anvin1-1/+1
2009-12-11switch do_brk() to get_unmapped_area()Al Viro1-8/+2
2009-12-11Take arch_mmap_check() into get_unmapped_area()Al Viro2-17/+12
2009-12-11fix a struct file leak in do_mmap_pgoff()Al Viro2-18/+15
2009-12-11Unify sys_mmap*Al Viro1-0/+29
2009-12-11fix pgoff in "have to relocate" case of mremap()Al Viro1-1/+3
2009-12-11fix the arch checks in MREMAP_FIXED caseAl Viro1-2/+17
2009-12-11fix checks for expand-in-place mremapAl Viro1-2/+11
2009-12-11do_mremap() untangling, part 3Al Viro1-4/+12
2009-12-11do_mremap() untangling, part 2Al Viro1-48/+72
2009-12-11untangling do_mremap(), part 1Al Viro1-33/+55
2009-12-11tracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACELi Zefan1-3/+3
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan2-5/+5
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig1-35/+14
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-8/+8
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-13/+1
2009-12-08Merge branch 'for-linus' into for-nextTejun Heo1-48/+114
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina5-8/+8
2009-12-06slab, kmemleak: pass the correct pointer to kmemleak_erase()J. R. Okajima1-0/+5
2009-12-06slab, kmemleak: stop calling kmemleak_erase() unconditionallyJ. R. Okajima1-1/+2
2009-12-06SLAB: Fix unlikely() annotation in __cache_alloc_node()Tim Blechmann1-1/+1
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+24
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa3-4/+4
2009-12-04mm: fix comments for invalidate_inode_pages2()Peng Tao1-1/+1
2009-12-03writeback: remove unused nonblocking and congestion checksWu Fengguang1-12/+0
2009-12-03flusher: Fix PF_FROZEN raceOGAWA Hirofumi1-1/+1
2009-12-03Merge branch 'master' into nextJames Morris19-238/+390
2009-11-30Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+6
2009-11-30SLAB: Fix lockdep annotations for CPU hotplugPekka Enberg1-47/+61
2009-11-29SLUB: Fix __GFP_ZERO unlikely() annotationPekka Enberg1-1/+1
2009-11-26tracing: Fix kmem event exportsIngo Molnar2-3/+4
2009-11-26tracing: Convert some kmem events to DEFINE_EVENTLi Zefan2-4/+3
2009-11-25percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal1-0/+22
2009-11-17mm: allow memory hotplug and hibernation in the same kernelAndi Kleen2-8/+18
2009-11-17mm/memory_hotplug: fix section mismatchHidetoshi Seto1-1/+2
2009-11-17Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar4-8/+16
2009-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-40/+81
2009-11-13percpu: restructure pcpu_extend_area_map() to fix bugs and improve readabilityTejun Heo1-40/+81
2009-11-12memcg: fix wrong pointer initialization at page migration when memcg is disabled.KAMEZAWA Hiroyuki1-1/+1
2009-11-12page allocator: Do not allow interrupts to use ALLOC_HARDERMel Gorman1-1/+1
2009-11-12page allocator: always wake kswapd when restarting an allocation attempt after direct reclaim failedMel Gorman1-1/+1
2009-11-12Thaw refrigerated bdi flusher threads before invoking kthread_stop on themRomit Dasgupta1-2/+6
2009-11-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+12
2009-11-10bootmem: Add free_bootmem_late()FUJITA Tomonori1-0/+24
2009-11-10highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NMI_PTESoeren Sandmann1-3/+10