messages from 2024-07-11 01:23:24 to 2024-07-17 16:28:10 UTC [more...]
[PATCH v3 0/5] perf build: libtraceevent, libtracefs feature check with pkg-config
2024-07-17 16:27 UTC
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-07-17 14:12 UTC (4+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
[PATCH pre-6.7] kprobes: Fix double free of kretprobe_holder
2024-07-17 12:52 UTC
[PATCH v6 0/9] fs: multigrain timestamp redux
2024-07-17 12:02 UTC (27+ messages)
` [PATCH v6 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v6 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v6 3/9] fs: add percpu counters for significant "
` [PATCH v6 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v6 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v6 6/9] xfs: switch to "
` [PATCH v6 7/9] ext4: "
` [PATCH v6 8/9] btrfs: convert "
` [PATCH v6 9/9] tmpfs: add support for "
[PATCH] tracing: remove unreachable trace_array_put
2024-07-16 19:34 UTC (6+ messages)
` [lvc-project] "
[PATCH v2] Documentation: Document user_events ioctl code
2024-07-16 17:15 UTC (2+ messages)
[PATCH v1] selftests/ftrace: Skip test for optimized probes on PowerPC if Secure Boot is enabled
2024-07-16 11:26 UTC
[PATCH 1/1] tracing/sched: sched_switch: place prev_comm and next_comm in right order
2024-07-16 9:18 UTC (3+ messages)
[PATCH] MAINTAINERS: Add uprobes entry
2024-07-16 9:17 UTC (5+ messages)
[PATCH] tracing: Update MAINTAINERS file
2024-07-16 9:15 UTC (5+ messages)
[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-07-16 8:33 UTC (5+ messages)
` [PATCH 1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc()
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text
[PATCH v5 0/4] Generate address range data for built-in modules
2024-07-16 3:10 UTC (5+ messages)
` [PATCH v5 1/4] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v5 2/4] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v5 3/4] scripts: add verifier script for builtin module range data
` [PATCH v5 4/4] module: add install target for modules.builtin.ranges
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-07-15 20:39 UTC (12+ messages)
[PATCH v2] ring-buffer: Align meta-page to sub-buffers for improved TLB usage
2024-07-15 18:59 UTC (2+ messages)
[PATCH v2 00/11] perf/uprobe: Optimize uprobes
2024-07-15 18:10 UTC (43+ messages)
` [PATCH v2 01/11] perf/uprobe: Re-indent labels
` [PATCH v2 02/11] perf/uprobe: Remove spurious whitespace
` [PATCH v2 03/11] rbtree: Provide rb_find_rcu() / rb_find_add_rcu()
` [PATCH v2 04/11] perf/uprobe: RCU-ify find_uprobe()
` [PATCH v2 05/11] perf/uprobe: Simplify UPROBE_HANDLER_REMOVE logic
` [PATCH v2 06/11] perf/uprobe: SRCU-ify uprobe->consumer list
` [PATCH v2 07/11] perf/uprobe: Split uprobe_unregister()
` [PATCH v2 08/11] perf/uprobe: Convert (some) uprobe->refcount to SRCU
` [PATCH v2 09/11] srcu: Add __srcu_clone_read_lock()
` [PATCH v2 10/11] perf/uprobe: Convert single-step and uretprobe to SRCU
` [PATCH v2 11/11] perf/uprobe: Add uretprobe timer
[PATCH] lib: test_objpool: add missing MODULE_DESCRIPTION() macro
2024-07-15 16:11 UTC (7+ messages)
[PATCH v3] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
2024-07-15 14:51 UTC
[PATCH v2] lib: test_objpool: add missing MODULE_DESCRIPTION() macro
2024-07-15 14:18 UTC
[RFC PATCH v4 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
2024-07-15 12:42 UTC (23+ messages)
` [RFC PATCH v4 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [RFC PATCH v4 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [RFC PATCH v4 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [RFC PATCH v4 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [RFC PATCH v4 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [RFC PATCH v4 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [RFC PATCH v4 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [RFC PATCH v4 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [RFC PATCH v4 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [RFC PATCH v4 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [RFC PATCH v4 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [RFC PATCH v4 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [RFC PATCH v4 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [RFC PATCH v4 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [RFC PATCH v4 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [RFC PATCH v4 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [RFC PATCH v4 17/17] powerpc64/bpf: Add support for bpf trampolines
[PATCH -fixes] riscv: patch: Flush the icache right after patching to avoid illegal insns
2024-07-15 8:12 UTC (3+ messages)
[PATCH 0/2] uprobe: Fix uretprobe syscall wiring
2024-07-15 7:34 UTC (7+ messages)
` [PATCH 1/2] uprobe: Change uretprobe syscall scope and number
` [PATCH 2/2] selftests/bpf: Change uretprobe syscall number in uprobe_syscall test
[PATCH] tracing: Replace 21 seq_puts() calls by seq_putc() calls
2024-07-14 13:50 UTC
[RFC PATCH v3 00/11] powerpc: Add support for ftrace direct and BPF trampolines
2024-07-14 7:52 UTC (3+ messages)
[syzbot] [bpf?] [trace?] possible deadlock in console_flush_all (3)
2024-07-13 22:54 UTC
[PATCH v3 0/4] Add SBAF test to IFS
2024-07-13 0:40 UTC (5+ messages)
` [PATCH v3 1/4] platform/x86/intel/ifs: Refactor MSR usage in IFS test code
` [PATCH v3 2/4] platform/x86/intel/ifs: Add SBAF test image loading support
` [PATCH v3 3/4] platform/x86/intel/ifs: Add SBAF test support
` [PATCH v3 4/4] trace: platform/x86/intel/ifs: Add SBAF trace support
[PATCH] xfs: fix file_path handling in tracepoints
2024-07-12 12:14 UTC (4+ messages)
[PATCH v2 0/4] Add SBAF test to IFS
2024-07-12 8:24 UTC (15+ messages)
` [PATCH v2 1/4] platform/x86/intel/ifs: Refactor MSR usage in IFS test code
` [PATCH v2 2/4] platform/x86/intel/ifs: Add SBAF test image loading support
` [PATCH v2 3/4] platform/x86/intel/ifs: Add SBAF test support
` [PATCH v2 4/4] trace: platform/x86/intel/ifs: Add SBAF trace support
[PATCH v2] bootconfig: Remove duplicate included header file linux/bootconfig.h
2024-07-11 23:35 UTC (2+ messages)
[PATCH net-next v16 00/13] Device Memory TCP
2024-07-11 21:41 UTC (13+ messages)
` [PATCH net-next v16 05/13] page_pool: devmem support
` [PATCH net-next v16 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v16 13/13] netdev: add dmabuf introspection
[PATCH v5 0/9] fs: multigrain timestamp redux
2024-07-11 19:40 UTC (21+ messages)
` [PATCH v5 1/9] fs: add infrastructure for multigrain timestamps
` [PATCH v5 2/9] fs: tracepoints around multigrain timestamp events
` [PATCH v5 3/9] fs: add percpu counters for significant "
` [PATCH v5 4/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v5 5/9] Documentation: add a new file documenting multigrain timestamps
` [PATCH v5 6/9] xfs: switch to "
` [PATCH v5 7/9] ext4: "
` [PATCH v5 8/9] btrfs: convert "
` [PATCH v5 9/9] tmpfs: add support for "
[PATCH 0/3] uprobes: future cleanups for review
2024-07-11 18:26 UTC (9+ messages)
` [PATCH 2/3] uprobes: simplify error handling for alloc_uprobe()
` [PATCH 3/3] uprobes: make uprobe_register() return struct uprobe *
[syzbot] [mm?] possible deadlock in __mmap_lock_do_trace_released
2024-07-11 14:33 UTC (3+ messages)
[PATCH v2] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
2024-07-11 14:10 UTC (4+ messages)
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;
as well as URLs for NNTP newsgroup(s).