summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-01-06Remove obsolete CONFIG_RESOURCES_64BITGeert Uytterhoeven
2009-01-06mm: hugetlb: remove redundant `if' operationCyrill Gorcunov
2009-01-06mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro
2009-01-06bootmem: print request details before BUG_ON(them)Johannes Weiner
2009-01-06mm: check for no mmaps in exit_mmap()Johannes Weiner
2009-01-06mm: kill page_queue_congested()KOSAKI Motohiro
2009-01-06mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGEKOSAKI Motohiro
2009-01-06mm: introduce get_mm_hiwater_xxx(), fix taskstats->hiwater_xxx accountingOleg Nesterov
2009-01-06mm: pagecache gfp flags fixNick Piggin
2009-01-06mm: direct IO starvation improvementNick Piggin
2009-01-06mm/mmap.c: fix coding styleZhenwenXu
2009-01-06shmem: unify regular and tiny shmemMatt Mackall
2009-01-06mm: make get_user_pages() interruptibleYing Han
2009-01-06vmscan: shrink_active_list(): reduce lru_lock hold timeAndrew Morton
2009-01-06badpage: KERN_ALERT BUG instead of KERN_EMERGHugh Dickins
2009-01-06badpage: ratelimit print_bad_pte and bad_pageHugh Dickins
2009-01-06badpage: remove vma from page_remove_rmapHugh Dickins
2009-01-06badpage: zap print_bad_pte on swap and fileHugh Dickins
2009-01-06badpage: vm_normal_page use print_bad_pteHugh Dickins
2009-01-06badpage: replace page_remove_rmap Eeek and BUGHugh Dickins
2009-01-06badpage: keep any bad page out of circulationHugh Dickins
2009-01-06badpage: simplify page_alloc flag check+clearHugh Dickins
2009-01-06mm: kill zone_is_near_oom()KOSAKI Motohiro
2009-01-06vmscan: improve reclaim throughput to bail out patchKOSAKI Motohiro
2009-01-06vmscan: bail out of direct reclaim after swap_cluster_max pagesRik van Riel
2009-01-06hugetlb: fix sparse warningsHannes Eder
2009-01-06swapfile: let others seed randomHugh Dickins
2009-01-06swapfile: change discard pgoff_t to sector_tHugh Dickins
2009-01-06swapfile: swap allocation cycle if nonrotHugh Dickins
2009-01-06swapfile: swapon randomize if nonrotHugh Dickins
2009-01-06swapfile: swap allocation use discardHugh Dickins
2009-01-06swapfile: swapon use discard (trim)Hugh Dickins
2009-01-06swapfile: rearrange scan and swap_infoHugh Dickins
2009-01-06swapfile: remove v0 SWAP-SPACE messageHugh Dickins
2009-01-06swapfile: remove surplus whitespaceHugh Dickins
2009-01-06swapfile: remove SWP_ACTIVE maskHugh Dickins
2009-01-06swapfile: swapon needs larger size typeHugh Dickins
2009-01-06mm: make setup_per_zone_inactive_ratio() staticKOSAKI Motohiro
2009-01-06mm: make scan_zone_unevictable_pages() staticKOSAKI Motohiro
2009-01-06mm: make scan_all_zones_unevictable_pages() staticKOSAKI Motohiro
2009-01-06mm: make mem_cgroup_resize_limit() staticKOSAKI Motohiro
2009-01-06mm: make maddr __iomemKOSAKI Motohiro
2009-01-06mm: make init_section_page_cgroup() staticKOSAKI Motohiro
2009-01-06memcg: reclaim shouldn't change zone->recent_rotated statisticsKOSAKI Motohiro
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins
2009-01-06mm: add add_to_swap stubHugh Dickins
2009-01-06mm: remove gfp_mask from add_to_swapHugh Dickins
2009-01-06mm: remove try_to_munlock from vmscanHugh Dickins