summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev/dtrace/powerpc/dtrace_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-141-2/+7
* Make the second argument of dtrace_invop() a trapframe pointer.markj2016-04-171-9/+8
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.markj2016-03-171-2/+0
* Fix build after unifying DAR/DEAR storage in trap frame.nwhitehorn2015-03-051-1/+1
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-231-2/+3
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesmarkj2014-07-141-4/+3
* Whitespace cleanup.jhibbits2013-09-021-48/+48
* Fixes for DTrace on PowerPC:jhibbits2013-08-311-55/+140
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,jhibbits2013-03-181-0/+74
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-071-0/+201
OpenPOWER on IntegriCloud