1. 239467e Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  2. a390180 libnvdimm, pfn: fix nvdimm_namespace_add_poison() vs section alignment by Dan Williams · 8 years ago
  3. e567056 libnvdimm, pfn: fix uuid validation by Dan Williams · 8 years ago
  4. 2112911 libnvdimm: fix smart data retrieval by Dan Williams · 8 years ago
  5. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  6. fc0c202 x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem() by Dan Williams · 8 years ago
  7. de06dbf Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  8. 4890116 Merge branch 'for-4.6/pfn' into libnvdimm-for-next by Dan Williams · 8 years ago
  9. 59e6473 libnvdimm, pmem: clear poison on write by Dan Williams · 8 years ago
  10. b5ebc8e libnvdimm, pmem: fix kmap_atomic() leak in error path by Dan Williams · 8 years ago
  11. ff8e92d nvdimm/btt: don't allocate unused major device number by NeilBrown · 8 years ago
  12. ec56151 nvdimm/blk: don't allocate unused major device number by NeilBrown · 8 years ago
  13. 5515529 pmem: don't allocate unused major device number by NeilBrown · 8 years ago
  14. 45f6880 libnvdimm, pmem: fix ia64 build, use PHYS_PFN by Dan Williams · 8 years ago
  15. d4f3236 nfit, libnvdimm: clear poison command support by Dan Williams · 8 years ago
  16. f6ed58c libnvdimm, pfn: 'resource'-address and 'size' attributes for pfn devices by Dan Williams · 8 years ago
  17. cfe30b8 libnvdimm, pmem: adjust for section collisions with 'System RAM' by Dan Williams · 8 years ago
  18. d9cbe09 libnvdimm, pmem: fix 'pfn' support for section-misaligned namespaces by Dan Williams · 8 years ago
  19. 07accfa libnvdimm: Fix security issue with DSM IOCTL. by Jerry Hoemann · 9 years ago
  20. 4dc0e7b libnvdimm: Clean-up access mode check. by Jerry Hoemann · 9 years ago
  21. 87bf572 nfit: disable userspace initiated ars during scrub by Dan Williams · 8 years ago
  22. 7ae0fa43 nfit, libnvdimm: async region scrub workqueue by Dan Williams · 8 years ago
  23. 7199946 libnvdimm: async notification support by Dan Williams · 8 years ago
  24. 5faecf4 libnvdimm: protect nvdimm_{bus|namespace}_add_poison() with nvdimm_bus_lock() by Dan Williams · 8 years ago
  25. aef2533 libnvdimm, nfit: centralize command status translation by Dan Williams · 8 years ago
  26. 1b3bf84 Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-next by Russell King · 8 years ago
  27. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 8 years ago
  28. c454420 nvdimm: use 'u64' for pfn flags by Arnd Bergmann · 8 years ago
  29. 4577b06 nfit: update address range scrub commands to the acpi 6.1 format by Dan Williams · 8 years ago
  30. 747ffe1 libnvdimm, tools/testing/nvdimm: fix 'ars_status' output buffer sizing by Dan Williams · 8 years ago
  31. 82ec2ba ARM: 8522/1: drivers: nvdimm: ensure no negative value gets returned on positive match by Dan Williams · 8 years ago
  32. f0f4711 x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem search by Toshi Kani · 9 years ago
  33. 45eb570 libnvdimm, pfn: fix restoring memmap location by Dan Williams · 8 years ago
  34. 9c41242 libnvdimm: fix mode determination for e820 devices by Dan Williams · 9 years ago
  35. 5c2c258 mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup by Dan Williams · 9 years ago
  36. 468ded0 libnvdimm, pmem: move request_queue allocation earlier in probe by Dan Williams · 9 years ago
  37. d2c0f04 libnvdimm, pfn, pmem: allocate memmap array in persistent memory by Dan Williams · 9 years ago
  38. 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 9 years ago
  39. 9476df7 mm: introduce find_dev_pagemap() by Dan Williams · 9 years ago
  40. 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 9 years ago
  41. 8b63b6b Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimm by Dan Williams · 9 years ago
  42. 710d69c libnvdimm, pmem: nvdimm_read_bytes() badblocks support by Dan Williams · 9 years ago
  43. 57f7f31 pmem, dax: disable dax in the presence of bad blocks by Dan Williams · 9 years ago
  44. e10624f pmem: fail io-requests to known bad blocks by Dan Williams · 9 years ago
  45. b95f5f4 libnvdimm: convert to statically allocated badblocks by Dan Williams · 9 years ago
  46. 87ba05d libnvdimm: don't fail init for full badblocks list by Dan Williams · 9 years ago
  47. ad9a8bd libnvdimm, pmem: move definition of nvdimm_namespace_add_poison to nd.h by Dan Williams · 9 years ago
  48. 0caeef6 libnvdimm: Add a poison list and export badblocks by Vishal Verma · 9 years ago
  49. e07ecd7 libnvdimm: fix namespace object confusion in is_uuid_busy() by Dan Williams · 9 years ago
  50. 0731de0 libnvdimm, pfn: move 'memory mode' indication to sysfs by Dan Williams · 9 years ago
  51. 3fa9626 libnvdimm, pfn: fix nd_pfn_validate() return value handling by Dan Williams · 9 years ago
  52. 2dc4333 libnvdimm, pfn: fix pfn seed creation by Dan Williams · 9 years ago
  53. a34d5e8 libnvdimm, pfn: add parent uuid validation by Dan Williams · 9 years ago
  54. 315c562 libnvdimm, pfn: add 'align' attribute, default to HPAGE_SIZE by Dan Williams · 9 years ago
  55. f7c6ab8 libnvdimm, pfn: clean up pfn create parameters by Dan Williams · 9 years ago
  56. 9f1e8ce libnvdimm, pfn: kill ND_PFN_ALIGN by Dan Williams · 9 years ago
  57. 6bb691a nvdimm: do not show pfn_seed for non pmem regions by Dmitry Krivenok · 9 years ago
  58. bd26d0d nvdimm: improve diagnosibility of namespaces by Dmitry Krivenok · 9 years ago
  59. 589e75d libnvdimm, pmem: fix size trim in pmem_direct_access() by Dan Williams · 9 years ago
  60. f7256dc libnvdimm, e820: fix numa node for e820-type-12 pmem ranges by Dan Williams · 9 years ago
  61. 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  62. 264015f Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  63. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  64. 4125a09 block, libnvdimm, nvme: provide a built-in blk_integrity nop profile by Dan Williams · 9 years ago
  65. 9609b99 md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown by Dan Williams · 9 years ago
  66. 25520d5 block: Inline blk_integrity in struct gendisk by Martin K. Petersen · 9 years ago
  67. 0f8087e block: Consolidate static integrity profile properties by Martin K. Petersen · 9 years ago
  68. 538ea4a pmem, memremap: convert to numa aware allocations by Dan Williams · 9 years ago
  69. b36f476 devm_memremap: convert to return ERR_PTR by Dan Williams · 9 years ago
  70. a639315 pmem: kill memremap_pmem() by Dan Williams · 9 years ago
  71. ba8fe0f pmem: add proper fencing to pmem_rw_page() by Ross Zwisler · 9 years ago
  72. 4ca8b57a libnvdimm: pfn_devs: Fix locking in namespace_store by Axel Lin · 9 years ago
  73. 4be9c1f libnvdimm: btt_devs: Fix locking in namespace_store by Axel Lin · 9 years ago
  74. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  75. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  76. 004f1af libnvdimm, pmem: direct map legacy pmem by default by Dan Williams · 9 years ago
  77. 32ab0a3f libnvdimm, pmem: 'struct page' for pmem by Dan Williams · 9 years ago
  78. e145574 libnvdimm, pfn: 'struct page' provider infrastructure by Dan Williams · 9 years ago
  79. 96601ad x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB by Dan Williams · 9 years ago
  80. cb389b9 dax: drop size parameter to ->direct_access() by Dan Williams · 9 years ago
  81. 4a9bf88 Merge branch 'pmem-api' into libnvdimm-for-next by Dan Williams · 9 years ago
  82. a06a757 nvdimm: change to use generic kvfree() by yalin wang · 9 years ago
  83. e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
  84. 7a67832 libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option by Dan Williams · 9 years ago
  85. 708ab62 pmem: switch to devm_ allocations by Christoph Hellwig · 9 years ago
  86. 6ec6895 libnvdimm, btt: write and validate parent_uuid by Vishal Verma · 9 years ago
  87. ab45e76 libnvdimm, btt: consolidate arena validation by Vishal Verma · 9 years ago
  88. fbde141 libnvdimm, btt: clean up internal interfaces by Vishal Verma · 9 years ago
  89. f6ef5a2 nvdimm: fix inline function return type warning by Randy Dunlap · 9 years ago
  90. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  91. 6b47496 libnvdimm, pmem: Change pmem physical sector size to PAGE_SIZE by Vishal Verma · 9 years ago
  92. 5e32940 libnvdimm, btt: sparse fix by Dan Williams · 9 years ago
  93. 8ca2435 libnvdimm: fix namespace seed creation by Dan Williams · 9 years ago
  94. daa1dee nvdimm: Fix return value of nvdimm_bus_init() if class_create() fails by Axel Lin · 9 years ago
  95. af834d4 libnvdimm: smatch cleanups in __nd_ioctl by Dan Williams · 9 years ago
  96. 6103195 arch, x86: pmem api for ensuring durability of persistent memory updates by Ross Zwisler · 9 years ago
  97. 74ae66c libnvdimm: Add sysfs numa_node to NVDIMM devices by Toshi Kani · 9 years ago
  98. 41d7a6d libnvdimm: Set numa_node to NVDIMM devices by Toshi Kani · 9 years ago
  99. 5813882 libnvdimm, nfit: handle unarmed dimms, mark namespaces read-only by Dan Williams · 9 years ago
  100. 0f51c4f pmem: flag pmem block devices as non-rotational by Dan Williams · 9 years ago