aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* nvdimm(4): Export NVDIMM health flags via sysctlRavi Pokala2021-02-183-1/+77
* kernel: provide panicky version of __unreachableKyle Evans2020-05-131-1/+2
* Use atomic for start_count in devstat_start_transaction().Alexander Motin2019-12-302-6/+0
* nvdimm(4): Fix various problems when the using the second label index blockD Scott Phillips2019-11-121-11/+23
* nvdimm(4): Only expose namespaces for accessible data SPAsD Scott Phillips2019-11-123-1/+13
* nvdimm(4): Persist unit numbers in cdevConrad Meyer2019-10-183-4/+5
* nvdimm_e820: Fix braino in size=all SPA hintConrad Meyer2019-10-181-2/+2
* nvdimm(4): Calculate and save memattr once; it never changesConrad Meyer2019-10-103-12/+14
* nvdimm(4): Add nvdimm_e820 pseudo-busConrad Meyer2019-10-043-0/+408
* nvdimm: Fix error path mis-freeConrad Meyer2019-10-021-1/+1
* nvdimm(4): Extract ACPI root bus driverConrad Meyer2019-09-273-225/+288
* Don't set the string "unknown" as a device's location_strD Scott Phillips2019-08-191-1/+1
* nvdimm: Provide nvdimm location informationD Scott Phillips2019-06-061-0/+19
* zero inputs to vm_page_initfake() for predictable resultsTycho Nightingale2019-05-061-1/+2
* nvdimm: Simple namespace supportBen Widawsky2019-02-223-0/+108
* nvdimm: Read NVDIMM namespace labelsBen Widawsky2019-02-222-0/+295
* nvdimm: split spa dev into a separate entityBen Widawsky2019-02-222-140/+205
* nvdimm: only enumerate present nvdimm devicesKonstantin Belousov2019-01-313-150/+303
* nvdimm: enumerate NVDIMM SPA ranges from the root deviceKonstantin Belousov2019-01-313-111/+60
* nvdimm: initialize SPA uuids statically.Konstantin Belousov2019-01-182-37/+51
* nvdimm: add a driver for the NVDIMM root deviceKonstantin Belousov2019-01-182-196/+141
* nvdimm SPA geom: Update bio fields needed for devstat_end_transaction_bio().Konstantin Belousov2018-12-231-0/+4
* Initializer error variable in nvdimm_spa_uio().Konstantin Belousov2018-10-231-0/+1
* nvdimm(4): Fix GCC 6.4.0 buildConrad Meyer2018-10-201-1/+1
* Add initial driver for ACPI NFIT-enumerated NVDIMMs.Konstantin Belousov2018-10-163-0/+1146