BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- [PATCH net v2] bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY,
Magnus Karlsson
- [PATCH bpf-next 1/2] bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly,
Yonghong Song
- [PATCH bpf-next 00/16] bpf: Introduce BPF arena.,
Alexei Starovoitov
- [PATCH bpf-next 01/16] bpf: Allow kfuncs return 'void *', Alexei Starovoitov
- [PATCH bpf-next 02/16] bpf: Recognize '__map' suffix in kfunc arguments, Alexei Starovoitov
- [PATCH bpf-next 03/16] mm: Expose vmap_pages_range() to the rest of the kernel., Alexei Starovoitov
- [PATCH bpf-next 04/16] bpf: Introduce bpf_arena., Alexei Starovoitov
- [PATCH bpf-next 05/16] bpf: Disasm support for cast_kern/user instructions., Alexei Starovoitov
- [PATCH bpf-next 06/16] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions., Alexei Starovoitov
- [PATCH bpf-next 07/16] bpf: Add x86-64 JIT support for bpf_cast_user instruction., Alexei Starovoitov
- [PATCH bpf-next 08/16] bpf: Recognize cast_kern/user instructions in the verifier., Alexei Starovoitov
- [PATCH bpf-next 09/16] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA., Alexei Starovoitov
- [PATCH bpf-next 11/16] libbpf: Add support for bpf_arena., Alexei Starovoitov
- [PATCH bpf-next 10/16] libbpf: Add __arg_arena to bpf_helpers.h, Alexei Starovoitov
- [PATCH bpf-next 12/16] libbpf: Allow specifying 64-bit integers in map BTF., Alexei Starovoitov
- [PATCH bpf-next 13/16] bpf: Tell bpf programs kernel's PAGE_SIZE, Alexei Starovoitov
- [PATCH bpf-next 14/16] bpf: Add helper macro bpf_arena_cast(), Alexei Starovoitov
- [PATCH bpf-next 15/16] selftests/bpf: Add bpf_arena_list test., Alexei Starovoitov
- [PATCH bpf-next 16/16] selftests/bpf: Add bpf_arena_htab test., Alexei Starovoitov
- Re: [PATCH bpf-next 00/16] bpf: Introduce BPF arena., Donald Hunter
- [LSF/MM/BPF TOPIC] Cross-platform BPF compiler issues, dthaler1968
- Re:Re: [PATCH bpf-next v2 1/2] bpf: Have bpf_rdonly_cast() take a const pointer, xuanzhuo
- [PATCH v7 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v7 01/36] ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default, Masami Hiramatsu (Google)
- [PATCH v7 02/36] tracing: Add a comment about ftrace_regs definition, Masami Hiramatsu (Google)
- [PATCH v7 03/36] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v7 04/36] x86: tracing: Add ftrace_regs definition in the header, Masami Hiramatsu (Google)
- [PATCH v7 07/36] function_graph: Add an array structure that will allow multiple callbacks, Masami Hiramatsu (Google)
- [PATCH v7 08/36] function_graph: Allow multiple users to attach to function graph, Masami Hiramatsu (Google)
- [PATCH v7 09/36] function_graph: Remove logic around ftrace_graph_entry and return, Masami Hiramatsu (Google)
- [PATCH v7 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks, Masami Hiramatsu (Google)
- [PATCH v7 11/36] ftrace: Allow function_graph tracer to be enabled in instances, Masami Hiramatsu (Google)
- [PATCH v7 12/36] ftrace: Allow ftrace startup flags exist without dynamic ftrace, Masami Hiramatsu (Google)
- [PATCH v7 06/36] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long, Masami Hiramatsu (Google)
- [PATCH v7 14/36] function_graph: Use a simple LRU for fgraph_array index number, Masami Hiramatsu (Google)
- [PATCH v7 15/36] function_graph: Add "task variables" per task for fgraph_ops, Masami Hiramatsu (Google)
- [PATCH v7 16/36] function_graph: Move set_graph_function tests to shadow stack global var, Masami Hiramatsu (Google)
- [PATCH v7 13/36] function_graph: Have the instances use their own ftrace_ops for filtering, Masami Hiramatsu (Google)
- [PATCH v7 17/36] function_graph: Move graph depth stored data to shadow stack global var, Masami Hiramatsu (Google)
- [PATCH v7 18/36] function_graph: Move graph notrace bit to shadow stack global var, Masami Hiramatsu (Google)
- [PATCH v7 05/36] function_graph: Convert ret_stack to a series of longs, Masami Hiramatsu (Google)
- [PATCH v7 20/36] function_graph: Improve push operation for several interrupts, Masami Hiramatsu (Google)
- [PATCH v7 21/36] function_graph: Add selftest for passing local variables, Masami Hiramatsu (Google)
- [PATCH v7 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v7 23/36] function_graph: Add a new exit handler with parent_ip and ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v7 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data(), Masami Hiramatsu (Google)
- [PATCH v7 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS, Masami Hiramatsu (Google)
- [PATCH v7 25/36] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS, Masami Hiramatsu (Google)
- [PATCH v7 26/36] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v7 27/36] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v7 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v7 29/36] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v7 31/36] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v7 32/36] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v7 30/36] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v7 33/36] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v7 34/36] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v7 35/36] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v7 36/36] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH bpf-next] libbpf: Use OPTS_SET() macro in bpf_xdp_query(),
Toke Høiland-Jørgensen
- [PATCH bpf-next v4 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness,
Viktor Malik
- [PATCH bpf-next V3] bpf: use -Wno-address-of-packed-member in some selftests,
Jose E. Marchesi
- [PATCH v6 bpf-next 0/5] bpf: Add bpf_iter_cpumask,
Yafang Shao
- [PATCH bpf-next v5 0/3] Support PTR_MAYBE_NULL for struct_ops arguments.,
thinker . li
- [PATCH bpf-next] selftests/bpf: Fix flaky test verif_scale_strobemeta_subprogs,
Yonghong Song
- [PATCH bpf-next] bpf, docs: Fix typos in instructions-set.rst,
Dave Thaler
- [PATCH v1 0/6] maps memory improvements and fixes,
Ian Rogers
- [PATCH bpf-next] selftests/bpf: mark dynptr kfuncs __weak to make them optional on old kernels,
Andrii Nakryiko
- [PATCH bpf-next] libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check,
Andrii Nakryiko
- [PATCH net-next v2] net/sched: actions report errors with extack,
Stephen Hemminger
- [PATCH bpf-next v3 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness,
Viktor Malik
- Re:Re: [PATCH bpf-next] selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute, xuanzhuo
- [PATCH net-next v5 0/5] remove page frag implementation in vhost_net,
Yunsheng Lin
- [PATCH bpf-next 0/2] xsk: support redirect to any socket bound to the same umem,
Magnus Karlsson
- [PATCH net] bonding: do not report NETDEV_XDP_ACT_XSK_ZEROCOPY,
Magnus Karlsson
- [PATCH bpf-next] bpf: allow bpf_skb_load_bytes in tracing prog,
Philo Lu
- [PATCH v8 net-next 0/4] add multi-buff support for xdp running in generic mode,
Lorenzo Bianconi
- [PATCH net-next v2 0/7] dma: skip calling no-op sync ops when possible,
Alexander Lobakin
- FYI: bpf selftest verif_scale_strobemeta_subprogs failed with latest llvm19,
Yonghong Song
- [PATCH bpf-next v2 0/2] Transfer RCU lock state across subprog calls,
Kumar Kartikeya Dwivedi
- [PATCH bpf-next] selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute,
Yonghong Song
- [PATCH bpf-next v1 0/2] Transfer RCU lock state across subprog calls,
Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 0/2] Enable static subprog calls in spin lock critical sections,
Kumar Kartikeya Dwivedi
- [PATCH bpf-next v2 0/2] bpf, bpftool: Support dumping kfunc prototypes from BTF,
Daniel Xu
- [PATCH bpf-next] selftests/bpf: Fix flaky test ptr_untrusted,
Yonghong Song
- Re:[PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF, xuanzhuo
- [PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF,
Daniel Xu
- [PATCH bpf-next v1 0/2] Enable static subprog calls in spin lock critical sections,
Kumar Kartikeya Dwivedi
- [PATCH] bpf: merge two CONFIG_BPF entries,
Masahiro Yamada
- [PATCH bpf-next v3 0/2] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops,
Geliang Tang
- [PATCH bpf-next] selftests/bpf: Suppress warning message of an unused variable.,
thinker . li
- [PATCH bpf-next v2 0/2] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops,
Geliang Tang
- [PATCH bpf-next] bpf: Remove an unnecessary check.,
thinker . li
- [Bpf] ISA: do individual instructions still need their own IANA status?,
dthaler1968=40googlemail . com
- [PATCH v3 0/8] Clean up libperf cpumap's empty function,
Ian Rogers
- [PATCH v3 1/8] libperf cpumap: Add any, empty and min helpers, Ian Rogers
- [PATCH v3 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc, Ian Rogers
- [PATCH v3 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps, Ian Rogers
- [PATCH v3 4/8] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use, Ian Rogers
- [PATCH v3 5/8] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty, Ian Rogers
- [PATCH v3 6/8] perf arm64 header: Remove unnecessary CPU map get and put, Ian Rogers
- [PATCH v3 7/8] perf stat: Remove duplicate cpus_map_matched function, Ian Rogers
- [PATCH v3 8/8] perf cpumap: Use perf_cpu_map__for_each_cpu when possible, Ian Rogers
- Re: [PATCH v3 0/8] Clean up libperf cpumap's empty function, Ian Rogers
- [PATCH bpf-next v3] bpf, docs: Expand set of initial conformance groups,
Dave Thaler
- [RFC bpf-next v4 0/6] Support PTR_MAYBE_NULL for struct_ops arguments.,
thinker . li
- [PATCH bpf-next 0/3] Two small fixes for global subprog tagging,
Andrii Nakryiko
- [PATCH net-next 2/4] ice: make ice_vsi_cfg_txq() static, Tony Nguyen
- [PATCH net-next 1/4] ice: make ice_vsi_cfg_rxq() static, Tony Nguyen
- [PATCH v1 bpf-next 0/9] BPF static branches,
Anton Protopopov
- [PATCH v1 bpf-next 2/9] bpf: keep track of and expose xlated insn offsets, Anton Protopopov
- [PATCH v1 bpf-next 1/9] bpf: fix potential error return, Anton Protopopov
- [PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns, Anton Protopopov
- [PATCH v1 bpf-next 4/9] selftests/bpf: Add tests for instructions mappings, Anton Protopopov
- [PATCH v1 bpf-next 6/9] bpf: add support for an extended JA instruction, Anton Protopopov
- [PATCH v1 bpf-next 5/9] bpftool: dump new fields of bpf prog info, Anton Protopopov
- [PATCH v1 bpf-next 7/9] bpf: Add kernel/bpftool asm support for new instructions, Anton Protopopov
- [PATCH v1 bpf-next 8/9] bpf: add BPF_STATIC_BRANCH_UPDATE syscall, Anton Protopopov
- [PATCH v1 bpf-next 9/9] selftests/bpf: Add tests for new ja* instructions, Anton Protopopov
- Re: [PATCH v1 bpf-next 0/9] BPF static branches, Andrii Nakryiko
- [PATCH bpf] xsk: Add truesize to skb_add_rx_frag().,
Sebastian Andrzej Siewior
- [PATCH 1/1] perf bpf: Clean up the generated/copied vmlinux.h,
Arnaldo Carvalho de Melo
- [PATCH net-next v5] virtio_net: Support RX hash XDP hint,
Liang Chen
- [PATCH bpf v3 0/3] Fix the read of vsyscall page through bpf,
Hou Tao
- [PATCH bpf] selftests/bpf: trace_helpers.c: do not use poisoned type,
Shung-Hsi Yu
- [PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq,
Xuan Zhuo
- [PATCH vhost v1 01/19] virtio_ring: introduce vring_need_unmap_buffer, Xuan Zhuo
- [PATCH vhost v1 04/19] virtio_ring: split: remove double check of the unmap ops, Xuan Zhuo
- [PATCH vhost v1 05/19] virtio_ring: split: structure the indirect desc table, Xuan Zhuo
- [PATCH vhost v1 02/19] virtio_ring: packed: remove double check of the unmap ops, Xuan Zhuo
- [PATCH vhost v1 06/19] virtio_ring: no store dma info when unmap is not needed, Xuan Zhuo
- [PATCH vhost v1 07/19] virtio: find_vqs: pass struct instead of multi parameters, Xuan Zhuo
- [PATCH vhost v1 12/19] virtio_ring: export premapped to driver by struct virtqueue, Xuan Zhuo
- [PATCH vhost v1 08/19] virtio: vring_create_virtqueue: pass struct instead of multi parameters, Xuan Zhuo
- [PATCH vhost v1 14/19] virtio_ring: remove api of setting vq premapped, Xuan Zhuo
- [PATCH vhost v1 10/19] virtio_ring: reuse the parameter struct of find_vqs(), Xuan Zhuo
- [PATCH vhost v1 11/19] virtio: find_vqs: add new parameter premapped, Xuan Zhuo
- [PATCH vhost v1 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs, Xuan Zhuo
- [PATCH vhost v1 15/19] virtio_ring: introduce dma map api for page, Xuan Zhuo
- [PATCH vhost v1 17/19] virtio_net: unify the code for recycling the xmit ptr, Xuan Zhuo
- [PATCH vhost v1 13/19] virtio_net: set premapped mode by find_vqs(), Xuan Zhuo
- [PATCH vhost v1 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit, Xuan Zhuo
- [PATCH vhost v1 03/19] virtio_ring: packed: structure the indirect desc table, Xuan Zhuo
- [PATCH vhost v1 09/19] virtio: vring_new_virtqueue(): pass struct instead of multi parameters, Xuan Zhuo
- [PATCH vhost v1 19/19] virtio_net: sq support premapped mode, Xuan Zhuo
- Re: [PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq, Michael S. Tsirkin
- [PATCH] bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops,
Geliang Tang
- [PATCH] selftests/bpf: Use ARRAY_SIZE for array length,
Jiapeng Chong
- [PATCH v7 net-next 0/4] add multi-buff support for xdp running in generic mode,
Lorenzo Bianconi
- Re: [RFC] perf: Reconsider an error code selection in bpf_map__fprintf(),
Markus Elfring
- There has a backport bug between v5.10.79 and v5.10.80 when run bpf selftest "test_sockmap" on 5.10 lts kernel,
Lucien Wang
- [Syzkaller & bisect] There is sys_bpf related out_of_memory WARNING in v6.8-rc2, Pengfei Xu
- [syzbot] [bpf?] linux-next boot error: WARNING in register_btf_kfunc_id_set,
syzbot
- Re: [linux-next:master 1465/2825] tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.c:557:13: warning: variable 'r' set but not used,
Martin KaFai Lau
- [PATCH v2 bpf-next 0/5] Libbpf API and memfd_create() fixes,
Andrii Nakryiko
- [PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported,
Hari Bathini
- [PATCH v5 0/4] net/sched: Load modules via alias,
Michal Koutný
- [PATCH bpf-next v3 0/2] bpf, arm64: Support Exceptions,
Puranjay Mohan
- [PATCH bpf-next] bpf: add security_file_mprotect() to sleepable_lsm_hooks BTF set,
Matt Bobrowski
- [PATCH bpf-next] bpf: minor clean-up to sleepable_lsm_hooks BTF set,
Matt Bobrowski
- [PATCH bpf-next v3 0/4] Mixing bpf2bpf and tailcalls for RV64,
Pu Lehui
- [PATCH v2 0/8] Clean up libperf cpumap's empty function,
Ian Rogers
- [RFC PATCH v1 00/14] Exceptions - Resource Cleanup,
Kumar Kartikeya Dwivedi
- [RFC PATCH v1 01/14] bpf: Mark subprogs as throw reachable before do_check pass, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 02/14] bpf: Process global subprog's exception propagation, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 03/14] selftests/bpf: Add test for throwing global subprog with acquired refs, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 04/14] bpf: Refactor check_pseudo_btf_id's BTF reference bump, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 05/14] bpf: Implement BPF exception frame descriptor generation, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 06/14] bpf: Adjust frame descriptor pc on instruction patching, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 08/14] bpf: Compute used callee saved registers for subprogs, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 07/14] bpf: Use hidden subprog trampoline for bpf_throw, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 09/14] bpf, x86: Fix up pc offsets for frame descriptor entries, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 10/14] bpf, x86: Implement runtime resource cleanup for exceptions, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 11/14] bpf: Release references in verifier state when throwing exceptions, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 13/14] bpf: Make bpf_throw available to all program types, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 12/14] bpf: Register cleanup dtors for runtime unwinding, Kumar Kartikeya Dwivedi
- [RFC PATCH v1 14/14] selftests/bpf: Add tests for exceptions runtime cleanup, Kumar Kartikeya Dwivedi
- Re: [RFC PATCH v1 00/14] Exceptions - Resource Cleanup, Eduard Zingerman
- linux-next: runtime warnings after merge of the bpf-next tree,
Stephen Rothwell
[PATCH bpf-next] [libbpf] remove unnecessary null check in kernel_supports(),
Eduard Zingerman
[PATCH net] tsnep: Fix mapping for zero copy XDP_TX action,
Gerhard Engleder
[PATCH net-next] net/sched: report errors with extack,
Stephen Hemminger
[PATCH bpf-next v2 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness,
Viktor Malik
[RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT),
Alan Maguire
[RFC PATCH bpf-next 0/2] bpf: Add generic kfunc bpf_ffs64(),
Leon Hwang
[PATCH v5 bpf-next 0/4] bpf: Add bpf_iter_cpumask,
Yafang Shao
[PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths,
Marco Elver
[PATCH bpf-next V2] bpf: use -Wno-address-of-packed-member when building with GCC,
Jose E. Marchesi
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]