messages from 2022-03-07 23:48:17 to 2022-03-09 10:00:01 UTC [more...]
[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-09 9:58 UTC (57+ messages)
` [PATCH v7 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v7 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v7 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v7 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v7 06/26] virtio_ring: packed: extract the logic of creating vring
` [PATCH v7 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v7 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v7 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v7 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v7 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v7 14/26] virtio: add helper for queue reset
` [PATCH v7 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v7 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v7 18/26] virtio: find_vqs() add arg sizes
` [PATCH v7 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v7 20/26] virtio_mmio: "
` [PATCH v7 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v7 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v7 23/26] virtio_net: split free_unused_bufs()
` [PATCH v7 24/26] virtio_net: support rx/tx queue reset
` [PATCH v7 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v7 26/26] virtio_net: support set_ringparam
[PATCH bpf-next 0/5] bpf: Follow up on bpf __sk_buff->tstamp
2022-03-09 9:05 UTC (6+ messages)
` [PATCH bpf-next 1/5] bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro
` [PATCH bpf-next 2/5] bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstamp
` [PATCH bpf-next 3/5] bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstamp
` [PATCH bpf-next 4/5] bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/
` [PATCH bpf-next 5/5] bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.h
[v2,bpf-next] bpftool: Restore support for BPF offload-enabled feature probing
2022-03-09 8:54 UTC
[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
2022-03-09 8:27 UTC (16+ messages)
` [PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 04/28] libbpf: add HID program type and API
[PATCH bpf-next v1 0/4] bpf: add __percpu tagging in vmlinux BTF
2022-03-09 7:07 UTC (8+ messages)
` [PATCH bpf-next v1 2/4] compiler_types: define __percpu as __attribute__((btf_type_tag("percpu")))
` [PATCH bpf-next v1 4/4] selftests/bpf: Add a test for btf_type_tag "percpu"
[PATCH bpf-next v10 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-03-09 6:12 UTC (8+ messages)
` [PATCH bpf-next v10 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
` [PATCH bpf-next v10 2/5] Documentation/bpf: Add documentation for BPF_PROG_RUN
` [PATCH bpf-next v10 3/5] libbpf: Support batch_size option to bpf_prog_test_run
` [PATCH bpf-next v10 4/5] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v10 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[PATCH] net: ipv6: fix invalid alloclen in __ip6_append_data
2022-03-09 5:01 UTC (6+ messages)
[PATCH bpf-next v3 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
2022-03-09 4:21 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable in Kconfig
[PATCH] selftests/bpf: fix array_size.cocci warning
2022-03-09 3:35 UTC (6+ messages)
` [PATCH v2] "
[PATCH v4 bpf-next 0/3] BPF test_progs tests improvement
2022-03-09 1:50 UTC (5+ messages)
` [PATCH v4 bpf-next 1/3] Improve perf related BPF tests (sample_freq issue)
` [PATCH v4 bpf-next 2/3] Improve send_signal BPF test stability
` [PATCH v4 bpf-next 3/3] Improve stability of find_vma BPF test
[PATCH RFC 0/9] bpf, mm: recharge bpf memory from offline memcg
2022-03-09 1:09 UTC (11+ messages)
` [PATCH RFC 1/9] bpftool: fix print error when show bpf man
` [PATCH RFC 2/9] bpftool: show memcg info of bpf map
` [PATCH RFC 3/9] mm: add methord to charge kmalloc-ed address
` [PATCH RFC 4/9] mm: add methord to charge vmalloc-ed address
` [PATCH RFC 5/9] mm: add methord to charge percpu address
` [PATCH RFC 6/9] bpf: add a helper to find map by id
` [PATCH RFC 7/9] bpf: add BPF_MAP_RECHARGE syscall
` [PATCH RFC 8/9] bpf: make bpf_map_{save, release}_memcg public
` [PATCH RFC 9/9] bpf: support recharge for hash map
[PATCH v4 00/45] x86: Kernel IBT
2022-03-09 1:02 UTC (4+ messages)
[PATCH bpf-next] Support load time binding of bpf-helpers
2022-03-08 23:49 UTC (2+ messages)
[PATCH dwarves v4 0/4] Parallelize BTF type info generating of pahole
2022-03-08 23:45 UTC (5+ messages)
` [PATCH dwarves v4 1/4] dwarf_loader: Receive per-thread data on worker threads
[PATCH RFC bpf-next 0/3] bpf_sk_lookup.remote_port fixes
2022-03-08 23:58 UTC (4+ messages)
` [PATCH RFC bpf-next 1/3] bpf: Fix certain narrow loads with offsets
[PATCH bpf v2] tools: fix unavoidable GCC call in Clang builds
2022-03-08 22:43 UTC (3+ messages)
[PATCH bpf-next] bpftool: Restore support for BPF offload-enabled feature probing
2022-03-08 22:26 UTC (5+ messages)
[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
2022-03-08 21:08 UTC (9+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall
[PATCH v3 bpf-next] Improve BPF test stability (related to perf events and scheduling)
2022-03-08 20:47 UTC (8+ messages)
[PATCH bpf-next v6 00/14] selftests/bpf: Add parallelism to test_progs
2022-03-08 20:22 UTC (5+ messages)
` [PATCH bpf-next v6 05/14] selftests/bpf: adding read_perf_max_sample_freq() helper
[PATCH v2 bpf-next] bpf: select proper size for bpf_prog_pack
2022-03-08 19:53 UTC
[PATCH bpf-next] samples/bpf: fix broken bpf programs due to function inlining
2022-03-08 17:56 UTC (4+ messages)
[PATCH bpf-next] bpf: select proper size for bpf_prog_pack
2022-03-08 17:19 UTC (3+ messages)
[PATCH v4 bpf-next 0/3] introduce xdp frags support to veth driver
2022-03-08 16:06 UTC (4+ messages)
` [PATCH v4 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit
` [PATCH v4 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb
` [PATCH v4 bpf-next 3/3] veth: allow jumbo frames in xdp mode
[PATCH v3 bpf-next 0/3] introduce xdp frags support to veth driver
2022-03-08 15:56 UTC (3+ messages)
[PATCH bpf-next] selftests: bpf: Make test_lwt_ip_encap more stable and faster
2022-03-08 15:10 UTC (2+ messages)
[PATCH bpf-next] bpf: determine buf_info inside check_buffer_access()
2022-03-08 14:50 UTC (2+ messages)
[PATCH bpf-next v9 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-03-08 14:41 UTC (12+ messages)
` [PATCH bpf-next v9 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
` [PATCH bpf-next v9 3/5] libbpf: Support batch_size option to bpf_prog_test_run
` [PATCH bpf-next v9 4/5] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v9 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
2022-03-08 14:27 UTC (20+ messages)
` [PATCH 02/10] bpf: Add multi kprobe link
` [PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts support for multi kprobes
[PATCH bpf-next v1 0/5] Introduce bpf_packet_pointer helper
2022-03-08 13:40 UTC (7+ messages)
` [PATCH bpf-next v1 1/5] bpf: Add ARG_SCALAR and ARG_CONSTANT
[PATCH intel-net] ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()
2022-03-08 12:51 UTC (2+ messages)
[PATCH powerpc/next 00/17] powerpc/bpf: Some updates and cleanups
2022-03-08 12:08 UTC (2+ messages)
[PATCH v10 00/12] fprobe: Introduce fprobe function entry/exit probe
2022-03-08 11:10 UTC (13+ messages)
` [PATCH v10 01/12] ftrace: Add ftrace_set_filter_ips function
` [PATCH v10 02/12] fprobe: Add ftrace based probe APIs
` [PATCH v10 03/12] rethook: Add a generic return hook
` [PATCH v10 04/12] rethook: x86: Add rethook x86 implementation
` [PATCH v10 05/12] arm64: rethook: Add arm64 rethook implementation
` [PATCH v10 06/12] powerpc: Add rethook support
` [PATCH v10 07/12] ARM: rethook: Add rethook arm implementation
` [PATCH v10 08/12] fprobe: Add exit_handler support
` [PATCH v10 09/12] fprobe: Add sample program for fprobe
` [PATCH v10 10/12] fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag "
` [PATCH v10 11/12] docs: fprobe: Add fprobe description to ftrace-use.rst
` [PATCH v10 12/12] fprobe: Add a selftest for fprobe
Wycena paneli fotowoltaicznych
2022-03-08 8:35 UTC
[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-08 8:01 UTC (6+ messages)
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
[PATCH bpf-next 1/2] bpf/docs: Update vmtest docs for static linking
2022-03-08 6:30 UTC (3+ messages)
[PATCH bpf-next] bpf: Remove redundant slash
2022-03-08 6:30 UTC (6+ messages)
` [PATCH bpf-next v2] bpf: Clean up Makefile of bpf preload
[PATCH net-next] ice: xsk: fix GCC version checking against pragma unroll presence
2022-03-08 6:30 UTC (2+ messages)
[PATCH] libbpf: fix array_size.cocci warning
2022-03-08 6:20 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Replace strncpy() with strscpy()
2022-03-08 6:10 UTC (2+ messages)
[PATCH bpf] libbpf: unmap rings when umem deleted
2022-03-08 6:03 UTC (2+ messages)
[RFC] A couple of issues on BPF callstack
2022-03-08 4:37 UTC (3+ messages)
[PATCH bpf-next v5] bpftool: Add bpf_cookie to link output
2022-03-08 1:42 UTC (5+ messages)
[PATCH 1/1] libbpf: ensure F_DUPFD_CLOEXEC is defined
2022-03-08 1:35 UTC (4+ messages)
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