| Commit message (Expand) | Author | Age | Files | Lines |
* | vmscan: change shrinker API by passing shrink_control struct | Ying Han | 2011-05-25 | 21 | -61/+95 |
* | vmscan: change shrink_slab() interfaces by passing shrink_control | Ying Han | 2011-05-25 | 4 | -17/+55 |
* | readahead: readahead page allocations are OK to fail | Wu Fengguang | 2011-05-25 | 2 | -1/+7 |
* | mm: check if any page in a pageblock is reserved before marking it MIGRATE_RE... | Arve Hjønnevåg | 2011-05-25 | 1 | -2/+17 |
* | m32r, mm: set all online nodes in N_NORMAL_MEMORY | David Rientjes | 2011-05-25 | 1 | -0/+1 |
* | alpha, mm: set all online nodes in N_NORMAL_MEMORY | David Rientjes | 2011-05-25 | 1 | -0/+1 |
* | mm: strictly require elevated page refcount in isolate_lru_page() | Konstantin Khlebnikov | 2011-05-25 | 1 | -1/+4 |
* | mem-hwpoison: fix page refcount around isolate_lru_page() | Konstantin Khlebnikov | 2011-05-25 | 1 | -5/+6 |
* | mem-hotplug: call isolate_lru_page with elevated refcount | Konstantin Khlebnikov | 2011-05-25 | 1 | -1/+3 |
* | mm: print vmalloc() state after allocation failures | Dave Hansen | 2011-05-25 | 1 | -2/+7 |
* | mm: break out page allocation warning code | Dave Hansen | 2011-05-25 | 2 | -21/+43 |
* | mm: convert mm->cpu_vm_cpumask into cpumask_var_t | KOSAKI Motohiro | 2011-05-25 | 7 | -9/+44 |
* | mm: thp: optimize memcg charge in khugepaged | Andrea Arcangeli | 2011-05-25 | 1 | -10/+11 |
* | mm: uninline large generic tlb.h functions | Peter Zijlstra | 2011-05-25 | 2 | -124/+135 |
* | mm: optimize page_lock_anon_vma() fast-path | Peter Zijlstra | 2011-05-25 | 1 | -4/+82 |
* | mm: convert anon_vma->lock to a mutex | Peter Zijlstra | 2011-05-25 | 6 | -25/+21 |
* | mm: use refcounts for page_lock_anon_vma() | Peter Zijlstra | 2011-05-25 | 2 | -28/+31 |
* | mm: improve page_lock_anon_vma() comment | Peter Zijlstra | 2011-05-25 | 1 | -2/+16 |
* | mm: revert page_lock_anon_vma() lock annotation | Peter Zijlstra | 2011-05-25 | 2 | -17/+2 |
* | mm: Convert i_mmap_lock to a mutex | Peter Zijlstra | 2011-05-25 | 17 | -58/+58 |
* | mm: Remove i_mmap_lock lockbreak | Peter Zijlstra | 2011-05-25 | 8 | -188/+28 |
* | lockdep, mutex: provide mutex_lock_nest_lock | Peter Zijlstra | 2011-05-25 | 3 | -8/+29 |
* | mm: extended batches for generic mmu_gather | Peter Zijlstra | 2011-05-25 | 2 | -47/+84 |
* | mm, powerpc: move the RCU page-table freeing into generic code | Peter Zijlstra | 2011-05-25 | 10 | -125/+150 |
* | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 2011-05-25 | 21 | -41/+0 |
* | um: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 1 | -18/+11 |
* | ia64: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 1 | -20/+46 |
* | sh: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 1 | -11/+17 |
* | arm: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 1 | -16/+37 |
* | s390: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 1 | -25/+37 |
* | sparc: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 6 | -116/+63 |
* | powerpc: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 8 | -17/+46 |
* | mm: mmu_gather rework | Peter Zijlstra | 2011-05-25 | 5 | -65/+107 |
* | mm: make expand_downwards() symmetrical with expand_upwards() | Michal Hocko | 2011-05-25 | 4 | -11/+8 |
* | mm/vmalloc: remove guard page from between vmap blocks | Johannes Weiner | 2011-05-25 | 1 | -3/+3 |
* | include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON() | Dave Hansen | 2011-05-25 | 1 | -3/+1 |
* | include/linux/gfp.h: work around apparent sparse confusion | Dave Hansen | 2011-05-25 | 1 | -6/+1 |
* | oom: replace PF_OOM_ORIGIN with toggling oom_score_adj | David Rientjes | 2011-05-25 | 5 | -14/+38 |
* | mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KS... | Andrea Arcangeli | 2011-05-25 | 1 | -1/+1 |
* | mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur | KOSAKI Motohiro | 2011-05-25 | 3 | -2/+6 |
* | mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs | KOSAKI Motohiro | 2011-05-25 | 3 | -7/+8 |
* | mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should... | KOSAKI Motohiro | 2011-05-25 | 2 | -4/+4 |
* | x86,mm: make pagefault killable | KOSAKI Motohiro | 2011-05-25 | 3 | -8/+36 |
* | mm: introduce wait_on_page_locked_killable() | KOSAKI Motohiro | 2011-05-25 | 2 | -0/+20 |
* | mm: per-node vmstat: show proper vmstats | KOSAKI Motohiro | 2011-05-25 | 3 | -135/+144 |
* | mm: nommu: fix a compile warning in do_mmap_pgoff() | Namhyung Kim | 2011-05-25 | 1 | -3/+3 |
* | mm: nommu: fix a potential memory leak in do_mmap_private() | Namhyung Kim | 2011-05-25 | 1 | -1/+1 |
* | mm: nommu: check the vma list when unmapping file-mapped vma | Namhyung Kim | 2011-05-25 | 1 | -4/+2 |
* | mm: nommu: find vma using the sorted vma list | Namhyung Kim | 2011-05-25 | 1 | -8/+4 |
* | mm: nommu: don't scan the vma list when deleting | Namhyung Kim | 2011-05-25 | 1 | -7/+8 |