aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hmm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11mm/hmm.c: remove superfluous RCU protection around radix tree lookupTejun Heo1-10/+2
2018-04-11mm/hmm: use device driver encoding for HMM pfnJérôme Glisse1-41/+58
2018-04-11mm/hmm: change hmm_vma_fault() to allow write fault on page basisJérôme Glisse1-33/+118
2018-04-11mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()Jérôme Glisse1-72/+102
2018-04-11mm/hmm: move hmm_pfns_clear() closer to where it is usedJérôme Glisse1-8/+8
2018-04-11mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATEJérôme Glisse1-1/+1
2018-04-11mm/hmm: do not differentiate between empty entry or missing directoryJérôme Glisse1-30/+15
2018-04-11mm/hmm: cleanup special vma handling (VM_SPECIAL)Jérôme Glisse1-20/+20
2018-04-11mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulongJérôme Glisse1-13/+13
2018-04-11mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architectureJérôme Glisse1-10/+34
2018-04-11mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parametersJérôme Glisse1-50/+28
2018-04-11mm/hmm: hmm_pfns_bad() was accessing wrong structJérôme Glisse1-1/+2
2018-04-11mm/hmm: unregister mmu_notifier when last HMM client quitJérôme Glisse1-3/+35
2018-04-11mm/hmm: HMM should have a callback before MM is destroyedRalph Campbell1-1/+28
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+7
2018-01-31mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()Ralph Campbell1-3/+1
2018-01-08memremap: drop private struct page_mapLogan Gunthorpe1-1/+1
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig1-1/+1
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-2/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-2/+3
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds1-4/+4
2017-11-29mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams1-2/+2
2017-11-29mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams1-2/+2
2017-11-15mm/hmm: remove redundant variable align_endColin Ian King1-2/+1
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse1-4/+3
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse1-5/+83
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-0/+81
2017-09-08mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse1-1/+378
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse1-0/+8
2017-09-08mm/hmm/mirror: device page fault handlerJérôme Glisse1-12/+244
2017-09-08mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse1-0/+285
2017-09-08mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse1-15/+138
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse1-0/+74