aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-19Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"Dan Williams1-2/+1
2018-04-19libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()Rob Herring1-1/+1
2018-04-16libnvdimm, dimm: handle EACCES failures from label readsDan Williams1-10/+12
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds18-124/+254
2018-04-09Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams1-1/+1
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams18-123/+253
2018-04-09libnvdimm, of_pmem: workaround OF_NUMA=n build errorDan Williams1-1/+2
2018-04-07libnvdimm: Add device-tree based driverOliver O'Halloran3-0/+130
2018-04-07libnvdimm: Add of_node to region and bus descriptorsOliver O'Halloran2-0/+2
2018-04-07libnvdimm, region: quiet region probeDan Williams1-2/+2
2018-04-06libnvdimm, namespace: use a safe lookup for dimm device nameDan Williams1-2/+2
2018-04-06libnvdimm, dimm: fix dpa reservation vs uninitialized label areaDan Williams1-3/+5
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds4-6/+5
2018-04-03libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device'Dan Williams2-1/+8
2018-04-03dax: introduce CONFIG_DAX_DRIVERDan Williams1-1/+1
2018-03-21libnvdimm, nfit: fix persistence domain reportingDan Williams1-4/+6
2018-03-21libnvdimm, region: hide persistence_domain when unknownDan Williams1-0/+7
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-1/+0
2018-03-15libnvdimm, label: change nvdimm_num_label_slots per UEFI 2.7Toshi Kani1-10/+24
2018-03-15libnvdimm, label: change min label storage size per UEFI 2.7Toshi Kani1-1/+1
2018-03-15libnvdimm, pmem: use module_nd_driverJohannes Thumshirn1-11/+1
2018-03-13libnvdimm: remove redundant assignment to pointer 'dev'Colin Ian King1-1/+1
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche3-4/+4
2018-03-07libnvdimm, {btt, blk}: do integrity setup before add_disk()Vishal Verma2-4/+2
2018-03-06libnvdimm: remove redundant __func__ in dev_dbgDan Williams10-93/+77
2018-03-02libnvdimm: re-enable deep flush for pmem devices via fsync()Dave Jiang1-2/+1
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche1-1/+1
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2-1/+16
2018-02-03Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler6-74/+268
2018-02-03libnvdimm, namespace: remove redundant initialization of 'nd_mapping'Colin Ian King1-1/+1
2018-02-01libnvdimm: expose platform persistence attribute for nd_regionDave Jiang1-0/+13
2018-02-01acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang1-1/+3
2018-01-19libnvdimm, btt: fix uninitialized err_lockJeff Moyer1-1/+1
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig4-34/+40
2017-12-21libnvdimm, btt: Fix an incompatibility in the log layoutVishal Verma2-35/+211
2017-12-21libnvdimm, btt: add a couple of missing kernel-doc linesVishal Verma1-0/+2
2017-12-19libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentDan Williams1-3/+12
2017-12-19libnvdimm, pfn: fix start_pad handling for aligned namespacesDan Williams1-2/+3
2017-12-04nfit, libnvdimm: deprecate the generic SMART ioctlDan Williams1-3/+0
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds12-283/+351
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2-0/+5
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-11-02libnvdimm, badrange: remove a WARN for list_emptyVishal Verma1-1/+0
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang6-277/+311
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-12treewide: Fix typos in KconfigMasanari Iida1-1/+1
2017-10-07libnvdimm, namespace: make a couple of functions staticColin Ian King1-2/+2
2017-10-07libnvdimm: introduce 'flags' attribute for DIMM 'lock' and 'alias' statusDan Williams1-0/+12
2017-10-07acpi, nfit: add support for the _LSI, _LSR, and _LSW label methodsDan Williams1-0/+2
2017-09-28libnvdimm, namespace: fix label initialization to use valid seq numbersDan Williams1-1/+1