1. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  2. 1460600 device-dax: compound devmap support by Joao Martins · 3 years ago
  3. 6ec228b device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault() by Joao Martins · 3 years ago
  4. 0e7325f device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}() by Joao Martins · 3 years ago
  5. a0fb038 device-dax: factor out page mapping initialization by Joao Martins · 3 years ago
  6. fc65c4e device-dax: ensure dev_dax->pgmap is valid for dynamic devices by Joao Martins · 3 years ago
  7. 09b8013 device-dax: use struct_size() by Joao Martins · 3 years ago
  8. b9b5777 device-dax: use ALIGN() for determining pgoff by Joao Martins · 3 years ago
  9. 83762cb dax: Kill DEV_DAX_PMEM_COMPAT by Dan Williams · 3 years, 1 month ago
  10. b82a96c fs: remove noop_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  11. c80b532 device-dax: Drop an empty .remove callback by Uwe Kleine-König · 3 years, 11 months ago
  12. dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years ago
  13. 33cf94d device-dax: make align a per-device property by Joao Martins · 4 years, 3 months ago
  14. 60e93dc device-dax: add dis-contiguous resource support by Dan Williams · 4 years, 3 months ago
  15. b7b3c01 mm/memremap_pages: support multiple ranges per invocation by Dan Williams · 4 years, 3 months ago
  16. a4574f6 mm/memremap_pages: convert to 'struct range' by Dan Williams · 4 years, 3 months ago
  17. f11cf81 device-dax: introduce 'struct dev_dax' typed-driver operations by Dan Williams · 4 years, 3 months ago
  18. f5516ec device-dax: make pgmap optional for instance creation by Dan Williams · 4 years, 3 months ago
  19. ec82690 device-dax: drop the dax_region.pfn_flags attribute by Dan Williams · 4 years, 3 months ago
  20. 4533d3a memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC by Roger Pau Monne · 4 years, 4 months ago
  21. 735e4ae vfs: track per-sb writeback errors and report them to syncfs by Jeff Layton · 4 years, 7 months ago
  22. ea31d58 device-dax: use the dev_pagemap internal refcount by Christoph Hellwig · 6 years ago
  23. d8668bb memremap: pass a struct dev_pagemap to ->kill and ->cleanup by Christoph Hellwig · 6 years ago
  24. 1e240e8 memremap: move dev_pagemap callbacks into a separate structure by Christoph Hellwig · 6 years ago
  25. 3ed2dcd memremap: validate the pagemap type passed to devm_memremap_pages by Christoph Hellwig · 6 years ago
  26. 50f44ee mm/devm_memremap_pages: fix final page put race by Dan Williams · 6 years ago
  27. fce86ff mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses by Dan Williams · 6 years ago
  28. 730926c device-dax: Add /sys/class/dax backwards compatibility by Dan Williams · 7 years ago
  29. d200781 device-dax: Add support for a dax override driver by Dan Williams · 6 years ago
  30. 89ec9f2 device-dax: Move resource pinning+mapping into the common driver by Dan Williams · 6 years ago
  31. 9567da0 device-dax: Introduce bus + driver model by Dan Williams · 7 years ago
  32. 51cf784 device-dax: Start defining a dax bus model by Dan Williams · 7 years ago
  33. 753a085 device-dax: Remove multi-resource infrastructure by Dan Williams · 7 years ago
  34. 93694f9 device-dax: Kill dax_region base by Dan Williams · 7 years ago
  35. 21b9e97 device-dax: Kill dax_region ida by Dan Williams · 7 years ago
  36. 41c9b1b device-dax: Add missing address_space_operations by Dave Jiang · 6 years ago
  37. 36bdac1 drivers/dax/device.c: convert variable to vm_fault_t type by Souptick Joarder · 6 years ago
  38. 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
  39. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  40. 35de299 device-dax: Set page->index by Dan Williams · 6 years ago
  41. 2232c63 device-dax: Enable page_mapping() by Dan Williams · 6 years ago
  42. 226ab56 device-dax: Convert to vmf_insert_mixed and vm_fault_t by Dan Williams · 6 years ago
  43. 5a14e91 dev-dax: check_vma: ratelimit dev_info-s by Jeff Moyer · 7 years ago
  44. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  45. ef84230 device-dax: allow MAP_SYNC to succeed by Dave Jiang · 7 years ago
  46. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  47. c1d53b9 device-dax: implement ->pagesize() for smaps to report MMUPageSize by Dan Williams · 7 years ago
  48. 6daaca5 device-dax: remove redundant __func__ in dev_dbg by Dan Williams · 7 years ago
  49. 1c47a64 device-dax: Fix trailing semicolon by Luis de Bethencourt · 7 years ago
  50. 9702cff device-dax: implement ->split() to catch invalid munmap attempts by Dan Williams · 7 years ago
  51. 0a3ff78 dev/dax: fix uninitialized variable build warning by Ross Zwisler · 7 years ago
  52. bbb3be1 device-dax: fix sysfs duplicate warnings by Dan Williams · 7 years ago
  53. 43fe51e device-dax: fix 'passing zero to ERR_PTR()' warning by Dan Williams · 7 years ago
  54. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 7 years ago
  55. 7361636 Merge branch 'for-4.12/dax' into libnvdimm-for-next by Dan Williams · 8 years ago
  56. 6568b08 dax: introduce dax_operations by Dan Williams · 8 years ago
  57. 7205800 dax: add a facility to lookup a dax device by 'host' device name by Dan Williams · 8 years ago
  58. 7b6be84 dax: refactor dax-fs into a generic provider of 'struct dax_device' instances by Dan Williams · 8 years ago[Renamed (77%) from drivers/dax/dax.c]
  59. 5f0694b device-dax: rename 'dax_dev' to 'dev_dax' by Dan Williams · 8 years ago
  60. 7620262 device-dax: improve fault handler debug output by Oliver O'Halloran · 8 years ago
  61. 54eafcc device-dax: fix dax_dev_huge_fault() unknown fault size handling by Pushkar Jambhlekar · 8 years ago
  62. bfca9ac Merge branch 'for-4.11/libnvdimm' into for-4.12/dax by Dan Williams · 8 years ago
  63. 956a4cd device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation by Dan Williams · 8 years ago
  64. 92a3fa0 device-dax: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  65. ed01e50 device-dax: fix cdev leak by Dan Williams · 8 years ago
  66. 52084f8 device-dax: fix debug output typo by Dave Jiang · 8 years ago
  67. 70b085b device-dax: fix pud fault fallback handling by Dave Jiang · 8 years ago
  68. 0134ed4 device-dax: fix pmd/pte fault fallback handling by Dave Jiang · 8 years ago
  69. 50d3439 sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  70. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  71. 9557fee dax: support for transparent PUD pages for device DAX by Dave Jiang · 8 years ago
  72. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  73. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  74. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  75. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  76. 3be134e Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  77. c44ef85 Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  78. d7fe1a6 dax: add region 'id', 'size', and 'align' attributes by Dan Williams · 8 years ago
  79. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  80. 325896f device-dax: fix private mapping restriction, permit read-only by Dan Williams · 8 years ago
  81. 4cb1935 device-dax: fail all private mapping attempts by Dan Williams · 8 years ago
  82. e476f94 Merge branch 'for-4.9/dax' into libnvdimm-for-next by Dan Williams · 8 years ago
  83. bc0a0fe dax: use correct dev_t value by Arnd Bergmann · 8 years ago
  84. d76911e dax: convert devm_create_dax_dev to PTR_ERR by Dan Williams · 8 years ago
  85. 4c3cb6e dax: fix mapping size check by Dan Williams · 8 years ago
  86. 9d2d01a dax: check resource alignment at dax region/device create by Dan Williams · 8 years ago
  87. 9dc1e49 dax: unmap/truncate on device shutdown by Dan Williams · 8 years ago
  88. 3bc52c4 dax: define a unified inode/address_space for device-dax mappings by Dan Williams · 8 years ago
  89. ba09c01 dax: convert to the cdev api by Dan Williams · 8 years ago
  90. ebd84d7 dax: embed a struct device in dax_dev by Dan Williams · 8 years ago
  91. af69f51 dax: rename fops from dax_dev_ to dax_ by Dan Williams · 8 years ago
  92. 043a925 dax: reorder dax_fops function definitions by Dan Williams · 8 years ago
  93. ccdb07f dax: cleanup needlessly global symbol warnings by Dan Williams · 8 years ago
  94. d1c8e0c dax: use devm_add_action_or_reset() by Sajjan, Vikas C · 8 years ago
  95. dee4107 /dev/dax, core: file operations and dax-mmap by Dan Williams · 9 years ago
  96. ab68f26 /dev/dax, pmem: direct access to persistent memory by Dan Williams · 9 years ago