summaryrefslogtreecommitdiff
path: root/kernel/memremap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-16mm: fix two typos in comments for to_vmem_altmap()Andreas Ziegler1-2/+2
2016-03-15Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+8
2016-03-10memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel1-2/+2
2016-03-10mm: fix mixed zone detection in devm_memremap_pagesDan Williams1-5/+6
2016-03-10list: kill list_force_poison()Dan Williams1-2/+7
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar1-10/+16
2016-02-26Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2016-02-24devm_memremap: Fix error value when memremap failedToshi Kani1-1/+3
2016-02-19devm_memremap_release(): fix memremap'd addr handlingToshi Kani1-1/+1
2016-02-12mm: fix pfn_t vs highmemDan Williams1-1/+1
2016-01-31phys_to_pfn_t: use phys_addr_tDan Williams1-1/+1
2016-01-30memremap: Change region_intersects() to take @flags and @descToshi Kani1-6/+7
2016-01-30devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams1-7/+11
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams1-0/+12
2016-01-16mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams1-4/+49
2016-01-16x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams1-2/+70
2016-01-16mm: introduce find_dev_pagemap()Dan Williams1-8/+77
2016-01-16mm, dax, pmem: introduce pfn_tDan Williams1-0/+7
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+8
2015-10-26memremap: fix highmem supportDan Williams1-2/+12
2015-10-10pmem, memremap: convert to numa aware allocationsDan Williams1-3/+4
2015-10-10devm_memremap_pages: use numa_mem_idDan Williams1-1/+1
2015-10-10devm_memremap: convert to return ERR_PTRDan Williams1-1/+1
2015-10-10devm_memunmap: use devres_release()Dan Williams1-3/+2
2015-08-28add devm_memremap_pagesChristoph Hellwig1-0/+53
2015-08-14devres: add devm_memremapChristoph Hellwig1-0/+39
2015-08-14arch: introduce memremap()Dan Williams1-0/+98