| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel/memremap.c: remove the unused device_private_entry_fault() export | Christoph Hellwig | 2019-05-14 | 1 | -1/+0 |
* | mm, memory_hotplug: provide a more generic restrictions for memory hotplug | Michal Hocko | 2019-05-14 | 1 | -3/+9 |
* | mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm | Dan Williams | 2018-12-28 | 1 | -1/+5 |
* | mm, memory_hotplug: add nid parameter to arch_remove_memory | Oscar Salvador | 2018-12-28 | 1 | -1/+4 |
* | mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE support | Dan Williams | 2018-12-28 | 1 | -12/+41 |
* | mm, devm_memremap_pages: fix shutdown handling | Dan Williams | 2018-12-28 | 1 | -16/+14 |
* | mm, devm_memremap_pages: kill mapping "System RAM" support | Dan Williams | 2018-12-28 | 1 | -6/+3 |
* | mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL | Dan Williams | 2018-12-28 | 1 | -1/+1 |
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 1 | -60/+15 |
|\ |
|
| * | memremap: Convert to XArray | Matthew Wilcox | 2018-10-21 | 1 | -60/+16 |
* | | mm: defer ZONE_DEVICE page initialization to the point where we init pgmap | Alexander Duyck | 2018-10-26 | 1 | -15/+10 |
|/ |
|
* | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | 2018-08-25 | 1 | -1/+0 |
|\ |
|
| * | mm, dev_pagemap: Do not clear ->mapping on final put | Dan Williams | 2018-07-23 | 1 | -1/+0 |
* | | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 2018-08-23 | 1 | -1/+1 |
* | | kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN | Andrey Ryabinin | 2018-08-17 | 1 | -0/+10 |
* | | mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL | Dan Williams | 2018-07-26 | 1 | -2/+2 |
* | | mm: disallow mappings that conflict for devm_memremap_pages() | Dave Jiang | 2018-07-26 | 1 | -1/+17 |
|/ |
|
* | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS | Dan Williams | 2018-05-22 | 1 | -4/+28 |
* | memremap: split devm_memremap_pages() and memremap() infrastructure | Dan Williams | 2018-05-15 | 1 | -176/+2 |
* | kernel/memremap: Remove stale devres_free() call | Oliver O'Halloran | 2018-03-06 | 1 | -1/+0 |
* | memremap: fix softlockup reports at teardown | Dan Williams | 2018-03-02 | 1 | -5/+10 |
* | mm: Fix devm_memremap_pages() collision handling | Jan H. Schönherr | 2018-01-19 | 1 | -4/+7 |
* | mm: Fix memory size alignment in devm_memremap_pages_release() | Jan H. Schönherr | 2018-01-19 | 1 | -1/+2 |
* | memremap: merge find_dev_pagemap into get_dev_pagemap | Christoph Hellwig | 2018-01-08 | 1 | -9/+1 |
* | memremap: change devm_memremap_pages interface to use struct dev_pagemap | Christoph Hellwig | 2018-01-08 | 1 | -30/+21 |
* | memremap: drop private struct page_map | Logan Gunthorpe | 2018-01-08 | 1 | -42/+26 |
* | memremap: simplify duplicate region handling in devm_memremap_pages | Christoph Hellwig | 2018-01-08 | 1 | -11/+0 |
* | memremap: remove to_vmem_altmap | Christoph Hellwig | 2018-01-08 | 1 | -26/+0 |
* | mm: optimize dev_pagemap reference counting around get_dev_pagemap | Christoph Hellwig | 2018-01-08 | 1 | -8/+9 |
* | mm: move get_dev_pagemap out of line | Christoph Hellwig | 2018-01-08 | 1 | -2/+34 |
* | mm: pass the vmem_altmap to memmap_init_zone | Christoph Hellwig | 2018-01-08 | 1 | -1/+1 |
* | mm: pass the vmem_altmap to arch_remove_memory and __remove_pages | Christoph Hellwig | 2018-01-08 | 1 | -1/+1 |
* | mm: pass the vmem_altmap to arch_add_memory and __add_pages | Christoph Hellwig | 2018-01-08 | 1 | -1/+2 |
* | memremap: add scheduling point to devm_memremap_pages | Michal Hocko | 2017-10-03 | 1 | -1/+3 |
* | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse | 2017-09-08 | 1 | -4/+4 |
* | mm/memcontrol: support MEMORY_DEVICE_PRIVATE | Jérôme Glisse | 2017-09-08 | 1 | -0/+1 |
* | mm/ZONE_DEVICE: special case put_page() for device private pages | Jérôme Glisse | 2017-09-08 | 1 | -1/+24 |
* | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory | Jérôme Glisse | 2017-09-08 | 1 | -0/+34 |
* | mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups | Dan Williams | 2017-09-06 | 1 | -14/+38 |
* | x86/mm: Add support to access boot related data in the clear | Tom Lendacky | 2017-07-18 | 1 | -4/+16 |
* | mm, memory_hotplug: replace for_device by want_memblock in arch_add_memory | Michal Hocko | 2017-07-06 | 1 | -1/+1 |
* | mm, memory_hotplug: do not associate hotadded memory to zones until online | Michal Hocko | 2017-07-06 | 1 | -0/+4 |
* | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc... | Dan Williams | 2017-05-01 | 1 | -13/+9 |
* | mm: add private lock to serialize memory hotplug operations | Heiko Carstens | 2017-03-16 | 1 | -4/+0 |
* | mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done} | Dan Williams | 2017-02-24 | 1 | -0/+6 |
* | mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done} | Dan Williams | 2017-01-10 | 1 | -0/+4 |
* | mm: fix cache mode of dax pmd mappings | Dan Williams | 2016-09-09 | 1 | -0/+9 |
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-07-28 | 1 | -6/+0 |
|\ |
|
| * | libnvdimm, pmem: allow nfit_test to override pmem_direct_access() | Dan Williams | 2016-06-24 | 1 | -6/+0 |
* | | mm: cleanup ifdef guards for vmem_altmap | Dan Williams | 2016-07-28 | 1 | -8/+0 |
|/ |
|