summaryrefslogtreecommitdiff
path: root/mm/hmm.c
Commit message (Expand)AuthorAge
* mm/hmm.c: remove superfluous RCU protection around radix tree lookupTejun Heo2018-04-11
* mm/hmm: use device driver encoding for HMM pfnJérôme Glisse2018-04-11
* mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse2018-04-11
* mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()Jérôme Glisse2018-04-11
* mm/hmm: move hmm_pfns_clear() closer to where it is usedJérôme Glisse2018-04-11
* mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse2018-04-11
* mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse2018-04-11
* mm/hmm: cleanup special vma handling (VM_SPECIAL)Jérôme Glisse2018-04-11
* mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse2018-04-11
* mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse2018-04-11
* mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse2018-04-11
* mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse2018-04-11
* mm/hmm: unregister mmu_notifier when last HMM client quitJérôme Glisse2018-04-11
* mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell2018-04-11
* Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-06
|\
| * memremap: drop private struct page_mapLogan Gunthorpe2018-01-08
| * mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig2018-01-08
| * mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-08
| * mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-08
* | mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()Ralph Campbell2018-01-31
|/
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-15
* mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams2017-11-29
* mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-29
* mm/hmm: remove redundant variable align_endColin Ian King2017-11-15
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-08
* mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-08
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-08
* mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2017-09-08
* mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2017-09-08
* mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse2017-09-08
* mm/hmm/mirror: device page fault handlerJérôme Glisse2017-09-08
* mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse2017-09-08
* mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse2017-09-08
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-08