summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* vmscan: stop kswapd waiting on congestion when the min watermark is not being...KOSAKI Motohiro2009-12-152-11/+32
* vmscan: have kswapd sleep for a short interval and double check it should be ...Mel Gorman2009-12-152-2/+44
* rmap: move label `out' to a better placeHuang Shijie2009-12-151-1/+2
* rmap: simplify try_to_unmap_file()Huang Shijie2009-12-151-4/+1Star
* rmap: fix the comment for try_to_unmap_anonHuang Shijie2009-12-151-2/+1Star
* mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li2009-12-151-1/+1
* swap: rework map_swap_page() againLee Schermerhorn2009-12-152-7/+17
* swap_info: note SWAP_MAP_SHMEMHugh Dickins2009-12-152-22/+36
* swap_info: swap count continuationsHugh Dickins2009-12-153-58/+271
* swap_info: swap_map of chars not shortsHugh Dickins2009-12-151-17/+23
* swap_info: SWAP_HAS_CACHE cleanupsHugh Dickins2009-12-151-91/+64Star
* swap_info: miscellaneous minor cleanupsHugh Dickins2009-12-151-27/+24Star
* swap_info: include first_swap_extentHugh Dickins2009-12-151-34/+36
* swap_info: change to array of pointersHugh Dickins2009-12-151-91/+113
* swap_info: private to swapfile.cHugh Dickins2009-12-152-24/+24
* vmalloc(): adjust gfp mask passed on nested vmalloc() invocationJan Beulich2009-12-151-4/+3Star
* mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes2009-12-151-2/+3
* mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes2009-12-152-6/+26
* hugetlb: use only nodes with memory for huge pagesLee Schermerhorn2009-12-151-17/+18
* hugetlb: add per node hstate attributesLee Schermerhorn2009-12-151-26/+248
* hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn2009-12-152-13/+131
* hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functionsLee Schermerhorn2009-12-151-53/+72
* hugetlb: rework hstate_next_node_* functionsLee Schermerhorn2009-12-151-25/+45
* mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro2009-12-153-8/+11
* mmap: don't return ENOMEM when mapcount is temporarily exceeded in munmap()KOSAKI Motohiro2009-12-151-8/+28
* oom: dump stack and VM state when oom killer panicsDavid Rientjes2009-12-151-16/+24
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-141-1/+1
|\
| * mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safeH. Peter Anvin2009-12-121-1/+1
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-142-8/+8
|\ \
| * | tracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACELi Zefan2009-12-111-3/+3
| * | tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan2009-12-112-5/+5
| * | tracing: Fix kmem event exportsIngo Molnar2009-11-262-3/+4
| * | tracing: Convert some kmem events to DEFINE_EVENTLi Zefan2009-11-262-4/+3Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-146-198/+36Star
|\ \ \
| * \ \ Merge branch 'for-linus' into for-nextTejun Heo2009-12-081-48/+114
| |\ \ \
| | * | | percpu: Fix kdump failure if booted with percpu_alloc=pageVivek Goyal2009-11-251-0/+22
| * | | | percpu: make percpu symbols under kernel/ and mm/ uniqueTejun Heo2009-10-292-13/+12Star
| * | | | percpu: remove some sparse warningsTejun Heo2009-10-291-0/+1
| * | | | vmalloc: fix use of non-existent percpu variable in put_cpu_var()Tejun Heo2009-10-291-2/+2
| * | | | Merge branch 'for-linus' into for-nextTejun Heo2009-10-121-2/+3
| |\ \ \ \
| * | | | | percpu: kill legacy percpu allocatorTejun Heo2009-10-023-183/+0Star
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-----. \ \ \ \ \ Merge branches 'slab/fixes', 'slab/kmemleak', 'slub/perf' and 'slub/stats' in...Pekka Enberg2009-12-122-51/+87
|\ \ \ \ \ \ \ \ \
| | | | * | | | | | slub: allow stats to be clearedDavid Rientjes2009-10-151-1/+17
| | | * | | | | | | SLUB: Fix __GFP_ZERO unlikely() annotationPekka Enberg2009-11-291-1/+1
| | * | | | | | | | slab, kmemleak: pass the correct pointer to kmemleak_erase()J. R. Okajima2009-12-061-0/+5
| | * | | | | | | | slab, kmemleak: stop calling kmemleak_erase() unconditionallyJ. R. Okajima2009-12-061-1/+2
| * | | | | | | | | SLAB: Fix unlikely() annotation in __cache_alloc_node()Tim Blechmann2009-12-061-1/+1
| * | | | | | | | | SLAB: Fix lockdep annotations for CPU hotplugPekka Enberg2009-11-301-47/+61
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-12-121-35/+14Star
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | kill wait_on_page_writeback_rangeChristoph Hellwig2009-12-101-35/+14Star
| | |_|_|_|_|_|_|/ | |/| | | | | | |