summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
AgeCommit message (Expand)Author
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2018-08-20libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams
2018-08-20libnvdimm: fix ars_status output length calculationVishal Verma
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-07-30libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye
2018-07-25libnvdimm: Export max available extentKeith Busch
2018-07-25libnvdimm: Use max contiguous area for namespace sizeKeith Busch
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-07-18block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo
2018-07-14libnvdimm: Introduce locked DIMM capacity supportDan Williams
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-28libnvdimm, pmem: Fix memcpy_mcsafe() return code handling in nsio_rw_bytes()Dan Williams
2018-06-28pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-06libnvdimm, pmem: Do not flush power-fail protected CPU cachesRoss Zwisler
2018-06-06libnvdimm, pmem: Unconditionally deep flush on *syncRoss Zwisler
2018-06-06libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSHRoss Zwisler
2018-06-02libnvdimm, e820: Register all pmem resourcesDan Williams
2018-06-02libnvdimm: Debug probe timesDan Williams
2018-05-31linvdimm, pmem: Preserve read-only setting for pmem devicesRobert Elliott
2018-05-22pmem: Switch to copy_to_iter_mcsafe()Dan Williams
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams
2018-05-15x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams
2018-04-19Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"Dan Williams
2018-04-19libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()Rob Herring
2018-04-16libnvdimm, dimm: handle EACCES failures from label readsDan Williams
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams
2018-04-09libnvdimm, of_pmem: workaround OF_NUMA=n build errorDan Williams
2018-04-07libnvdimm: Add device-tree based driverOliver O'Halloran
2018-04-07libnvdimm: Add of_node to region and bus descriptorsOliver O'Halloran
2018-04-07libnvdimm, region: quiet region probeDan Williams
2018-04-06libnvdimm, namespace: use a safe lookup for dimm device nameDan Williams
2018-04-06libnvdimm, dimm: fix dpa reservation vs uninitialized label areaDan Williams
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-03libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device'Dan Williams
2018-04-03dax: introduce CONFIG_DAX_DRIVERDan Williams
2018-03-21libnvdimm, nfit: fix persistence domain reportingDan Williams
2018-03-21libnvdimm, region: hide persistence_domain when unknownDan Williams
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche
2018-03-15libnvdimm, label: change nvdimm_num_label_slots per UEFI 2.7Toshi Kani
2018-03-15libnvdimm, label: change min label storage size per UEFI 2.7Toshi Kani
2018-03-15libnvdimm, pmem: use module_nd_driverJohannes Thumshirn
2018-03-13libnvdimm: remove redundant assignment to pointer 'dev'Colin Ian King
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-03-07libnvdimm, {btt, blk}: do integrity setup before add_disk()Vishal Verma