aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins6-67/+20
2009-01-06mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins2-6/+13
2009-01-06mm: wp lock page before deciding cowHugh Dickins1-3/+14
2009-01-06mm: gup persist for write permissionHugh Dickins1-2/+8
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes1-16/+86
2009-01-06mm: change dirty limit type specifiers to unsigned longDavid Rientjes2-14/+14
2009-01-06mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmemJulia Lawall1-3/+1
2009-01-06mm: further cleanup page_add_new_anon_rmapHugh Dickins2-6/+3
2009-01-06mm: make page_lock_anon_vma() staticHugh Dickins1-2/+2
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins3-26/+6
2009-01-06mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins3-17/+14
2009-01-06mm: add Set,ClearPageSwapCache stubsHugh Dickins1-4/+0
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins1-6/+3
2009-01-06mm/apply_to_range: call pte function with lazy updatesJeremy Fitzhardinge1-0/+4
2009-01-06mm: vmalloc make lazy unmapping configurableNick Piggin1-0/+24
2009-01-06mm: vmalloc use mutex for purgeNick Piggin1-4/+5
2009-01-06mm: vmalloc improve vmallocinfoGlauber Costa1-4/+8
2009-01-06mm: vmalloc tweak failure printkGlauber Costa1-2/+3
2009-01-06mm: more likely reclaim MADV_SEQUENTIAL mappingsJohannes Weiner2-3/+13
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro2-11/+5
2009-01-06mm: get rid of pagevec_release_nonlru()KOSAKI Motohiro1-22/+0
2009-01-06mm: print out memmap number only if it is not zeroYinghai Lu1-3/+4
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-5/+6
2009-01-06mm: write_cache_pages more terminate quicklyAndrew Morton1-1/+4
2009-01-06mm: write_cache_pages terminate quicklyNick Piggin1-16/+16
2009-01-06mm: write_cache_pages optimise page cleaningNick Piggin1-4/+13
2009-01-06mm: write_cache_pages cleanupsNick Piggin1-12/+22
2009-01-06mm: write_cache_pages integrity fixNick Piggin2-3/+5
2009-01-06mm: write_cache_pages writepage error fixNick Piggin1-6/+20
2009-01-06mm: write_cache_pages early loop terminationNick Piggin1-1/+5
2009-01-06mm: write_cache_pages cyclic fixNick Piggin1-7/+18
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes1-0/+3
2009-01-06oom: fix zone_scan_mutex nameDavid Rientjes1-6/+6
2009-01-06mm: invoke oom-killer from page faultNick Piggin1-29/+65
2009-01-06mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by defaultBrice Goglin1-6/+0
2009-01-06mm: rework do_pages_move() to work on page_sized chunksBrice Goglin1-35/+44
2009-01-06mm: don't mark_page_accessed in shmem_faultHugh Dickins1-1/+0
2009-01-06mm: don't mark_page_accessed in fault pathNick Piggin2-2/+1
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-0/+13
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman1-0/+16
2009-01-06Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgentIngo Molnar9-15/+21
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-5/+5
2009-01-05mm: update my addressAlan Cox3-3/+3
2009-01-05add a vfs_fsync helperChristoph Hellwig1-1/+1
2009-01-05inode->i_op is never NULLAl Viro2-3/+3
2009-01-05kill suid bit only for regular filesDmitri Monakhov1-1/+1
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-4/+9
2009-01-04vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski1-2/+3
2009-01-01cpumask: convert mm/Rusty Russell5-16/+28
2009-01-01cpumask: remove any_online_cpu() users: mm/Rusty Russell1-1/+1