aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-01-06Remove obsolete CONFIG_RESOURCES_64BITGeert Uytterhoeven1-6/+0
2009-01-06mm: hugetlb: remove redundant `if' operationCyrill Gorcunov1-3/+2
2009-01-06mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro1-0/+17
2009-01-06bootmem: print request details before BUG_ON(them)Johannes Weiner1-4/+4
2009-01-06mm: check for no mmaps in exit_mmap()Johannes Weiner1-0/+3
2009-01-06mm: kill page_queue_congested()KOSAKI Motohiro1-20/+0
2009-01-06mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro1-13/+0
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov1-1/+1
2009-01-06mm: pagecache gfp flags fixNick Piggin1-2/+9
2009-01-06mm: direct IO starvation improvementNick Piggin1-11/+5
2009-01-06mm/mmap.c: fix coding styleZhenwenXu1-9/+8
2009-01-06shmem: unify regular and tiny shmemMatt Mackall3-147/+72
2009-01-06mm: make get_user_pages() interruptibleYing Han3-9/+15
2009-01-06vmscan: shrink_active_list(): reduce lru_lock hold timeAndrew Morton1-7/+7
2009-01-06badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins2-12/+12
2009-01-06badpage: ratelimit print_bad_pte and bad_pageHugh Dickins2-1/+48
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins4-9/+7
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins2-7/+11
2009-01-06badpage: vm_normal_page use print_bad_pteHugh Dickins3-10/+15
2009-01-06badpage: replace page_remove_rmap Eeek and BUGHugh Dickins3-36/+48
2009-01-06badpage: keep any bad page out of circulationHugh Dickins1-28/+24
2009-01-06badpage: simplify page_alloc flag check+clearHugh Dickins1-13/+6
2009-01-06mm: kill zone_is_near_oom()KOSAKI Motohiro1-5/+0
2009-01-06vmscan: improve reclaim throughput to bail out patchKOSAKI Motohiro1-6/+9
2009-01-06vmscan: bail out of direct reclaim after swap_cluster_max pagesRik van Riel1-29/+33
2009-01-06hugetlb: fix sparse warningsHannes Eder1-4/+8
2009-01-06swapfile: let others seed randomHugh Dickins1-1/+0
2009-01-06swapfile: change discard pgoff_t to sector_tHugh Dickins1-2/+2
2009-01-06swapfile: swap allocation cycle if nonrotHugh Dickins1-4/+46
2009-01-06swapfile: swapon randomize if nonrotHugh Dickins1-2/+9
2009-01-06swapfile: swap allocation use discardHugh Dickins1-1/+118
2009-01-06swapfile: swapon use discard (trim)Hugh Dickins1-2/+37
2009-01-06swapfile: rearrange scan and swap_infoHugh Dickins1-29/+37
2009-01-06swapfile: remove v0 SWAP-SPACE messageHugh Dickins1-81/+65
2009-01-06swapfile: remove surplus whitespaceHugh Dickins1-11/+11
2009-01-06swapfile: remove SWP_ACTIVE maskHugh Dickins1-2/+2
2009-01-06swapfile: swapon needs larger size typeHugh Dickins1-3/+3
2009-01-06mm: make setup_per_zone_inactive_ratio() staticKOSAKI Motohiro1-1/+1
2009-01-06mm: make scan_zone_unevictable_pages() staticKOSAKI Motohiro1-1/+1
2009-01-06mm: make scan_all_zones_unevictable_pages() staticKOSAKI Motohiro1-1/+1
2009-01-06mm: make mem_cgroup_resize_limit() staticKOSAKI Motohiro1-1/+2
2009-01-06mm: make maddr __iomemKOSAKI Motohiro1-1/+1
2009-01-06mm: make init_section_page_cgroup() staticKOSAKI Motohiro1-1/+1
2009-01-06memcg: reclaim shouldn't change zone->recent_rotated statisticsKOSAKI Motohiro1-1/+2
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins3-7/+7
2009-01-06mm: add add_to_swap stubHugh Dickins1-2/+0
2009-01-06mm: remove gfp_mask from add_to_swapHugh Dickins2-3/+3
2009-01-06mm: remove try_to_munlock from vmscanHugh Dickins1-9/+2
2009-01-06mm: try_to_unuse check removing right swapHugh Dickins1-1/+10