| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, mm: introduce vmem_altmap to augment vmemmap_populate() | Dan Williams | 2016-01-15 | 10 | -42/+282 |
* | mm: introduce find_dev_pagemap() | Dan Williams | 2016-01-15 | 4 | -24/+116 |
* | mm: skip memory block registration for ZONE_DEVICE | Dan Williams | 2016-01-15 | 2 | -0/+25 |
* | mm, dax, pmem: introduce pfn_t | Dan Williams | 2016-01-15 | 9 | -23/+116 |
* | kvm: rename pfn_t to kvm_pfn_t | Dan Williams | 2016-01-15 | 23 | -104/+110 |
* | um: kill pfn_t | Dan Williams | 2016-01-15 | 3 | -7/+6 |
* | dax: Split pmd map when fallback on COW | Toshi Kani | 2016-01-15 | 1 | -1/+3 |
* | mm, dax: fix livelock, allow dax pmd mappings to become writeable | Ross Zwisler | 2016-01-15 | 1 | -8/+6 |
* | dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() | Dan Williams | 2016-01-15 | 3 | -88/+150 |
* | dax: guarantee page aligned results from bdev_direct_access() | Dan Williams | 2016-01-15 | 2 | -1/+2 |
* | dax: increase granularity of dax_clear_blocks() operations | Dan Williams | 2016-01-15 | 1 | -14/+8 |
* | pmem, dax: clean up clear_pmem() | Dan Williams | 2016-01-15 | 2 | -9/+2 |
* | thp: fix split_huge_page() after mremap() of THP | Kirill A. Shutemov | 2016-01-15 | 1 | -21/+49 |
* | mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called | Minchan Kim | 2016-01-15 | 3 | -6/+92 |
* | arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THP | Minchan Kim | 2016-01-15 | 1 | -0/+1 |
* | arch/arm/include/asm/pgtable-3level.h: add pmd_mkclean for THP | Minchan Kim | 2016-01-15 | 1 | -0/+1 |
* | arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THP | Minchan Kim | 2016-01-15 | 1 | -0/+2 |
* | arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THP | Minchan Kim | 2016-01-15 | 1 | -0/+9 |
* | arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THP | Minchan Kim | 2016-01-15 | 1 | -0/+5 |
* | mm/ksm.c: mark stable page dirty | Minchan Kim | 2016-01-15 | 1 | -0/+6 |
* | mm: move lazily freed pages to inactive list | Minchan Kim | 2016-01-15 | 3 | -0/+47 |
* | mm/madvise.c: free swp_entry in madvise_free | Minchan Kim | 2016-01-15 | 1 | -1/+24 |
* | arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi... | Chen Gang | 2016-01-15 | 5 | -1/+5 |
* | mm: define MADV_FREE for some arches | Minchan Kim | 2016-01-15 | 4 | -0/+4 |
* | mm: support madvise(MADV_FREE) | Minchan Kim | 2016-01-15 | 8 | -9/+221 |
* | zram: don't call idr_remove() from zram_remove() | Jerome Marchand | 2016-01-15 | 1 | -3/+4 |
* | mm: add page_check_address_transhuge() helper | Vladimir Davydov | 2016-01-15 | 3 | -98/+99 |
* | thp: increase split_huge_page() success rate | Kirill A. Shutemov | 2016-01-15 | 1 | -0/+6 |
* | thp: add debugfs handle to split all huge pages | Kirill A. Shutemov | 2016-01-15 | 1 | -0/+59 |
* | mm: prepare page_referenced() and page_idle to new THP refcounting | Kirill A. Shutemov | 2016-01-15 | 6 | -112/+185 |
* | thp: allow mlocked THP again | Kirill A. Shutemov | 2016-01-15 | 6 | -33/+88 |
* | thp: update documentation | Kirill A. Shutemov | 2016-01-15 | 1 | -55/+96 |
* | mm: re-enable THP | Kirill A. Shutemov | 2016-01-15 | 1 | -1/+1 |
* | thp: introduce deferred_split_huge_page() | Kirill A. Shutemov | 2016-01-15 | 7 | -12/+174 |
* | migrate_pages: try to split pages on queuing | Kirill A. Shutemov | 2016-01-15 | 1 | -4/+38 |
* | thp: reintroduce split_huge_page() | Kirill A. Shutemov | 2016-01-15 | 5 | -45/+415 |
* | mm: hwpoison: adjust for new thp refcounting | Naoya Horiguchi | 2016-01-15 | 2 | -53/+22 |
* | mm: soft-offline: check return value in second __get_any_page() call | Naoya Horiguchi | 2016-01-15 | 1 | -1/+1 |
* | thp, mm: split_huge_page(): caller need to lock page | Kirill A. Shutemov | 2016-01-15 | 2 | -3/+13 |
* | thp: add option to setup migration entries during PMD split | Kirill A. Shutemov | 2016-01-15 | 1 | -8/+14 |
* | thp: implement split_huge_pmd() | Kirill A. Shutemov | 2016-01-15 | 2 | -1/+134 |
* | mm, numa: skip PTE-mapped THP on numa fault | Kirill A. Shutemov | 2016-01-15 | 1 | -0/+6 |
* | mm: differentiate page_mapped() from page_mapcount() for compound pages | Kirill A. Shutemov | 2016-01-15 | 11 | -19/+31 |
* | mm: rework mapcount accounting to enable 4k mapping of THPs | Kirill A. Shutemov | 2016-01-15 | 12 | -35/+166 |
* | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 13 | -183/+41 |
* | x86, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 4 | -36/+1 |
* | tile, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 1 | -10/+0 |
* | sparc, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 3 | -20/+1 |
* | s390, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 3 | -41/+2 |
* | powerpc, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2016-01-15 | 6 | -80/+2 |