summaryrefslogtreecommitdiffstats
path: root/include/linux/hmm.h
Commit message (Expand)AuthorAgeFilesLines
* 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