1. 33dd707 lib: Uplevel the pmem "region" ida to a global allocator by Dan Williams · 5 years ago
  2. a3c0e7b Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  3. 4c806b8 libnvdimm/region: Enable MAP_SYNC for volatile regions by Aneesh Kumar K.V · 5 years ago
  4. 674f31a libnvdimm: prevent nvdimm from requesting key when security is disabled by Dave Jiang · 5 years ago
  5. c42adf8 libnvdimm/region: Initialize bad block for volatile namespaces by Aneesh Kumar K.V · 5 years ago
  6. cf387d9 libnvdimm/altmap: Track namespace boundaries in altmap by Aneesh Kumar K.V · 5 years ago
  7. 86aa666 libnvdimm: Fix endian conversion issues  by Aneesh Kumar K.V · 5 years ago
  8. f537669 libnvdimm/dax: Pick the right alignment default when creating dax devices by Aneesh Kumar K.V · 5 years ago
  9. 6cb2e9e Merge tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  10. 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  11. 62974fc libnvdimm: Enable unit test infrastructure compile checks by Dan Williams · 5 years ago
  12. 5b26db9 libnvdimm: Use PAGE_SIZE instead of SZ_4K for align check by Aneesh Kumar K.V · 5 years ago
  13. 047e0ef libnvdimm/label: Remove the dpa align check by Aneesh Kumar K.V · 5 years ago
  14. edbb52c libnvdimm/pfn_dev: Add page size and struct page size to pfn superblock by Aneesh Kumar K.V · 5 years ago
  15. e96f0bf libnvdimm/pfn_dev: Add a build check to make sure we notice when struct page size change by Aneesh Kumar K.V · 5 years ago
  16. 1c97afa libnvdimm/pmem: Advance namespace seed for specific probe errors by Aneesh Kumar K.V · 5 years ago
  17. a2d1c7a libnvdimm/region: Rewrite _probe_success() to _advance_seeds() by Dan Williams · 5 years ago
  18. 7b60422 libnvdimm/security: Consolidate 'security' operations by Dan Williams · 5 years ago
  19. bc4f219 libnvdimm/security: Tighten scope of nvdimm->busy vs security operations by Dan Williams · 5 years ago
  20. d78c620 libnvdimm/security: Introduce a 'frozen' attribute by Dan Williams · 5 years ago
  21. 2b90cb2 libnvdimm, region: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  22. 274b924 libnvdimm/pfn: Fix namespace creation on misaligned addresses by Jeff Moyer · 5 years ago
  23. 49bddc7 libnvdimm/of_pmem: Provide a unique name for bus provider by Aneesh Kumar K.V · 5 years ago
  24. 523634d Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  25. 249be85 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  26. a361919 libnvdimm/pfn: stop padding pmem namespaces to section alignment by Dan Williams · 5 years ago
  27. 7e3e888 libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fields by Dan Williams · 5 years ago
  28. 87a30e1 driver-core, libnvdimm: Let device subsystems add local lockdep coverage by Dan Williams · 5 years ago
  29. ca6bf26 libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock by Dan Williams · 5 years ago
  30. b70d31d libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl() by Dan Williams · 5 years ago
  31. 6de5d06 libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant by Dan Williams · 5 years ago
  32. 700cd03 libnvdimm/region: Register badblocks before namespaces by Dan Williams · 5 years ago
  33. 8aac0e2 libnvdimm/bus: Prevent duplicate device_unregister() calls by Dan Williams · 5 years ago
  34. f8c3500 Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  35. 8c2e408 virtio_pmem: fix sparse warning by Pankaj Gupta · 5 years ago
  36. ae4a050 docs: nvdimm: add it to the driver-api book by Mauro Carvalho Chehab · 6 years ago
  37. b0a4aa9 docs: nvdimm: convert to ReST by Mauro Carvalho Chehab · 6 years ago
  38. fefc1d9 libnvdimm: add dax_dev sync flag by Pankaj Gupta · 6 years ago
  39. 6e84200 virtio-pmem: Add virtio pmem driver by Pankaj Gupta · 6 years ago
  40. c5d4355 libnvdimm: nd_region flush callback support by Pankaj Gupta · 6 years ago
  41. db5d00c libnvdimm, namespace: Drop uuid_t implementation detail by Andy Shevchenko · 6 years ago
  42. 514caf2 memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag by Christoph Hellwig · 6 years ago
  43. 80a72d0 memremap: remove the data field in struct dev_pagemap by Christoph Hellwig · 6 years ago
  44. f6a55e1 memremap: lift the devmap_enable manipulation into devm_memremap_pages by Christoph Hellwig · 6 years ago
  45. d8668bb memremap: pass a struct dev_pagemap to ->kill and ->cleanup by Christoph Hellwig · 6 years ago
  46. 1e240e8 memremap: move dev_pagemap callbacks into a separate structure by Christoph Hellwig · 6 years ago
  47. 50f44ee mm/devm_memremap_pages: fix final page put race by Dan Williams · 6 years ago
  48. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  49. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  50. b2ad813 Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  51. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  52. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  53. 52f476a libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overhead by Dan Williams · 6 years ago
  54. 7bf7eac dax: Arrange for dax_supported check to span multiple devices by Dan Williams · 6 years ago
  55. c01dafa libnvdimm: Fix compilation warnings with W=1 by Qian Cai · 6 years ago
  56. 83f3ef3 Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  57. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  58. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  59. c4703ce libnvdimm/namespace: Fix label tracking error by Dan Williams · 6 years ago
  60. 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago
  61. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  62. 9dc6488 libnvdimm/pmem: fix a possible OOB access when read and write pmem by Li RongQing · 6 years ago
  63. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  64. d2e5b64 libnvdimm/security, acpi/nfit: unify zero-key for all security commands by Dave Jiang · 6 years ago
  65. 037c848 libnvdimm/security: provide fix for secure-erase to use zero-key by Dave Jiang · 6 years ago
  66. 486fa92 libnvdimm/btt: Fix a kmemdup failure check by Aditya Pakki · 6 years ago
  67. 55c1fc0 libnvdimm/namespace: Fix a potential NULL pointer dereference by Kangjie Lu · 6 years ago
  68. f67e3fb4 Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  69. 5ea6718 Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  70. 6fd96ff Merge branch 'for-5.1/libnvdimm-start-pad' into libnvdimm-for-next by Dan Williams · 6 years ago
  71. 451fed2 Merge branch 'for-5.1/libnvdimm' into libnvdimm-for-next by Dan Williams · 6 years ago
  72. 075c3fd libnvdimm/namespace: Clean up holder_class_store() by Dan Williams · 6 years ago
  73. 316720b libnvdimm/of_pmem: Fix platform_no_drv_owner.cocci warnings by YueHaibing · 6 years ago
  74. 9dedc73 libnvdimm/btt: Fix LBA masking during 'free list' population by Vishal Verma · 6 years ago
  75. 2f8c901 libnvdimm/btt: Remove unnecessary code in btt_freelist_init by Vishal Verma · 6 years ago
  76. 4960461 libnvdimm/pfn: Remove dax_label_reserve by Dan Williams · 6 years ago
  77. fa7d2e6 libnvdimm/pmem: Honor force_raw for legacy pmem regions by Dan Williams · 6 years ago
  78. 11a3581 libnvdimm/pfn: Account for PAGE_SIZE > info-block-size in nd_pfn_init() by Dan Williams · 6 years ago
  79. 07464e8 libnvdimm: Fix altmap reservation size calculation by Oliver O'Halloran · 6 years ago
  80. f101ada libnvdimm, pfn: Fix over-trim in trim_pfn_device() by Wei Yang · 6 years ago
  81. 9481caf Merge 5.0-rc6 into driver-core-next by Greg Kroah-Hartman · 6 years ago
  82. d5d30d5 libnvdimm/dimm: Add a no-BLK quirk based on NVDIMM family by Dan Williams · 6 years ago
  83. af87b9a libnvdimm: Schedule device registration on node local to the device by Alexander Duyck · 6 years ago
  84. 1cd7386 libnvdimm/security: Require nvdimm_security_setup_events() to succeed by Dan Williams · 6 years ago
  85. faa8bd6 libnvdimm/security: Fix nvdimm_security_state() state request selection by Dave Jiang · 6 years ago
  86. 966d23a libnvdimm/label: Clear 'updating' flag after label-set update by Dan Williams · 6 years ago
  87. 8fc5c73 acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node by Dan Williams · 6 years ago
  88. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  89. 75f95da Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  90. a95c90f mm, devm_memremap_pages: fix shutdown handling by Dan Williams · 6 years ago
  91. 4b5f747 Merge miscellaneous libnvdimm updates for 4.21 by Dan Williams · 6 years ago
  92. 37379cf libnvdimm/security: Quiet security operations by Dan Williams · 6 years ago
  93. 3c13e2a tools/testing/nvdimm: Add test support for Intel nvdimm security DSMs by Dave Jiang · 6 years ago
  94. 89fa9d8 acpi/nfit, libnvdimm/security: add Intel DSM 1.8 master passphrase support by Dave Jiang · 6 years ago
  95. 7d98809 acpi/nfit, libnvdimm/security: Add security DSM overwrite support by Dave Jiang · 6 years ago
  96. 64e77c8 acpi/nfit, libnvdimm: Add support for issue secure erase DSM to Intel nvdimm by Dave Jiang · 6 years ago
  97. d2a4ac7 acpi/nfit, libnvdimm: Add enable/update passphrase support for Intel nvdimms by Dave Jiang · 6 years ago
  98. 03b65b2 acpi/nfit, libnvdimm: Add disable passphrase support to Intel nvdimm. by Dave Jiang · 6 years ago
  99. 4c6926a acpi/nfit, libnvdimm: Add unlock of nvdimm support for Intel DIMMs by Dave Jiang · 6 years ago
  100. 37833fb acpi/nfit, libnvdimm: Add freeze security support to Intel nvdimm by Dave Jiang · 6 years ago