summaryrefslogtreecommitdiffstats
path: root/kernel/memremap.c
AgeCommit message (Expand)AuthorLines
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse-4/+4
2017-09-08mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse-0/+1
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse-1/+24
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse-0/+34
2017-09-06mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams-14/+38
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky-4/+16
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko-1/+1
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko-0/+4
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams-13/+9
2017-03-16mm: add private lock to serialize memory hotplug operationsHeiko Carstens-4/+0
2017-02-24mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams-0/+6
2017-01-10mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams-0/+4
2016-09-09mm: fix cache mode of dax pmd mappingsDan Williams-0/+9
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+0
2016-07-28mm: cleanup ifdef guards for vmem_altmapDan Williams-8/+0
2016-06-24libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams-6/+0
2016-04-04memremap: add arch specific hook for MEMREMAP_WB mappingsArd Biesheuvel-2/+9
2016-03-22memremap: add MEMREMAP_WC flagBrian Starkey-2/+11
2016-03-22memremap: don't modify flagsBrian Starkey-7/+7
2016-03-15mm: fix two typos in comments for to_vmem_altmap()Andreas Ziegler-2/+2
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-6/+8
2016-03-09memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel-2/+2
2016-03-09mm: fix mixed zone detection in devm_memremap_pagesDan Williams-5/+6
2016-03-09list: kill list_force_poison()Dan Williams-2/+7
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar-10/+16
2016-02-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2016-02-23devm_memremap: Fix error value when memremap failedToshi Kani-1/+3
2016-02-18devm_memremap_release(): fix memremap'd addr handlingToshi Kani-1/+1
2016-02-11mm: fix pfn_t vs highmemDan Williams-1/+1
2016-01-31phys_to_pfn_t: use phys_addr_tDan Williams-1/+1
2016-01-30memremap: Change region_intersects() to take @flags and @descToshi Kani-6/+7
2016-01-29devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams-7/+11
2016-01-15mm, x86: get_user_pages() for dax mappingsDan Williams-0/+12
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams-4/+49
2016-01-15x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams-2/+70
2016-01-15mm: introduce find_dev_pagemap()Dan Williams-8/+77
2016-01-15mm, dax, pmem: introduce pfn_tDan Williams-0/+7
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+8
2015-10-26memremap: fix highmem supportDan Williams-2/+12
2015-10-09pmem, memremap: convert to numa aware allocationsDan Williams-3/+4
2015-10-09devm_memremap_pages: use numa_mem_idDan Williams-1/+1
2015-10-09devm_memremap: convert to return ERR_PTRDan Williams-1/+1
2015-10-09devm_memunmap: use devres_release()Dan Williams-3/+2
2015-08-27add devm_memremap_pagesChristoph Hellwig-0/+53
2015-08-14devres: add devm_memremapChristoph Hellwig-0/+39
2015-08-14arch: introduce memremap()Dan Williams-0/+98