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. 7ac5360 dax: remove the copy_from_iter and copy_to_iter methods by Christoph Hellwig · 3 years ago
  10. 30c6828 dax: remove the DAXDEV_F_SYNC flag by Christoph Hellwig · 3 years ago
  11. fd1d00e dax: simplify dax_synchronous and set_dax_synchronous by Christoph Hellwig · 3 years ago
  12. cd913c7 dax: return the partition offset from fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 1 month ago
  13. 60696eb fsdax: simplify the pgoff calculation by Christoph Hellwig · 3 years, 1 month ago
  14. 7b0800d dax: remove dax_capable by Christoph Hellwig · 3 years, 1 month ago
  15. 0c44587 dax: move the partition alignment check into fs_dax_get_by_bdev by Christoph Hellwig · 3 years, 1 month ago
  16. 586f616 dax: remove the pgmap sanity checks in generic_fsdax_supported by Christoph Hellwig · 3 years, 1 month ago
  17. fb08a19 dax: simplify the dax_device <-> gendisk association by Christoph Hellwig · 3 years, 1 month ago
  18. afd586f dax: remove CONFIG_DAX_DRIVER by Christoph Hellwig · 3 years, 1 month ago
  19. 5d2a228 dm: make the DAX support depend on CONFIG_FS_DAX by Christoph Hellwig · 3 years, 1 month ago
  20. 83762cb dax: Kill DEV_DAX_PMEM_COMPAT by Dan Williams · 3 years, 1 month ago
  21. e765f13 nvdimm/pmem: move dax_attribute_group from dax to pmem by Christoph Hellwig · 3 years, 3 months ago
  22. 2e5fd48 Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years, 4 months ago
  23. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  24. eedf634 dax/kmem: use a single static memory group for a single probed unit by David Hildenbrand · 3 years, 4 months ago
  25. e1c158e mm/memory_hotplug: remove nid parameter from remove_memory() and friends by David Hildenbrand · 3 years, 4 months ago
  26. c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 4 months ago
  27. bdd3c50 dax: remove bdev_dax_supported by Christoph Hellwig · 3 years, 4 months ago
  28. 60b8340 dax: stub out dax_supported for !CONFIG_FS_DAX by Christoph Hellwig · 3 years, 4 months ago
  29. cd93a2a dax: remove __generic_fsdax_supported by Christoph Hellwig · 3 years, 4 months ago
  30. 673a065 dax: move the dax_read_lock() locking into dax_supported by Christoph Hellwig · 3 years, 4 months ago
  31. 1b76460 dax: mark dax_get_by_host static by Christoph Hellwig · 3 years, 4 months ago
  32. 39b6389 dax: stop using bdevname by Christoph Hellwig · 3 years, 4 months ago
  33. 96dcb97 Merge branch 'for-5.14/dax' into libnvdimm-fixes by Dan Williams · 3 years, 5 months ago
  34. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  35. b05d4c5 dax: Ensure errno is returned from dax_direct_access by Ira Weiny · 3 years, 7 months ago
  36. b82a96c fs: remove noop_set_page_dirty() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  37. 9de82ca dax: avoid -Wempty-body warnings by Arnd Bergmann · 3 years, 9 months ago
  38. 5ceabb6 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 10 months ago
  39. 64ffe84 Merge branch 'for-5.12/dax' into for-5.12/libnvdimm by Dan Williams · 3 years, 10 months ago
  40. 6f24784 whack-a-mole: don't open-code iminor/imajor by Al Viro · 3 years, 11 months ago
  41. 0d519e0 dax-device: Make remove callback return void by Uwe Kleine-König · 3 years, 11 months ago
  42. c80b532 device-dax: Drop an empty .remove callback by Uwe Kleine-König · 3 years, 11 months ago
  43. e307bf1 device-dax: Fix error path in dax_driver_register by Uwe Kleine-König · 3 years, 11 months ago
  44. 8029968 device-dax: Properly handle drivers without remove callback by Uwe Kleine-König · 3 years, 11 months ago
  45. 5b8e64f device-dax: Prevent registering drivers without probe callback by Uwe Kleine-König · 3 years, 11 months ago
  46. 1f97507 libnvdimm: Make remove callback return void by Uwe Kleine-König · 3 years, 11 months ago
  47. 7323fb2 device-dax: Fix default return code of range_parse() by Shiyang Ruan · 4 years ago
  48. 1f13d2f Merge tag 'libnvdimm-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years ago
  49. ff8da37 device-dax: Avoid an unnecessary check in alloc_dev_dax_range() by Zhen Lei · 4 years ago
  50. 6268d7d device-dax: Fix range release by Dan Williams · 4 years ago
  51. 8bcbe31 device-dax: delete a redundancy check in dev_dax_validate_align() by Zhen Lei · 4 years, 1 month ago
  52. 1aa5743 device-dax/core: Fix memory leak when rmmod dax.ko by Wang Hai · 4 years, 1 month ago
  53. 4e6a7b3 device-dax/pmem: Convert comma to semicolon by Zheng Yongjun · 4 years ago
  54. dd3b614 vm_ops: rename .split() callback to .may_split() by Dmitry Safonov · 4 years ago
  55. 7d18dd7 device-dax/kmem: use struct_size() by Dan Williams · 4 years ago
  56. a927bd6 mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports by Dan Williams · 4 years, 1 month ago
  57. 6945653 Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 4 years, 2 months ago
  58. b611719 mm/memory_hotplug: prepare passing flags to add_memory() and friends by David Hildenbrand · 4 years, 2 months ago
  59. a455aa7 device-dax/kmem: fix resource release by Dan Williams · 4 years, 2 months ago
  60. 8490e2e device-dax: add a range mapping allocation attribute by Joao Martins · 4 years, 2 months ago
  61. 5a50560 dax/hmem: introduce dax_hmem.region_idle parameter by Joao Martins · 4 years, 2 months ago
  62. 6d82120 device-dax: add an 'align' attribute by Dan Williams · 4 years, 2 months ago
  63. 33cf94d device-dax: make align a per-device property by Joao Martins · 4 years, 2 months ago
  64. 0b07ce8 device-dax: introduce 'mapping' devices by Dan Williams · 4 years, 2 months ago
  65. 60e93dc device-dax: add dis-contiguous resource support by Dan Williams · 4 years, 2 months ago
  66. b7b3c01 mm/memremap_pages: support multiple ranges per invocation by Dan Williams · 4 years, 2 months ago
  67. a4574f6 mm/memremap_pages: convert to 'struct range' by Dan Williams · 4 years, 2 months ago
  68. fcffb6a device-dax: add resize support by Dan Williams · 4 years, 2 months ago
  69. 0f3da14 device-dax: introduce 'seed' devices by Dan Williams · 4 years, 2 months ago
  70. f11cf81 device-dax: introduce 'struct dev_dax' typed-driver operations by Dan Williams · 4 years, 2 months ago
  71. c2f3011 device-dax: add an allocation interface for device-dax instances by Dan Williams · 4 years, 2 months ago
  72. 0513bd5 device-dax/kmem: replace release_resource() with release_mem_region() by Dan Williams · 4 years, 2 months ago
  73. 7e6b431 device-dax/kmem: move resource name tracking to drvdata by Dan Williams · 4 years, 2 months ago
  74. 59bc8d1 device-dax/kmem: introduce dax_kmem_range() by Dan Williams · 4 years, 2 months ago
  75. f5516ec device-dax: make pgmap optional for instance creation by Dan Williams · 4 years, 2 months ago
  76. 174ebec device-dax: move instance creation parameters to 'struct dev_dax_data' by Dan Williams · 4 years, 2 months ago
  77. ec82690 device-dax: drop the dax_region.pfn_flags attribute by Dan Williams · 4 years, 2 months ago
  78. 5ccac54 ACPI: HMAT: attach a device for each soft-reserved range by Dan Williams · 4 years, 2 months ago
  79. c01044c ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device by Dan Williams · 4 years, 2 months ago
  80. d4c5da5 dax: Fix stack overflow when mounting fsdax pmem device by Adrian Huang · 4 years, 3 months ago
  81. e2ec512 dm: Call proper helper to determine dax support by Jan Kara · 4 years, 3 months ago
  82. 4f8b0a5 Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 4 months ago
  83. 1a9d5d4 dax: Modify bdev_dax_pgoff() to handle NULL bdev by Vivek Goyal · 4 years, 4 months ago
  84. 68beef5 Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 4 months ago
  85. 4533d3a memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC by Roger Pau Monne · 4 years, 4 months ago
  86. 6180bb4 dax: fix detection of dax support for non-persistent memory block devices by Coly Li · 4 years, 4 months ago
  87. c2affe9 dax: do not print error message for non-persistent memory block device by Adrian Huang · 4 years, 4 months ago
  88. 4bf5e36 Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 5 months ago
  89. eedfd73 drivers/dax: Expand lock scope to cover the use of addresses by Ira Weiny · 4 years, 5 months ago
  90. 2316097 dax: print error message by pr_info() in __generic_fsdax_supported() by Coly Li · 4 years, 5 months ago
  91. e556f6b block: remove the bd_queue field from struct block_device by Christoph Hellwig · 4 years, 6 months ago
  92. 8a725e4 device-dax: add memory via add_memory_driver_managed() by David Hildenbrand · 4 years, 7 months ago
  93. 735e4ae vfs: track per-sb writeback errors and report them to syncfs by Jeff Layton · 4 years, 7 months ago
  94. 60858c0 device-dax: don't leak kernel memory to user space after unloading kmem by David Hildenbrand · 4 years, 7 months ago
  95. 4e4ced9 dax: Move mandatory ->zero_page_range() check in alloc_dax() by Vivek Goyal · 4 years, 9 months ago
  96. f605a26 dax, pmem: Add a dax operation zero_page_range by Vivek Goyal · 4 years, 10 months ago
  97. f01b16a dax: Get rid of fs_dax_get_by_host() helper by Vivek Goyal · 5 years ago
  98. d10032d Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  99. cb4dd72 dax: Add numa_node to the default device-dax attributes by Dan Williams · 5 years ago
  100. 153dd28 dax: Simplify root read-only definition for the 'resource' attribute by Dan Williams · 5 years ago