bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-30 11:42:52 to 2024-02-01 05:37:00 UTC [more...]

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-01  5:36 UTC  (34+ messages)
` [PATCH vhost 01/17] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost 02/17] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost 05/17] virtio_ring: split: structure the indirect desc table
` [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 08/17] virtio: vring_new_virtqueue(): "
` [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost 14/17] virtio_ring: introduce dma map api for page
` [PATCH vhost 15/17] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost 16/17] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost 17/17] virtio_net: sq support premapped mode

linux-next: runtime warnings after merge of the bpf-next tree
 2024-02-01  5:31 UTC  (7+ messages)

[PATCH net-next v4 00/11] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-02-01  5:10 UTC  (8+ messages)
` [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
` [PATCH net-next v4 07/11] arch: x86: Add IPC mailbox accessor function and add SoC register access
` [PATCH net-next v4 08/11] stmmac: intel: configure SerDes according to the interface mode

[PATCH bpf-next ] selftests/bpf: disable IPv6 for lwt_redirect test
 2024-02-01  4:44 UTC  (5+ messages)

[PATCH v2 0/8] Clean up libperf cpumap's empty function
 2024-02-01  4:22 UTC  (9+ messages)
` [PATCH v2 1/8] libperf cpumap: Add any, empty and min helpers
` [PATCH v2 2/8] libperf cpumap: Ensure empty cpumap is NULL from alloc
` [PATCH v2 3/8] perf arm-spe/cs-etm: Directly iterate CPU maps
` [PATCH v2 4/8] perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty use
` [PATCH v2 5/8] perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
` [PATCH v2 6/8] perf arm64 header: Remove unnecessary CPU map get and put
` [PATCH v2 7/8] perf stat: Remove duplicate cpus_map_matched function
` [PATCH v2 8/8] perf cpumap: Use perf_cpu_map__for_each_cpu when possible

[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
 2024-02-01  4:21 UTC  (15+ messages)
` [RFC PATCH v1 01/14] bpf: Mark subprogs as throw reachable before do_check pass
` [RFC PATCH v1 02/14] bpf: Process global subprog's exception propagation
` [RFC PATCH v1 03/14] selftests/bpf: Add test for throwing global subprog with acquired refs
` [RFC PATCH v1 04/14] bpf: Refactor check_pseudo_btf_id's BTF reference bump
` [RFC PATCH v1 05/14] bpf: Implement BPF exception frame descriptor generation
` [RFC PATCH v1 06/14] bpf: Adjust frame descriptor pc on instruction patching
` [RFC PATCH v1 07/14] bpf: Use hidden subprog trampoline for bpf_throw
` [RFC PATCH v1 08/14] bpf: Compute used callee saved registers for subprogs
` [RFC PATCH v1 09/14] bpf, x86: Fix up pc offsets for frame descriptor entries
` [RFC PATCH v1 10/14] bpf, x86: Implement runtime resource cleanup for exceptions
` [RFC PATCH v1 11/14] bpf: Release references in verifier state when throwing exceptions
` [RFC PATCH v1 12/14] bpf: Register cleanup dtors for runtime unwinding
` [RFC PATCH v1 13/14] bpf: Make bpf_throw available to all program types
` [RFC PATCH v1 14/14] selftests/bpf: Add tests for exceptions runtime cleanup

[PATCH v1 00/14] Clean up libperf cpumap's empty function
 2024-02-01  2:12 UTC  (5+ messages)
` [PATCH v1 07/14] perf arm-spe/cs-etm: Directly iterate CPU maps

[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
 2024-02-01  0:54 UTC  (3+ messages)

[PATCH v6 net-next 0/5] add multi-buff support for xdp running in generic mode
 2024-01-31 23:52 UTC  (23+ messages)
` [PATCH v6 net-next 1/5] net: add generic per-cpu page_pool allocator
` [PATCH v6 net-next 3/5] xdp: add multi-buff support for xdp running in generic mode
` [PATCH v6 net-next 4/5] net: page_pool: make stats available just for global pools

[PATCH bpf-next] [libbpf] remove unnecessary null check in kernel_supports()
 2024-01-31 21:26 UTC 

[PATCH bpf-next] bpf, docs: Expand set of initial conformance groups
 2024-01-31 21:07 UTC  (6+ messages)
` [Bpf] "

[PATCH net] tsnep: Fix mapping for zero copy XDP_TX action
 2024-01-31 20:14 UTC 

[PATCH bpf-next v4 0/3] Annotate kfuncs in .BTF_ids section
 2024-01-31 20:20 UTC  (5+ messages)
` [PATCH bpf-next v4 3/3] bpf: treewide: Annotate BPF kfuncs in BTF

[PATCH] bpf: Separate bpf_local_storage_lookup() fast and slow paths
 2024-01-31 20:09 UTC  (4+ messages)

[PATCH net-next] net/sched: report errors with extack
 2024-01-31 19:53 UTC  (2+ messages)

[PATCH bpf-next] bpf, docs: Clarify which legacy packet instructions existed
 2024-01-31 19:02 UTC  (6+ messages)
` [Bpf] "

[PATCH bpf-next V2] bpf: use -Wno-address-of-packed-member when building with GCC
 2024-01-31 18:33 UTC  (3+ messages)

[RFC bpf-next 0/2] libbpf Userspace Runtime-Defined Tracing (URDT)
 2024-01-31 18:01 UTC  (6+ messages)
` [RFC bpf-next 1/2] libbpf: add support for Userspace Runtime Dynamic "
` [RFC bpf-next 2/2] selftests/bpf: add tests for Userspace Runtime Defined Tracepoints (URDT)

[PATCH bpf-next 0/5] Libbpf API and memfd_create() fixes
 2024-01-31 17:37 UTC  (18+ messages)
` [PATCH bpf-next 1/5] libbpf: call memfd_create() syscall directly
` [PATCH bpf-next 2/5] libbpf: add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
` [PATCH bpf-next 3/5] libbpf: add btf__new_split() API that was declared but not implemented
` [PATCH bpf-next 4/5] libbpf: add missed btf_ext__raw_data() API
` [PATCH bpf-next 5/5] selftests/bpf: fix bench runner SIGSEGV

[PATCH net-next 0/7] dma: skip calling no-op sync ops when possible
 2024-01-31 17:14 UTC  (4+ messages)
` [PATCH net-next 1/7] dma: compile-out DMA sync op calls when not used

[RFC PATCH v7 0/8] net_sched: Introduce eBPF based Qdisc
 2024-01-31 16:59 UTC  (12+ messages)
` [RFC PATCH v7 1/8] "

[PATCH bpf-next v2 0/2] tools/resolve_btfids: fix cross-compilation to non-host endianness
 2024-01-31 16:24 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
` [PATCH bpf-next v2 2/2] tools/resolve_btfids: fix cross-compilation to non-host endianness

[RFC PATCH bpf-next 0/2] bpf: Add generic kfunc bpf_ffs64()
 2024-01-31 15:56 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/2] "
` [RFC PATCH bpf-next 2/2] selftests/bpf: Add testcases for "

[PATCH v5 bpf-next 0/4] bpf: Add bpf_iter_cpumask
 2024-01-31 14:54 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Add bpf_iter_cpumask kfuncs
` [PATCH v5 bpf-next 2/4] bpf, docs: Add document for cpumask iter
` [PATCH v5 bpf-next 3/4] selftests/bpf: Fix error checking for cpumask_success__load()
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add selftests for cpumask iter

[PATCH net-next 0/3] net: stmmac: EST conformance support
 2024-01-31 12:30 UTC  (2+ messages)

[PATCH v2 0/3] HID: bpf: couple of upstream fixes
 2024-01-31 10:38 UTC  (2+ messages)

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2024-01-31 10:28 UTC  (6+ messages)
` [RFC PATCH v2 31/31] kvx: Add IPI driver

[PATCH dwarves v3] pahole: Inject kfunc decl tags into BTF
 2024-01-31 10:17 UTC  (2+ messages)

[PATCH RESEND bpf-next v3 0/6] Zbb support and code simplification for RV64 JIT
 2024-01-31  9:22 UTC  (9+ messages)
` [PATCH RESEND bpf-next v3 4/6] riscv, bpf: Add necessary Zbb instructions

[PATCH bpf-next 0/4] Mixing bpf2bpf and tailcalls for RV64
 2024-01-31  9:18 UTC  (10+ messages)
` [PATCH bpf-next 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[PATCH net-next] xdp: Remove usage of the deprecated ida_simple_xx() API
 2024-01-31  2:00 UTC  (2+ messages)

[PATCH bpf-next 0/2] libbpf: add bpf_core_cast() helper
 2024-01-31  1:10 UTC  (4+ messages)
` [PATCH bpf-next 1/2] libbpf: add bpf_core_cast() macro
` [PATCH bpf-next 2/2] selftests/bpf: convert bpf_rdonly_cast() uses to "

ISA: BPF_CALL | BPF_X
 2024-01-30 21:01 UTC  (6+ messages)
` [Bpf] "

[PATCH bpf-next] bpf: use -Wno-address-of-packed-member when building with GCC
 2024-01-30 19:45 UTC  (5+ messages)

ISA: BPF_MSH and deprecated packet access instructions
 2024-01-30 19:40 UTC  (20+ messages)
` [Bpf] "

[PATCH v3 bpf-next 0/4] Trusted PTR_TO_BTF_ID arg support in global subprogs
 2024-01-30 17:50 UTC  (2+ messages)

[PATCH bpf-next 0/2] Enable inline bpf_kptr_xchg() for RV64
 2024-01-30 17:39 UTC  (4+ messages)
` [PATCH bpf-next 1/2] riscv, bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Enable inline bpf_kptr_xchg() test "

[PATCH bpf-next v2 0/4] Mixing bpf2bpf and tailcalls for RV64
 2024-01-30 17:30 UTC  (9+ messages)
` [PATCH bpf-next v2 1/4] riscv, bpf: Remove redundant ctx->offset initialization
` [PATCH bpf-next v2 2/4] riscv, bpf: Using kvcalloc to allocate cache buffer
` [PATCH bpf-next v2 3/4] riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset
` [PATCH bpf-next v2 4/4] riscv, bpf: Mixing bpf2bpf and tailcalls

[PATCH bpf-next] bpf: build type-punning BPF selftests with -fno-strict-aliasing
 2024-01-30 15:20 UTC  (2+ messages)

[PATCH bpf-next] bpf: move -Wno-compare-distinct-pointer-types to BPF_CFLAGS
 2024-01-30 15:20 UTC  (2+ messages)

[PATCH v3] libbpf: Add some details for BTF parsing failures
 2024-01-30 13:41 UTC  (3+ messages)

[RFC PATCH bpf-next 0/5] static branches
 2024-01-30 12:13 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/5] bpf: fix potential error return

[net PATCH] octeontx2-pf: Remove xdp queues on program detach
 2024-01-30 12:06 UTC 

[PATCH vhost 00/14] virtio remove dma info for premapped mode
 2024-01-30 11:43 UTC  (2+ messages)


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).