summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-06mm: add dirty_background_bytes and dirty_bytes sysctlsDavid Rientjes
2009-01-06mm: change dirty limit type specifiers to unsigned longDavid Rientjes
2009-01-06mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmemJulia Lawall
2009-01-06mm: further cleanup page_add_new_anon_rmapHugh Dickins
2009-01-06mm: make page_lock_anon_vma() staticHugh Dickins
2009-01-06mm: add_active_or_unevictable into rmapHugh Dickins
2009-01-06mm: replace some BUG_ONs by VM_BUG_ONsHugh Dickins
2009-01-06mm: add Set,ClearPageSwapCache stubsHugh Dickins
2009-01-06mm: remove GFP_HIGHUSER_PAGECACHEHugh Dickins
2009-01-06mm: remove cgroup_mm_owner_callbacksHugh Dickins
2009-01-06do_mpage_readpage(): remove useless clear_buffer_mapped() callFranck Bui-Huu
2009-01-06mm/apply_to_range: call pte function with lazy updatesJeremy Fitzhardinge
2009-01-06mm: vmalloc make lazy unmapping configurableNick Piggin
2009-01-06mm: vmalloc use mutex for purgeNick Piggin
2009-01-06mm: vmalloc improve vmallocinfoGlauber Costa
2009-01-06mm: vmalloc tweak failure printkGlauber Costa
2009-01-06mm: more likely reclaim MADV_SEQUENTIAL mappingsJohannes Weiner
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro
2009-01-06mm: get rid of pagevec_release_nonlru()KOSAKI Motohiro
2009-01-06mm: print out memmap number only if it is not zeroYinghai Lu
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade
2009-01-06mm: do_sync_mapping_range integrity fixNick Piggin
2009-01-06mm: write_cache_pages more terminate quicklyAndrew Morton
2009-01-06mm: write_cache_pages terminate quicklyNick Piggin
2009-01-06mm: write_cache_pages optimise page cleaningNick Piggin
2009-01-06mm: write_cache_pages cleanupsNick Piggin
2009-01-06mm: write_cache_pages integrity fixNick Piggin
2009-01-06mm: write_cache_pages writepage error fixNick Piggin
2009-01-06mm: write_cache_pages early loop terminationNick Piggin
2009-01-06mm: write_cache_pages cyclic fixNick Piggin
2009-01-06do_mpage_readpage(): don't submit lots of small bios on boundaryMiquel van Smoorenburg
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes
2009-01-06oom: fix zone_scan_mutex nameDavid Rientjes
2009-01-06mm: invoke oom-killer from page faultNick Piggin
2009-01-06mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by defaultBrice Goglin
2009-01-06mm: rework do_pages_move() to work on page_sized chunksBrice Goglin
2009-01-06mm: don't mark_page_accessed in shmem_faultHugh Dickins
2009-01-06mm: don't mark_page_accessed in fault pathNick Piggin
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman
2009-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2009-01-06dm snapshot: extend exception store functionsJonathan Brassow
2009-01-06dm snapshot: split out exception store implementationsAlasdair G Kergon
2009-01-06dm snapshot: rename struct exception_storeJonathan Brassow
2009-01-06dm snapshot: separate out exception store interfaceJonathan Brassow
2009-01-06dm mpath: move trigger_event to system workqueueAlasdair G Kergon
2009-01-06dm: add name and uuid to sysfsMilan Broz
2009-01-06dm table: rework reference countingMikulas Patocka
2009-01-06dm: support barriers on simple devicesAndi Kleen
2009-01-06dm request: extend target interfaceKiyoshi Ueda