aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/riscv
Commit message (Expand)AuthorAgeFilesLines
* Stack unwinding robustness fixes for RISC-V.John Baldwin2020-12-081-4/+4
* Use uintptr_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Fix build after r367020Mitchell Horne2020-10-241-3/+3
* dtrace: fix fbt return probes on RISC-VKristof Provost2020-09-111-4/+4
* Fix entering KDB with dtrace-enabled kernel.Ruslan Bukin2020-05-261-0/+6
* Add support for 'C'-compressed ISA extension to DTrace FBT provider.Ruslan Bukin2018-09-031-14/+42
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-091-2/+2
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* Update RISC-V port to Privileged Architecture Version 1.9.Ruslan Bukin2016-08-022-5/+5
* Correct the implementation of dtrace_interrupt_disable/enable.Ruslan Bukin2016-05-271-2/+3
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-244-0/+903