summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2018-05-152-4/+5
* Revert "libnvdimm, of_pmem: workaround OF_NUMA=n build error"Dan Williams2018-04-191-2/+1
* libnvdimm, of_pmem: use dev_to_node() instead of of_node_to_nid()Rob Herring2018-04-191-1/+1
* libnvdimm, dimm: handle EACCES failures from label readsDan Williams2018-04-161-10/+12
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-1018-124/+254
|\
| * Merge branch 'for-4.17/dax' into libnvdimm-for-nextDan Williams2018-04-091-1/+1
| |\
| | * dax: introduce CONFIG_DAX_DRIVERDan Williams2018-04-031-1/+1
| * | Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams2018-04-0918-123/+253
| |\ \
| | * | libnvdimm, of_pmem: workaround OF_NUMA=n build errorDan Williams2018-04-091-1/+2
| | * | libnvdimm: Add device-tree based driverOliver O'Halloran2018-04-073-0/+130
| | * | libnvdimm: Add of_node to region and bus descriptorsOliver O'Halloran2018-04-072-0/+2
| | * | libnvdimm, region: quiet region probeDan Williams2018-04-071-2/+2
| | * | libnvdimm, namespace: use a safe lookup for dimm device nameDan Williams2018-04-061-2/+2
| | * | libnvdimm, dimm: fix dpa reservation vs uninitialized label areaDan Williams2018-04-061-3/+5
| | * | libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device'Dan Williams2018-04-032-1/+8
| | * | libnvdimm, label: change nvdimm_num_label_slots per UEFI 2.7Toshi Kani2018-03-151-10/+24
| | * | libnvdimm, label: change min label storage size per UEFI 2.7Toshi Kani2018-03-151-1/+1
| | * | libnvdimm, pmem: use module_nd_driverJohannes Thumshirn2018-03-151-11/+1
| | * | libnvdimm: remove redundant __func__ in dev_dbgDan Williams2018-03-0610-93/+77
| | |/
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-054-6/+5
|\ \ \ | |/ / |/| |
| * | block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-1/+0
| * | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-083-4/+4
| * | block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+1
* | | libnvdimm, nfit: fix persistence domain reportingDan Williams2018-03-211-4/+6
* | | libnvdimm, region: hide persistence_domain when unknownDan Williams2018-03-211-0/+7
* | | libnvdimm: remove redundant assignment to pointer 'dev'Colin Ian King2018-03-131-1/+1
* | | libnvdimm, {btt, blk}: do integrity setup before add_disk()Vishal Verma2018-03-072-4/+2
| |/ |/|
* | libnvdimm: re-enable deep flush for pmem devices via fsync()Dave Jiang2018-03-021-2/+1
|/
* Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2018-02-032-1/+16
|\
| * libnvdimm: expose platform persistence attribute for nd_regionDave Jiang2018-02-011-0/+13
| * acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang2018-02-011-1/+3
* | Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler2018-02-036-74/+268
|\ \
| * | memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig2018-01-084-34/+40
| |/
| * libnvdimm, btt: Fix an incompatibility in the log layoutVishal Verma2017-12-212-35/+211
| * libnvdimm, btt: add a couple of missing kernel-doc linesVishal Verma2017-12-211-0/+2
| * libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentDan Williams2017-12-191-3/+12
| * libnvdimm, pfn: fix start_pad handling for aligned namespacesDan Williams2017-12-191-2/+3
* | libnvdimm, namespace: remove redundant initialization of 'nd_mapping'Colin Ian King2018-02-031-1/+1
* | libnvdimm, btt: fix uninitialized err_lockJeff Moyer2018-01-191-1/+1
* | nfit, libnvdimm: deprecate the generic SMART ioctlDan Williams2017-12-041-3/+0
|/
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-1712-283/+351
|\
| * libnvdimm, badrange: remove a WARN for list_emptyVishal Verma2017-11-021-1/+0
| * libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang2017-11-026-277/+311
| * libnvdimm, namespace: make a couple of functions staticColin Ian King2017-10-071-2/+2
| * libnvdimm: introduce 'flags' attribute for DIMM 'lock' and 'alias' statusDan Williams2017-10-071-0/+12
| * acpi, nfit: add support for the _LSI, _LSR, and _LSW label methodsDan Williams2017-10-071-0/+2
| * libnvdimm, namespace: fix label initialization to use valid seq numbersDan Williams2017-09-281-1/+1
| * libnvdimm, pfn: make 'resource' attribute only readable by rootDan Williams2017-09-281-0/+8
| * libnvdimm, namespace: make 'resource' attribute only readable by rootDan Williams2017-09-281-1/+1
| * libnvdimm, region : make 'resource' attribute only readable by rootDan Williams2017-09-281-2/+6