Age | Commit message (Expand) | Author |
2016-10-07 | vfs,mm: fix a dead loop in truncate_inode_pages_range() | Wei Fang |
2016-10-07 | mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE | Yisheng Xie |
2016-10-07 | oom: print nodemask in the oom report | Michal Hocko |
2016-10-07 | mm: clarify why we avoid page_mapcount() for slab pages in dump_page() | Kirill A. Shutemov |
2016-10-07 | mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rb | Andrea Arcangeli |
2016-10-07 | mm: vma_adjust: minor comment correction | Andrea Arcangeli |
2016-10-07 | mm: vma_adjust: remove superfluous check for next not NULL | Andrea Arcangeli |
2016-10-07 | mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walk | Andrea Arcangeli |
2016-10-07 | mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case | Andrea Arcangeli |
2016-10-07 | mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE | Andrea Arcangeli |
2016-10-07 | mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node() | zhong jiang |
2016-10-07 | mm/page_isolation: fix typo: "paes" -> "pages" | Yisheng Xie |
2016-10-07 | mm/hugetlb: improve locking in dissolve_free_huge_pages() | Gerald Schaefer |
2016-10-07 | mm/hugetlb: check for reserved hugepages during memory offline | Gerald Schaefer |
2016-10-07 | mm/hugetlb: fix memory offline with hugepage size > memory block size | Gerald Schaefer |
2016-10-07 | mm: nobootmem: move the comment of free_all_bootmem | Wanlong Gao |
2016-10-07 | mm/shmem.c: constify anon_ops | Rasmus Villemoes |
2016-10-07 | mm: memcontrol: consolidate cgroup socket tracking | Johannes Weiner |
2016-10-07 | mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE() | Andrew Morton |
2016-10-07 | mm: don't emit warning from pagefault_out_of_memory() | Tetsuo Handa |
2016-10-07 | mm, compaction: restrict fragindex to costly orders | Vlastimil Babka |
2016-10-07 | mm, compaction: ignore fragindex from compaction_zonelist_suitable() | Vlastimil Babka |
2016-10-07 | mm, page_alloc: pull no_progress_loops update to should_reclaim_retry() | Vlastimil Babka |
2016-10-07 | mm, compaction: make full priority ignore pageblock suitability | Vlastimil Babka |
2016-10-07 | mm, compaction: restrict full priority to non-costly orders | Vlastimil Babka |
2016-10-07 | mm, compaction: more reliably increase direct compaction priority | Vlastimil Babka |
2016-10-07 | Revert "mm, oom: prevent premature OOM killer invocation for high order request" | Vlastimil Babka |
2016-10-07 | mm, swap: use offset of swap entry as key of swap cache | Huang Ying |
2016-10-07 | mm: fix cache mode tracking in vm_insert_mixed() | Dan Williams |
2016-10-07 | mm/memcontrol.c: make the walk_page_range() limit obvious | James Morse |
2016-10-07 | thp: reduce usage of huge zero page's atomic counter | Aaron Lu |
2016-10-07 | cpu: fix node state for whether it contains CPU | Tim Chen |
2016-10-07 | thp, dax: add thp_get_unmapped_area for pmd mappings | Toshi Kani |
2016-10-07 | mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK... | Simon Guo |
2016-10-07 | mm: mlock: check against vma for actual mlock() size | Simon Guo |
2016-10-07 | oom: warn if we go OOM for higher order and compaction is disabled | Michal Hocko |
2016-10-07 | mm: don't use radix tree writeback tags for pages in swap cache | Huang Ying |
2016-10-07 | mm/bootmem.c: replace kzalloc() by kzalloc_node() | zijun_hu |
2016-10-07 | mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements | zijun_hu |
2016-10-07 | mm/memblock.c: expose total reserved memory | Srikar Dronamraju |
2016-10-07 | mm: introduce arch_reserved_kernel_pages() | Srikar Dronamraju |
2016-10-07 | mm: use zonelist name instead of using hardcoded index | Aneesh Kumar K.V |
2016-10-07 | oom, oom_reaper: allow to reap mm shared by the kthreads | Michal Hocko |
2016-10-07 | mm: make sure that kthreads will not refault oom reaped memory | Michal Hocko |
2016-10-07 | mm, oom: enforce exit_oom_victim on current task | Tetsuo Handa |
2016-10-07 | oom, suspend: fix oom_killer_disable vs. pm suspend properly | Michal Hocko |
2016-10-07 | mm, oom: get rid of signal_struct::oom_victims | Michal Hocko |
2016-10-07 | oom: keep mm of the killed task available | Michal Hocko |
2016-10-07 | mm,oom_reaper: do not attempt to reap a task twice | Tetsuo Handa |
2016-10-07 | mm,oom_reaper: reduce find_lock_task_mm() usage | Tetsuo Handa |