1. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  2. dfcd666 mm/mmu_notifier: convert user range->blockable to helper function by Jérôme Glisse · 6 years ago
  3. 391aab1 mm/hmm: convert various hmm_pfn_* to device_entry which is a better name by Jérôme Glisse · 6 years ago
  4. 55c0ece mm/hmm: add a helper function that fault pages and map them to a device by Jérôme Glisse · 6 years ago
  5. 992de9a mm/hmm: allow to mirror vma of a file on a DAX backed filesystem by Jérôme Glisse · 6 years ago
  6. 63d5066 mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping) by Jérôme Glisse · 6 years ago
  7. 023a019 mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays by Jérôme Glisse · 6 years ago
  8. a3e0d41 mm/hmm: improve driver API to work and wait over a range by Jérôme Glisse · 6 years ago
  9. 7323161 mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault() by Jérôme Glisse · 6 years ago
  10. 25f23a0 mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot() by Jérôme Glisse · 6 years ago
  11. 9f45461 mm/hmm: do not erase snapshot when a range is invalidated by Jérôme Glisse · 6 years ago
  12. 704f3f2 mm/hmm: use reference counting for HMM struct by Jérôme Glisse · 6 years ago
  13. b57e622e6 mm/hmm: convert to use vm_fault_t by Souptick Joarder · 6 years ago
  14. 063a7d1 mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmm by Dan Williams · 6 years ago
  15. 5d6527a mm/mmu_notifier: use structure for invalidate_range_start/end callback by Jérôme Glisse · 6 years ago
  16. 0ecea99 mm/hmm.c: remove set but not used variable 'devmem' by YueHaibing · 6 years ago
  17. 02917e9 mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPL by Dan Williams · 6 years ago
  18. bbecd94e mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages() by Dan Williams · 6 years ago
  19. 58ef15b mm, hmm: use devm semantics for hmm_devmem_{add, remove} by Dan Williams · 6 years ago
  20. ec131b2 mm/hmm: invalidate device page table at start of invalidation by Jérôme Glisse · 6 years ago
  21. 44532d4 mm/hmm: use a structure for update callback parameters by Jérôme Glisse · 6 years ago
  22. d08faca mm/hmm: properly handle migration pmd by Jérôme Glisse · 6 years ago
  23. 86a2d59 mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback by Ralph Campbell · 6 years ago
  24. f813f21 mm/hmm: fix utf8 ... by Jérôme Glisse · 6 years ago
  25. 966cf44 mm: defer ZONE_DEVICE page initialization to the point where we init pgmap by Alexander Duyck · 6 years ago
  26. 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  27. 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 6 years ago
  28. 1e92641 mm/hmm.c: remove unused variables align_start and align_end by Colin Ian King · 6 years ago
  29. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  30. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  31. 2fa147b mm, dev_pagemap: Do not clear ->mapping on final put by Dan Williams · 6 years ago
  32. e7638488 mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS by Dan Williams · 7 years ago
  33. 18be460 mm/hmm.c: remove superfluous RCU protection around radix tree lookup by Tejun Heo · 7 years ago
  34. f88a1e9 mm/hmm: use device driver encoding for HMM pfn by Jérôme Glisse · 7 years ago
  35. 2aee09d mm/hmm: change hmm_vma_fault() to allow write fault on page basis by Jérôme Glisse · 7 years ago
  36. 53f5c3f mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd() by Jérôme Glisse · 7 years ago
  37. 33cd47d mm/hmm: move hmm_pfns_clear() closer to where it is used by Jérôme Glisse · 7 years ago
  38. b274411 mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE by Jérôme Glisse · 7 years ago
  39. 5504ed2 mm/hmm: do not differentiate between empty entry or missing directory by Jérôme Glisse · 7 years ago
  40. 855ce7d mm/hmm: cleanup special vma handling (VM_SPECIAL) by Jérôme Glisse · 7 years ago
  41. ff05c0c mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong by Jérôme Glisse · 7 years ago
  42. 86586a4 mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture by Jérôme Glisse · 7 years ago
  43. 08232a4 mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters by Jérôme Glisse · 7 years ago
  44. c719547 mm/hmm: hmm_pfns_bad() was accessing wrong struct by Jérôme Glisse · 7 years ago
  45. c01cbba mm/hmm: unregister mmu_notifier when last HMM client quit by Jérôme Glisse · 7 years ago
  46. e140151 mm/hmm: HMM should have a callback before MM is destroyed by Ralph Campbell · 7 years ago
  47. 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  48. 8d63e4c mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd() by Ralph Campbell · 7 years ago
  49. e7744aa memremap: drop private struct page_map by Logan Gunthorpe · 7 years ago
  50. a99583e mm: pass the vmem_altmap to memmap_init_zone by Christoph Hellwig · 7 years ago
  51. da02451 mm: pass the vmem_altmap to arch_remove_memory and __remove_pages by Christoph Hellwig · 7 years ago
  52. 24e6d5a mm: pass the vmem_altmap to arch_add_memory and __add_pages by Christoph Hellwig · 7 years ago
  53. f6f3732 Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" by Linus Torvalds · 7 years ago
  54. 5c9d2d5 mm: replace pte_write with pte_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  55. c7da82b mm: replace pmd_write with pmd_access_permitted in fault + gup paths by Dan Williams · 7 years ago
  56. fec11bc mm/hmm: remove redundant variable align_end by Colin Ian King · 7 years ago
  57. 6b368cd mm/hmm: avoid bloating arch that do not make use of HMM by Jérôme Glisse · 7 years ago
  58. d3df0a4 mm/hmm: add new helper to hotplug CDM memory region by Jérôme Glisse · 7 years ago
  59. df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
  60. 858b54d mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory by Jérôme Glisse · 7 years ago
  61. 4ef589d mm/hmm/devmem: device memory hotplug using ZONE_DEVICE by Jérôme Glisse · 7 years ago
  62. 7b2d55d2 mm/ZONE_DEVICE: special case put_page() for device private pages by Jérôme Glisse · 7 years ago
  63. 74eee18 mm/hmm/mirror: device page fault handler by Jérôme Glisse · 7 years ago
  64. da4c3c7 mm/hmm/mirror: helper to snapshot CPU page table by Jérôme Glisse · 7 years ago
  65. c0b1240 mm/hmm/mirror: mirror process address space on device with HMM helpers by Jérôme Glisse · 7 years ago
  66. 133ff0e mm/hmm: heterogeneous memory management (HMM for short) by Jérôme Glisse · 7 years ago