aboutsummaryrefslogtreecommitdiffstats
path: root/mm/hmm.c
AgeCommit message (Expand)Author
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-31mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()Ralph Campbell
2018-01-08memremap: drop private struct page_mapLogan Gunthorpe
2018-01-08mm: pass the vmem_altmap to memmap_init_zoneChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds
2017-11-29mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams
2017-11-29mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams
2017-11-15mm/hmm: remove redundant variable align_endColin Ian King
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse
2017-09-08mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse
2017-09-08mm/hmm/mirror: device page fault handlerJérôme Glisse
2017-09-08mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse
2017-09-08mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse