summaryrefslogtreecommitdiff
path: root/sys/cddl
AgeCommit message (Expand)Author
6 dayssdt: Fix the probe ID type in struct sdt_probeMark Johnston
9 dayscddl: remove sparc and mips codeMinsoo Choo
13 daysmips: remove mips leftoversMinsoo Choo
2025-11-17zfs: fix build after openzfs/zfs@e63d026b9Martin Matuska
2025-11-06stand: Teach the zfs loader about dynamic gang headersMark Johnston
2025-10-29dtrace/arm64: properly traverse the symbol tableKonrad Witaszczyk
2025-10-13opensolaris: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-09-18dtrace: Deduplicate dtrace_sync() and dtrace_xcall() implementationsMark Johnston
2025-09-10dtrace: Use a size_t to represent a buffer size in the printm actionMark Johnston
2025-08-20libsa/zfs: further improve handling of stale labelsGleb Smirnoff
2025-08-20libsa/zfs: refactor vdev tree for better resiliency against stale disksGleb Smirnoff
2025-08-15makefs: zfs uberblock location is calculated wrongToomas Soome
2025-07-28sdt: Initialize probes in two passesMark Johnston
2025-07-16libsa/zfs: prefer a vdev with newer txg to a stale oneGleb Smirnoff
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-06-04dtrace/profile: Stop storing the probe name in struct profile_probeMark Johnston
2025-05-28dtrace: Add compiler barriers around updates to per-CPU flagsMark Johnston
2025-03-09dtrace/arm64: Fix dtrace_gethrtime()Mark Johnston
2025-02-24dtrace: fix signature mismatch for taskqueue callbacksSHENGYI HONG
2025-01-29Revert "dtrace/arm64: Simplify dtrace_getarg() slightly"Mark Johnston
2025-01-29dtrace/arm64: Fix enumeration of FBT return probesMark Johnston
2025-01-29dtrace/arm64: Simplify dtrace_getarg() slightlyMark Johnston
2025-01-25dtrace: Remove the noinline qualifier from dtrace_getarg()Mark Johnston
2025-01-23dtrace: Use size_t instead of uintptr_t to represent buffer offsetsMark Johnston
2025-01-22dtrace/arm64: Simplify variable declarations in the invop handlerMark Johnston
2025-01-22dtrace: Fix the definition of pc_tMark Johnston
2024-11-23dtrace: Add some more annotations for KMSANMark Johnston
2024-11-23dtrace: Remove an unused typedefMark Johnston
2024-11-22dtrace: Avoid excessive pcpu allocationsMark Johnston
2024-11-22dtrace/amd64: Make invop providers usable with KMSAN enabledMark Johnston
2024-11-22dtrace: Address KMSAN warnings in dtrace_disx86Mark Johnston
2024-10-30Update mentions of makesyscalls.luaBrooks Davis
2024-10-16sdt: Tear down probes in kernel modules during kldunloadJohn Baldwin
2024-09-19dtrace/amd64: Remove the dtrace_invop_callsite symbolMark Johnston
2024-09-19dtrace tests: Add a test case which validates FBT probe argumentsMark Johnston
2024-09-19dtrace_test: Remove the dependency on dtraceallMark Johnston
2024-09-19dtrace/amd64: Fix probe argument fetchingMark Johnston
2024-09-09zfs: merge openzfs/zfs@b10992582Martin Matuska
2024-07-29vm: Remove kernel stack swapping support, part 3Mark Johnston
2024-07-24dtrace: Avoid including dtrace_isa.c directly into dtrace.cMark Johnston
2024-07-08sdt: Fix aframe handling after commit ddf0ed09bd8fMark Johnston
2024-06-20dtrace: Add a partial implementation of dtrace_getarg() on arm64Mark Johnston
2024-06-20sdt: Support fetching the probe sixth argument with MI machineryMark Johnston
2024-06-19sdt: Implement SDT probes using hot-patchingMark Johnston
2024-06-19dtrace: Remove LOCK_LEVELMark Johnston
2024-06-05arm64: Support BTI checking in most of the kernelAndrew Turner
2024-06-01boot/zfs: Sync the definition of dsl_dataset_phys with OpenZFSMark Johnston
2024-04-21Revert "dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag"Andriy Gapon
2024-03-15arm64: Use void pointers for arguments to arm64_get_writable_addrJohn Baldwin
2024-03-15arm64: Switch the address argument to cpu_*cache* to a pointerJohn Baldwin