- 45eb570 libnvdimm, pfn: fix restoring memmap location by Dan Williams · 9 years ago
- 9c41242 libnvdimm: fix mode determination for e820 devices by Dan Williams · 9 years ago
- 5c2c258 mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup by Dan Williams · 9 years ago
- 468ded0 libnvdimm, pmem: move request_queue allocation earlier in probe by Dan Williams · 9 years ago
- d2c0f04 libnvdimm, pfn, pmem: allocate memmap array in persistent memory by Dan Williams · 9 years ago
- 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 9 years ago
- 9476df7 mm: introduce find_dev_pagemap() by Dan Williams · 9 years ago
- 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 9 years ago
- 8b63b6b Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimm by Dan Williams · 9 years ago
- 710d69c libnvdimm, pmem: nvdimm_read_bytes() badblocks support by Dan Williams · 9 years ago
- 57f7f31 pmem, dax: disable dax in the presence of bad blocks by Dan Williams · 9 years ago
- e10624f pmem: fail io-requests to known bad blocks by Dan Williams · 9 years ago
- b95f5f4 libnvdimm: convert to statically allocated badblocks by Dan Williams · 9 years ago
- 87ba05d libnvdimm: don't fail init for full badblocks list by Dan Williams · 9 years ago
- ad9a8bd libnvdimm, pmem: move definition of nvdimm_namespace_add_poison to nd.h by Dan Williams · 9 years ago
- 0caeef6 libnvdimm: Add a poison list and export badblocks by Vishal Verma · 9 years ago
- e07ecd7 libnvdimm: fix namespace object confusion in is_uuid_busy() by Dan Williams · 9 years ago
- 0731de0 libnvdimm, pfn: move 'memory mode' indication to sysfs by Dan Williams · 9 years ago
- 3fa9626 libnvdimm, pfn: fix nd_pfn_validate() return value handling by Dan Williams · 9 years ago
- 2dc4333 libnvdimm, pfn: fix pfn seed creation by Dan Williams · 9 years ago
- a34d5e8 libnvdimm, pfn: add parent uuid validation by Dan Williams · 9 years ago
- 315c562 libnvdimm, pfn: add 'align' attribute, default to HPAGE_SIZE by Dan Williams · 9 years ago
- f7c6ab8 libnvdimm, pfn: clean up pfn create parameters by Dan Williams · 9 years ago
- 9f1e8ce libnvdimm, pfn: kill ND_PFN_ALIGN by Dan Williams · 9 years ago
- 6bb691a nvdimm: do not show pfn_seed for non pmem regions by Dmitry Krivenok · 9 years ago
- bd26d0d nvdimm: improve diagnosibility of namespaces by Dmitry Krivenok · 9 years ago
- 589e75d libnvdimm, pmem: fix size trim in pmem_direct_access() by Dan Williams · 9 years ago
- f7256dc libnvdimm, e820: fix numa node for e820-type-12 pmem ranges by Dan Williams · 9 years ago
- 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
- 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
- dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
- 4125a09 block, libnvdimm, nvme: provide a built-in blk_integrity nop profile by Dan Williams · 9 years ago
- 9609b99 md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown by Dan Williams · 9 years ago
- 25520d5 block: Inline blk_integrity in struct gendisk by Martin K. Petersen · 9 years ago
- 0f8087e block: Consolidate static integrity profile properties by Martin K. Petersen · 9 years ago
- 538ea4a pmem, memremap: convert to numa aware allocations by Dan Williams · 9 years ago
- b36f476 devm_memremap: convert to return ERR_PTR by Dan Williams · 9 years ago
- a639315 pmem: kill memremap_pmem() by Dan Williams · 9 years ago
- ba8fe0f pmem: add proper fencing to pmem_rw_page() by Ross Zwisler · 9 years ago
- 4ca8b57a libnvdimm: pfn_devs: Fix locking in namespace_store by Axel Lin · 9 years ago
- 4be9c1f libnvdimm: btt_devs: Fix locking in namespace_store by Axel Lin · 9 years ago
- 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
- 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
- 004f1af libnvdimm, pmem: direct map legacy pmem by default by Dan Williams · 9 years ago
- 32ab0a3f libnvdimm, pmem: 'struct page' for pmem by Dan Williams · 9 years ago
- e145574 libnvdimm, pfn: 'struct page' provider infrastructure by Dan Williams · 9 years ago
- 96601ad x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB by Dan Williams · 9 years ago
- cb389b9 dax: drop size parameter to ->direct_access() by Dan Williams · 9 years ago
- 4a9bf88 Merge branch 'pmem-api' into libnvdimm-for-next by Dan Williams · 9 years ago
- a06a757 nvdimm: change to use generic kvfree() by yalin wang · 9 years ago
- e2e0539 pmem, dax: have direct_access use __pmem annotation by Ross Zwisler · 9 years ago
- 7a67832 libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option by Dan Williams · 9 years ago
- 708ab62 pmem: switch to devm_ allocations by Christoph Hellwig · 9 years ago
- 6ec6895 libnvdimm, btt: write and validate parent_uuid by Vishal Verma · 9 years ago
- ab45e76 libnvdimm, btt: consolidate arena validation by Vishal Verma · 9 years ago
- fbde141 libnvdimm, btt: clean up internal interfaces by Vishal Verma · 9 years ago
- f6ef5a2 nvdimm: fix inline function return type warning by Randy Dunlap · 9 years ago
- 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
- 6b47496 libnvdimm, pmem: Change pmem physical sector size to PAGE_SIZE by Vishal Verma · 9 years ago
- 5e32940 libnvdimm, btt: sparse fix by Dan Williams · 9 years ago
- 8ca2435 libnvdimm: fix namespace seed creation by Dan Williams · 9 years ago
- daa1dee nvdimm: Fix return value of nvdimm_bus_init() if class_create() fails by Axel Lin · 9 years ago
- af834d4 libnvdimm: smatch cleanups in __nd_ioctl by Dan Williams · 9 years ago
- 6103195 arch, x86: pmem api for ensuring durability of persistent memory updates by Ross Zwisler · 9 years ago
- 74ae66c libnvdimm: Add sysfs numa_node to NVDIMM devices by Toshi Kani · 9 years ago
- 41d7a6d libnvdimm: Set numa_node to NVDIMM devices by Toshi Kani · 9 years ago
- 5813882 libnvdimm, nfit: handle unarmed dimms, mark namespaces read-only by Dan Williams · 9 years ago
- 0f51c4f pmem: flag pmem block devices as non-rotational by Dan Williams · 9 years ago
- f0dc089 libnvdimm: enable iostat by Dan Williams · 9 years ago
- edc870e pmem: make_request cleanups by Dan Williams · 9 years ago
- 43d3fa3 libnvdimm, pmem: fix up max_hw_sectors by Dan Williams · 9 years ago
- fcae695 libnvdimm, blk: add support for blk integrity by Vishal Verma · 9 years ago
- 41cd8b7 libnvdimm, btt: add support for blk integrity by Vishal Verma · 9 years ago
- 047fc8a libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory by Ross Zwisler · 9 years ago
- 5212e11 nd_btt: atomic sector updates by Vishal Verma · 9 years ago
- 8c2f7e8 libnvdimm: infrastructure for btt devices by Dan Williams · 9 years ago
- 0ba1c63 libnvdimm: write blk label set by Dan Williams · 9 years ago
- f524bf2 libnvdimm: write pmem label set by Dan Williams · 9 years ago
- 1b40e09 libnvdimm: blk labels and namespace instantiation by Dan Williams · 10 years ago
- bf9bccc libnvdimm: pmem label sets and namespace instantiation. by Dan Williams · 9 years ago
- 4a826c8 libnvdimm: namespace indices: read and validate by Dan Williams · 9 years ago
- eaf9615 libnvdimm, nfit: add interleave-set state-tracking infrastructure by Dan Williams · 10 years ago
- 9f53f9f libnvdimm, pmem: add libnvdimm support to the pmem driver by Dan Williams · 9 years ago
- 18da2c9 libnvdimm, pmem: move pmem to drivers/nvdimm/ by Dan Williams · 9 years ago
- 3d88002 libnvdimm: support for legacy (non-aliasing) nvdimms by Dan Williams · 9 years ago
- 1f7df6f libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory) by Dan Williams · 9 years ago
- 4d88a97 libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructure by Dan Williams · 9 years ago
- 62232e45 libnvdimm: control (ioctl) messages for nvdimm_bus and nvdimm devices by Dan Williams · 9 years ago
- e6dfb2d libnvdimm, nfit: dimm/memory-devices by Dan Williams · 10 years ago
- 45def22 libnvdimm: control character device and nvdimm_bus sysfs attributes by Dan Williams · 10 years ago
- b94d523 libnvdimm, nfit: initial libnvdimm infrastructure and NFIT support by Dan Williams · 9 years ago