messages from 2024-12-23 02:16:02 to 2025-01-01 16:56:38 UTC [more...]
[PATCH dwarves v3 0/8] pahole: faster reproducible BTF encoding
2025-01-01 16:56 UTC (12+ messages)
` [PATCH dwarves v3 2/8] btf_encoder: separate elf function, saved function representations
` [PATCH dwarves v3 3/8] btf_encoder: introduce elf_functions struct type
` [PATCH dwarves v3 7/8] dwarf_loader: multithreading with a job/worker model
` [PATCH dwarves v3 8/8] btf_encoder: clean up global encoders list
[LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
2025-01-01 6:34 UTC
[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-12-31 16:00 UTC (26+ messages)
` [PATCH v22 01/20] fgraph: Get ftrace recursion lock in function_graph_enter
` [PATCH v22 02/20] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v22 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v22 04/20] fgraph: Pass ftrace_regs to retfunc
` [PATCH v22 05/20] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v22 06/20] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v22 07/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v22 08/20] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v22 09/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v22 10/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v22 11/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v22 12/20] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v22 13/20] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v22 14/20] fprobe: Add fprobe_header encoding feature
` [PATCH v22 15/20] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v22 16/20] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v22 17/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v22 18/20] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v22 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
` [PATCH v23] "
[PATCH v2 0/3] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
2024-12-31 10:30 UTC (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] btf: Switch vmlinux BTF attribute to sysfs_bin_attr_simple_read()
` [PATCH v2 3/3] btf: Switch module "
[PATCH] bpf: Use refcount_t instead of atomic_t for mmap_count
2024-12-31 4:20 UTC (4+ messages)
Errors compiling BPF programs from Linux selftests/bpf with GCC
2024-12-31 4:09 UTC (8+ messages)
[PATCH bpf-next] bpf: Move out synchronize_rcu_tasks_trace from mutex CS
2024-12-31 3:35 UTC
[PATCH net] gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeup
2024-12-31 1:50 UTC (2+ messages)
[PATCH RFC bpf-next v1 0/4] Introduce load-acquire and store-release BPF instructions
2024-12-31 1:15 UTC (10+ messages)
` [PATCH RFC bpf-next v1 2/4] bpf: Introduce load-acquire and store-release instructions
` [PATCH RFC bpf-next v1 4/4] selftests/bpf: Add selftests for "
[PATCH bpf-next 1/2] bpf, arm64: Simplify if logic in emit_lse_atomic()
2024-12-30 23:25 UTC (4+ messages)
` [PATCH bpf-next 2/2] bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()
[PATCH] bpf: Remove unused MT_ENTRY define
2024-12-30 23:20 UTC (3+ messages)
[PATCH bpf-next] bpf: uapi: Document front truncation in bpf_d_path()
2024-12-30 23:15 UTC (2+ messages)
[PATCH bpf-next v2] libbpf: Set MFD_NOEXEC_SEAL when creating memfd
2024-12-30 23:00 UTC (2+ messages)
[PATCH] bpf: Fix holes in special_kfunc_list if !CONFIG_NET
2024-12-30 23:00 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: fix veristat comp mode with new stats
2024-12-30 23:00 UTC (2+ messages)
[PATCH bpf-next v4 0/2] bpf, verifier: Improve precision of BPF_MUL
2024-12-30 23:00 UTC (2+ messages)
d_path() truncates at front of path?
2024-12-30 21:57 UTC (3+ messages)
[PATCH bpf-next] libbpf: Set MFD_NOEXEC_SEAL when creating memfd
2024-12-30 19:23 UTC (3+ messages)
[PATCH v3 bpf-next] bpf: Use non-executable memfds for maps
2024-12-30 19:13 UTC (3+ messages)
[PATCH v2 bpf-next] bpf: Use non-executable memfds for maps
2024-12-30 16:16 UTC (2+ messages)
[PATCH RFCv5 0/8] fix two bugs related to page_pool
2024-12-30 9:15 UTC (4+ messages)
` [PATCH RFCv5 1/8] page_pool: introduce page_pool_to_pp() API
[PATCH bpf-next v2] selftests/bpf: avoid generating untracked files when running bpf selftests
2024-12-29 21:40 UTC (2+ messages)
[PATCH bpf-next] bpf: Use non-executable memfds for maps
2024-12-28 16:39 UTC
[for-next][PATCH 01/18] fgraph: Pass ftrace_regs to entryfunc
2024-12-28 14:48 UTC (19+ messages)
` [for-next][PATCH 02/18] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [for-next][PATCH 03/18] fgraph: Pass ftrace_regs to retfunc
` [for-next][PATCH 04/18] fprobe: Use ftrace_regs in fprobe entry handler
` [for-next][PATCH 05/18] fprobe: Use ftrace_regs in fprobe exit handler
` [for-next][PATCH 06/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [for-next][PATCH 07/18] tracing: Add ftrace_fill_perf_regs() for perf event
` [for-next][PATCH 08/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [for-next][PATCH 09/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [for-next][PATCH 10/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [for-next][PATCH 11/18] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [for-next][PATCH 12/18] fprobe: Rewrite fprobe on function-graph tracer
` [for-next][PATCH 13/18] fprobe: Add fprobe_header encoding feature
` [for-next][PATCH 14/18] tracing/fprobe: Remove nr_maxactive from fprobe
` [for-next][PATCH 15/18] selftests: ftrace: Remove obsolate maxactive syntax check
` [for-next][PATCH 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [for-next][PATCH 17/18] Documentation: probes: Update fprobe on function-graph tracer
` [for-next][PATCH 18/18] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
[POC][RFC][PATCH] build: Make weak functions visible in kallsyms
2024-12-27 19:19 UTC (10+ messages)
[PATCH bpf v3 0/2] bpf: fix wrong copied_seq calculation and add tests
2024-12-27 14:09 UTC (8+ messages)
` [PATCH bpf v3 1/2] bpf: fix wrong copied_seq calculation
[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
2024-12-27 9:58 UTC (9+ messages)
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
[PATCH dwarves v1 1/2] btf_loader: support for multiple BTF_DECL_TAGs pointing to same tag
2024-12-26 21:19 UTC (6+ messages)
` [PATCH dwarves v1 2/2] tests: verify that pfunct prints btf_decl_tags read from BTF
[PATCH bpf-next v3 0/5] net/smc: Introduce smc_ops
2024-12-26 19:44 UTC (6+ messages)
` [PATCH bpf-next v3 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v3 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-12-26 15:42 UTC (8+ messages)
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v21 05/20] fprobe: Use ftrace_regs in fprobe entry handler
[PATCH v2 0/4] ftrace: Add function arguments to function tracers
2024-12-25 22:02 UTC (14+ messages)
` [PATCH v2 1/4] ftrace: Add print_function_args()
` [PATCH v2 2/4] ftrace: Add support for function argument to graph tracer
` [PATCH v2 3/4] ftrace: Have funcgraph-args take affect during tracing
` [PATCH v2 4/4] ftrace: Add arguments to function tracer
[linus:master] [bpf, sockmap] 5d609ba262: BUG:KASAN:null-ptr-deref_in_splice_to_socket
2024-12-25 14:23 UTC
[syzbot] [kernel?] possible deadlock in task_fork_fair
2024-12-25 6:55 UTC (2+ messages)
` [syzbot] [bpf?] [trace?] "
Idea for "function meta"
2024-12-25 3:26 UTC (3+ messages)
[PATCH] scx: Fix maximal BPF selftest prog
2024-12-25 0:10 UTC (8+ messages)
` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix invalid irq restore in scx_ops_bypass()
` [PATCH sched_ext/for-6.13-fixes] sched_ext: Fix dsq_local_on selftest
[PATCHSET v8 sched_ext/for-6.14] sched_ext: split global idle cpumask into per-NUMA cpumasks
2024-12-24 21:29 UTC (28+ messages)
` [PATCH 01/10] sched/topology: introduce for_each_numa_hop_node() / sched_numa_hop_node()
` [PATCH 02/10] sched_ext: Move built-in idle CPU selection policy to a separate file
` [PATCH 04/10] sched_ext: idle: use assign_cpu() to update the idle cpumask
` [PATCH 05/10] sched_ext: idle: clarify comments
` [PATCH 07/10] sched_ext: Introduce per-node idle cpumasks
` [PATCH 08/10] sched_ext: idle: introduce SCX_PICK_IDLE_NODE
` [PATCH 09/10] sched_ext: idle: Get rid of the scx_selcpu_topo_numa logic
` [PATCH 10/10] sched_ext: idle: Introduce NUMA aware idle cpu kfunc helpers
[for-next][PATCH 5/5] fgraph: Get ftrace recursion lock in function_graph_enter
2024-12-24 19:38 UTC
[GIT PULL] bpf for v6.13-rc4
2024-12-24 13:38 UTC (3+ messages)
[PATCH bpf-next v6 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
2024-12-24 12:10 UTC (10+ messages)
` [PATCH bpf-next v6 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v6 4/5] bpf: Make fs kfuncs available for SYSCALL program type
[PATCH v2 0/5] perf: arm_spe: Add format option for discard mode
2024-12-24 10:44 UTC (6+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] perf tool: arm-spe: Pull out functions for aux buffer and tracking setup
` [PATCH v2 3/5] perf tool: arm-spe: Don't allocate buffer or tracking event in discard mode
` [PATCH v2 4/5] perf test: arm_spe: Add test for "
` [PATCH v2 5/5] perf docs: arm_spe: Document new "
[RESEND PATCH bpf-next] BPF-Helpers : Correct spelling mistake
2024-12-24 5:35 UTC (4+ messages)
[PATCH iwl-next 0/9] igc: Add support for Frame Preemption feature in IGC
2024-12-23 21:43 UTC (14+ messages)
` [PATCH iwl-next 5/9] igc: Add support to set MAC Merge data via ethtool
` [PATCH iwl-next 6/9] igc: Add support for frame preemption verification
` [PATCH iwl-next 8/9] igc: Add support to get MAC Merge data via ethtool
` [PATCH iwl-next 9/9] igc: Add support to get frame preemption statistics "
[PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
2024-12-23 20:11 UTC (3+ messages)
` [PATCH] vsprintf: simplify number handling
[PATCH v3 0/4] Prefer sysfs/JSON events also when no PMU is provided
2024-12-23 20:11 UTC (3+ messages)
[PATCH bpf-next v2 1/3] netkit: Allow for configuring needed_{head,tail}room
2024-12-23 18:49 UTC (4+ messages)
` [PATCH bpf-next v2 2/3] netkit: Add add netkit {head,tail}room to rt_link.yaml
[PATCH v3 0/4] perf lock contention: Symbolize locks using slab cache names
2024-12-23 16:38 UTC (5+ messages)
` [PATCH v3 2/4] perf lock contention: Run BPF slab cache iterator
[PATCH iwl-next v3 1/1] igc: Avoid unnecessary link down event in XDP_SETUP_PROG process
2024-12-23 13:52 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH net-next 0/7] xdp: a fistful of generic changes pt. III
2024-12-23 13:50 UTC (6+ messages)
` [PATCH net-next 6/7] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
[PATCH for-next v2] selftests/Makefile: override the srctree for out-of-tree builds
2024-12-23 8:33 UTC
[PATCH v2] perf trace: Add --syscall-sample option
2024-12-23 3:06 UTC (2+ 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