summaryrefslogtreecommitdiffstats
path: root/kernel/memremap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-4/+28
* memremap: split devm_memremap_pages() and memremap() infrastructureDan Williams2018-05-151-176/+2
* kernel/memremap: Remove stale devres_free() callOliver O'Halloran2018-03-061-1/+0
* memremap: fix softlockup reports at teardownDan Williams2018-03-021-5/+10
* mm: Fix devm_memremap_pages() collision handlingJan H. Schönherr2018-01-191-4/+7
* mm: Fix memory size alignment in devm_memremap_pages_release()Jan H. Schönherr2018-01-191-1/+2
* memremap: merge find_dev_pagemap into get_dev_pagemapChristoph Hellwig2018-01-081-9/+1
* memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig2018-01-081-30/+21
* memremap: drop private struct page_mapLogan Gunthorpe2018-01-081-42/+26
* memremap: simplify duplicate region handling in devm_memremap_pagesChristoph Hellwig2018-01-081-11/+0
* memremap: remove to_vmem_altmapChristoph Hellwig2018-01-081-26/+0
* mm: optimize dev_pagemap reference counting around get_dev_pagemapChristoph Hellwig2018-01-081-8/+9
* mm: move get_dev_pagemap out of lineChristoph Hellwig2018-01-081-2/+34
* mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig2018-01-081-1/+1
* mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-1/+1
* mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-1/+2
* memremap: add scheduling point to devm_memremap_pagesMichal Hocko2017-10-031-1/+3
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-4/+4
* mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2017-09-081-0/+1
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-081-1/+24
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+34
* mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams2017-09-061-14/+38
* x86/mm: Add support to access boot related data in the clearTom Lendacky2017-07-181-4/+16
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-1/+1
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-0/+4
* mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-011-13/+9
* mm: add private lock to serialize memory hotplug operationsHeiko Carstens2017-03-161-4/+0
* mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams2017-02-241-0/+6
* mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams2017-01-101-0/+4
* mm: fix cache mode of dax pmd mappingsDan Williams2016-09-091-0/+9
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-6/+0
|\
| * libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams2016-06-241-6/+0
* | mm: cleanup ifdef guards for vmem_altmapDan Williams2016-07-281-8/+0
|/
* memremap: add arch specific hook for MEMREMAP_WB mappingsArd Biesheuvel2016-04-041-2/+9
* memremap: add MEMREMAP_WC flagBrian Starkey2016-03-221-2/+11
* memremap: don't modify flagsBrian Starkey2016-03-221-7/+7
* mm: fix two typos in comments for to_vmem_altmap()Andreas Ziegler2016-03-151-2/+2
* Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-6/+8
|\
| * Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-041-10/+16
| |\
| * | memremap: Change region_intersects() to take @flags and @descToshi Kani2016-01-301-6/+7
* | | memremap: check pfn validity before passing to pfn_to_page()Ard Biesheuvel2016-03-091-2/+2
* | | mm: fix mixed zone detection in devm_memremap_pagesDan Williams2016-03-091-5/+6
* | | list: kill list_force_poison()Dan Williams2016-03-091-2/+7
| |/ |/|
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-02-251-1/+3
|\ \
| * | devm_memremap: Fix error value when memremap failedToshi Kani2016-02-231-1/+3
* | | devm_memremap_release(): fix memremap'd addr handlingToshi Kani2016-02-181-1/+1
|/ /
* | mm: fix pfn_t vs highmemDan Williams2016-02-111-1/+1
* | phys_to_pfn_t: use phys_addr_tDan Williams2016-01-311-1/+1
* | devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams2016-01-291-7/+11
|/
* mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-151-0/+12
OpenPOWER on IntegriCloud