summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams2016-01-1510-42/+282
* mm: introduce find_dev_pagemap()Dan Williams2016-01-154-24/+116
* mm: skip memory block registration for ZONE_DEVICEDan Williams2016-01-152-0/+25
* mm, dax, pmem: introduce pfn_tDan Williams2016-01-159-23/+116
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-1523-104/+110
* um: kill pfn_tDan Williams2016-01-153-7/+6
* dax: Split pmd map when fallback on COWToshi Kani2016-01-151-1/+3
* mm, dax: fix livelock, allow dax pmd mappings to become writeableRoss Zwisler2016-01-151-8/+6
* dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams2016-01-153-88/+150
* dax: guarantee page aligned results from bdev_direct_access()Dan Williams2016-01-152-1/+2
* dax: increase granularity of dax_clear_blocks() operationsDan Williams2016-01-151-14/+8
* pmem, dax: clean up clear_pmem()Dan Williams2016-01-152-9/+2
* thp: fix split_huge_page() after mremap() of THPKirill A. Shutemov2016-01-151-21/+49
* mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim2016-01-153-6/+92
* arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THPMinchan Kim2016-01-151-0/+1
* arch/arm/include/asm/pgtable-3level.h: add pmd_mkclean for THPMinchan Kim2016-01-151-0/+1
* arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-151-0/+2
* arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-151-0/+9
* arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-151-0/+5
* mm/ksm.c: mark stable page dirtyMinchan Kim2016-01-151-0/+6
* mm: move lazily freed pages to inactive listMinchan Kim2016-01-153-0/+47
* mm/madvise.c: free swp_entry in madvise_freeMinchan Kim2016-01-151-1/+24
* arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang2016-01-155-1/+5
* mm: define MADV_FREE for some archesMinchan Kim2016-01-154-0/+4
* mm: support madvise(MADV_FREE)Minchan Kim2016-01-158-9/+221
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-01-151-3/+4
* mm: add page_check_address_transhuge() helperVladimir Davydov2016-01-153-98/+99
* thp: increase split_huge_page() success rateKirill A. Shutemov2016-01-151-0/+6
* thp: add debugfs handle to split all huge pagesKirill A. Shutemov2016-01-151-0/+59
* mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2016-01-156-112/+185
* thp: allow mlocked THP againKirill A. Shutemov2016-01-156-33/+88
* thp: update documentationKirill A. Shutemov2016-01-151-55/+96
* mm: re-enable THPKirill A. Shutemov2016-01-151-1/+1
* thp: introduce deferred_split_huge_page()Kirill A. Shutemov2016-01-157-12/+174
* migrate_pages: try to split pages on queuingKirill A. Shutemov2016-01-151-4/+38
* thp: reintroduce split_huge_page()Kirill A. Shutemov2016-01-155-45/+415
* mm: hwpoison: adjust for new thp refcountingNaoya Horiguchi2016-01-152-53/+22
* mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi2016-01-151-1/+1
* thp, mm: split_huge_page(): caller need to lock pageKirill A. Shutemov2016-01-152-3/+13
* thp: add option to setup migration entries during PMD splitKirill A. Shutemov2016-01-151-8/+14
* thp: implement split_huge_pmd()Kirill A. Shutemov2016-01-152-1/+134
* mm, numa: skip PTE-mapped THP on numa faultKirill A. Shutemov2016-01-151-0/+6
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-1511-19/+31
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-1512-35/+166
* mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-1513-183/+41
* x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-154-36/+1
* tile, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-10/+0
* sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-153-20/+1
* s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-153-41/+2
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-156-80/+2