summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: make init_section_page_cgroup() staticKOSAKI Motohiro2009-01-071-1/+1
* memcg: reclaim shouldn't change zone->recent_rotated statisticsKOSAKI Motohiro2009-01-071-1/+2
* mm: optimize get_scan_ratio for no swapHugh Dickins2009-01-073-7/+7
* mm: add add_to_swap stubHugh Dickins2009-01-071-2/+0Star
* mm: remove gfp_mask from add_to_swapHugh Dickins2009-01-072-3/+3
* mm: remove try_to_munlock from vmscanHugh Dickins2009-01-071-9/+2Star
* mm: try_to_unuse check removing right swapHugh Dickins2009-01-071-1/+10
* mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins2009-01-076-67/+20Star
* mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins2009-01-072-6/+13
* mm: wp lock page before deciding cowHugh Dickins2009-01-071-3/+14
* mm: gup persist for write permissionHugh Dickins2009-01-071-2/+8
* mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes2009-01-071-16/+86
* mm: change dirty limit type specifiers to unsigned longDavid Rientjes2009-01-072-14/+14
* mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmemJulia Lawall2009-01-071-3/+1Star
* mm: further cleanup page_add_new_anon_rmapHugh Dickins2009-01-072-6/+3Star
* mm: make page_lock_anon_vma() staticHugh Dickins2009-01-071-2/+2
* mm: add_active_or_unevictable into rmapHugh Dickins2009-01-073-26/+6Star
* mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins2009-01-073-17/+14Star
* mm: add Set,ClearPageSwapCache stubsHugh Dickins2009-01-071-4/+0Star
* mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins2009-01-071-6/+3Star
* mm/apply_to_range: call pte function with lazy updatesJeremy Fitzhardinge2009-01-071-0/+4
* mm: vmalloc make lazy unmapping configurableNick Piggin2009-01-071-0/+24
* mm: vmalloc use mutex for purgeNick Piggin2009-01-071-4/+5
* mm: vmalloc improve vmallocinfoGlauber Costa2009-01-071-4/+8
* mm: vmalloc tweak failure printkGlauber Costa2009-01-071-2/+3
* mm: more likely reclaim MADV_SEQUENTIAL mappingsJohannes Weiner2009-01-072-3/+13
* mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro2009-01-072-11/+5Star
* mm: get rid of pagevec_release_nonlru()KOSAKI Motohiro2009-01-071-22/+0Star
* mm: print out memmap number only if it is not zeroYinghai Lu2009-01-071-3/+4
* mm: show node to memory section relationship with symlinks in sysfsGary Hade2009-01-071-5/+6
* mm: write_cache_pages more terminate quicklyAndrew Morton2009-01-071-1/+4
* mm: write_cache_pages terminate quicklyNick Piggin2009-01-071-16/+16
* mm: write_cache_pages optimise page cleaningNick Piggin2009-01-071-4/+13
* mm: write_cache_pages cleanupsNick Piggin2009-01-071-12/+22
* mm: write_cache_pages integrity fixNick Piggin2009-01-072-3/+5
* mm: write_cache_pages writepage error fixNick Piggin2009-01-071-6/+20
* mm: write_cache_pages early loop terminationNick Piggin2009-01-071-1/+5
* mm: write_cache_pages cyclic fixNick Piggin2009-01-071-7/+18
* oom: print triggering task's cpuset and mems allowedDavid Rientjes2009-01-071-0/+3
* oom: fix zone_scan_mutex nameDavid Rientjes2009-01-071-6/+6
* mm: invoke oom-killer from page faultNick Piggin2009-01-071-29/+65
* mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by defaultBrice Goglin2009-01-071-6/+0Star
* mm: rework do_pages_move() to work on page_sized chunksBrice Goglin2009-01-071-35/+44
* mm: don't mark_page_accessed in shmem_faultHugh Dickins2009-01-071-1/+0Star
* mm: don't mark_page_accessed in fault pathNick Piggin2009-01-072-2/+1Star
* mm: report the MMU pagesize in /proc/pid/smapsMel Gorman2009-01-071-0/+13
* mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman2009-01-071-0/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-01-064-5/+5
|\
| * add a vfs_fsync helperChristoph Hellwig2009-01-051-1/+1
| * inode->i_op is never NULLAl Viro2009-01-052-3/+3