aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* kinst/arm64: Handle an additional PC-relative instructionMark Johnston2026-05-202-67/+69
* kinst/arm64: Fix return values from kinst_invop()Mark Johnston2026-05-201-18/+20
* sf_buf_kva: Return a pointer instead of a vm_offset_tJohn Baldwin2026-04-231-1/+1
* dtrace: Improve dmesg kernel message prefixAlexander Ziaee2026-04-171-7/+7
* dtrace: Implement ustackdepth for arm64Mark Johnston2026-02-171-2/+14
* sdt: Fix the probe ID type in struct sdt_probeMark Johnston2026-01-131-0/+3
* cddl: remove sparc and mips codeMinsoo Choo2026-01-105-223/+2
* mips: remove mips leftoversMinsoo Choo2026-01-062-78/+0
* zfs: fix build after openzfs/zfs@e63d026b9Martin Matuska2025-11-172-0/+6
* stand: Teach the zfs loader about dynamic gang headersMark Johnston2025-11-061-13/+2
* dtrace/arm64: properly traverse the symbol tableKonrad Witaszczyk2025-10-291-1/+1
* opensolaris: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-1/+1
* dtrace: Deduplicate dtrace_sync() and dtrace_xcall() implementationsMark Johnston2025-09-187-154/+25
* dtrace: Use a size_t to represent a buffer size in the printm actionMark Johnston2025-09-101-5/+6
* libsa/zfs: further improve handling of stale labelsGleb Smirnoff2025-08-201-1/+2
* libsa/zfs: refactor vdev tree for better resiliency against stale disksGleb Smirnoff2025-08-201-1/+0
* makefs: zfs uberblock location is calculated wrongToomas Soome2025-08-151-0/+6
* sdt: Initialize probes in two passesMark Johnston2025-07-281-6/+17
* libsa/zfs: prefer a vdev with newer txg to a stale oneGleb Smirnoff2025-07-161-1/+1
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-116-7/+6
* dtrace/profile: Stop storing the probe name in struct profile_probeMark Johnston2025-06-041-2/+0
* dtrace: Add compiler barriers around updates to per-CPU flagsMark Johnston2025-05-282-4/+12
* dtrace/arm64: Fix dtrace_gethrtime()Mark Johnston2025-03-101-2/+31
* dtrace: fix signature mismatch for taskqueue callbacksSHENGYI HONG2025-02-241-4/+11
* Revert "dtrace/arm64: Simplify dtrace_getarg() slightly"Mark Johnston2025-01-291-1/+3
* dtrace/arm64: Fix enumeration of FBT return probesMark Johnston2025-01-291-2/+1
* dtrace/arm64: Simplify dtrace_getarg() slightlyMark Johnston2025-01-291-3/+1
* dtrace: Remove the noinline qualifier from dtrace_getarg()Mark Johnston2025-01-251-4/+0
* dtrace: Use size_t instead of uintptr_t to represent buffer offsetsMark Johnston2025-01-232-13/+12
* dtrace/arm64: Simplify variable declarations in the invop handlerMark Johnston2025-01-221-6/+4
* dtrace: Fix the definition of pc_tMark Johnston2025-01-221-1/+1
* dtrace: Add some more annotations for KMSANMark Johnston2024-11-233-10/+59
* dtrace: Remove an unused typedefMark Johnston2024-11-231-4/+0
* dtrace: Avoid excessive pcpu allocationsMark Johnston2024-11-223-39/+33
* dtrace/amd64: Make invop providers usable with KMSAN enabledMark Johnston2024-11-222-0/+11
* dtrace: Address KMSAN warnings in dtrace_disx86Mark Johnston2024-11-221-2/+4
* Update mentions of makesyscalls.luaBrooks Davis2024-10-301-2/+2
* sdt: Tear down probes in kernel modules during kldunloadJohn Baldwin2024-10-161-9/+102
* dtrace/amd64: Remove the dtrace_invop_callsite symbolMark Johnston2024-09-192-4/+2
* dtrace tests: Add a test case which validates FBT probe argumentsMark Johnston2024-09-191-3/+25
* dtrace_test: Remove the dependency on dtraceallMark Johnston2024-09-191-1/+0
* dtrace/amd64: Fix probe argument fetchingMark Johnston2024-09-191-45/+30
* zfs: merge openzfs/zfs@b10992582Martin Matuska2024-09-091-2/+2
* vm: Remove kernel stack swapping support, part 3Mark Johnston2024-07-291-1/+1
* dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston2024-07-248-4/+12
* sdt: Fix aframe handling after commit ddf0ed09bd8fMark Johnston2024-07-081-1/+12
* dtrace: Add a partial implementation of dtrace_getarg() on arm64Mark Johnston2024-06-201-4/+27
* sdt: Support fetching the probe sixth argument with MI machineryMark Johnston2024-06-202-5/+33
* sdt: Implement SDT probes using hot-patchingMark Johnston2024-06-192-12/+91
* dtrace: Remove LOCK_LEVELMark Johnston2024-06-191-2/+0