BPF List
 help / color / mirror / Atom feed
 messages from 2025-02-06 02:56:20 to 2025-02-07 17:06:54 UTC [more...]

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-07 17:06 UTC  (5+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry

[PATCH iwl-next v2 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-07 16:59 UTC  (6+ messages)
` [PATCH iwl-next v2 5/9] igc: Add support for frame preemption verification

[PATCH iwl-next v3 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-07 16:56 UTC  (10+ messages)
` [PATCH iwl-next v3 1/9] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v3 2/9] igc: Rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v3 3/9] igc: Optimize the TX packet buffer utilization
` [PATCH iwl-next v3 4/9] igc: Set the RX packet buffer size for TSN mode
` [PATCH iwl-next v3 5/9] igc: Add support for frame preemption verification
` [PATCH iwl-next v3 6/9] igc: Add support to set tx-min-frag-size
` [PATCH iwl-next v3 7/9] igc: Add support for preemptible traffic class in taprio
` [PATCH iwl-next v3 8/9] igc: Add support to get MAC Merge data via ethtool
` [PATCH iwl-next v3 9/9] igc: Add support to get frame preemption statistics "

[PATCH v3 0/2] seccomp: pass uretprobe system call through seccomp
 2025-02-07 16:50 UTC  (13+ messages)
` [PATCH v3 1/2] seccomp: passthrough uretprobe systemcall without filtering
` [PATCH v3 2/2] selftests/seccomp: validate uretprobe syscall passes through seccomp

[PATCH net-next v4 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-02-07 15:43 UTC  (12+ messages)
` [PATCH net-next v4 1/8] net: gro: decouple GRO from the NAPI layer

[PATCHSET v9 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2025-02-07 15:44 UTC  (8+ messages)
` [PATCH 1/5] sched/topology: Introduce for_each_numa_node() iterator
` [PATCH 2/5] sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE
` [PATCH 3/5] sched_ext: idle: introduce SCX_PICK_IDLE_IN_NODE
` [PATCH 4/5] sched_ext: idle: Per-node idle cpumasks
` [PATCH 5/5] sched_ext: idle: Introduce node-aware idle cpu kfunc helpers

[PATCH bpf-next v1 0/1] Using the right format specifiers for bpftool
 2025-02-07 15:08 UTC  (6+ messages)
` [PATCH bpf-next v1 1/1] bpftool: Using the right format specifiers

[PATCH bpf-next v2 00/26] Resilient Queued Spin Lock
 2025-02-07 14:45 UTC  (30+ messages)
` [PATCH bpf-next v2 01/26] locking: Move MCS struct definition to public header
` [PATCH bpf-next v2 02/26] locking: Move common qspinlock helpers to a private header
` [PATCH bpf-next v2 03/26] locking: Allow obtaining result of arch_mcs_spin_lock_contended
` [PATCH bpf-next v2 04/26] locking: Copy out qspinlock.c to rqspinlock.c
` [PATCH bpf-next v2 05/26] rqspinlock: Add rqspinlock.h header
` [PATCH bpf-next v2 06/26] rqspinlock: Drop PV and virtualization support
` [PATCH bpf-next v2 07/26] rqspinlock: Add support for timeouts
` [PATCH bpf-next v2 08/26] rqspinlock: Protect pending bit owners from stalls
` [PATCH bpf-next v2 09/26] rqspinlock: Protect waiters in queue "
` [PATCH bpf-next v2 10/26] rqspinlock: Protect waiters in trylock fallback "
` [PATCH bpf-next v2 11/26] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v2 12/26] rqspinlock: Add a test-and-set fallback
` [PATCH bpf-next v2 13/26] rqspinlock: Add basic support for CONFIG_PARAVIRT
` [PATCH bpf-next v2 14/26] rqspinlock: Add helper to print a splat on timeout or deadlock
` [PATCH bpf-next v2 15/26] rqspinlock: Add macros for rqspinlock usage
` [PATCH bpf-next v2 16/26] rqspinlock: Add locktorture support
` [PATCH bpf-next v2 17/26] rqspinlock: Hardcode cond_acquire loops to asm-generic implementation
` [PATCH bpf-next v2 18/26] rqspinlock: Add entry to Makefile, MAINTAINERS
` [PATCH bpf-next v2 19/26] bpf: Convert hashtab.c to rqspinlock
` [PATCH bpf-next v2 20/26] bpf: Convert percpu_freelist.c "
` [PATCH bpf-next v2 21/26] bpf: Convert lpm_trie.c "
` [PATCH bpf-next v2 22/26] bpf: Introduce rqspinlock kfuncs
` [PATCH bpf-next v2 23/26] bpf: Handle allocation failure in acquire_lock_state
` [PATCH bpf-next v2 24/26] bpf: Implement verifier support for rqspinlock
` [PATCH bpf-next v2 25/26] bpf: Maintain FIFO property for rqspinlock unlock
` [PATCH bpf-next v2 26/26] selftests/bpf: Add tests for rqspinlock

[RFC PATCH net 0/1] transport_header set incorrectly when using veth
 2025-02-07 14:30 UTC  (4+ messages)
` [RFC PATCH net 1/1] net: check transport_header before adding offset

[PATCH bpf-next v8 00/12] net-timestamp: bpf extension to equip applications transparently
 2025-02-07 13:34 UTC  (24+ messages)
` [PATCH bpf-next v8 05/12] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH bpf-next v8 10/12] bpf: make TCP tx timestamp bpf extension work

[net-next PATCH v5 0/6] Add af_xdp support for cn10k
 2025-02-07 11:40 UTC  (8+ messages)
` [net-next PATCH v5 1/6] octeontx2-pf: use xdp_return_frame() to free xdp buffers
` [net-next PATCH v5 2/6] octeontx2-pf: Add AF_XDP non-zero copy support
` [net-next PATCH v5 3/6] octeontx2-pf: AF_XDP zero copy receive support
` [net-next PATCH v5 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue
` [net-next PATCH v5 5/6] octeontx2-pf: Prepare for AF_XDP
` [net-next PATCH v5 6/6] octeontx2-pf: AF_XDP zero copy transmit support

[PATCH bpf-next v2 0/9] Introduce load-acquire and store-release BPF instructions
 2025-02-07 11:28 UTC  (11+ messages)
` [PATCH bpf-next v2 1/9] bpf/verifier: Factor out atomic_ptr_type_ok()
` [PATCH bpf-next v2 2/9] bpf/verifier: Factor out check_atomic_rmw()
` [PATCH bpf-next v2 3/9] bpf/verifier: Factor out check_load_mem() and check_store_reg()
` [PATCH bpf-next v2 4/9] bpf: Introduce load-acquire and store-release instructions
` [PATCH bpf-next v2 5/9] arm64: insn: Add BIT(23) to {load,store}_ex's mask
` [PATCH bpf-next v2 6/9] arm64: insn: Add load-acquire and store-release instructions
` [PATCH bpf-next v2 7/9] bpf, arm64: Support "
` [PATCH bpf-next v2 8/9] selftests/bpf: Add selftests for "
` [PATCH bpf-next v2 9/9] bpf, docs: Update instruction-set.rst "

[LSF/MM/BPF TOPIC] Improving Block Layer Tracepoints for Next-Generation Backup Systems
 2025-02-07 11:15 UTC  (8+ messages)
      ` [Lsf-pc] "

[PATCH bpf-next 0/4] bpf: Introduce global percpu data
 2025-02-07 10:00 UTC  (13+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf, libbpf: Support "
` [PATCH bpf-next 3/4] bpf, bpftool: Generate skeleton for "
` [PATCH bpf-next 4/4] selftests/bpf: Add a case to test "

Idea for "function meta"
 2025-02-07  8:16 UTC  (5+ messages)

[PATCH 1/2] perf ftrace latency: variable histogram buckets
 2025-02-07  8:04 UTC 

[PATCH bpf-next v1 0/2] selftests: fix two small compilation errors
 2025-02-07  6:48 UTC  (6+ messages)
` [PATCH bpf-next v1 1/2] bpf: changes_pkt_data: correct the 'main' error

[PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
 2025-02-07  6:15 UTC  (14+ messages)

[PATCH v2 bpf 0/2] bpf: skip non exist keys in
 2025-02-07  5:45 UTC  (3+ messages)
` [PATCH v2 bpf 1/2] bpf: skip non exist keys in generic_map_lookup_batch
` [PATCH v2 bpf 2/2] selftests: bpf: test batch lookup on array of maps with holes

[PATCH bpf-next v1] selftests/bpf: correct the check of join cgroup
 2025-02-07  5:30 UTC  (2+ messages)

[PATCH bpf] bpf: skip non existing key in generic_map_lookup_batch
 2025-02-07  4:12 UTC  (4+ messages)

[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
 2025-02-07  3:16 UTC  (9+ messages)
    `  "

[PATCH net-next v4 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-07  3:08 UTC  (2+ messages)
` [PATCH net-next v4 3/3] selftests: drv-net: Test queue xsk attribute

[PATCH bpf-next v10 0/5] xsk: TX metadata Launch Time support
 2025-02-07  2:19 UTC  (6+ messages)
` [PATCH bpf-next v10 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v10 2/5] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v10 3/5] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v10 4/5] igc: Refactor empty frame insertion for launch time support
` [PATCH bpf-next v10 5/5] igc: Add launch time support to XDP ZC

[PATCH dwarves 0/3] btf_encoder: emit type tags for bpf_arena pointers
 2025-02-07  2:14 UTC  (4+ messages)
` [PATCH dwarves 1/3] btf_encoder: collect kfuncs info in btf_encoder__new
` [PATCH dwarves 2/3] btf_encoder: emit type tags for bpf_arena pointers
` [PATCH dwarves 3/3] pahole: introduce --btf_feature=attributes

[PATCH bpf-next 1/2] libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logic
 2025-02-07  1:48 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add test for LDX/STX/ST relocations over array field

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-02-07  1:20 UTC  (3+ messages)
` [PATCH 1/2] kallsyms: output rodata to ".kallsyms_rodata"
` [PATCH 2/2] btf: Add the option to include global variable types

[PATCH bpf-next v7 00/13] net-timestamp: bpf extension to equip applications transparently
 2025-02-07  0:35 UTC  (15+ messages)
` [PATCH bpf-next v7 11/13] net-timestamp: add a new callback in tcp_tx_timestamp()

[RFC PATCH bpf-next 0/8] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-07  0:02 UTC  (5+ messages)
` [RFC PATCH bpf-next 2/8] sched_ext: Add filter for scx_kfunc_ids_select_cpu

Fwd: LSF/MM + BPF ATTEND - Topic 1 for discussion
 2025-02-06 23:42 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: Allow top down cgroup prog ordering
 2025-02-06 23:00 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add selftests allowing cgroup prog top-down ordering

[PATCH 0/1] libbpf: Convert ELF notes into read-only maps
 2025-02-06 22:04 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH bpf-next v9 0/5] xsk: TX metadata Launch Time support
 2025-02-06 19:29 UTC  (9+ messages)
` [PATCH bpf-next v9 1/5] xsk: Add launch time hardware offload support to XDP Tx metadata
` [PATCH bpf-next v9 2/5] selftests/bpf: Add launch time request to xdp_hw_metadata
` [PATCH bpf-next v9 3/5] net: stmmac: Add launch time support to XDP ZC
` [PATCH bpf-next v9 4/5] igc: Refactor empty frame insertion for launch time support
` [PATCH bpf-next v9 5/5] igc: Add launch time support to XDP ZC

[PATCH net-next 0/4] xsk: the lost bits from Chapter III
 2025-02-06 18:26 UTC  (5+ messages)
` [PATCH net-next 1/4] unroll: add generic loop unroll helpers
` [PATCH net-next 2/4] i40e: use generic unrolled_count() macro
` [PATCH net-next 3/4] ice: "
` [PATCH net-next 4/4] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go

[RFC PATCH 0/2] livepatch: Add support for hybrid mode
 2025-02-06 18:00 UTC  (4+ messages)

[PATCH v5 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices
 2025-02-06 16:18 UTC  (4+ messages)

[PATCH bpf-next 0/3] bpf: Overwrite the htab element atomically
 2025-02-06 15:05 UTC  (4+ messages)
` [PATCH bpf-next 2/3] bpf: Overwrite the element in hash map atomically
  ` [RESEND] "

[PATCH net 0/3] Add native mode XDP support
 2025-02-06 14:01 UTC  (11+ messages)
` [PATCH net 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
    ` [EXTERNAL] "
` [PATCH net 3/3] net: ti: icssg-prueth: Add AF_XDP support
    ` [EXTERNAL] "

[PATCH] igc: Fix HW RX timestamp when passed by ZC XDP
 2025-02-06 12:47 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 bpf] bpf/arena: fix softlockup in arena_map_free on 64k page kernel
 2025-02-06 11:50 UTC  (2+ messages)

[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-02-06 11:13 UTC  (6+ messages)
` [PATCH bpf-next v6 3/6] locking/local_lock: Introduce local_trylock_t and local_trylock_irqsave()

[PATCH 0/4] barrier: Introduce smp_cond_load_*_timeout()
 2025-02-06 10:57 UTC 

Locking and synchronization in BPF
 2025-02-06 10:57 UTC 

[RFC] kexec: Use bpf to allow kexec to load PE format boot image
 2025-02-06  6:03 UTC  (3+ messages)

[PATCH bpf-next v4 0/4] Add prog_kfunc feature probe
 2025-02-06  5:15 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] libbpf: Extract prog load type check from libbpf_probe_bpf_helper
` [PATCH bpf-next v4 2/4] libbpf: Init fd_array when prog probe load
` [PATCH bpf-next v4 3/4] libbpf: Add libbpf_probe_bpf_kfunc API
` [PATCH bpf-next v4 4/4] selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests

handling EINTR from bpf_map_lookup_batch
 2025-02-06  5:02 UTC  (8+ messages)

[PATCH bpf-next v8 0/5] xsk: TX metadata Launch Time support
 2025-02-06  4:32 UTC  (6+ messages)
` [PATCH bpf-next v8 4/5] igc: Refactor empty packet insertion into a reusable function


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox