BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH bpf v2 6/7] bpf: Use __u64 to save the bits in bits iterator, (continued)
- [PATCH bpf-next v2 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs,
Alexis Lothoré (eBPF Foundation)
- [PATCH bpf-next v6 0/9] bpf: Support private stack for bpf progs,
Yonghong Song
- [PATCH bpf-next v6 1/9] bpf: Allow each subprog having stack size of 512 bytes, Yonghong Song
- [PATCH bpf-next v6 2/9] bpf: Rename bpf_struct_ops_arg_info to bpf_struct_ops_func_info, Yonghong Song
- [PATCH bpf-next v6 5/9] bpf, x86: Refactor func emit_prologue, Yonghong Song
- [PATCH bpf-next v6 4/9] bpf: Mark each subprog with proper private stack modes, Yonghong Song
- [PATCH bpf-next v6 6/9] bpf, x86: Create a helper for certain "reg <op>= imm" operations, Yonghong Song
- [PATCH bpf-next v6 3/9] bpf: Support private stack for struct ops programs, Yonghong Song
- [PATCH bpf-next v6 8/9] selftests/bpf: Add tracing prog private stack tests, Yonghong Song
- [PATCH bpf-next v6 7/9] bpf, x86: Add jit support for private stack, Yonghong Song
- [PATCH bpf-next v6 9/9] selftests/bpf: Add struct_ops prog private stack tests, Yonghong Song
- [PATCH bpf 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap,
zijianzhang
- [PATCH bpf 2/8] selftests/bpf: Fix SENDPAGE data logic in test_sockmap, zijianzhang
- [PATCH bpf 1/8] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap, zijianzhang
- [PATCH bpf 3/8] selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmap, zijianzhang
- [PATCH bpf 4/8] selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmap, zijianzhang
- [PATCH bpf 5/8] selftests/bpf: Add more tests for test_txmsg_push_pop in test_sockmap, zijianzhang
- [PATCH bpf 6/8] bpf, sockmap: Several fixes to bpf_msg_push_data, zijianzhang
- [PATCH bpf 8/8] bpf, sockmap: Fix sk_msg_reset_curr, zijianzhang
- [PATCH bpf 7/8] bpf, sockmap: Several fixes to bpf_msg_pop_data, zijianzhang
- RE: [PATCH bpf 0/8] Fixes to bpf_msg_push/pop_data and test_sockmap, John Fastabend
- [PATCH bpf-next] bpf: handle MADV_PAGEOUT error in uprobe_multi.c,
Jason Xing
- [syzbot] [bpf?] KASAN: slab-out-of-bounds Read in bpf_inode_storage_free, syzbot
- [PATCH bpf] bpf, arm64: Fix stack frame construction for struct_ops trampoline,
Xu Kuohai
- [PATCH net] Drop packets with invalid headers to prevent KMSAN infoleak,
Daniel Yang
- [PATCH] bpf, arm64: Fix address emission with tag-based KASAN enabled,
Peter Collingbourne
- [no subject], Unknown
- [PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x,
jitendra . vegiraju
- [PATCHv8 bpf-next 00/13] bpf: Add uprobe session support,
Jiri Olsa
- [PATCHv8 bpf-next 01/13] bpf: Allow return values 0 and 1 for kprobe session, Jiri Olsa
- [PATCHv8 bpf-next 02/13] bpf: Force uprobe bpf program to always return 0, Jiri Olsa
- [PATCHv8 bpf-next 03/13] bpf: Add support for uprobe multi session attach, Jiri Olsa
- [PATCHv8 bpf-next 04/13] bpf: Add support for uprobe multi session context, Jiri Olsa
- [PATCHv8 bpf-next 05/13] libbpf: Add support for uprobe multi session attach, Jiri Olsa
- [PATCHv8 bpf-next 06/13] selftests/bpf: Add uprobe session test, Jiri Olsa
- [PATCHv8 bpf-next 07/13] selftests/bpf: Add uprobe session cookie test, Jiri Olsa
- [PATCHv8 bpf-next 08/13] selftests/bpf: Add uprobe session recursive test, Jiri Olsa
- [PATCHv8 bpf-next 09/13] selftests/bpf: Add uprobe session verifier test for return value, Jiri Olsa
- [PATCHv8 bpf-next 10/13] selftests/bpf: Add kprobe session verifier test for return value, Jiri Olsa
- [PATCHv8 bpf-next 11/13] selftests/bpf: Add uprobe session single consumer test, Jiri Olsa
- [PATCHv8 bpf-next 12/13] selftests/bpf: Add uprobe sessions to consumer test, Jiri Olsa
- [PATCHv8 bpf-next 13/13] selftests/bpf: Add threads to consumer test, Jiri Olsa
- [GIT PULL] bpf for v6.12-rc4,
Daniel Borkmann
- [PATCHv8 perf/core 0/2] uprobe: Add session support,
Jiri Olsa
- [PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines,
Hari Bathini
- [PATCH v6 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain, Hari Bathini
- [PATCH v6 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry, Hari Bathini
- [PATCH v6 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code, Hari Bathini
- [PATCH v6 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x, Hari Bathini
- [PATCH v6 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED(), Hari Bathini
- [PATCH v6 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace, Hari Bathini
- [PATCH v6 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same, Hari Bathini
- [PATCH v6 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext, Hari Bathini
- [PATCH v6 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel(), Hari Bathini
- [PATCH v6 10/17] powerpc/ftrace: Add a postlink script to validate function tracer, Hari Bathini
- [PATCH v6 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link, Hari Bathini
- [PATCH v6 12/17] powerpc64/ftrace: Move ftrace sequence out of line, Hari Bathini
- [PATCH v6 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs, Hari Bathini
- [PATCH v6 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS, Hari Bathini
- [PATCH v6 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS, Hari Bathini
- [PATCH v6 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc, Hari Bathini
- [PATCH v6 17/17] powerpc64/bpf: Add support for bpf trampolines, Hari Bathini
- [net-next v3 0/2] igc: Link IRQs and queues to NAPIs,
Joe Damato
- [PATCH v2] mm: Split critical region in remap_file_pages() and invoke LSMs in between,
Roberto Sassu
- [RFC][PATCH] mm: Split locks in remap_file_pages(),
Roberto Sassu
- [syzbot] [bpf?] possible deadlock in debug_check_no_obj_freed, syzbot
- BUG: unable to handle kernel paging request in build_id_parse_nofault,
Hui Guo
- [PATCH net-next v22 12/14] net: replace page_frag with page_frag_cache, Yunsheng Lin
- [PATCH nf-next] netfilter: bpf: Pass string literal as format argument of request_module(),
Simon Horman
- [PATCH bpf-next v2 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload,
Muyang Tian
- [PATCH v1 0/2] Only cgroup v2 can be attached by bpf programs,
Chen Ridong
- [PATCH iwl-next v9 0/6] igb: Add support for AF_XDP zero-copy,
Kurt Kanzenbach
- [syzbot] [trace?] [bpf?] KASAN: slab-use-after-free Read in bpf_trace_run2 (2),
syzbot
- [PATCH bpf-next v2 0/3] selftests/bpf: Improve building with extra,
Viktor Malik
- [PATCH v2 net 0/4] Fix passing 0 to ERR_PTR in intel ether drivers,
Yue Haibing
- [PATCH -next 0/4] Fix passing 0 to ERR_PTR in intel ether drivers,
Yue Haibing
- [PATCH bpf-next v1 1/2] bpf: force checkpoint when jmp history is too long,
Eduard Zingerman
- [PATCH bpf-next v1 0/4] Retire test_sock.c,
Jordan Rife
- [PATCH bpf-next v5 0/9] bpf: Support private stack for bpf progs,
Yonghong Song
- [PATCH bpf-next v5 1/9] bpf: Allow each subprog having stack size of 512 bytes, Yonghong Song
- [PATCH bpf-next v5 4/9] bpf: Mark each subprog with proper private stack modes, Yonghong Song
- [PATCH bpf-next v5 5/9] bpf, x86: Refactor func emit_prologue, Yonghong Song
- [PATCH bpf-next v5 6/9] bpf, x86: Create a helper for certain "reg <op>= imm" operations, Yonghong Song
- [PATCH bpf-next v5 7/9] bpf, x86: Add jit support for private stack, Yonghong Song
- [PATCH bpf-next v5 9/9] selftests/bpf: Add struct_ops prog private stack tests, Yonghong Song
- [PATCH bpf-next v5 8/9] selftests/bpf: Add tracing prog private stack tests, Yonghong Song
- [PATCH bpf-next v5 2/9] bpf: Support private stack for struct_ops programs, Yonghong Song
- [PATCH bpf-next v5 3/9] sched-ext: Allow sched-ext progs to use private stack, Yonghong Song
- [PATCH v3 bpf] lib/buildid: handle memfd_secret() files in build_id_parse(),
Andrii Nakryiko
- [PATCH] s390/pageattr: Implement missing kernel_page_present(), Heiko Carstens
- [PATCH] riscv, bpf: Make BPF_CMPXCHG fully ordered,
Andrea Parri
- [PATCH 0/3] XDP metadata: Rx checksum/GSO hint; Tx GSO offload,
Muyang Tian
- [PATCH bpf-next 1/2] bpf: Add open coded version of kmem_cache iterator,
Namhyung Kim
- Using union-find in BPF verifier (was: Enhance union-find with KUnit tests and optimization improvements),
Shung-Hsi Yu
- [PATCH v2] sched_ext: Use btf_ids to resolve task_struct,
Tianchen Ding
- [PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures,
Hangbin Liu
- [PATCH bpf 0/2] tcp_bpf: update the rmem scheduling for ingress redirection,
zijianzhang
- [PATCH bpf 0/2] tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg,
zijianzhang
- [PATCH v2 bpf] lib/buildid: handle memfd_secret() files in build_id_parse(),
Andrii Nakryiko
- [PATCH bpf v2 1/2] bpf: Fix iter/task tid filtering,
Jordan Rome
- [no subject], Unknown
- The state of uprobes work and logistics,
Andrii Nakryiko
- [PATCH bpf-next 0/6] selftests/bpf: integrate test_tcp_check_syncookie.sh into test_progs,
Alexis Lothoré (eBPF Foundation)
- [PATCH bpf 1/3] bpf: Fix incorrect delta propagation between linked registers,
Daniel Borkmann
- [PATCH v6 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- [PATCH net] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog(),
Yue Haibing
- [PATCH] cgroup/bpf: fix NULL pointer dereference at cgroup_bpf_offline,
Chen Ridong
- [PATCH bpf-next v5 0/2] Implement mechanism to signal other threads,
Puranjay Mohan
- [PATCH v2 bpf-next 0/2] security.bpf xattr name prefix,
Song Liu
- [PATCH net-next 0/3] Bonding: return detailed error about XDP failures,
Hangbin Liu
- [PATCH] sched_ext: Use BTF_ID to resolve task_struct,
Tianchen Ding
- [PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v17 03/16] function_graph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v17 04/16] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v17 05/16] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v17 08/16] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v17 09/16] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v17 10/16] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v17 12/16] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v17 13/16] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v17 14/16] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v17 15/16] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v17 16/16] bpf: Add get_entry_ip() for arm64, Masami Hiramatsu (Google)
- [syzbot] Monthly bpf report (Oct 2024), syzbot
- [for-next][PATCH 3/3] ftrace: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Steven Rostedt
- [for-next][PATCH 1/3] ftrace: Use arch_ftrace_regs() for ftrace_regs_*() macros, Steven Rostedt
- [bpf-next v1 1/2] bpf: Fix iter/task tid filtering,
Jordan Rome
- [PATCH rcu 14/15] refscale: Add srcu_read_lock_lite() support using "srcu-lite",
Paul E. McKenney
- [PATCH rcu 11/15] rcutorture: Add reader_flavor parameter for SRCU readers,
Paul E. McKenney
- [PATCH rcu 09/15] srcu: Allow inlining of __srcu_read_{,un}lock_lite(), Paul E. McKenney
- [PATCH rcu 13/15] rcutorture: Add light-weight SRCU scenario, Paul E. McKenney
- [PATCH rcu 12/15] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor, Paul E. McKenney
- [PATCH rcu 10/15] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits, Paul E. McKenney
- [PATCH rcu 07/15] srcu: Create CPP macros for normal and NMI-safe SRCU readers, Paul E. McKenney
- [PATCH rcu 08/15] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite(),
Paul E. McKenney
- [PATCH rcu 05/15] srcu: Standardize srcu_data pointers to "sdp" and similar, Paul E. McKenney
- [PATCH rcu 02/15] srcu: Introduce srcu_gp_is_expedited() helper function, Paul E. McKenney
- [PATCH rcu 03/15] srcu: Renaming in preparation for additional reader flavor, Paul E. McKenney
- [PATCH rcu 01/15] srcu: Rename srcu_might_be_idle() to srcu_should_expedite(), Paul E. McKenney
- [PATCH rcu 04/15] srcu: Bit manipulation changes for additional reader flavor, Paul E. McKenney
- Re: [syzbot] [fs?] [mm?] stack segment fault in folio_wait_writeback, Mathieu Desnoyers
- [PATCH bpf-next v8 0/2] bpf: Fix tailcall infinite loop caused by freplace,
Leon Hwang
- [no subject], Unknown
- [PATCH net-next v2 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp),
Alexander Lobakin
- [PATCH net-next v2 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked(), Alexander Lobakin
- [PATCH net-next v2 02/18] skbuff: allow 2-4-argument skb_frag_dma_map(), Alexander Lobakin
- [PATCH net-next v2 03/18] unroll: add generic loop unroll helpers, Alexander Lobakin
- [PATCH net-next v2 04/18] bpf, xdp: constify some bpf_prog * function arguments, Alexander Lobakin
- [PATCH net-next v2 05/18] xdp, xsk: constify read-only arguments of some static inline helpers, Alexander Lobakin
- [PATCH net-next v2 06/18] xdp: allow attaching already registered memory model to xdp_rxq_info, Alexander Lobakin
- [PATCH net-next v2 07/18] net: Register system page pool as an XDP memory model, Alexander Lobakin
- [PATCH net-next v2 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages, Alexander Lobakin
- [PATCH net-next v2 09/18] page_pool: allow mixing PPs within one bulk, Alexander Lobakin
- [PATCH net-next v2 10/18] xdp: get rid of xdp_frame::mem.id, Alexander Lobakin
- [PATCH net-next v2 11/18] xdp: add generic xdp_buff_add_frag(), Alexander Lobakin
- [PATCH net-next v2 12/18] xdp: add generic xdp_build_skb_from_buff(), Alexander Lobakin
- [PATCH net-next v2 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model(), Alexander Lobakin
- [PATCH net-next v2 14/18] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag(), Alexander Lobakin
- [PATCH net-next v2 15/18] xsk: add generic XSk &xdp_buff -> skb conversion, Alexander Lobakin
- [PATCH net-next v2 16/18] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go, Alexander Lobakin
- [PATCH net-next v2 17/18] libeth: support native XDP and register memory model, Alexander Lobakin
- [PATCH net-next v2 18/18] libeth: add a couple of XDP helpers (libeth_xdp), Alexander Lobakin
- [PATCH net-next v3 00/10] net: ip: add drop reasons to input route,
Menglong Dong
- [PATCH net-next v3 01/10] net: ip: refactor fib_validate_source/__fib_validate_source, Menglong Dong
- [PATCH net-next v3 02/10] net: ip: make fib_validate_source() return drop reason, Menglong Dong
- [PATCH net-next v3 03/10] net: ip: make ip_route_input_mc() return drop reason, Menglong Dong
- [PATCH net-next v3 04/10] net: ip: make ip_mc_validate_source() return drop reason, Menglong Dong
- [PATCH net-next v3 05/10] net: ip: make ip_route_input_slow() return drop reasons, Menglong Dong
- [PATCH net-next v3 06/10] net: ip: make ip_route_input_rcu() return drop reasons, Menglong Dong
- [PATCH net-next v3 07/10] net: ip: make ip_route_input_noref() return drop reasons, Menglong Dong
- [PATCH net-next v3 08/10] net: ip: make ip_route_input() return drop reasons, Menglong Dong
- [PATCH net-next v3 09/10] net: ip: make ip_mkroute_input/__mkroute_input return drop reasons, Menglong Dong
- [PATCH net-next v3 10/10] net: ip: make ip_route_use_hint() return drop reasons, Menglong Dong
- [PATCH v1 0/6] Add jump table support for objtool on LoongArch,
Tiezhu Yang
- [PATCH v4] sched_ext: Trigger ops.update_idle() from pick_task_idle(),
Andrea Righi
- [PATCH] bpftool: optimize if statement code,
Liu Jing
- [PATCHv7 bpf-next,perf/core 00/15] uprobe, bpf: Add session support,
Jiri Olsa
- [PATCHv7 perf/core 01/15] uprobe: Add data pointer to consumer handlers, Jiri Olsa
- [PATCHv7 perf/core 02/15] uprobe: Add support for session consumer, Jiri Olsa
- [PATCHv7 bpf-next 03/15] bpf: Allow return values 0 and 1 for kprobe session, Jiri Olsa
- [PATCHv7 bpf-next 04/15] bpf: Force uprobe bpf program to always return 0, Jiri Olsa
- [PATCHv7 bpf-next 05/15] bpf: Add support for uprobe multi session attach, Jiri Olsa
- [PATCHv7 bpf-next 06/15] bpf: Add support for uprobe multi session context, Jiri Olsa
- [PATCHv7 bpf-next 07/15] libbpf: Add support for uprobe multi session attach, Jiri Olsa
- [PATCHv7 bpf-next 08/15] selftests/bpf: Add uprobe session test, Jiri Olsa
- [PATCHv7 bpf-next 09/15] selftests/bpf: Add uprobe session cookie test, Jiri Olsa
- [PATCHv7 bpf-next 10/15] selftests/bpf: Add uprobe session recursive test, Jiri Olsa
- [PATCHv7 bpf-next 11/15] selftests/bpf: Add uprobe session verifier test for return value, Jiri Olsa
- [PATCHv7 bpf-next 12/15] selftests/bpf: Add kprobe session verifier test for return value, Jiri Olsa
- [PATCHv7 bpf-next 13/15] selftests/bpf: Add uprobe session single consumer test, Jiri Olsa
- [PATCHv7 bpf-next 14/15] selftests/bpf: Add uprobe sessions to consumer test, Jiri Olsa
- [PATCHv7 bpf-next 15/15] selftests/bpf: Add threads to consumer test, Jiri Olsa
- [PATCH bpf-next 0/3] selftests/bpf: Improve building with extra,
Viktor Malik
- [PATCH v3] sched_ext: Trigger ops.update_idle() from pick_task_idle(), Andrea Righi
- [PATCH v2] uprobe: avoid out-of-bounds memory access of fetching args,
Ma Qiao
- [PATCH net] bpf: xdp: fallback to SKB mode if DRV flag is absent.,
Hangbin Liu
- [PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros, Masami Hiramatsu (Google)
- [PATCH v16 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v16 03/18] function_graph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v16 05/18] function_graph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v16 06/18] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v16 07/18] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v16 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v16 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v16 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v16 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v16 13/18] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v16 14/18] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v16 15/18] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v16 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v16 17/18] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v16 18/18] bpf: Add get_entry_ip() for arm64, Masami Hiramatsu (Google)
- [PATCH v5 bpf-next 00/12] Share user memory to BPF program through task storage map,
Martin KaFai Lau
[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]