aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-15swap: rework map_swap_page() againLee Schermerhorn2-7/+17
2009-12-15swap_info: note SWAP_MAP_SHMEMHugh Dickins2-22/+36
2009-12-15swap_info: swap count continuationsHugh Dickins3-58/+271
2009-12-15swap_info: swap_map of chars not shortsHugh Dickins1-17/+23
2009-12-15swap_info: SWAP_HAS_CACHE cleanupsHugh Dickins1-91/+64
2009-12-15swap_info: miscellaneous minor cleanupsHugh Dickins1-27/+24
2009-12-15swap_info: include first_swap_extentHugh Dickins1-34/+36
2009-12-15swap_info: change to array of pointersHugh Dickins1-91/+113
2009-12-15swap_info: private to swapfile.cHugh Dickins2-24/+24
2009-12-15vmalloc(): adjust gfp mask passed on nested vmalloc() invocationJan Beulich1-4/+3
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes1-2/+3
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes2-6/+26
2009-12-15hugetlb: use only nodes with memory for huge pagesLee Schermerhorn1-17/+18
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn1-26/+248
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn2-13/+131
2009-12-15hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functionsLee Schermerhorn1-53/+72
2009-12-15hugetlb: rework hstate_next_node_* functionsLee Schermerhorn1-25/+45
2009-12-15mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro3-8/+11
2009-12-15mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()KOSAKI Motohiro1-8/+28
2009-12-15oom: dump stack and VM state when oom killer panicsDavid Rientjes1-16/+24
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