summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-01-13mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams1-6/+3
2019-01-13mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2-2/+2
2018-02-28mm: Fix devm_memremap_pages() collision handlingJan H. Schönherr1-5/+8
2018-02-22mm: Fix memory size alignment in devm_memremap_pages_release()Jan H. Schönherr1-1/+2
2017-03-12mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams1-0/+6
2017-01-19mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams1-0/+4
2016-09-10mm: fix cache mode of dax pmd mappingsDan Williams2-7/+19
2016-07-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds65-1015/+1375
2016-07-28mm: cleanup ifdef guards for vmem_altmapDan Williams2-9/+1
2016-06-24libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams8-24/+79
2016-04-04memremap: add arch specific hook for MEMREMAP_WB mappingsArd Biesheuvel1-2/+9
2016-03-22memremap: add MEMREMAP_WC flagBrian Starkey2-2/+12
2016-03-22memremap: don't modify flagsBrian Starkey1-7/+7
2016-03-15mm: fix two typos in comments for to_vmem_altmap()Andreas Ziegler1-2/+2
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds34-159/+232
2016-03-09memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel1-2/+2
2016-03-09mm: fix mixed zone detection in devm_memremap_pagesDan Williams1-5/+6
2016-03-09list: kill list_force_poison()Dan Williams3-22/+7
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar1279-62122/+15330
2016-02-26Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-63/+75
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 Williams3-12/+11
2016-01-31phys_to_pfn_t: use phys_addr_tDan Williams3-4/+4
2016-01-30memremap: Change region_intersects() to take @flags and @descToshi Kani3-18/+24
2016-01-30devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams1-7/+11
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams8-39/+212
2016-01-16mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams6-8/+125
2016-01-16x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams10-42/+282
2016-01-16mm: introduce find_dev_pagemap()Dan Williams4-24/+116
2016-01-16mm, dax, pmem: introduce pfn_tDan Williams9-23/+116
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-134/+494
2015-10-26memremap: fix highmem supportDan Williams1-2/+12
2015-10-09pmem, memremap: convert to numa aware allocationsDan Williams2-5/+7
2015-10-09devm_memremap_pages: use numa_mem_idDan Williams1-1/+1
2015-10-09devm_memremap: convert to return ERR_PTRDan Williams2-11/+7
2015-10-09devm_memunmap: use devres_release()Dan Williams1-3/+2
2015-08-27add devm_memremap_pagesChristoph Hellwig2-0/+73
2015-08-14devres: add devm_memremapChristoph Hellwig2-0/+43
2015-08-14arch: introduce memremap()Dan Williams6-0/+112