messages from 2024-02-28 06:32:32 to 2024-02-29 12:52:11 UTC [more...]
[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
2024-02-29 12:52 UTC (3+ messages)
[PATCH bpf v2 0/2] Fix hashmap overflow checks for 32-bit arches
2024-02-29 11:22 UTC (3+ messages)
` [PATCH bpf v2 1/2] bpf: Fix DEVMAP_HASH overflow check on "
` [PATCH bpf v2 2/2] bpf: Fix hashtab "
[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
2024-02-29 11:12 UTC (3+ messages)
[PATCH net-next v2 2/3] vhost_net: Call peek_len when using xdp
2024-02-29 10:48 UTC (2+ messages)
[PATCH RFCv2 bpf-next 0/4] bpf: Introduce kprobe multi wrapper attach
2024-02-29 10:24 UTC (11+ messages)
` [PATCH RFCv2 bpf-next 1/4] bpf: Add support for "
` [PATCH RFCv2 bpf-next 2/4] bpf: Add bpf_kprobe_multi_is_return kfunc
` [PATCH RFCv2 bpf-next 3/4] libbpf: Add support for kprobe multi wrapper attach
` [PATCH RFCv2 bpf-next 4/4] selftests/bpf: Add kprobe multi wrapper test
[PATCH bpf] bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
2024-02-29 10:16 UTC (3+ messages)
[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-29 9:42 UTC (26+ messages)
` [PATCH vhost v3 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v3 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v3 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v3 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v3 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v3 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v3 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v3 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v3 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v3 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v3 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v3 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v3 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v3 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v3 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v3 19/19] virtio_net: sq support premapped mode
[PATCH] fix linux kernel BTF builds: increase max percpu variables by 10x
2024-02-29 9:17 UTC (5+ messages)
[PATCH net-next v5] virtio_net: Support RX hash XDP hint
2024-02-29 8:37 UTC (12+ messages)
[LSF/MM/BPF TOPIC] Value Tracking in Verifier
2024-02-29 8:15 UTC
[PATCH v3] driver core: Cancel scheduled pm_runtime_idle() on device removal
2024-02-29 7:54 UTC (3+ messages)
[PATCH 2/6] PCI: imx6: Rename pci-imx6.c and PCI_IMX6 config
2024-02-29 7:29 UTC (4+ messages)
[PATCH bpf-next v6 0/5] Create shadow types for struct_ops maps in skeletons
2024-02-29 6:45 UTC (6+ messages)
` [PATCH bpf-next v6 1/5] libbpf: set btf_value_type_id of struct bpf_map for struct_ops
` [PATCH bpf-next v6 2/5] libbpf: Convert st_ops->data to shadow type
` [PATCH bpf-next v6 3/5] bpftool: generated shadow variables for struct_ops maps
` [PATCH bpf-next v6 4/5] bpftool: Add an example for struct_ops map and shadow type
` [PATCH bpf-next v6 5/5] selftests/bpf: Test if shadow types work correctly
[LSF/MM/BPF TOPIC] development/troubleshooting workflows for BPF
2024-02-29 4:24 UTC
[PATCH v2 bpf-next 0/2] bpf: Add a generic bits iterator
2024-02-29 2:15 UTC (6+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Add "
[PATCH RFC bpf-next 0/4] bpf: Add support to attach return prog in kprobe multi
2024-02-29 1:25 UTC (8+ messages)
[PATCH bpf-next v5 0/6] Create shadow types for struct_ops maps in skeletons
2024-02-29 1:14 UTC (23+ messages)
` [PATCH bpf-next v5 1/6] libbpf: expose resolve_func_ptr() through libbpf_internal.h
` [PATCH bpf-next v5 2/6] libbpf: set btf_value_type_id of struct bpf_map for struct_ops
` [PATCH bpf-next v5 3/6] libbpf: Convert st_ops->data to shadow type
` [PATCH bpf-next v5 4/6] bpftool: generated shadow variables for struct_ops maps
` [PATCH bpf-next v5 5/6] bpftool: Add an example for struct_ops map and shadow type
[PATCH bpf-next v4] bpftool: add support for split BTF to gen min_core_btf
2024-02-29 0:59 UTC (8+ messages)
[PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF
2024-02-29 0:57 UTC (7+ messages)
` [PATCH dwarves v4 2/2] "
[PATCH bpf-next v1 0/8] libbpf: type suffixes and autocreate flag for struct_ops maps
2024-02-29 0:56 UTC (48+ messages)
` [PATCH bpf-next v1 1/8] libbpf: allow version suffixes (___smth) for struct_ops types
` [PATCH bpf-next v1 2/8] libbpf: tie struct_ops programs to kernel BTF ids, not to local ids
` [PATCH bpf-next v1 3/8] libbpf: honor autocreate flag for struct_ops maps
` [PATCH bpf-next v1 4/8] selftests/bpf: test struct_ops map definition with type suffix
` [PATCH bpf-next v1 5/8] selftests/bpf: bad_struct_ops test
` [PATCH bpf-next v1 6/8] selftests/bpf: test autocreate behavior for struct_ops maps
` [PATCH bpf-next v1 7/8] libbpf: sync progs autoload with maps autocreate "
` [PATCH bpf-next v1 8/8] selftests/bpf: tests for struct_ops autoload/autocreate toggling
[PATCH v1 0/6] Thread memory improvements and fixes
2024-02-29 0:31 UTC (17+ messages)
` [PATCH v1 1/6] perf report: Sort child tasks by tid
` [PATCH v1 4/6] perf threads: Move threads to its own files
[PATCH] net: raise RCU qs after each threaded NAPI poll
2024-02-28 23:53 UTC (27+ messages)
[PATCH 0/6] PCI: imx6: rename\clean up and add lut information for imx95
2024-02-28 23:31 UTC (4+ messages)
` [PATCH 1/6] PCI: imx6: Rename imx6_* with imx_*
[PATCH bpf-next 0/4] bpf: track find_equal_scalars history on per-instruction level
2024-02-28 23:29 UTC (12+ messages)
` [PATCH bpf-next 1/4] bpf: replace env->cur_hist_ent with a getter function
` [PATCH bpf-next 2/4] bpf: track find_equal_scalars history on per-instruction level
arm64: Supporting DYNAMIC_FTRACE_WITH_CALL_OPS with CLANG_CFI
2024-02-28 23:27 UTC
[LSF/MM/BPF TOPIC] bpf qdisc
2024-02-28 23:01 UTC (4+ messages)
[PATCH bpf-next v9 0/2] bpf, arm64: use BPF prog pack allocator in BPF JIT
2024-02-28 21:50 UTC (4+ messages)
` [PATCH bpf-next v9 1/2] arm64: patching: implement text_poke API
` [PATCH bpf-next v9 2/2] bpf, arm64: use bpf_prog_pack for memory management
[PATCH v2] perf lock contention: Account contending locks too
2024-02-28 21:19 UTC (6+ messages)
[PATCH net-next v12 00/15] Introducing P4TC (series 1)
2024-02-28 21:13 UTC (4+ messages)
[PATCH RFC bpf] Chose RCU Tasks based on TASKS_RCU rather than PREEMPTION
2024-02-28 19:41 UTC
ANNOUNCE: pahole v1.23 (BTF tags and alignment inference)
2024-02-28 19:39 UTC (2+ messages)
` ANNOUNCE: pahole v1.26 (more holes, --bpf_features, --contains_enum)
[PATCH net-next v2 0/3] tun: AF_XDP Tx zero-copy support
2024-02-28 18:31 UTC (3+ messages)
[PATCH v3 00/13] security: digest_cache LSM
2024-02-28 17:46 UTC (2+ messages)
[PATCH bpf-next v2 0/2] bpf, x64: Fix tailcall hierarchy
2024-02-28 14:30 UTC (8+ messages)
` [PATCH bpf-next v2 1/2] "
[PATCH bpf-next v8 0/2] bpf, arm64: use BPF prog pack allocator in BPF JIT
2024-02-28 14:20 UTC (4+ messages)
[PATCH bpf-next 1/2] bpf: Introduce bpf_can_loop() kfunc
2024-02-28 13:45 UTC (7+ messages)
[PATCH bpf-next v2] selftests/bpf: Move test_dev_cgroup to prog_tests
2024-02-28 13:10 UTC (3+ messages)
[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
2024-02-28 11:01 UTC (8+ messages)
` [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc
[PATCH net-next v6 0/5] remove page frag implementation in vhost_net
2024-02-28 9:30 UTC (2+ messages)
` [PATCH net-next v6 4/5] vhost/net: remove vhost_net_page_frag_refill()
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