| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/hmm.c: remove superfluous RCU protection around radix tree lookup | Tejun Heo | 2018-04-11 | 1 | -10/+2 |
* | mm/hmm: use device driver encoding for HMM pfn | Jérôme Glisse | 2018-04-11 | 1 | -41/+58 |
* | mm/hmm: change hmm_vma_fault() to allow write fault on page basis | Jérôme Glisse | 2018-04-11 | 1 | -33/+118 |
* | mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd() | Jérôme Glisse | 2018-04-11 | 1 | -72/+102 |
* | mm/hmm: move hmm_pfns_clear() closer to where it is used | Jérôme Glisse | 2018-04-11 | 1 | -8/+8 |
* | mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE | Jérôme Glisse | 2018-04-11 | 1 | -1/+1 |
* | mm/hmm: do not differentiate between empty entry or missing directory | Jérôme Glisse | 2018-04-11 | 1 | -30/+15 |
* | mm/hmm: cleanup special vma handling (VM_SPECIAL) | Jérôme Glisse | 2018-04-11 | 1 | -20/+20 |
* | mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong | Jérôme Glisse | 2018-04-11 | 1 | -13/+13 |
* | mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture | Jérôme Glisse | 2018-04-11 | 1 | -10/+34 |
* | mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters | Jérôme Glisse | 2018-04-11 | 1 | -50/+28 |
* | mm/hmm: hmm_pfns_bad() was accessing wrong struct | Jérôme Glisse | 2018-04-11 | 1 | -1/+2 |
* | mm/hmm: unregister mmu_notifier when last HMM client quit | Jérôme Glisse | 2018-04-11 | 1 | -3/+35 |
* | mm/hmm: HMM should have a callback before MM is destroyed | Ralph Campbell | 2018-04-11 | 1 | -1/+28 |
* | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-02-06 | 1 | -6/+7 |
|\ |
|
| * | memremap: drop private struct page_map | Logan Gunthorpe | 2018-01-08 | 1 | -1/+1 |
| * | mm: pass the vmem_altmap to memmap_init_zone | Christoph Hellwig | 2018-01-08 | 1 | -1/+1 |
| * | mm: pass the vmem_altmap to arch_remove_memory and __remove_pages | Christoph Hellwig | 2018-01-08 | 1 | -2/+2 |
| * | mm: pass the vmem_altmap to arch_add_memory and __add_pages | Christoph Hellwig | 2018-01-08 | 1 | -2/+3 |
* | | mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd() | Ralph Campbell | 2018-02-01 | 1 | -3/+1 |
|/ |
|
* | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" | Linus Torvalds | 2017-12-16 | 1 | -4/+4 |
* | mm: replace pte_write with pte_access_permitted in fault + gup paths | Dan Williams | 2017-11-30 | 1 | -2/+2 |
* | mm: replace pmd_write with pmd_access_permitted in fault + gup paths | Dan Williams | 2017-11-30 | 1 | -2/+2 |
* | mm/hmm: remove redundant variable align_end | Colin Ian King | 2017-11-16 | 1 | -2/+1 |
* | mm/hmm: avoid bloating arch that do not make use of HMM | Jérôme Glisse | 2017-09-09 | 1 | -4/+3 |
* | mm/hmm: add new helper to hotplug CDM memory region | Jérôme Glisse | 2017-09-09 | 1 | -5/+83 |
* | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse | 2017-09-09 | 1 | -2/+2 |
* | mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory | Jérôme Glisse | 2017-09-09 | 1 | -0/+81 |
* | mm/hmm/devmem: device memory hotplug using ZONE_DEVICE | Jérôme Glisse | 2017-09-09 | 1 | -1/+378 |
* | mm/ZONE_DEVICE: special case put_page() for device private pages | Jérôme Glisse | 2017-09-09 | 1 | -0/+8 |
* | mm/hmm/mirror: device page fault handler | Jérôme Glisse | 2017-09-09 | 1 | -12/+244 |
* | mm/hmm/mirror: helper to snapshot CPU page table | Jérôme Glisse | 2017-09-09 | 1 | -0/+285 |
* | mm/hmm/mirror: mirror process address space on device with HMM helpers | Jérôme Glisse | 2017-09-09 | 1 | -15/+138 |
* | mm/hmm: heterogeneous memory management (HMM for short) | Jérôme Glisse | 2017-09-09 | 1 | -0/+74 |