aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins3-64/+122
2009-12-15ksm: let shared pages be swappableHugh Dickins6-49/+264
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins3-3/+8
2009-12-15ksm: stable_node point to page and backHugh Dickins2-72/+51
2009-12-15ksm: separate stable_nodeHugh Dickins1-79/+101
2009-12-15ksm: singly-linked rmap_listHugh Dickins1-30/+26
2009-12-15ksm: cleanup some function argumentsHugh Dickins1-122/+112
2009-12-15ksm: remove redundancies when merging pageHugh Dickins1-20/+6
2009-12-15ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins1-11/+6
2009-12-15vmscan: make consistent of reclaim bale out between do_try_to_free_page and shrink_zoneKOSAKI Motohiro1-1/+1
2009-12-15vmscan: kill sc.swap_cluster_maxKOSAKI Motohiro1-20/+6
2009-12-15vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro1-2/+1
2009-12-15vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro1-127/+26
2009-12-15vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaimKOSAKI Motohiro1-6/+19
2009-12-15Documentation: ABI: /sys/devices/system/cpu/cpu#/nodeAlex Chiang1-0/+14
2009-12-15mm: add numa node symlink for cpu devices in sysfsAlex Chiang1-1/+10
2009-12-15mm: refactor unregister_cpu_under_node()Alex Chiang1-6/+12
2009-12-15mm: refactor register_cpu_under_node()Alex Chiang1-9/+11
2009-12-15mm: add numa node symlink for memory section in sysfsAlex Chiang3-6/+30
2009-12-15mm: sigbus instead of abusing oomHugh Dickins1-2/+2
2009-12-15mm: stop ptlock enlarging struct pageHugh Dickins1-2/+4
2009-12-15mm: pass address down to rmap onesHugh Dickins1-26/+27
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins6-44/+19
2009-12-15mm: mlocking in try_to_unmap_oneHugh Dickins2-80/+32
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins6-15/+35
2009-12-15vmscan: stop kswapd waiting on congestion when the min watermark is not being metKOSAKI Motohiro3-12/+34
2009-12-15vmscan: have kswapd sleep for a short interval and double check it should be asleepMel Gorman3-2/+45
2009-12-15rmap: move label `out' to a better placeHuang Shijie1-1/+2
2009-12-15rmap: simplify try_to_unmap_file()Huang Shijie1-4/+1
2009-12-15rmap: fix the comment for try_to_unmap_anonHuang Shijie1-2/+1
2009-12-15mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li1-1/+1
2009-12-15swap: rework map_swap_page() againLee Schermerhorn3-8/+18
2009-12-15swap_info: reorder its fieldsHugh Dickins1-13/+13
2009-12-15swap_info: note SWAP_MAP_SHMEMHugh Dickins3-22/+42
2009-12-15swap_info: swap count continuationsHugh Dickins4-64/+287
2009-12-15swap_info: swap_map of chars not shortsHugh Dickins2-21/+27
2009-12-15swap_info: SWAP_HAS_CACHE cleanupsHugh Dickins2-92/+65
2009-12-15swap_info: miscellaneous minor cleanupsHugh Dickins1-27/+24
2009-12-15swap_info: include first_swap_extentHugh Dickins2-35/+37
2009-12-15swap_info: change to array of pointersHugh Dickins2-94/+117
2009-12-15swap_info: private to swapfile.cHugh Dickins3-26/+25
2009-12-15vmalloc(): adjust gfp mask passed on nested vmalloc() invocationJan Beulich1-4/+3
2009-12-15mm: add gfp flags for NODEMASK_ALLOC slab allocationsDavid Rientjes2-11/+15
2009-12-15hugetlb: offload per node attribute registrationsLee Schermerhorn2-10/+52
2009-12-15hugetlb: handle memory hot-plug eventsLee Schermerhorn2-6/+50
2009-12-15mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes3-6/+27
2009-12-15hugetlb: use only nodes with memory for huge pagesLee Schermerhorn2-23/+24
2009-12-15hugetlb: update hugetlb documentation for NUMA controlsLee Schermerhorn1-85/+176
2009-12-15hugetlb: add per node hstate attributesLee Schermerhorn3-26/+298
2009-12-15hugetlb: add generic definition of NUMA_NO_NODELee Schermerhorn3-4/+9