summaryrefslogtreecommitdiffstats
path: root/include/linux/hmm.h
Commit message (Expand)AuthorAgeFilesLines
* mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse2019-05-141-29/+64
* mm/hmm: add a helper function that fault pages and map them to a deviceJérôme Glisse2019-05-141-0/+9
* mm/hmm: add helpers to test if mm is still alive or notJérôme Glisse2019-05-141-0/+24
* mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)Jérôme Glisse2019-05-141-2/+25
* mm/hmm: add default fault flags to avoid the need to pre-fill pfns arraysJérôme Glisse2019-05-141-0/+13
* mm/hmm: improve driver API to work and wait over a rangeJérôme Glisse2019-05-141-36/+109
* mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()Jérôme Glisse2019-05-141-1/+12
* mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()Jérôme Glisse2019-05-141-2/+2
* mm/hmm: use reference counting for HMM structJérôme Glisse2019-05-141-0/+2
* mm/hmm: convert to use vm_fault_tSouptick Joarder2019-03-121-2/+2
* mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-0/+24
* mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams2018-12-281-3/+1
* mm/hmm: use a structure for update callback parametersJérôme Glisse2018-10-311-9/+22
* mm/hmm: fix utf8 ...Jérôme Glisse2018-10-311-1/+1
* mm: remove references to vm_insert_pfn()Matthew Wilcox2018-10-261-1/+1
* mm: add hmm_data to struct pageMatthew Wilcox2018-06-071-6/+2
* Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-161-1/+1
|\
| * docs/vm: rename documentation files to .rstMike Rapoport2018-04-161-1/+1
* | mm/hmm: fix header file if/else/endif maze, againArnd Bergmann2018-04-111-9/+12
* | mm/hmm: use device driver encoding for HMM pfnJérôme Glisse2018-04-111-36/+94
* | mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse2018-04-111-1/+1
* | mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse2018-04-111-2/+2
* | mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse2018-04-111-5/+3
* | mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse2018-04-111-25/+21
* | mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse2018-04-111-9/+7
* | mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse2018-04-111-13/+5
* | mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell2018-04-111-0/+10
* | mm/hmm: fix header file if/else/endif mazeJérôme Glisse2018-04-111-8/+1
|/
* mm/hmm: constify hmm_devmem_page_get_drvdata() parameterRalph Campbell2017-11-151-2/+2
* mm/hmm: fix build when HMM is disabledJérôme Glisse2017-09-081-2/+1
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-081-3/+6
* mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-081-0/+3
* 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-1/+21
* mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-081-0/+155
* mm/hmm/mirror: device page fault handlerJérôme Glisse2017-09-081-0/+27
* mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse2017-09-081-2/+53
* mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse2017-09-081-0/+110
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-081-0/+152