summaryrefslogtreecommitdiff
path: root/sys/dev/nvdimm
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-01-24sys: make the kernel metadata pointer globalAhmad Khalifa
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-11-01nvdimm: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-22Fix Coverity issue in the NVDIMM driverRobert Herndon
2022-05-09nvdimm: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06nvdimm_e820: Use driver->name in identify method.John Baldwin
2022-05-06nvdimm: Use devclass_lookup to find devclasses.John Baldwin
2022-04-13nvdimm: Inline value of variable used once in an assertion.John Baldwin
2022-04-07nvdimm: Remove unused variable.John Baldwin
2022-03-01bus: Add ACPI locator supportWarner Losh
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-02-18nvdimm(4): Export NVDIMM health flags via sysctlRavi Pokala
2020-05-13kernel: provide panicky version of __unreachableKyle Evans
2019-12-30Use atomic for start_count in devstat_start_transaction().Alexander Motin
2019-11-12nvdimm(4): Fix various problems when the using the second label index blockD Scott Phillips
2019-11-12nvdimm(4): Only expose namespaces for accessible data SPAsD Scott Phillips
2019-10-18nvdimm(4): Persist unit numbers in cdevConrad Meyer
2019-10-18nvdimm_e820: Fix braino in size=all SPA hintConrad Meyer
2019-10-10nvdimm(4): Calculate and save memattr once; it never changesConrad Meyer
2019-10-04nvdimm(4): Add nvdimm_e820 pseudo-busConrad Meyer
2019-10-02nvdimm: Fix error path mis-freeConrad Meyer
2019-09-27nvdimm(4): Extract ACPI root bus driverConrad Meyer
2019-08-19Don't set the string "unknown" as a device's location_strD Scott Phillips
2019-06-06nvdimm: Provide nvdimm location informationD Scott Phillips
2019-05-06zero inputs to vm_page_initfake() for predictable resultsTycho Nightingale
2019-02-22nvdimm: Simple namespace supportBen Widawsky
2019-02-22nvdimm: Read NVDIMM namespace labelsBen Widawsky
2019-02-22nvdimm: split spa dev into a separate entityBen Widawsky
2019-01-31nvdimm: only enumerate present nvdimm devicesKonstantin Belousov
2019-01-31nvdimm: enumerate NVDIMM SPA ranges from the root deviceKonstantin Belousov
2019-01-18nvdimm: initialize SPA uuids statically.Konstantin Belousov
2019-01-18nvdimm: add a driver for the NVDIMM root deviceKonstantin Belousov
2018-12-23nvdimm SPA geom: Update bio fields needed for devstat_end_transaction_bio().Konstantin Belousov
2018-10-23Initializer error variable in nvdimm_spa_uio().Konstantin Belousov
2018-10-20nvdimm(4): Fix GCC 6.4.0 buildConrad Meyer
2018-10-16Add initial driver for ACPI NFIT-enumerated NVDIMMs.Konstantin Belousov