1. 7c3dc44 Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl by Linus Torvalds · 2 years, 1 month ago
  2. f57aec4 cxl/pmem: Fix nvdimm registration races by Dan Williams · 2 years, 1 month ago
  3. 2a81ada driver core: make struct bus_type.uevent() take a const * by Greg Kroah-Hartman · 2 years, 2 months ago
  4. 81beea5 nvdimm: Drop nd_device_lock() by Dan Williams · 2 years, 11 months ago
  5. 4a0079b nvdimm: Replace lockdep_mutex with local lock classes by Dan Williams · 2 years, 11 months ago
  6. ee96dd9 Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 3 years ago
  7. 3b6c6c0 nvdimm/region: Delete nd_blk_region infrastructure by Dan Williams · 3 years ago
  8. 84bd369 nvdimm/namespace: Delete nd_namespace_blk by Dan Williams · 3 years ago
  9. 3c5b903 cxl: Prove CXL locking by Dan Williams · 3 years, 1 month ago
  10. d1c6e08 libnvdimm/labels: Add uuid helpers by Dan Williams · 3 years, 6 months ago
  11. 48001ea PM, libnvdimm: Add runtime firmware activation support by Dan Williams · 4 years, 8 months ago
  12. 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
  13. cda93d6 libnvdimm: Remove prototypes for nonexistent functions by Alastair D'Silva · 5 years ago
  14. 8f4b01f libnvdimm/namespace: Differentiate between probe mapping and runtime mapping by Aneesh Kumar K.V · 5 years ago
  15. 33dd707 lib: Uplevel the pmem "region" ida to a global allocator by Dan Williams · 5 years ago
  16. a2d1c7a libnvdimm/region: Rewrite _probe_success() to _advance_seeds() by Dan Williams · 6 years ago
  17. 7b60422 libnvdimm/security: Consolidate 'security' operations by Dan Williams · 6 years ago
  18. d78c620 libnvdimm/security: Introduce a 'frozen' attribute by Dan Williams · 6 years ago
  19. 87a30e1 driver-core, libnvdimm: Let device subsystems add local lockdep coverage by Dan Williams · 6 years ago
  20. b70d31d libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl() by Dan Williams · 6 years ago
  21. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  22. faa8bd6 libnvdimm/security: Fix nvdimm_security_state() state request selection by Dave Jiang · 6 years ago
  23. 4b5f747 Merge miscellaneous libnvdimm updates for 4.21 by Dan Williams · 6 years ago
  24. 89fa9d8 acpi/nfit, libnvdimm/security: add Intel DSM 1.8 master passphrase support by Dave Jiang · 6 years ago
  25. 7d98809 acpi/nfit, libnvdimm/security: Add security DSM overwrite support by Dave Jiang · 6 years ago
  26. 64e77c8 acpi/nfit, libnvdimm: Add support for issue secure erase DSM to Intel nvdimm by Dave Jiang · 6 years ago
  27. d2a4ac7 acpi/nfit, libnvdimm: Add enable/update passphrase support for Intel nvdimms by Dave Jiang · 6 years ago
  28. 03b65b2 acpi/nfit, libnvdimm: Add disable passphrase support to Intel nvdimm. by Dave Jiang · 6 years ago
  29. 37833fb acpi/nfit, libnvdimm: Add freeze security support to Intel nvdimm by Dave Jiang · 6 years ago
  30. f298939 acpi/nfit, libnvdimm: Introduce nvdimm_security_ops by Dave Jiang · 6 years ago
  31. d6548ae acpi/nfit, libnvdimm: Store dimm id as a member to struct nvdimm by Dave Jiang · 6 years ago
  32. ae86cbf libnvdimm, pfn: Pad pfn namespaces relative to other regions by Dan Williams · 6 years ago
  33. 3c5c98d libnvdimm: remove duplicate include by Pankaj Gupta · 6 years ago
  34. 12e3129 libnvdimm: Use max contiguous area for namespace size by Keith Busch · 7 years ago
  35. aa9ad44 libnvdimm: move poison list functions to a new 'badrange' file by Dave Jiang · 8 years ago
  36. c9e582a libnvdimm, nfit: enable support for volatile ranges by Dan Williams · 8 years ago
  37. b3b454f libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocation by Dave Jiang · 8 years ago
  38. 98a29c3 libnvdimm, namespace: allow creation of multiple pmem-namespaces per region by Dan Williams · 8 years ago
  39. 762d067 libnvdimm, namespace: enable allocation of multiple pmem namespaces by Dan Williams · 8 years ago
  40. a1f3e4d libnvdimm, region: update nd_region_available_dpa() for multi-pmem support by Dan Williams · 8 years ago
  41. ae8219f libnvdimm, label: convert label tracking to a linked list by Dan Williams · 8 years ago
  42. a0056af nvdimm: remove duplicate nd_mapping declaration by Dave Jiang · 8 years ago
  43. bc9775d libnvdimm: move ->module to struct nvdimm_bus_descriptor by Dan Williams · 9 years ago
  44. e5ae3b2 libnvdimm, nfit: move flush hint mapping to region-device driver-data by Dan Williams · 9 years ago
  45. 29b9aa0 libnvdimm: introduce devm_nvdimm_memremap(), convert nfit_spa_map() users by Dan Williams · 9 years ago
  46. 36092ee Merge branch 'for-4.7/dax' into libnvdimm-for-next by Dan Williams · 9 years ago
  47. 03dca34 libnvdimm, dax: fix deletion by Dan Williams · 9 years ago
  48. b354aba libnvdimm: release ida resources by Dan Williams · 9 years ago
  49. 1f716d0 Merge branch 'for-4.7/dsm' into libnvdimm-for-next by Dan Williams · 9 years ago
  50. cd03412 libnvdimm, dax: introduce device-dax infrastructure by Dan Williams · 9 years ago
  51. e3654ec nfit, libnvdimm: clarify "commands" vs "_DSMs" by Dan Williams · 9 years ago
  52. 8b63b6b Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimm by Dan Williams · 9 years ago
  53. ad9a8bd libnvdimm, pmem: move definition of nvdimm_namespace_add_poison to nd.h by Dan Williams · 9 years ago
  54. 0caeef6 libnvdimm: Add a poison list and export badblocks by Vishal Verma · 9 years ago
  55. 2dc4333 libnvdimm, pfn: fix pfn seed creation by Dan Williams · 9 years ago
  56. e145574 libnvdimm, pfn: 'struct page' provider infrastructure by Dan Williams · 10 years ago
  57. 047fc8a libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory by Ross Zwisler · 10 years ago
  58. 8c2f7e8 libnvdimm: infrastructure for btt devices by Dan Williams · 10 years ago
  59. 0ba1c63 libnvdimm: write blk label set by Dan Williams · 10 years ago
  60. 1b40e09 libnvdimm: blk labels and namespace instantiation by Dan Williams · 10 years ago
  61. bf9bccc libnvdimm: pmem label sets and namespace instantiation. by Dan Williams · 10 years ago
  62. eaf9615 libnvdimm, nfit: add interleave-set state-tracking infrastructure by Dan Williams · 10 years ago
  63. 3d88002 libnvdimm: support for legacy (non-aliasing) nvdimms by Dan Williams · 10 years ago
  64. 1f7df6f libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory) by Dan Williams · 10 years ago
  65. 4d88a97 libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructure by Dan Williams · 10 years ago
  66. 62232e45 libnvdimm: control (ioctl) messages for nvdimm_bus and nvdimm devices by Dan Williams · 10 years ago
  67. e6dfb2de libnvdimm, nfit: dimm/memory-devices by Dan Williams · 10 years ago
  68. 45def22 libnvdimm: control character device and nvdimm_bus sysfs attributes by Dan Williams · 10 years ago
  69. b94d523 libnvdimm, nfit: initial libnvdimm infrastructure and NFIT support by Dan Williams · 10 years ago