aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-22mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli2-16/+34
2011-03-22mm: compaction: minimise the time IRQs are disabled while isolating pages for migrationAndrea Arcangeli1-0/+18
2011-03-22mm: compaction: minimise the time IRQs are disabled while isolating free pagesMel Gorman1-5/+13
2011-03-22mm: don't return 0 too early from find_get_pages()Hugh Dickins1-0/+14
2011-03-22mm: remove worrying dead code from find_get_pages()Hugh Dickins1-2/+16
2011-03-22hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek1-4/+2
2011-03-22mm: vmscan: kswapd should not free an excessive number of pages when balancing small zonesMel Gorman2-3/+22
2011-03-22mempolicy: remove redundant check in __mpol_equal()Namhyung Kim1-2/+1
2011-03-22smaps: have smaps show transparent huge pagesDave Hansen1-0/+4
2011-03-22smaps: teach smaps_pte_range() about THP pmdsDave Hansen1-2/+21
2011-03-22smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen1-12/+12
2011-03-22smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen1-40/+47
2011-03-22pagewalk: only split huge pages when necessaryDave Hansen4-6/+32
2011-03-22mm: reclaim invalidated page ASAPMinchan Kim2-4/+49
2011-03-22memcg: move memcg reclaimable page into tail of inactive listMinchan Kim3-1/+34
2011-03-22mm: deactivate invalidated pagesMinchan Kim3-5/+91
2011-03-22mm: mm_struct: remove 16 bytes of alignment padding on 64 bit buildsRichard Kennedy1-3/+5
2011-03-22mm: remove unused TestSetPageLocked() interfaceMichel Lespinasse1-1/+1
2011-03-22mm: simplify anon_vma refcountsPeter Zijlstra2-50/+37
2011-03-22mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra2-44/+10
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra4-24/+11
2011-03-22mm: debug-pagealloc: fix kconfig dependency warningAkinobu Mita1-14/+11
2011-03-22mm: batch-free pcp list if possibleNamhyung Kim1-0/+4
2011-03-22mm: change __remove_from_page_cache()Minchan Kim5-8/+8
2011-03-22mm: goodbye remove_from_page_cache()Minchan Kim2-17/+9
2011-03-22mm: truncate: change remove_from_page_cacheMinchan Kim1-2/+1
2011-03-22mm: shmem: change remove_from_page_cacheMinchan Kim1-2/+1
2011-03-22mm: hugetlbfs: change remove_from_page_cacheMinchan Kim1-2/+1
2011-03-22mm: introduce delete_from_page_cache()Minchan Kim2-0/+17
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi6-11/+80
2011-03-22mm: allow GUP to fail instead of waiting on a pageGleb Natapov3-3/+11
2011-03-22mm: notifier_from_errno() cleanupPrarit Bhargava2-7/+2
2011-03-22oom: suppress nodes that are not allowed from meminfo on page alloc failureDavid Rientjes1-3/+16
2011-03-22oom: suppress show_mem() for many nodes in irq context on page alloc failureDavid Rientjes1-1/+16
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes4-4/+49
2011-03-22kthread: use kthread_create_on_node()Eric Dumazet4-6/+16
2011-03-22kthread: NUMA aware kthread_create_on_node()Eric Dumazet4-11/+38
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet19-64/+70
2011-03-22mm: NUMA aware alloc_task_struct_node()Eric Dumazet5-9/+19
2011-03-22mm/compaction: check migrate_pages's return value instead of list_empty()Minchan Kim1-2/+3
2011-03-22mm: compaction: prevent kswapd compacting memory to reduce CPU usageAndrea Arcangeli3-45/+6
2011-03-22mm: vmap area cacheNick Piggin1-52/+104
2011-03-22pwm_backlight: add check_fb() hookRobert Morell2-0/+14
2011-03-22drivers/video/backlight/jornada720_*.c: make needlessly global symbols staticAxel Lin2-4/+4
2011-03-22backlight: apple_bl depends on ACPIRandy Dunlap1-2/+2
2011-03-22mbp_nvidia_bl: rename to apple_blMatthew Garrett3-34/+35
2011-03-22mbp_nvidia_bl: check that the backlight control functionsMatthew Garrett1-0/+13
2011-03-22mbp_nvidia_bl: remove DMI dependencyMatthew Garrett3-275/+101
2011-03-22acpi: tie ACPI backlight devices to PCI devices if possibleMatthew Garrett1-1/+14
2011-03-22nouveau: change the backlight parent device to the connector, not the PCI devMatthew Garrett4-20/+27