aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
...
* dtrace: export dtrace_dis_get_byte()Christos Margiolis2023-05-222-1/+6
* fbt/x86: update FBT_AFRAMES to match the trap handlersChuck Silvers2023-05-111-2/+4
* stand: remove ZFS warning about computered but unused variableWarner Losh2023-05-011-1/+1
* kinst: test lock in kinst_trampoline_dealloc_locked()Christos Margiolis2023-05-011-0/+2
* fbt: get rid of redundant definesChristos Margiolis2023-05-016-12/+3
* kinst: do not use DPCPU_ID_GET if we already have the trampolineChristos Margiolis2023-04-281-1/+1
* dtrace: Sync dis_tables.c with illumosMark Johnston2023-04-251-120/+1256
* dtrace: add register bindings for RISC-VChristos Margiolis2023-04-202-5/+62
* dtrace: use dtrace_instr_size() in the riscv dtrace_subr.cChristos Margiolis2023-04-201-10/+3
* dtrace: expose dtrace_instr_size() to userland and implement it for riscvChristos Margiolis2023-04-202-1/+26
* dtrace: get rid of uchar_t typesChristos Margiolis2023-04-204-12/+12
* dtrace: handle NOP instructions in the riscv invop handlerChristos Margiolis2023-04-101-0/+3
* dtrace/powerpc: Remove accidental commented out lineJustin Hibbits2023-03-131-1/+0
* dtrace/powerpc: "Fix" stack traces across trap framesJustin Hibbits2023-03-111-6/+15
* dtrace/powerpc: Adjust AFRAMES for fbt and profileJustin Hibbits2023-03-112-2/+2
* dtrace: implement riscv dtrace_getustackdepth()Mitchell Horne2023-02-061-4/+27
* dtrace: Fix RISC-V user stack unwinderJessica Clarke2023-02-061-3/+2
* dtrace: handle page faults in riscv dtrace_trap()Mitchell Horne2023-02-061-5/+16
* dtrace_asm.S: properly enter/exit user accessMitchell Horne2023-02-061-1/+15
* dtrace: Improve a verifier error messageDomagoj Stolfa2023-01-241-10/+10
* dtrace: correct the aframes value for fbt providerMitchell Horne2023-01-121-2/+3
* dtrace: correct profile aframes value for riscvMitchell Horne2023-01-121-2/+1
* dtrace: dtrace_getpcstack() tweaks for riscvMitchell Horne2023-01-122-13/+21
* dtrace: kill mips definitions in profile providerMitchell Horne2023-01-121-12/+0
* dtrace: remove unused definesMitchell Horne2023-01-123-20/+0
* kinst: Add per-CPU interrupt trampolinesMark Johnston2022-12-083-5/+78
* kinst: Make the provider ops table constMark Johnston2022-12-081-1/+1
* kinst: Correct a commentMark Johnston2022-12-081-1/+1
* powerpc/dtrace: Guard fuword64 usage for powerpc64 onlyJustin Hibbits2022-11-211-0/+4
* dtrace: avoid kinst warn when not usedMateusz Guzik2022-11-151-2/+7
* dtrace: Fix the i386 FBT buildMark Johnston2022-11-011-0/+8
* dtrace: Fix up %rip for invop probes on x86Mark Johnston2022-10-312-1/+15
* dtrace: Make pid provider work on trivial testsJustin Hibbits2022-10-301-0/+4
* kinst: Clarify a comment in the trampoline allocatorMark Johnston2022-10-141-4/+5
* kinst: Remove an unused constantMark Johnston2022-10-141-5/+0
* dtrace: Drop illumos ifdefs for CPU register definitionsMark Johnston2022-10-122-60/+0
* kinst: Initial revisionChristos Margiolis2022-10-116-0/+1204
* dtrace: Add a "regs" variableMark Johnston2022-10-048-55/+63
* opensolaris: Delete unused sourcesMark Johnston2022-09-292-81/+0
* Adjust function definition in riscv's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* Adjust function definition in powerpc's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* Adjust function definition in arm's dtrace_subr.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* dtrace/amd64: Implement emulation of call instructionsMark Johnston2022-08-093-7/+59
* fbt/x86: Extract arg1 for return probes from the trapframeMark Johnston2022-08-091-2/+4
* stand/libsa: zfs use standard ZFS_EARLY stuffWarner Losh2022-07-241-0/+2
* zfs: Increase compatibility for different environmentsWarner Losh2022-07-241-0/+2
* Adjust fbt_unload() definition to avoid clang 15 warningDimitry Andric2022-07-211-1/+1
* Adjust prototype_unload() definition to avoid clang 15 warningDimitry Andric2022-07-201-1/+1
* Adjust dtrace_unload() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* Adjust dtrace_getf_barrier() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1