Age | Commit message (Expand) | Author | Files | Lines |
2017-02-24 | mm/autonuma: let architecture override how the write bit should be stashed in... | Aneesh Kumar K.V | 4 | -5/+21 |
2017-02-24 | mm/autonuma: don't use set_pte_at when updating protnone ptes | Aneesh Kumar K.V | 1 | -9/+9 |
2017-02-24 | mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROW | Steven Rostedt (VMware) | 1 | -1/+1 |
2017-02-24 | mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced | Mel Gorman | 1 | -0/+1 |
2017-02-24 | drm: remove unnecessary fault wrappers | Ross Zwisler | 1 | -25/+5 |
2017-02-24 | mm: codgin-style fixes | Tobin C Harding | 1 | -31/+29 |
2017-02-24 | mm/memory.c: use NULL instead of literal 0 | Tobin C Harding | 1 | -3/+3 |
2017-02-24 | mm/page_alloc.c: remove duplicate inclusion of page_ext.h | Masanari Iida | 1 | -1/+0 |
2017-02-24 | vmalloc: back off when the current task is killed | Michal Hocko | 1 | -0/+5 |
2017-02-24 | mm: cma: print allocation failure reason and bitmap status | Jaewon Kim | 1 | -1/+33 |
2017-02-24 | mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count | David Rientjes | 5 | -17/+56 |
2017-02-24 | mm: wire up GFP flag passing in dma_alloc_from_contiguous | Lucas Stach | 9 | -19/+24 |
2017-02-24 | mm: cma_alloc: allow to specify GFP mask | Lucas Stach | 5 | -6/+9 |
2017-02-24 | mm: alloc_contig_range: allow to specify GFP mask | Lucas Stach | 4 | -5/+8 |
2017-02-24 | userfaultfd: documentation update | Mike Rapoport | 1 | -0/+89 |
2017-02-24 | userfaultfd_copy: return -ENOSPC in case mm has gone | Mike Rapoport | 1 | -0/+2 |
2017-02-24 | userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA found | Mike Rapoport | 1 | -30/+28 |
2017-02-24 | userfaultfd: non-cooperative: add event for exit() notification | Mike Rapoport | 4 | -1/+41 |
2017-02-24 | userfaultfd: non-cooperative: add event for memory unmaps | Mike Rapoport | 15 | -45/+160 |
2017-02-24 | mm: call vm_munmap in munmap syscall instead of using open coded version | Mike Rapoport | 1 | -8/+1 |
2017-02-24 | mm: convert remove_migration_pte() to use page_vma_mapped_walk() | Kirill A. Shutemov | 1 | -61/+41 |
2017-02-24 | mm: drop page_check_address{,_transhuge} | Kirill A. Shutemov | 2 | -174/+0 |
2017-02-24 | mm: convert page_mapped_in_vma() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2 | -26/+30 |
2017-02-24 | mm, uprobes: convert __replace_page() to use page_vma_mapped_walk() | Kirill A. Shutemov | 1 | -8/+14 |
2017-02-24 | mm, ksm: convert write_protect_page() to use page_vma_mapped_walk() | Kirill A. Shutemov | 1 | -16/+18 |
2017-02-24 | mm: convert try_to_unmap_one() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2 | -139/+137 |
2017-02-24 | mm: convert page_mkclean_one() to use page_vma_mapped_walk() | Kirill A. Shutemov | 1 | -23/+45 |
2017-02-24 | mm, rmap: check all VMAs that PTE-mapped THP can be part of | Kirill A. Shutemov | 2 | -9/+16 |
2017-02-24 | mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs() | Kirill A. Shutemov | 1 | -17/+17 |
2017-02-24 | mm: fix handling PTE-mapped THPs in page_referenced() | Kirill A. Shutemov | 1 | -32/+34 |
2017-02-24 | mm: introduce page_vma_mapped_walk() | Kirill A. Shutemov | 4 | -5/+224 |
2017-02-24 | uprobes: split THPs before trying to replace them | Kirill A. Shutemov | 1 | -2/+2 |
2017-02-24 | mm/hotplug: enable memory hotplug for non-lru movable pages | Yisheng Xie | 2 | -13/+23 |
2017-02-24 | HWPOISON: soft offlining for non-lru movable page | Yisheng Xie | 1 | -10/+16 |
2017-02-24 | mm/migration: make isolate_movable_page always defined | Yisheng Xie | 1 | -0/+2 |
2017-02-24 | mm/migration: make isolate_movable_page() return int type | Yisheng Xie | 3 | -5/+5 |
2017-02-24 | z3fold: add kref refcounting | Vitaly Wool | 1 | -86/+69 |
2017-02-24 | z3fold: use per-page spinlock | Vitaly Wool | 1 | -42/+106 |
2017-02-24 | z3fold: extend compaction function | Vitaly Wool | 1 | -1/+25 |
2017-02-24 | z3fold: fix header size related issues | Vitaly Wool | 1 | -50/+64 |
2017-02-24 | z3fold: make pages_nr atomic | Vitaly Wool | 1 | -11/+9 |
2017-02-24 | mm: fix get_user_pages() vs device-dax pud mappings | Dan Williams | 1 | -4/+24 |
2017-02-24 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 8 | -38/+46 |
2017-02-24 | dax: support for transparent PUD pages for device DAX | Dave Jiang | 1 | -0/+48 |
2017-02-24 | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox | 21 | -18/+844 |
2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 9 | -76/+74 |
2017-02-24 | mm, page_alloc: use static global work_struct for draining per-cpu pages | Mel Gorman | 1 | -18/+22 |
2017-02-24 | mm, page_alloc: don't check cpuset allowed twice in fast-path | Vlastimil Babka | 1 | -1/+2 |
2017-02-24 | mm, page_alloc: remove redundant checks from alloc fastpath | Vlastimil Babka | 1 | -18/+0 |
2017-02-24 | zram: remove waitqueue for IO done | Minchan Kim | 2 | -40/+3 |