Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-07-16 14:06:51 to 2026-07-18 03:19:47 UTC [more...]

[PATCH v9 00/10] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-18  2:51 UTC  (14+ messages)
` [PATCH v9 01/10] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v9 02/10] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v9 03/10] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v9 04/10] selftests: tracing: Add syntax "
` [PATCH v9 05/10] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v9 06/10] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v9 07/10] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v9 08/10] tracing: wprobe: Add wprobe event trigger
` [PATCH v9 09/10] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v9 10/10] tracing/wprobe: Support BTF typecast in fetchargs

[RFC v3 0/2] rm64: kprobes: Fix single-step fault and reentry handling
 2026-07-18  3:17 UTC  (11+ messages)
` [RFC v3 2/2] arm64: kprobes: Allow reentering kprobes while single-stepping

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-18  2:59 UTC  (25+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section

[PATCH] tracing: Fix context switch counter truncation
 2026-07-17 23:45 UTC  (2+ messages)

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-17 18:10 UTC  (16+ messages)
` [RFC PATCH v2 01/13] arch: add HAVE_REINSTALL_HW_BREAKPOINT
` [RFC PATCH v2 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [RFC PATCH v2 03/13] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [RFC PATCH v2 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH v2 05/13] mm/kwatch: add watch expression parser and dereference engine
` [RFC PATCH v2 06/13] mm/kwatch: add lockless per-task context pool
` [RFC PATCH v2 07/13] stacktrace: export stack_trace_save_regs()
` [RFC PATCH v2 08/13] mm/kwatch: add hardware breakpoint backend
` [RFC PATCH v2 09/13] mm/kwatch: add probe lifecycle runtime
` [RFC PATCH v2 10/13] mm/kwatch: add anchor thread for global watchpoints
` [RFC PATCH v2 11/13] mm/kwatch: add debugfs control plane
` [RFC PATCH v2 12/13] mm/kwatch: add KUnit tests for the watch expression parser
` [RFC PATCH v2 13/13] Documentation/dev-tools: document KWatch

[RFC] tracing: Try user copies with page faults disabled first
 2026-07-17 17:37 UTC  (2+ messages)

[PATCH RFC v3 3/6] mm: rename get_user_page_vma_remote() to get_user_page_lookup_vma()
 2026-07-17 17:00 UTC 

[PATCH v4 00/17] rv: Add selftests to tools and KUnit tests
 2026-07-17 15:46 UTC  (18+ messages)
` [PATCH v4 01/17] rv: Use generic rv_this for the rv_monitor variable in LTL
` [PATCH v4 02/17] tools/rv: Fix exit status when monitor execution fails
` [PATCH v4 03/17] verification/rvgen: Improve rv_dir discovery in RVGenerator
` [PATCH v4 04/17] verification/rvgen: Use pathlib instead of os.path
` [PATCH v4 05/17] verification/rvgen: Improve consistency in template files
` [PATCH v4 06/17] tools/rv: Add selftests
` [PATCH v4 07/17] verification/rvgen: Add golden and spec folders for tests
` [PATCH v4 08/17] verification/rvgen: Add selftests
` [PATCH v4 09/17] verification/rvgen: Add the rvgen kunit subcommand
` [PATCH v4 10/17] verification/rvgen: Add selftests for rvgen kunit
` [PATCH v4 11/17] rv: Export task monitor slot and react symbols
` [PATCH v4 12/17] rv: Add KUnit tests for some DA/HA monitors
` [PATCH v4 13/17] rv: Add KUnit stub for current
` [PATCH v4 14/17] rv: Add KUnit tests for some LTL monitors
` [PATCH v4 15/17] selftests/verification: Fix wrong errexit assumption
` [PATCH v4 16/17] selftests/verification: Rearrange the wwnr_printk test
` [PATCH v4 17/17] selftests/verification: Add selftests for deadline and stall monitors

[PATCH v4 0/8] rv/tlob: Add task latency over budget RV monitor
 2026-07-17 13:46 UTC  (3+ messages)
` [PATCH v4 1/8] rv/da: introduce DA_MON_ALLOCATION_STRATEGY

[PATCH] uprobes: Restore original return address in uretprobe context
 2026-07-17  8:23 UTC 

[PATCH v1 0/7] ntfs3: add tracepoints for core filesystem paths
 2026-07-17  3:22 UTC  (8+ messages)
` [PATCH v1 v1 1/7] ntfs3: add mount and log replay tracepoints
` [PATCH v1 v1 2/7] ntfs3: add namei tracepoints
` [PATCH v1 v1 3/7] ntfs3: add create inode tracepoint
` [PATCH v1 v1 4/7] ntfs3: add directory index tracepoints
` [PATCH v1 v1 5/7] ntfs3: add allocation tracepoints
` [PATCH v1 v1 6/7] ntfs3: add iomap tracepoints
` [PATCH v1 v1 7/7] ntfs3: add file I/O tracepoints

[PATCH 0/2] tracing: Fix a kernel crash related to :mod: command
 2026-07-17  2:51 UTC  (3+ messages)
` [PATCH 1/2] tracing: Fix union collision of module and refcnt for dynamic events
` [PATCH 2/2] selftests/ftrace: Reset triggers at top level before instance loop

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-16 17:20 UTC  (4+ messages)
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN private/shared status

[PATCH] rtla/cli: Unify and improve handling of invalid option arguments
 2026-07-16 16:20 UTC  (2+ messages)

[PATCH] tracing: uprobes: Fix incorrect __free function that frees an error value in __trace_uprobe_create()
 2026-07-16 14:31 UTC 

[linus:master] [selftests/tracing] c5c413534d: kselftests-bpf.ftrace.ftracetest-ktap._instance_event_trigger_-_test_poll_wait_on_histogram.fail
 2026-07-16 14:30 UTC 

[PATCH 1/4] rtla: Allow unsetting non-list custom-callback CLI options
 2026-07-16 14:08 UTC  (7+ messages)
` [PATCH 2/4] rtla: Add unit tests for unset in opt callbacks
` [PATCH 3/4] rtla: Add unit tests for CLI with unset
` [PATCH 4/4] Documentation/rtla: Document unsetting options


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox