| Commit message (Expand) | Author | Age |
| * | Fix a race condition in nvdebug_{readl,readq,writel,writeq}HEADmaster | Joshua Bakita | 2025-04-04 |
| * | Fix a critical regression in 71be6bb5 causing multiple API failuresjbakita-wip | Joshua Bakita | 2024-11-04 |
| * | Delete no-longer-needed nvgpu headers | Joshua Bakita | 2024-09-25 |
| * | Remove dependency on Jetson (nvgpu) driver internals | Joshua Bakita | 2024-09-25 |
| * | Add a README | Joshua Bakita | 2024-09-25 |
| * | Correct an off-by-one error in addr_to_pramin_mut() | Joshua Bakita | 2024-09-25 |
| * | Add IDs and names of new Hopper+ engines | Joshua Bakita | 2024-09-25 |
| * | Return an error, rather than a flag value, from `nvdebug_reg32_read()` | Joshua Bakita | 2024-09-19 |
| * | Correctly check for read errors in the nvdebug_read* functions | Joshua Bakita | 2024-09-19 |
| * | Ampere: disable/enable_channel, preempt/switch_to_tsg, and resubmit_runlist | Joshua Bakita | 2024-09-19 |
| * | Cleanup in nvdebug_entry.c | Joshua Bakita | 2024-09-16 |
| * | Support printing the runlist and channels on Ampere+ GPUs | Joshua Bakita | 2024-09-16 |
| * | Documentation and style cleanup. No functional changes. | Joshua Bakita | 2024-09-10 |
| * | Add Hopper and Blackwell support to bus.c | Joshua Bakita | 2024-09-10 |
| * | Style and documentation cleanup | Joshua Bakita | 2024-04-23 |
| * | Document Turing- Channel Ram and improve channel detail printer | Joshua Bakita | 2024-04-23 |
| * | Fix page-table traversal for version 1 page tables | Joshua Bakita | 2024-04-22 |
| * | Add /proc/gpu#/resubmit_runlist API | Joshua Bakita | 2024-04-21 |
| * | Better logging and errno-defined errors in bus.c | Joshua Bakita | 2024-04-21 |
| * | Match aperture when doing page table searches | Joshua Bakita | 2024-04-21 |
| * | Always dereference the post-I/O-MMU-translated address in mmu.c | Joshua Bakita | 2024-04-21 |
| * | Misc non-functional cleanup and documentation | Joshua Bakita | 2024-04-13 |
| * | Add /proc/gpu#/local_memory API for getting VRAM size | Joshua Bakita | 2024-04-13 |
| * | Linux 5.17+ support and allow including nvdebug.h independently | Joshua Bakita | 2024-04-11 |
| * | Support page directories outside PRAMIN or in SYS_MEM | Joshua Bakita | 2024-04-11 |
| * | Correctly check return code from vram2PRAMIN() | Joshua Bakita | 2024-04-09 |
| * | Improve debugging messages for reverse page translation | Joshua Bakita | 2024-04-09 |
| * | Fix an off-by-one error in V2 reverse page table lookups | Joshua Bakita | 2024-04-09 |
| * | Correctly handle startup errors and fix gpc*_mask APIs | Joshua Bakita | 2024-04-09 |
| * | Return const pointers to string constants. | Joshua Bakita | 2024-04-09 |
| * | Correctly use Volta-based runlist layout on the GV100 GPU | Joshua Bakita | 2024-04-08 |
| * | Heavily refactor runlist code for correctness and Turing support | Joshua Bakita | 2024-04-08 |
| * | Add Jetson TX1 support | Joshua Bakita | 2024-04-08 |
| * | Put PRAMIN-pointer and BAR2-page-table-PRAMIN-pointer logic into bus.c | Joshua Bakita | 2024-04-08 |
| * | Rework LCE<->PCE and GRCE->LCE configuration printing APIarchive/saman63-wip | Joshua Bakita | 2024-04-08 |
| * | Expand support for printing LCE<->PCE and GRCE->LCE configurationrtas24-ae | Joshua J Bakita | 2023-11-08 |
| * | Created new read function in device_info for GRCE mappings and Pascal LCE map... | Saman Sahebi | 2023-10-29 |
| * | patched issues with GPU compatability for CE_MAP | Saman Sahebi | 2023-10-29 |
| * | implemented GRCE to PCE mapping | Saman Sahebi | 2023-10-29 |
| * | Updated for loop formatting and fixed a casting error | Saman Sahebi | 2023-10-29 |
| * | added offsets for lce mapping in nvdebug.h and code to read lce for each pce ... | Saman Sahebi | 2023-10-29 |
| * | Add nvdebug.mod to .gitignore | Joshua Bakita | 2023-10-29 |
| * | Support printing device info on Ampere+ GPUs. By Benjamin Hadad IV | Joshua Bakita | 2023-10-29 |
| * | Rather than abort, print placeholders for missing runlist channels | Joshua Bakita | 2023-10-29 |
| * | Support PRAMIN-based runlist access fallback (optional; on by default) | Joshua Bakita | 2023-10-29 |
| * | Zero-out unused/invalid fields in g_nvdebug_device on Tegra devices | Joshua Bakita | 2023-10-29 |
| * | Include <linux/seq_file.h> in nvdebug.h and sort includes | Joshua Bakita | 2023-10-29 |
| * | Update includes to L4T r32.7.4 and drop nvgpu/gk20a.h dependency | Joshua Bakita | 2023-10-29 |
| * | Only log interrupts if explictly enabled | Joshua Bakita | 2023-10-05 |
| * | Add architecture decode for Ada, Hopper, and Blackwell | Joshua Bakita | 2023-09-01 |