aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug_linux.c
Commit message (Collapse)AuthorAge
* Correctly check for read errors in the nvdebug_read* functionsJoshua Bakita2024-09-19
| | | | Follows how NVIDIA's open-source GPU driver checks for bad reads.
* Linux 5.17+ support and allow including nvdebug.h independentlyJoshua Bakita2024-04-11
- Move Linux-specific functions to nvdebug_linux.h and .c - Workaround PDE_DATA() being pde_data() on Linux 5.17+