summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: hugetlb: remove redundant `if' operationCyrill Gorcunov2009-01-071-3/+2Star
* mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro2009-01-071-0/+17
* bootmem: print request details before BUG_ON(them)Johannes Weiner2009-01-071-4/+4
* mm: check for no mmaps in exit_mmap()Johannes Weiner2009-01-071-0/+3
* mm: kill page_queue_congested()KOSAKI Motohiro2009-01-071-20/+0Star
* mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro2009-01-071-13/+0Star
* mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov2009-01-071-1/+1
* mm: pagecache gfp flags fixNick Piggin2009-01-071-2/+9
* mm: direct IO starvation improvementNick Piggin2009-01-071-11/+5Star
* mm/mmap.c: fix coding styleZhenwenXu2009-01-071-9/+8Star
* shmem: unify regular and tiny shmemMatt Mackall2009-01-073-147/+72Star
* mm: make get_user_pages() interruptibleYing Han2009-01-073-9/+15
* vmscan: shrink_active_list(): reduce lru_lock hold timeAndrew Morton2009-01-071-7/+7
* badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins2009-01-072-12/+12
* badpage: ratelimit print_bad_pte and bad_pageHugh Dickins2009-01-072-1/+48
* badpage: remove vma from page_remove_rmapHugh Dickins2009-01-074-9/+7Star
* badpage: zap print_bad_pte on swap and fileHugh Dickins2009-01-072-7/+11
* badpage: vm_normal_page use print_bad_pteHugh Dickins2009-01-073-10/+15
* badpage: replace page_remove_rmap Eeek and BUGHugh Dickins2009-01-073-36/+48
* badpage: keep any bad page out of circulationHugh Dickins2009-01-071-28/+24Star
* badpage: simplify page_alloc flag check+clearHugh Dickins2009-01-071-13/+6Star
* mm: kill zone_is_near_oom()KOSAKI Motohiro2009-01-071-5/+0Star
* vmscan: improve reclaim throughput to bail out patchKOSAKI Motohiro2009-01-071-6/+9
* vmscan: bail out of direct reclaim after swap_cluster_max pagesRik van Riel2009-01-071-29/+33
* hugetlb: fix sparse warningsHannes Eder2009-01-071-4/+8
* swapfile: let others seed randomHugh Dickins2009-01-071-1/+0Star
* swapfile: change discard pgoff_t to sector_tHugh Dickins2009-01-071-2/+2
* swapfile: swap allocation cycle if nonrotHugh Dickins2009-01-071-4/+46
* swapfile: swapon randomize if nonrotHugh Dickins2009-01-071-2/+9
* swapfile: swap allocation use discardHugh Dickins2009-01-071-1/+118
* swapfile: swapon use discard (trim)Hugh Dickins2009-01-071-2/+37
* swapfile: rearrange scan and swap_infoHugh Dickins2009-01-071-29/+37
* swapfile: remove v0 SWAP-SPACE messageHugh Dickins2009-01-071-81/+65Star
* swapfile: remove surplus whitespaceHugh Dickins2009-01-071-11/+11
* swapfile: remove SWP_ACTIVE maskHugh Dickins2009-01-071-2/+2
* swapfile: swapon needs larger size typeHugh Dickins2009-01-071-3/+3
* mm: make setup_per_zone_inactive_ratio() staticKOSAKI Motohiro2009-01-071-1/+1
* mm: make scan_zone_unevictable_pages() staticKOSAKI Motohiro2009-01-071-1/+1
* mm: make scan_all_zones_unevictable_pages() staticKOSAKI Motohiro2009-01-071-1/+1
* mm: make mem_cgroup_resize_limit() staticKOSAKI Motohiro2009-01-071-1/+2
* mm: make maddr __iomemKOSAKI Motohiro2009-01-071-1/+1
* mm: make init_section_page_cgroup() staticKOSAKI Motohiro2009-01-071-1/+1
* memcg: reclaim shouldn't change zone->recent_rotated statisticsKOSAKI Motohiro2009-01-071-1/+2
* mm: optimize get_scan_ratio for no swapHugh Dickins2009-01-073-7/+7
* mm: add add_to_swap stubHugh Dickins2009-01-071-2/+0Star
* mm: remove gfp_mask from add_to_swapHugh Dickins2009-01-072-3/+3
* mm: remove try_to_munlock from vmscanHugh Dickins2009-01-071-9/+2Star
* mm: try_to_unuse check removing right swapHugh Dickins2009-01-071-1/+10
* mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins2009-01-076-67/+20Star
* mm: reuse_swap_page replaces can_share_swap_pageHugh Dickins2009-01-072-6/+13