aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvdimm
Commit message (Expand)AuthorAgeFilesLines
* bus: Document special ranges of IVARsJohn Baldwin2026-02-171-1/+1
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-241-5/+1
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-6/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-3/+1
* nvdimm: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin2024-11-011-8/+8
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-2/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Fix Coverity issue in the NVDIMM driverRobert Herndon2023-02-231-3/+7
* nvdimm: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-093-9/+3
* nvdimm_e820: Use driver->name in identify method.John Baldwin2022-05-061-5/+5
* nvdimm: Use devclass_lookup to find devclasses.John Baldwin2022-05-062-22/+23
* nvdimm: Inline value of variable used once in an assertion.John Baldwin2022-04-131-3/+1
* nvdimm: Remove unused variable.John Baldwin2022-04-081-2/+1
* bus: Add ACPI locator supportWarner Losh2022-03-011-0/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-9/+4
* 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-149/+302
* 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-194/+139
* 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