| Commit message (Expand) | Author | Files | Lines |
2014-10-10 | mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings | Mark Rustad | 1 | -4/+4 |
2014-10-10 | mm: page_alloc: avoid wakeup kswapd on the unintended node | Weijie Yang | 1 | -3/+6 |
2014-10-10 | mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA | Sasha Levin | 9 | -23/+24 |
2014-10-10 | mm: introduce VM_BUG_ON_VMA | Sasha Levin | 1 | -0/+8 |
2014-10-10 | mm: introduce dump_vma | Sasha Levin | 2 | -9/+75 |
2014-10-10 | mm/slab.c: use __seq_open_private() instead of seq_open() | Rob Jones | 1 | -13/+9 |
2014-10-10 | mm/vmalloc.c: use seq_open_private() instead of seq_open() | Rob Jones | 1 | -15/+5 |
2014-10-10 | include/linux/migrate.h: remove migrate_page #define | Andrew Morton | 3 | -3/+4 |
2014-10-10 | mempolicy: unexport get_vma_policy() and remove its "task" arg | Oleg Nesterov | 2 | -13/+8 |
2014-10-10 | mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem) | Oleg Nesterov | 1 | -14/+1 |
2014-10-10 | mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race | Oleg Nesterov | 1 | -24/+9 |
2014-10-10 | mempolicy: introduce __get_vma_policy(), export get_task_policy() | Oleg Nesterov | 2 | -18/+29 |
2014-10-10 | mempolicy: remove the "task" arg of vma_policy_mof() and simplify it | Oleg Nesterov | 3 | -16/+13 |
2014-10-10 | mempolicy: sanitize the usage of get_task_policy() | Oleg Nesterov | 1 | -11/+14 |
2014-10-10 | mempolicy: change get_task_policy() to return default_policy rather than NULL | Oleg Nesterov | 1 | -18/+13 |
2014-10-10 | mempolicy: change alloc_pages_vma() to use mpol_cond_put() | Oleg Nesterov | 1 | -2/+1 |
2014-10-10 | mm: remove noisy remainder of the scan_unevictable interface | Johannes Weiner | 5 | -97/+0 |
2014-10-10 | prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation | Cyrill Gorcunov | 2 | -1/+216 |
2014-10-10 | prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file | Cyrill Gorcunov | 1 | -10/+11 |
2014-10-10 | mm: use may_adjust_brk helper | Cyrill Gorcunov | 2 | -11/+7 |
2014-10-10 | mm: introduce check_data_rlimit helper | Cyrill Gorcunov | 1 | -0/+15 |
2014-10-10 | mm, compaction: pass gfp mask to compact_control | David Rientjes | 2 | -6/+8 |
2014-10-10 | mm: rename allocflags_to_migratetype for clarity | David Rientjes | 3 | -5/+5 |
2014-10-10 | mm, compaction: skip buddy pages by their order in the migrate scanner | Vlastimil Babka | 2 | -6/+46 |
2014-10-10 | mm, compaction: remember position within pageblock in free pages scanner | Vlastimil Babka | 1 | -9/+30 |
2014-10-10 | mm, compaction: skip rechecks when lock was already held | Vlastimil Babka | 1 | -22/+31 |
2014-10-10 | mm, compaction: periodically drop lock and restore IRQs in scanners | Vlastimil Babka | 1 | -47/+72 |
2014-10-10 | mm, compaction: khugepaged should not give up due to need_resched() | Vlastimil Babka | 4 | -27/+121 |
2014-10-10 | mm, compaction: reduce zone checking frequency in the migration scanner | Vlastimil Babka | 1 | -34/+57 |
2014-10-10 | mm, compaction: move pageblock checks up from isolate_migratepages_range() | Vlastimil Babka | 3 | -112/+149 |
2014-10-10 | mm, compaction: do not recheck suitable_migration_target under lock | Vlastimil Babka | 1 | -13/+0 |
2014-10-10 | mm, compaction: do not count compact_stall if all zones skipped compaction | Vlastimil Babka | 1 | -35/+41 |
2014-10-10 | mm, compaction: defer each zone individually instead of preferred zone | Vlastimil Babka | 4 | -43/+76 |
2014-10-10 | mm, THP: don't hold mmap_sem in khugepaged when allocating THP | Vlastimil Babka | 1 | -13/+7 |
2014-10-10 | block_dev: implement readpages() to optimize sequential read | Akinobu Mita | 1 | -0/+7 |
2014-10-10 | vfs: guard end of device for mpage interface | Akinobu Mita | 3 | -1/+8 |
2014-10-10 | vfs: make guard_bh_eod() more generic | Akinobu Mita | 1 | -14/+12 |
2014-10-10 | mm: page_alloc: determine migratetype only once | Vlastimil Babka | 1 | -4/+3 |
2014-10-10 | ARM: mm: don't limit default CMA region only to low memory | Marek Szyprowski | 1 | -1/+1 |
2014-10-10 | mm: cma: adjust address limit to avoid hitting low/high memory boundary | Marek Szyprowski | 1 | -0/+21 |
2014-10-10 | arm64: add atomic pool for non-coherent and CMA allocations | Laura Abbott | 2 | -19/+146 |
2014-10-10 | arm: use genalloc for the atomic pool | Laura Abbott | 2 | -104/+50 |
2014-10-10 | common: dma-mapping: introduce common remapping functions | Laura Abbott | 3 | -48/+90 |
2014-10-10 | lib/genalloc.c: add genpool range check function | Laura Abbott | 2 | -0/+32 |
2014-10-10 | lib/genalloc.c: add power aligned algorithm | Laura Abbott | 2 | -0/+24 |
2014-10-10 | mm: remove misleading ARCH_USES_NUMA_PROT_NONE | Mel Gorman | 6 | -75/+40 |
2014-10-10 | memory-hotplug: add sysfs valid_zones attribute | Zhang Zhen | 5 | -2/+62 |
2014-10-10 | mm/mmap.c: whitespace fixes | vishnu.ps | 1 | -18/+19 |
2014-10-10 | mm/slab: use percpu allocator for cpu cache | Joonsoo Kim | 3 | -182/+78 |
2014-10-10 | mm/slab: support slab merge | Joonsoo Kim | 2 | -1/+27 |