summaryrefslogtreecommitdiffstats
path: root/mm/hmm.c
Commit message (Expand)AuthorAgeFilesLines
* mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-2/+2
* mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-14/+9
* mm/hmm.c: remove set but not used variable 'devmem'YueHaibing2018-12-281-3/+0
* mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams2018-12-281-2/+2
* mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages()Dan Williams2018-12-281-170/+26
* mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams2018-12-281-103/+24
* mm/hmm: invalidate device page table at start of invalidationJérôme Glisse2018-10-311-12/+15
* mm/hmm: use a structure for update callback parametersJérôme Glisse2018-10-311-11/+22
* mm/hmm: properly handle migration pmdJérôme Glisse2018-10-311-6/+34
* mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell2018-10-311-15/+21
* mm/hmm: fix utf8 ...Jérôme Glisse2018-10-311-1/+1
* mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2018-10-261-5/+7
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-0/+2
|\
| * mm, dev_pagemap: Do not clear ->mapping on final putDan Williams2018-07-231-0/+2
* | mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-2/+5
* | mm/hmm.c: remove unused variables align_start and align_endColin Ian King2018-08-171-4/+1
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-4/+4
* | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-2/+4
|/
* mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-11/+2
* mm/hmm.c: remove superfluous RCU protection around radix tree lookupTejun Heo2018-04-111-10/+2
* mm/hmm: use device driver encoding for HMM pfnJérôme Glisse2018-04-111-41/+58
* mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse2018-04-111-33/+118
* mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()Jérôme Glisse2018-04-111-72/+102
* mm/hmm: move hmm_pfns_clear() closer to where it is usedJérôme Glisse2018-04-111-8/+8
* mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse2018-04-111-1/+1
* mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse2018-04-111-30/+15
* mm/hmm: cleanup special vma handling (VM_SPECIAL)Jérôme Glisse2018-04-111-20/+20
* mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse2018-04-111-13/+13
* mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse2018-04-111-10/+34
* mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse2018-04-111-50/+28
* mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse2018-04-111-1/+2
* mm/hmm: unregister mmu_notifier when last HMM client quitJérôme Glisse2018-04-111-3/+35
* mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell2018-04-111-1/+28
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-6/+7
|\
| * memremap: drop private struct page_mapLogan Gunthorpe2018-01-081-1/+1
| * 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-2/+2
| * mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-2/+3
* | mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()Ralph Campbell2018-01-311-3/+1
|/
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-151-4/+4
* mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams2017-11-291-2/+2
* mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-291-2/+2
* mm/hmm: remove redundant variable align_endColin Ian King2017-11-151-2/+1
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-081-4/+3
* mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-081-5/+83
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-2/+2
* mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2017-09-081-0/+81
* mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-081-1/+378
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-081-0/+8
* mm/hmm/mirror: device page fault handlerJérôme Glisse2017-09-081-12/+244
OpenPOWER on IntegriCloud