Age | Commit message (Expand) | Author | Files | Lines |
2016-10-07 | mm: vma_adjust: remove superfluous confusing update in remove_next == 1 case | Andrea Arcangeli | 1 | -2/+22 |
2016-10-07 | mm: vm_page_prot: update with WRITE_ONCE/READ_ONCE | Andrea Arcangeli | 5 | -11/+13 |
2016-10-07 | mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node() | zhong jiang | 1 | -1/+6 |
2016-10-07 | mm/page_isolation: fix typo: "paes" -> "pages" | Yisheng Xie | 1 | -1/+1 |
2016-10-07 | mm/hugetlb: improve locking in dissolve_free_huge_pages() | Gerald Schaefer | 1 | -3/+9 |
2016-10-07 | mm/hugetlb: check for reserved hugepages during memory offline | Gerald Schaefer | 3 | -9/+27 |
2016-10-07 | mm/hugetlb: fix memory offline with hugepage size > memory block size | Gerald Schaefer | 1 | -6/+7 |
2016-10-07 | mm: nobootmem: move the comment of free_all_bootmem | Wanlong Gao | 1 | -5/+5 |
2016-10-07 | mm/shmem.c: constify anon_ops | Rasmus Villemoes | 1 | -1/+1 |
2016-10-07 | mm: memcontrol: consolidate cgroup socket tracking | Johannes Weiner | 5 | -20/+20 |
2016-10-07 | mm: move phys_mem_access_prot_allowed() declaration to pgtable.h | Baoyou Xie | 3 | -4/+3 |
2016-10-07 | mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE() | Andrew Morton | 1 | -3/+4 |
2016-10-07 | mm: don't emit warning from pagefault_out_of_memory() | Tetsuo Handa | 1 | -11/+1 |
2016-10-07 | mm, compaction: restrict fragindex to costly orders | Vlastimil Babka | 1 | -2/+7 |
2016-10-07 | mm, compaction: ignore fragindex from compaction_zonelist_suitable() | Vlastimil Babka | 1 | -17/+18 |
2016-10-07 | mm, page_alloc: pull no_progress_loops update to should_reclaim_retry() | Vlastimil Babka | 1 | -14/+14 |
2016-10-07 | mm, compaction: make full priority ignore pageblock suitability | Vlastimil Babka | 2 | -3/+9 |
2016-10-07 | mm, compaction: restrict full priority to non-costly orders | Vlastimil Babka | 2 | -1/+5 |
2016-10-07 | mm, compaction: more reliably increase direct compaction priority | Vlastimil Babka | 1 | -14/+19 |
2016-10-07 | Revert "mm, oom: prevent premature OOM killer invocation for high order request" | Vlastimil Babka | 1 | -2/+49 |
2016-10-07 | mm: remove page_file_index | Huang Ying | 6 | -20/+8 |
2016-10-07 | mm, swap: use offset of swap entry as key of swap cache | Huang Ying | 5 | -14/+16 |
2016-10-07 | mm: fix cache mode tracking in vm_insert_mixed() | Dan Williams | 1 | -2/+6 |
2016-10-07 | memory-hotplug: fix store_mem_state() return value | Reza Arbab | 1 | -1/+4 |
2016-10-07 | mm/memcontrol.c: make the walk_page_range() limit obvious | James Morse | 1 | -2/+4 |
2016-10-07 | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 7 | -22/+34 |
2016-10-07 | fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w... | James Morse | 1 | -1/+1 |
2016-10-07 | cpu: fix node state for whether it contains CPU | Tim Chen | 1 | -0/+11 |
2016-10-07 | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings | Toshi Kani | 3 | -0/+3 |
2016-10-07 | thp, dax: add thp_get_unmapped_area for pmd mappings | Toshi Kani | 2 | -0/+50 |
2016-10-07 | selftests: expanding more mlock selftest | Simon Guo | 3 | -78/+295 |
2016-10-07 | selftest: move seek_to_smaps_entry() out of mlock2-tests.c | Simon Guo | 2 | -42/+42 |
2016-10-07 | selftests/vm: add test for mlock() when areas are intersected | Simon Guo | 3 | -0/+81 |
2016-10-07 | selftest: split mlock2_ funcs into separate mlock2.h | Simon Guo | 2 | -20/+21 |
2016-10-07 | mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK... | Simon Guo | 1 | -0/+3 |
2016-10-07 | mm: mlock: check against vma for actual mlock() size | Simon Guo | 1 | -0/+49 |
2016-10-07 | oom: warn if we go OOM for higher order and compaction is disabled | Michal Hocko | 1 | -0/+2 |
2016-10-07 | mm: don't use radix tree writeback tags for pages in swap cache | Huang Ying | 3 | -2/+16 |
2016-10-07 | mm/bootmem.c: replace kzalloc() by kzalloc_node() | zijun_hu | 1 | -12/+2 |
2016-10-07 | mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements | zijun_hu | 2 | -9/+10 |
2016-10-07 | powerpc: implement arch_reserved_kernel_pages | Srikar Dronamraju | 2 | -0/+8 |
2016-10-07 | mm/memblock.c: expose total reserved memory | Srikar Dronamraju | 2 | -0/+6 |
2016-10-07 | mm: introduce arch_reserved_kernel_pages() | Srikar Dronamraju | 2 | -0/+15 |
2016-10-07 | mm: use zonelist name instead of using hardcoded index | Aneesh Kumar K.V | 3 | -6/+6 |
2016-10-07 | oom, oom_reaper: allow to reap mm shared by the kthreads | Michal Hocko | 1 | -7/+7 |
2016-10-07 | mm: make sure that kthreads will not refault oom reaped memory | Michal Hocko | 3 | -0/+22 |
2016-10-07 | mm, oom: enforce exit_oom_victim on current task | Tetsuo Handa | 3 | -5/+4 |
2016-10-07 | oom, suspend: fix oom_killer_disable vs. pm suspend properly | Michal Hocko | 3 | -35/+24 |
2016-10-07 | mm, oom: get rid of signal_struct::oom_victims | Michal Hocko | 4 | -12/+14 |
2016-10-07 | kernel, oom: fix potential pgd_lock deadlock from __mmdrop | Michal Hocko | 3 | -3/+19 |