1. fce86ff mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addresses by Dan Williams · 6 years ago
  2. 730926c device-dax: Add /sys/class/dax backwards compatibility by Dan Williams · 7 years ago
  3. d200781 device-dax: Add support for a dax override driver by Dan Williams · 6 years ago
  4. 89ec9f2 device-dax: Move resource pinning+mapping into the common driver by Dan Williams · 6 years ago
  5. 9567da0 device-dax: Introduce bus + driver model by Dan Williams · 7 years ago
  6. 51cf784 device-dax: Start defining a dax bus model by Dan Williams · 7 years ago
  7. 753a085 device-dax: Remove multi-resource infrastructure by Dan Williams · 7 years ago
  8. 93694f9 device-dax: Kill dax_region base by Dan Williams · 7 years ago
  9. 21b9e97 device-dax: Kill dax_region ida by Dan Williams · 7 years ago
  10. 41c9b1b device-dax: Add missing address_space_operations by Dave Jiang · 6 years ago
  11. 36bdac1 drivers/dax/device.c: convert variable to vm_fault_t type by Souptick Joarder · 6 years ago
  12. 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
  13. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  14. 35de299 device-dax: Set page->index by Dan Williams · 6 years ago
  15. 2232c63 device-dax: Enable page_mapping() by Dan Williams · 6 years ago
  16. 226ab56 device-dax: Convert to vmf_insert_mixed and vm_fault_t by Dan Williams · 6 years ago
  17. 5a14e91 dev-dax: check_vma: ratelimit dev_info-s by Jeff Moyer · 7 years ago
  18. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  19. ef84230 device-dax: allow MAP_SYNC to succeed by Dave Jiang · 7 years ago
  20. 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
  21. c1d53b9 device-dax: implement ->pagesize() for smaps to report MMUPageSize by Dan Williams · 7 years ago
  22. 6daaca5 device-dax: remove redundant __func__ in dev_dbg by Dan Williams · 7 years ago
  23. 1c47a64 device-dax: Fix trailing semicolon by Luis de Bethencourt · 7 years ago
  24. 9702cff device-dax: implement ->split() to catch invalid munmap attempts by Dan Williams · 7 years ago
  25. 0a3ff78 dev/dax: fix uninitialized variable build warning by Ross Zwisler · 7 years ago
  26. bbb3be1 device-dax: fix sysfs duplicate warnings by Dan Williams · 7 years ago
  27. 43fe51e device-dax: fix 'passing zero to ERR_PTR()' warning by Dan Williams · 7 years ago
  28. 5660e13 fs: new infrastructure for writeback error handling and reporting by Jeff Layton · 8 years ago
  29. 7361636 Merge branch 'for-4.12/dax' into libnvdimm-for-next by Dan Williams · 8 years ago
  30. 6568b08 dax: introduce dax_operations by Dan Williams · 8 years ago
  31. 7205800 dax: add a facility to lookup a dax device by 'host' device name by Dan Williams · 8 years ago
  32. 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]
  33. 5f0694b device-dax: rename 'dax_dev' to 'dev_dax' by Dan Williams · 8 years ago
  34. 7620262 device-dax: improve fault handler debug output by Oliver O'Halloran · 8 years ago
  35. 54eafcc device-dax: fix dax_dev_huge_fault() unknown fault size handling by Pushkar Jambhlekar · 8 years ago
  36. bfca9ac Merge branch 'for-4.11/libnvdimm' into for-4.12/dax by Dan Williams · 8 years ago
  37. 956a4cd device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation by Dan Williams · 8 years ago
  38. 92a3fa0 device-dax: utilize new cdev_device_add helper function by Logan Gunthorpe · 8 years ago
  39. ed01e50 device-dax: fix cdev leak by Dan Williams · 8 years ago
  40. 52084f8 device-dax: fix debug output typo by Dave Jiang · 8 years ago
  41. 70b085b device-dax: fix pud fault fallback handling by Dave Jiang · 8 years ago
  42. 0134ed4 device-dax: fix pmd/pte fault fallback handling by Dave Jiang · 8 years ago
  43. 50d3439 sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  44. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  45. 9557fee dax: support for transparent PUD pages for device DAX by Dave Jiang · 8 years ago
  46. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  47. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  48. f420039 mm, dax: change pmd_fault() to take only vmf parameter by Dave Jiang · 8 years ago
  49. d8a849e mm, dax: make pmd_fault() and friends be the same as fault() by Dave Jiang · 8 years ago
  50. 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
  51. c44ef85 Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  52. d7fe1a6 dax: add region 'id', 'size', and 'align' attributes by Dan Williams · 8 years ago
  53. 1a29d85 mm: use vmf->address instead of of vmf->virtual_address by Jan Kara · 8 years ago
  54. 325896f device-dax: fix private mapping restriction, permit read-only by Dan Williams · 8 years ago
  55. 4cb1935 device-dax: fail all private mapping attempts by Dan Williams · 8 years ago
  56. e476f94 Merge branch 'for-4.9/dax' into libnvdimm-for-next by Dan Williams · 8 years ago
  57. bc0a0fe dax: use correct dev_t value by Arnd Bergmann · 8 years ago
  58. d76911e dax: convert devm_create_dax_dev to PTR_ERR by Dan Williams · 8 years ago
  59. 4c3cb6e dax: fix mapping size check by Dan Williams · 8 years ago
  60. 9d2d01a dax: check resource alignment at dax region/device create by Dan Williams · 8 years ago
  61. 9dc1e49 dax: unmap/truncate on device shutdown by Dan Williams · 8 years ago
  62. 3bc52c4 dax: define a unified inode/address_space for device-dax mappings by Dan Williams · 8 years ago
  63. ba09c01 dax: convert to the cdev api by Dan Williams · 8 years ago
  64. ebd84d7 dax: embed a struct device in dax_dev by Dan Williams · 8 years ago
  65. af69f51 dax: rename fops from dax_dev_ to dax_ by Dan Williams · 8 years ago
  66. 043a925 dax: reorder dax_fops function definitions by Dan Williams · 8 years ago
  67. ccdb07f dax: cleanup needlessly global symbol warnings by Dan Williams · 8 years ago
  68. d1c8e0c dax: use devm_add_action_or_reset() by Sajjan, Vikas C · 9 years ago
  69. dee4107 /dev/dax, core: file operations and dax-mmap by Dan Williams · 9 years ago
  70. ab68f26 /dev/dax, pmem: direct access to persistent memory by Dan Williams · 9 years ago