summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-15ksm: remove redundancies when merging pageHugh Dickins
2009-12-15ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins
2009-12-15vmscan: make consistent of reclaim bale out between do_try_to_free_page and s...KOSAKI Motohiro
2009-12-15vmscan: kill sc.swap_cluster_maxKOSAKI Motohiro
2009-12-15vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro
2009-12-15vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro
2009-12-15vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaimKOSAKI Motohiro
2009-12-15Documentation: ABI: /sys/devices/system/cpu/cpu#/nodeAlex Chiang
2009-12-15mm: add numa node symlink for cpu devices in sysfsAlex Chiang
2009-12-15mm: refactor unregister_cpu_under_node()Alex Chiang
2009-12-15mm: refactor register_cpu_under_node()Alex Chiang
2009-12-15mm: add numa node symlink for memory section in sysfsAlex Chiang
2009-12-15mm: sigbus instead of abusing oomHugh Dickins
2009-12-15mm: stop ptlock enlarging struct pageHugh Dickins
2009-12-15mm: pass address down to rmap onesHugh Dickins
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins
2009-12-15mm: mlocking in try_to_unmap_oneHugh Dickins
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins
2009-12-15vmscan: stop kswapd waiting on congestion when the min watermark is not being...KOSAKI Motohiro
2009-12-15vmscan: have kswapd sleep for a short interval and double check it should be ...Mel Gorman
2009-12-15rmap: move label `out' to a better placeHuang Shijie
2009-12-15rmap: simplify try_to_unmap_file()Huang Shijie
2009-12-15rmap: fix the comment for try_to_unmap_anonHuang Shijie
2009-12-15mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li
2009-12-15swap: rework map_swap_page() againLee Schermerhorn
2009-12-15swap_info: reorder its fieldsHugh Dickins
2009-12-15swap_info: note SWAP_MAP_SHMEMHugh Dickins
2009-12-15swap_info: swap count continuationsHugh Dickins
2009-12-15swap_info: swap_map of chars not shortsHugh Dickins
2009-12-15swap_info: SWAP_HAS_CACHE cleanupsHugh Dickins
2009-12-15swap_info: miscellaneous minor cleanupsHugh Dickins
2009-12-15swap_info: include first_swap_extentHugh Dickins
2009-12-15swap_info: change to array of pointersHugh Dickins
2009-12-15swap_info: private to swapfile.cHugh Dickins
2009-12-15vmalloc(): adjust gfp mask passed on nested vmalloc() invocationJan Beulich
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes
2009-12-15hugetlb: offload per node attribute registrationsLee Schermerhorn
2009-12-15hugetlb: handle memory hot-plug eventsLee Schermerhorn
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes
2009-12-15hugetlb: use only nodes with memory for huge pagesLee Schermerhorn
2009-12-15hugetlb: update hugetlb documentation for NUMA controlsLee Schermerhorn
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn
2009-12-15hugetlb: add generic definition of NUMA_NO_NODELee Schermerhorn
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn
2009-12-15hugetlb: factor init_nodemask_of_node()Lee Schermerhorn
2009-12-15hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functionsLee Schermerhorn
2009-12-15hugetlb: rework hstate_next_node_* functionsLee Schermerhorn
2009-12-15nodemask: make NODEMASK_ALLOC more generalDavid Rientjes
2009-12-15mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro
2009-12-15/dev/mem: remove redundant parameter from do_write_kmem()Wu Fengguang