summaryrefslogtreecommitdiff
path: root/drivers/nvdimm/region_devs.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-25libnvdimm: Export max available extentKeith Busch1-0/+16
2018-07-25libnvdimm: Use max contiguous area for namespace sizeKeith Busch1-0/+24
2018-06-06libnvdimm, pmem: Do not flush power-fail protected CPU cachesRoss Zwisler1-1/+2
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams1-0/+9
2018-04-07libnvdimm: Add of_node to region and bus descriptorsOliver O'Halloran1-0/+1
2018-04-03libnvdimm: add an api to cast a 'struct nd_region' to its 'struct device'Dan Williams1-0/+8
2018-03-21libnvdimm, nfit: fix persistence domain reportingDan Williams1-4/+6
2018-03-21libnvdimm, region: hide persistence_domain when unknownDan Williams1-0/+7
2018-02-01libnvdimm: expose platform persistence attribute for nd_regionDave Jiang1-0/+13
2017-09-28libnvdimm, region : make 'resource' attribute only readable by rootDan Williams1-2/+6
2017-08-04nfit, libnvdimm, region: export 'position' in mapping infoDan Williams1-2/+4
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams1-18/+25
2017-06-29acpi, nfit: quiet invalid block-aperture-region warningsDan Williams1-1/+1
2017-06-29libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile regionDan Williams1-0/+6
2017-06-27libnvdimm, nfit: enable support for volatile rangesDan Williams1-13/+14
2017-06-27libnvdimm, pmem: fix persistence warningDan Williams1-2/+3
2017-06-27x86, libnvdimm, pmem: remove global pmem apiDan Williams1-1/+0
2017-06-15libnvdimm, label: add v1.2 interleave-set-cookie algorithmDan Williams1-5/+38
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams1-2/+2
2017-05-04libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKEDDan Williams1-2/+2
2017-04-29libnvdimm: rework region badblocks clearingDan Williams1-10/+5
2017-04-28libnvdimm, region: sysfs trigger for nvdimm_flush()Dan Williams1-0/+41
2017-04-24libnvdimm, region: fix flush hint detection crashDan Williams1-4/+7
2017-04-12libnvdimm: Add 'resource' sysfs attribute to regionsDave Jiang1-0/+13
2017-04-12libnvdimm: add mechanism to publish badblocks at the region levelDave Jiang1-0/+19
2017-03-01nfit, libnvdimm: fix interleave set cookie calculationDan Williams1-0/+9
2016-12-15libnvdimm: replace mutex_is_locked() warnings with lockdep_assert_heldDan Williams1-1/+1
2016-10-07Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-nextDan Williams1-17/+41
2016-10-07libnvdimm, namespace: allow creation of multiple pmem-namespaces per regionDan Williams1-5/+13
2016-10-07libnvdimm, region: update nd_region_available_dpa() for multi-pmem supportDan Williams1-3/+2
2016-09-30libnvdimm, label: convert label tracking to a linked listDan Williams1-2/+17
2016-09-30libnvdimm, region: move region-mapping input-paramters to nd_mapping_descDan Williams1-7/+9
2016-09-30nvdimm: reduce duplicated wpq flushesDave Jiang1-1/+16
2016-09-24libnvdimm, region: fix flush hint table thinkoDan Williams1-8/+12
2016-09-19nvdimm: fix PHYS_PFN/PFN_PHYS mixupOliver O'Halloran1-1/+1
2016-07-11libnvdimm: cycle flush hintsDan Williams1-3/+14
2016-07-11libnvdimm: introduce nvdimm_flush() and nvdimm_has_flush()Dan Williams1-0/+61
2016-07-11libnvdimm, nfit: move flush hint mapping to region-device driver-dataDan Williams1-3/+76
2016-07-11libnvdimm, nfit: remove nfit_spa_map() infrastructureDan Williams1-3/+0
2016-05-20libnvdimm: release ida resourcesDan Williams1-0/+5
2016-05-09libnvdimm, dax: introduce device-dax infrastructureDan Williams1-0/+29
2016-01-05libnvdimm: fix namespace object confusion in is_uuid_busy()Dan Williams1-56/+0
2015-12-13libnvdimm, pfn: fix pfn seed creationDan Williams1-0/+7
2015-12-08nvdimm: do not show pfn_seed for non pmem regionsDmitry Krivenok1-0/+3
2015-08-28libnvdimm, pmem: direct map legacy pmem by defaultDan Williams1-0/+1
2015-08-28libnvdimm, pfn: 'struct page' provider infrastructureDan Williams1-0/+19
2015-07-25libnvdimm: fix namespace seed creationDan Williams1-0/+5
2015-06-26libnvdimm: Set numa_node to NVDIMM devicesToshi Kani1-0/+1
2015-06-26libnvdimm, nfit: handle unarmed dimms, mark namespaces read-onlyDan Williams1-0/+29
2015-06-26libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memoryRoss Zwisler1-11/+80