summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)Author
2018-03-21libnvdimm, nfit: fix persistence domain reportingDan Williams
2018-03-21libnvdimm, region: hide persistence_domain when unknownDan Williams
2018-03-13libnvdimm: remove redundant assignment to pointer 'dev'Colin Ian King
2018-03-07libnvdimm, {btt, blk}: do integrity setup before add_disk()Vishal Verma
2018-03-02libnvdimm: re-enable deep flush for pmem devices via fsync()Dave Jiang
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler
2018-02-03Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler
2018-02-03libnvdimm, namespace: remove redundant initialization of 'nd_mapping'Colin Ian King
2018-02-01libnvdimm: expose platform persistence attribute for nd_regionDave Jiang
2018-02-01acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang
2018-01-19libnvdimm, btt: fix uninitialized err_lockJeff Moyer
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig
2017-12-21libnvdimm, btt: Fix an incompatibility in the log layoutVishal Verma
2017-12-21libnvdimm, btt: add a couple of missing kernel-doc linesVishal Verma
2017-12-19libnvdimm, dax: fix 1GB-aligned namespaces vs physical misalignmentDan Williams
2017-12-19libnvdimm, pfn: fix start_pad handling for aligned namespacesDan Williams
2017-12-04nfit, libnvdimm: deprecate the generic SMART ioctlDan Williams
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02libnvdimm, badrange: remove a WARN for list_emptyVishal Verma
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12treewide: Fix typos in KconfigMasanari Iida
2017-10-07libnvdimm, namespace: make a couple of functions staticColin Ian King
2017-10-07libnvdimm: introduce 'flags' attribute for DIMM 'lock' and 'alias' statusDan Williams
2017-10-07acpi, nfit: add support for the _LSI, _LSR, and _LSW label methodsDan Williams
2017-09-28libnvdimm, namespace: fix label initialization to use valid seq numbersDan Williams
2017-09-28libnvdimm, pfn: make 'resource' attribute only readable by rootDan Williams
2017-09-28libnvdimm, namespace: make 'resource' attribute only readable by rootDan Williams
2017-09-28libnvdimm, region : make 'resource' attribute only readable by rootDan Williams
2017-09-28libnvdimm, dimm: clear 'locked' status on successful DIMM enableDan Williams
2017-09-18libnvdimm, namespace: fix btt claim class crashDan Williams
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-09libnvdimm, btt: fix format string warningsRandy Dunlap
2017-09-07libnvdimm, btt: clean up warning and error messagesVishal Verma
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06block, THP: make block_device_operations.rw_page support THPHuang Ying
2017-09-04libnvdimm, nfit: move the check on nd_reserved2 to the endpointMeng Xu
2017-08-31libnvdimm: fix integer overflow static analysis warningDan Williams
2017-08-31libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy
2017-08-31libnvdimm, btt: rework error clearingVishal Verma
2017-08-31libnvdimm: fix potential deadlock while clearing errorsVishal Verma
2017-08-31libnvdimm, btt: cache sector_size in arena_infoVishal Verma
2017-08-31libnvdimm, btt: ensure that flags were also unchanged during a map_readVishal Verma
2017-08-31libnvdimm, btt: refactor map entry operations with macrosVishal Verma
2017-08-31libnvdimm, btt: fix a missed NVDIMM_IO_ATOMIC case in the write pathVishal Verma
2017-08-30libnvdimm, btt: check memory allocation failureChristophe Jaillet