aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-01-06mm: hugetlb: remove redundant `if' operationGravatar Cyrill Gorcunov 1-3/+2
2009-01-06mm: stop kswapd's infinite loop at high order allocationGravatar KOSAKI Motohiro 1-0/+17
2009-01-06bootmem: print request details before BUG_ON(them)Gravatar Johannes Weiner 1-4/+4
2009-01-06mm: check for no mmaps in exit_mmap()Gravatar Johannes Weiner 1-0/+3
2009-01-06mm: kill page_queue_congested()Gravatar KOSAKI Motohiro 1-20/+0
2009-01-06mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEGravatar KOSAKI Motohiro 1-13/+0
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingGravatar Oleg Nesterov 1-1/+1
2009-01-06mm: pagecache gfp flags fixGravatar Nick Piggin 1-2/+9
2009-01-06mm: direct IO starvation improvementGravatar Nick Piggin 1-11/+5
2009-01-06mm/mmap.c: fix coding styleGravatar ZhenwenXu 1-9/+8
2009-01-06shmem: unify regular and tiny shmemGravatar Matt Mackall 3-147/+72
2009-01-06mm: make get_user_pages() interruptibleGravatar Ying Han 3-9/+15
2009-01-06vmscan: shrink_active_list(): reduce lru_lock hold timeGravatar Andrew Morton 1-7/+7
2009-01-06badpage: KERN_ALERT BUG instead of KERN_EMERGGravatar Hugh Dickins 2-12/+12
2009-01-06badpage: ratelimit print_bad_pte and bad_pageGravatar Hugh Dickins 2-1/+48
2009-01-06badpage: remove vma from page_remove_rmapGravatar Hugh Dickins 4-9/+7
2009-01-06badpage: zap print_bad_pte on swap and fileGravatar Hugh Dickins 2-7/+11
2009-01-06badpage: vm_normal_page use print_bad_pteGravatar Hugh Dickins 3-10/+15
2009-01-06badpage: replace page_remove_rmap Eeek and BUGGravatar Hugh Dickins 3-36/+48
2009-01-06badpage: keep any bad page out of circulationGravatar Hugh Dickins 1-28/+24
2009-01-06badpage: simplify page_alloc flag check+clearGravatar Hugh Dickins 1-13/+6
2009-01-06mm: kill zone_is_near_oom()Gravatar KOSAKI Motohiro 1-5/+0
2009-01-06vmscan: improve reclaim throughput to bail out patchGravatar KOSAKI Motohiro 1-6/+9
2009-01-06vmscan: bail out of direct reclaim after swap_cluster_max pagesGravatar Rik van Riel 1-29/+33
2009-01-06hugetlb: fix sparse warningsGravatar Hannes Eder 1-4/+8
2009-01-06swapfile: let others seed randomGravatar Hugh Dickins 1-1/+0
2009-01-06swapfile: change discard pgoff_t to sector_tGravatar Hugh Dickins 1-2/+2
2009-01-06swapfile: swap allocation cycle if nonrotGravatar Hugh Dickins 1-4/+46
2009-01-06swapfile: swapon randomize if nonrotGravatar Hugh Dickins 1-2/+9
2009-01-06swapfile: swap allocation use discardGravatar Hugh Dickins 1-1/+118
2009-01-06swapfile: swapon use discard (trim)Gravatar Hugh Dickins 1-2/+37
2009-01-06swapfile: rearrange scan and swap_infoGravatar Hugh Dickins 1-29/+37
2009-01-06swapfile: remove v0 SWAP-SPACE messageGravatar Hugh Dickins 1-81/+65
2009-01-06swapfile: remove surplus whitespaceGravatar Hugh Dickins 1-11/+11
2009-01-06swapfile: remove SWP_ACTIVE maskGravatar Hugh Dickins 1-2/+2
2009-01-06swapfile: swapon needs larger size typeGravatar Hugh Dickins 1-3/+3
2009-01-06mm: make setup_per_zone_inactive_ratio() staticGravatar KOSAKI Motohiro 1-1/+1
2009-01-06mm: make scan_zone_unevictable_pages() staticGravatar KOSAKI Motohiro 1-1/+1
2009-01-06mm: make scan_all_zones_unevictable_pages() staticGravatar KOSAKI Motohiro 1-1/+1
2009-01-06mm: make mem_cgroup_resize_limit() staticGravatar KOSAKI Motohiro 1-1/+2
2009-01-06mm: make maddr __iomemGravatar KOSAKI Motohiro 1-1/+1
2009-01-06mm: make init_section_page_cgroup() staticGravatar KOSAKI Motohiro 1-1/+1
2009-01-06memcg: reclaim shouldn't change zone->recent_rotated statisticsGravatar KOSAKI Motohiro 1-1/+2
2009-01-06mm: optimize get_scan_ratio for no swapGravatar Hugh Dickins 3-7/+7
2009-01-06mm: add add_to_swap stubGravatar Hugh Dickins 1-2/+0
2009-01-06mm: remove gfp_mask from add_to_swapGravatar Hugh Dickins 2-3/+3
2009-01-06mm: remove try_to_munlock from vmscanGravatar Hugh Dickins 1-9/+2
2009-01-06mm: try_to_unuse check removing right swapGravatar Hugh Dickins 1-1/+10
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageGravatar Hugh Dickins 6-67/+20
2009-01-06mm: reuse_swap_page replaces can_share_swap_pageGravatar Hugh Dickins 2-6/+13