aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hmm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-14mm/hmm: convert various hmm_pfn_* to device_entry which is a better nameJérôme Glisse1-29/+64
2019-05-14mm/hmm: add a helper function that fault pages and map them to a deviceJérôme Glisse1-0/+9
2019-05-14mm/hmm: add helpers to test if mm is still alive or notJérôme Glisse1-0/+24
2019-05-14mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)Jérôme Glisse1-2/+25
2019-05-14mm/hmm: add default fault flags to avoid the need to pre-fill pfns arraysJérôme Glisse1-0/+13
2019-05-14mm/hmm: improve driver API to work and wait over a rangeJérôme Glisse1-36/+109
2019-05-14mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()Jérôme Glisse1-1/+12
2019-05-14mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()Jérôme Glisse1-2/+2
2019-05-14mm/hmm: use reference counting for HMM structJérôme Glisse1-0/+2
2019-03-12mm/hmm: convert to use vm_fault_tSouptick Joarder1-2/+2
2018-12-28mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams1-0/+24
2018-12-28mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams1-3/+1
2018-10-31mm/hmm: use a structure for update callback parametersJérôme Glisse1-9/+22
2018-10-31mm/hmm: fix utf8 ...Jérôme Glisse1-1/+1
2018-10-26mm: remove references to vm_insert_pfn()Matthew Wilcox1-1/+1
2018-06-07mm: add hmm_data to struct pageMatthew Wilcox1-6/+2
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-1/+1
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-1/+1
2018-04-11mm/hmm: fix header file if/else/endif maze, againArnd Bergmann1-9/+12
2018-04-11mm/hmm: use device driver encoding for HMM pfnJérôme Glisse1-36/+94
2018-04-11mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse1-1/+1
2018-04-11mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse1-2/+2
2018-04-11mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse1-5/+3
2018-04-11mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse1-25/+21
2018-04-11mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse1-9/+7
2018-04-11mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse1-13/+5
2018-04-11mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell1-0/+10
2018-04-11mm/hmm: fix header file if/else/endif mazeJérôme Glisse1-8/+1
2017-11-15mm/hmm: constify hmm_devmem_page_get_drvdata() parameterRalph Campbell1-2/+2
2017-09-08mm/hmm: fix build when HMM is disabledJérôme Glisse1-2/+1
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse1-3/+6
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse1-0/+3
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-2/+2
2017-09-08mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse1-1/+21
2017-09-08mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse1-0/+155
2017-09-08mm/hmm/mirror: device page fault handlerJérôme Glisse1-0/+27
2017-09-08mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse1-2/+53
2017-09-08mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse1-0/+110
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse1-0/+152