summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sys_swapon: move setting of error nearer useCesar Eduardo Barros2011-03-221-5/+6
* sys_swapon: remove did_down variableCesar Eduardo Barros2011-03-221-6/+2
* sys_swapon: remove initial value of name variableCesar Eduardo Barros2011-03-221-1/+1
* sys_swapon: simplify error flow in alloc_swap_info()Cesar Eduardo Barros2011-03-221-6/+1
* sys_swapon: simplify error return from swap_info allocationCesar Eduardo Barros2011-03-221-4/+2
* sys_swapon: separate swap_info allocationCesar Eduardo Barros2011-03-221-20/+37
* sys_swapon: do not depend on "type" after allocationCesar Eduardo Barros2011-03-221-5/+5
* sys_swapon: remove changelog from function commentCesar Eduardo Barros2011-03-221-5/+0
* sys_swapon: use vzalloc() instead of vmalloc/memsetCesar Eduardo Barros2011-03-221-2/+1
* mm: use __GFP_OTHER_NODE for transparent huge pagesAndi Kleen2011-03-221-9/+11
* mm: add __GFP_OTHER_NODE flagAndi Kleen2011-03-224-5/+12
* mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli2011-03-222-16/+34
* mm: compaction: minimise the time IRQs are disabled while isolating pages for...Andrea Arcangeli2011-03-221-0/+18
* mm: compaction: minimise the time IRQs are disabled while isolating free pagesMel Gorman2011-03-221-5/+13
* mm: don't return 0 too early from find_get_pages()Hugh Dickins2011-03-221-0/+14
* mm: remove worrying dead code from find_get_pages()Hugh Dickins2011-03-221-2/+16
* hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepagesPetr Holasek2011-03-221-4/+2
* mm: vmscan: kswapd should not free an excessive number of pages when balancin...Mel Gorman2011-03-222-3/+22
* mempolicy: remove redundant check in __mpol_equal()Namhyung Kim2011-03-221-2/+1
* smaps: have smaps show transparent huge pagesDave Hansen2011-03-221-0/+4
* smaps: teach smaps_pte_range() about THP pmdsDave Hansen2011-03-221-2/+21
* smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen2011-03-221-12/+12
* smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen2011-03-221-40/+47
* pagewalk: only split huge pages when necessaryDave Hansen2011-03-224-6/+32
* mm: reclaim invalidated page ASAPMinchan Kim2011-03-222-4/+49
* memcg: move memcg reclaimable page into tail of inactive listMinchan Kim2011-03-223-1/+34
* mm: deactivate invalidated pagesMinchan Kim2011-03-223-5/+91
* mm: mm_struct: remove 16 bytes of alignment padding on 64 bit buildsRichard Kennedy2011-03-221-3/+5
* mm: remove unused TestSetPageLocked() interfaceMichel Lespinasse2011-03-221-1/+1
* mm: simplify anon_vma refcountsPeter Zijlstra2011-03-222-50/+37
* mm: move anon_vma ref out from under CONFIG_fooPeter Zijlstra2011-03-222-44/+10
* mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra2011-03-224-24/+11
* mm: debug-pagealloc: fix kconfig dependency warningAkinobu Mita2011-03-221-14/+11
* mm: batch-free pcp list if possibleNamhyung Kim2011-03-221-0/+4
* mm: change __remove_from_page_cache()Minchan Kim2011-03-225-8/+8
* mm: goodbye remove_from_page_cache()Minchan Kim2011-03-222-17/+9
* mm: truncate: change remove_from_page_cacheMinchan Kim2011-03-221-2/+1
* mm: shmem: change remove_from_page_cacheMinchan Kim2011-03-221-2/+1
* mm: hugetlbfs: change remove_from_page_cacheMinchan Kim2011-03-221-2/+1
* mm: introduce delete_from_page_cache()Minchan Kim2011-03-222-0/+17
* mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-226-11/+80
* mm: allow GUP to fail instead of waiting on a pageGleb Natapov2011-03-223-3/+11
* mm: notifier_from_errno() cleanupPrarit Bhargava2011-03-222-7/+2
* oom: suppress nodes that are not allowed from meminfo on page alloc failureDavid Rientjes2011-03-221-3/+16
* oom: suppress show_mem() for many nodes in irq context on page alloc failureDavid Rientjes2011-03-221-1/+16
* oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes2011-03-224-4/+49
* kthread: use kthread_create_on_node()Eric Dumazet2011-03-224-6/+16
* kthread: NUMA aware kthread_create_on_node()Eric Dumazet2011-03-224-11/+38
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-2219-64/+70
* mm: NUMA aware alloc_task_struct_node()Eric Dumazet2011-03-225-9/+19
OpenPOWER on IntegriCloud