summaryrefslogtreecommitdiff
path: root/drivers/nvdimm
AgeCommit message (Expand)Author
2017-03-15nfit, libnvdimm: fix interleave set cookie calculationDan Williams
2017-02-14libnvdimm, pfn: fix memmap reservation size versus 4K alignmentDan Williams
2017-02-14libnvdimm, namespace: do not delete namespace-id 0Dan Williams
2017-01-26libnvdimm, namespace: fix pmem namespace leak, delete when size set to zeroDan Williams
2017-01-09libnvdimm, pfn: fix align attributeDan Williams
2016-12-06acpi, nfit, libnvdimm: fix / harden ars_status output length handlingDan Williams
2016-10-27nvdimm: make CONFIG_NVDIMM_DAX 'bool'Arnd Bergmann
2016-10-19pmem: report error on clear poison failureToshi Kani
2016-10-19libnvdimm, namespace: potential NULL deref on allocation errorDan Carpenter
2016-10-07Merge branch 'for-4.9/dax' into libnvdimm-for-nextDan Williams
2016-10-07Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-nextDan Williams
2016-10-07/dev/dax: fix Kconfig dependency build breakageRoss Zwisler
2016-10-07libnvdimm, namespace: allow creation of multiple pmem-namespaces per regionDan Williams
2016-10-07libnvdimm, namespace: lift single pmem limit in scan_labels()Dan Williams
2016-10-07libnvdimm, namespace: filter out of range labels in scan_labels()Dan Williams
2016-10-07libnvdimm, namespace: enable allocation of multiple pmem namespacesDan Williams
2016-10-07libnvdimm, namespace: update label implementation for multi-pmemDan Williams
2016-10-07libnvdimm, namespace: expand pmem device naming scheme for multi-pmemDan Williams
2016-10-07libnvdimm, region: update nd_region_available_dpa() for multi-pmem supportDan Williams
2016-10-07libnvdimm, namespace: sort namespaces by dpa at initDan Williams
2016-10-07libnvdimm, namespace: allow multiple pmem-namespaces per region at scan timeDan Williams
2016-10-05libnvdimm, namespace: unify blk and pmem label scanningDan Williams
2016-10-05libnvdimm, namespace: refactor uuid_show() into a namespace_to_uuid() helperDan Williams
2016-09-30libnvdimm, label: convert label tracking to a linked listDan Williams
2016-09-30libnvdimm, region: move region-mapping input-paramters to nd_mapping_descDan Williams
2016-09-30nvdimm: reduce duplicated wpq flushesDave Jiang
2016-09-30libnvdimm: clear the internal poison_list when clearing badblocksVishal Verma
2016-09-30pmem: reduce kmap_atomic sections to the memcpys onlyVishal Verma
2016-09-24libnvdimm, region: fix flush hint table thinkoDan Williams
2016-09-21nvdimm: remove duplicate nd_mapping declarationDave Jiang
2016-09-21libnvdimm, namespace: debug invalid interleave-set-cookie valuesDan Williams
2016-09-21libnvdimm: fix devm_nvdimm_memremap() error pathDan Williams
2016-09-19nvdimm: fix PHYS_PFN/PFN_PHYS mixupOliver O'Halloran
2016-09-09libnvdimm: allow legacy (e820) pmem region to clear bad blocksDave Jiang
2016-09-01libnvdimm: Fix nvdimm_probe error on NVDIMM-NToshi Kani
2016-09-01nvdimm: Spelling s/unacknoweldged/unacknowledged/Geert Uytterhoeven
2016-08-29acpi, nfit: add dimm device notification supportDan Williams
2016-08-08nvdimm, btt: add a size attribute for BTTsVishal Verma
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-24Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams
2016-07-24libnvdimm-btt: Delete an unnecessary check before the function call "__nd_dev...Markus Elfring
2016-07-23nfit, libnvdimm: allow an ARS scrub to be triggered on demandVishal Verma
2016-07-23libnvdimm: register nvdimm_bus devices with an nd_bus driverDan Williams
2016-07-23pmem: clarify a debug print in pmem_clear_poisonVishal Verma
2016-07-21libnvdimm: move ->module to struct nvdimm_bus_descriptorDan Williams