summaryrefslogtreecommitdiffstats
path: root/kernel/memremap.c
Commit message (Expand)AuthorAgeFilesLines
* kernel/memremap.c: remove the unused device_private_entry_fault() exportChristoph Hellwig2019-05-141-1/+0Star
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+9
* mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-1/+5
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+4
* mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE supportDan Williams2018-12-281-12/+41
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-16/+14Star
* mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams2018-12-281-6/+3Star
* mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2018-12-281-1/+1
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-60/+15Star
|\
| * memremap: Convert to XArrayMatthew Wilcox2018-10-211-60/+16Star
* | mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2018-10-271-15/+10Star
|/
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-1/+0Star
|\
| * mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-07-231-1/+0Star
* | mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder2018-08-241-1/+1
* | kernel/memremap, kasan: make ZONE_DEVICE with work with KASANAndrey Ryabinin2018-08-181-0/+10
* | mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams2018-07-271-2/+2
* | mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang2018-07-271-1/+17
|/
* 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-161-176/+2Star
* kernel/memremap: Remove stale devres_free() callOliver O'Halloran2018-03-061-1/+0Star
* memremap: fix softlockup reports at teardownDan Williams2018-03-031-5/+10
* mm: Fix devm_memremap_pages() collision handlingJan H. Schönherr2018-01-201-4/+7
* mm: Fix memory size alignment in devm_memremap_pages_release()Jan H. Schönherr2018-01-201-1/+2
* memremap: merge find_dev_pagemap into get_dev_pagemapChristoph Hellwig2018-01-081-9/+1Star
* memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig2018-01-081-30/+21Star
* memremap: drop private struct page_mapLogan Gunthorpe2018-01-081-42/+26Star
* memremap: simplify duplicate region handling in devm_memremap_pagesChristoph Hellwig2018-01-081-11/+0Star
* memremap: remove to_vmem_altmapChristoph Hellwig2018-01-081-26/+0Star
* 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-041-1/+3
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-091-4/+4
* mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2017-09-091-0/+1
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-091-1/+24
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-091-0/+34
* mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams2017-09-071-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-071-1/+1
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-071-0/+4
* mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-011-13/+9Star
* mm: add private lock to serialize memory hotplug operationsHeiko Carstens2017-03-171-4/+0Star
* mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done}Dan Williams2017-02-251-0/+6
* mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams2017-01-111-0/+4
* mm: fix cache mode of dax pmd mappingsDan Williams2016-09-101-0/+9
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-291-6/+0Star
|\
| * libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams2016-06-241-6/+0Star
* | mm: cleanup ifdef guards for vmem_altmapDan Williams2016-07-291-8/+0Star
|/