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