summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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-071-2/+2
| | * | libnvdimm, dimm: fix dpa reservation vs uninitialized label areaDan Williams2018-04-071-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/+1Star
| | * | libnvdimm: remove redundant __func__ in dev_dbgDan Williams2018-03-0610-93/+77Star
| | |/
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-054-6/+5Star
|\ \ \ | |/ / |/| |
| * | block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-1/+0Star
| * | 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-141-1/+1
* | | libnvdimm, {btt, blk}: do integrity setup before add_disk()Vishal Verma2018-03-072-4/+2Star
| |/ |/|
* | libnvdimm: re-enable deep flush for pmem devices via fsync()Dave Jiang2018-03-031-2/+1Star
|/
* 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-201-3/+12
| * libnvdimm, pfn: fix start_pad handling for aligned namespacesDan Williams2017-12-201-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-201-1/+1
* | nfit, libnvdimm: deprecate the generic SMART ioctlDan Williams2017-12-041-3/+0Star
|/
* 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/+0Star
| * 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
| * libnvdimm, dimm: clear 'locked' status on successful DIMM enableDan Williams2017-09-283-0/+9
* | bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2017-11-162-0/+5
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \
| * | treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* libnvdimm, namespace: fix btt claim class crashDan Williams2017-09-191-0/+9
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-7/+0Star
|\
| * dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-111-7/+0Star
* | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-1112-124/+259
|\ \