messages from 2026-02-02 22:31:18 to 2026-02-06 08:27:29 UTC [more...]
[RFC bpf-next 00/12] bpf: tracing_multi link
2026-02-06 8:27 UTC (42+ messages)
` [RFC bpf-next 01/12] ftrace: Add ftrace_hash_count function
` [RFC bpf-next 02/12] bpf: Add struct bpf_trampoline_ops object
` [RFC bpf-next 03/12] bpf: Add struct bpf_struct_ops_tramp_link object
` [RFC bpf-next 04/12] bpf: Add struct bpf_tramp_node object
` [RFC bpf-next 05/12] bpf: Add multi tracing attach types
` [RFC bpf-next 06/12] bpf: Add bpf_trampoline_multi_attach/detach functions
` [RFC bpf-next 07/12] bpf: Add support to create tracing multi link
` [RFC bpf-next 08/12] libbpf: Add btf__find_by_glob_kind function
` [RFC bpf-next 09/12] libbpf: Add support to create tracing multi link
` [RFC bpf-next 10/12] selftests/bpf: Add fentry tracing multi func test
` [RFC bpf-next 11/12] selftests/bpf: Add fentry intersected "
` [RFC bpf-next 12/12] selftests/bpf: Add tracing multi benchmark test
[PATCH v2] trace/hwlat: prevent false sharing in get_sample()
2026-02-06 8:09 UTC (3+ messages)
[PATCH 2/2] tracing: resolve enum names for function arguments via BTF
2026-02-06 4:09 UTC (14+ messages)
[PATCH v2 00/20] rv/rvgen: Robustness, modernization, and fixes
2026-02-05 20:12 UTC (36+ messages)
` [PATCH v2 01/20] rv/rvgen: introduce AutomataError exception class
` [PATCH v2 02/20] rv/rvgen: remove bare except clauses in generator
` [PATCH v2 03/20] rv/rvgen: replace % string formatting with f-strings
` [PATCH v2 04/20] rv/rvgen: replace __len__() calls with len()
` [PATCH v2 05/20] rv/rvgen: remove unnecessary semicolons
` [PATCH v2 06/20] rv/rvgen: use context managers for file operations
` [PATCH v2 07/20] rv/rvgen: fix typos in automata and generator docstring and comments
` [PATCH v2 08/20] rv/rvgen: fix PEP 8 whitespace violations
` [PATCH v2 09/20] rv/rvgen: fix DOT file validation logic error
` [PATCH v2 10/20] rv/rvgen: use class constant for init marker
` [PATCH v2 11/20] rv/rvgen: refactor automata.py to use iterator-based parsing
` [PATCH v2 12/20] rv/rvgen: remove unused sys import from dot2c
` [PATCH v2 13/20] rv/rvgen: remove unused __get_main_name method
` [PATCH v2 14/20] rv/rvgen: make monitor arguments required in rvgen
` [PATCH v2 15/20] rv/rvgen: fix isinstance check in Variable.expand()
` [PATCH v2 16/20] rv/rvgen: extract node marker string to class constant
` [PATCH v2 17/20] rv/rvgen: enforce presence of initial state
` [PATCH v2 18/20] rv/rvgen: fix unbound loop variable warning
` [PATCH v2 19/20] rv/rvgen: fix _fill_states() return type annotation
` [PATCH v2 20/20] rv/rvgen: add missing return type annotations
[PATCH v13 00/18] unwind_deferred: Implement sframe handling
2026-02-05 18:54 UTC (3+ messages)
[PATCH v11 00/30] Tracefs support for pKVM
2026-02-05 17:51 UTC (17+ messages)
` [PATCH v11 07/30] tracing: Add non-consuming read to trace remotes
` [PATCH v11 09/30] tracing: Add events "
` [PATCH v11 13/30] tracing: Introduce simple_ring_buffer
` [PATCH v11 14/30] tracing: Add a trace remote module for testing
` [PATCH v11 15/30] tracing: selftests: Add trace remote tests
` [PATCH v11 16/30] Documentation: tracing: Add tracing remotes
` [PATCH v11 17/30] tracing: load/unload page callbacks for simple_ring_buffer
[PATCH v6 0/4] tracing/fprobe: Support comma-separated symbol lists and :entry/:exit suffixes
2026-02-05 13:58 UTC (5+ messages)
` [PATCH v6 1/4] tracing/fprobe: Support comma-separated symbols and :entry/:exit
` [PATCH v6 2/4] fprobe: Support comma-separated filters in register_fprobe()
` [PATCH v6 3/4] docs: tracing/fprobe: Document list filters and :entry/:exit
` [PATCH v6 4/4] selftests/ftrace: Add accept cases for fprobe list syntax
[PATCH] uprobes: replace deprecated kmap_atomic() with kmap_local_page()
2026-02-05 12:29 UTC (6+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-02-05 7:04 UTC (14+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
[PATCH net-next 00/15] mptcp: misc. features for v6.20/7.0
2026-02-05 2:50 UTC (3+ messages)
` [PATCH net-next 04/15] trace: mptcp: add mptcp_rcvbuf_grow tracepoint
[PATCH v6 0/4] tracing: Remove backup instance after read all
2026-02-05 2:17 UTC (6+ messages)
` [PATCH v6 1/4] tracing: Reset last_boot_info if ring buffer is reset
` [PATCH v6 2/4] tracing: Make the backup instance non-reusable
[PATCH v2] tracing: Fix ftrace event field alignments
2026-02-05 0:49 UTC (2+ messages)
[PATCH v3 0/2] bootconfig: Handle an empty value
2026-02-05 0:46 UTC (3+ messages)
` [PATCH v3 1/2] bootconfig: Terminate value search if it hits a newline
` [PATCH v3 2/2] bootconfig: Check the parsed output of the good examples
[PATCH v2 0/2] bootconfig: Handle an empty value
2026-02-04 23:13 UTC (7+ messages)
` [PATCH v2 1/2] bootconfig: Terminate value search if it hits a newline
` [PATCH v2 2/2] bootconfig: Check the parsed output of the good examples
[PATCH mm-unstable v14 00/16] khugepaged: mTHP support
2026-02-04 22:00 UTC (13+ messages)
` [PATCH mm-unstable v14 03/16] introduce collapse_single_pmd to unify khugepaged and madvise_collapse
` [PATCH mm-unstable v14 07/16] khugepaged: introduce collapse_max_ptes_none helper function
` [PATCH mm-unstable v14 08/16] khugepaged: generalize collapse_huge_page for mTHP collapse
[PATCH] [v2] tracing: move __printf() attribute on __ftrace_vbprintk()
2026-02-04 21:48 UTC (3+ messages)
[ANNOUNCE] libtraceevent 1.9 released!
2026-02-04 19:23 UTC
[PATCH v5 0/3] Tracing: Accelerate Kernel Boot by Asynchronizing
2026-02-04 10:15 UTC (5+ messages)
` [PATCH v5 1/3] tracing: Rename `eval_map_wq` and allow other parts of tracing use it
` [PATCH v5 2/3] blktrace: Make init_blk_tracer() asynchronous
` [PATCH v5 3/3] tracing/kprobes: Skip setup_boot_kprobe_events() when no cmdline event
[PATCH v2] tracing: Fix funcgraph_exit calltime/rettime offset for 32-bit ARM
2026-02-04 1:21 UTC (12+ messages)
[PATCH v7 0/6] x86/vdso: VDSO updates and fixes for sframes
2026-02-04 0:49 UTC (14+ messages)
` [PATCH v7 1/6] x86/vdso: Fix DWARF generation for getrandom()
` [PATCH v7 2/6] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [PATCH v7 3/6] x86/asm: Simplify VDSO DWARF generation
` [PATCH v7 4/6] x86/vdso: Use SYM_FUNC_{START,END} in __kernel_vsyscall()
` [PATCH v7 5/6] x86/vdso: Use CFI macros in __vdso_sgx_enter_enclave()
` [PATCH v7 6/6] x86/vdso: Enable sframe generation in VDSO
[PATCH] bpf: add missing __printf attributes
2026-02-04 0:33 UTC (8+ messages)
[PATCH v6 0/6] x86/vdso: VDSO updates and fixes for sframes
2026-02-03 17:22 UTC (3+ messages)
[PATCH] tracing: remove __printf() attribute on __ftrace_vbprintk()
2026-02-03 17:17 UTC (5+ messages)
[PATCH v5 00/15] rv: Add Hybrid Automata monitor type, per-object and deadline monitors
2026-02-03 11:06 UTC (3+ messages)
` [PATCH v5 09/15] sched: Add task enqueue/dequeue trace points
[PATCH v5] stm: class: Add MIPI OST protocol support
2026-02-03 10:26 UTC (6+ messages)
[PATCH] bootconfig: Fix to terminate value search if it hits a newline
2026-02-02 23:05 UTC (5+ messages)
[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
2026-02-02 22:36 UTC (5+ messages)
` [RFC PATCH v2 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v2 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v2 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v2 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox