messages from 2024-03-03 17:00:22 to 2024-03-06 00:28:31 UTC [more...]
[PATCH bpf-next v3 00/15] libbpf: type suffixes and autocreate flag for struct_ops maps
2024-03-06 0:28 UTC (34+ messages)
` [PATCH bpf-next v3 01/15] libbpf: allow version suffixes (___smth) for struct_ops types
` [PATCH bpf-next v3 02/15] libbpf: tie struct_ops programs to kernel BTF ids, not to local ids
` [PATCH bpf-next v3 03/15] libbpf: honor autocreate flag for struct_ops maps
` [PATCH bpf-next v3 04/15] selftests/bpf: test struct_ops map definition with type suffix
` [PATCH bpf-next v3 05/15] selftests/bpf: utility functions to capture libbpf log in test_progs
` [PATCH bpf-next v3 06/15] selftests/bpf: bad_struct_ops test
` [PATCH bpf-next v3 07/15] selftests/bpf: test autocreate behavior for struct_ops maps
` [PATCH bpf-next v3 08/15] libbpf: sync progs autoload with maps autocreate "
` [PATCH bpf-next v3 09/15] selftests/bpf: verify struct_ops autoload/autocreate sync
` [PATCH bpf-next v3 10/15] libbpf: replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type
` [PATCH bpf-next v3 11/15] libbpf: struct_ops in SEC("?.struct_ops") and SEC("?.struct_ops.link")
` [PATCH bpf-next v3 12/15] libbpf: rewrite btf datasec names starting from '?'
` [PATCH bpf-next v3 13/15] selftests/bpf: test case for SEC("?.struct_ops")
` [PATCH bpf-next v3 14/15] bpf: allow '?' at the beginning of DATASEC names
` [PATCH bpf-next v3 15/15] selftests/bpf: test cases for '?' in BTF names
[LSF/MM/BPF TOPIC] faster uprobes
2024-03-05 23:53 UTC (13+ messages)
[RFC PATCH net-next v6 00/15] Device Memory TCP
2024-03-05 22:36 UTC (32+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 10/15] net: support non paged skb frags
` [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP
` [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation
` [RFC PATCH net-next v6 15/15] selftests: add ncdevmem, netcat for devmem TCP
[PATCH v3 bpf-next 1/2] bpf: Add bits iterator
2024-03-05 22:05 UTC (4+ messages)
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add selftest for bits iter
[PATCH v5 bpf-next 0/4] bpf: Introduce may_goto and cond_break
2024-03-05 21:57 UTC (10+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Introduce may_goto instruction
` [PATCH v5 bpf-next 2/4] bpf: Recognize that two registers are safe when their ranges match
` [PATCH v5 bpf-next 3/4] bpf: Add cond_break macro
` [PATCH v5 bpf-next 4/4] selftests/bpf: Test may_goto
[PATCH bpf] cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
2024-03-05 21:31 UTC
[RFC PATCH bpf-next 0/5] Add bpf_link support for sk_msg prog
2024-03-05 20:22 UTC (6+ messages)
` [RFC PATCH bpf-next 1/5] bpf: Add link "
` [RFC PATCH bpf-next 2/5] libbpf: Refactor bpf_program_attach_fd()
` [RFC PATCH bpf-next 3/5] libbpf: Add link support for BPF_PROG_TYPE_SK_MSG
` [RFC PATCH bpf-next 4/5] bpftool: Add link dump support for BPF_LINK_TYPE_SK_MSG
` [RFC PATCH bpf-next 5/5] selftests/bpf: Add some tests with new bpf_program__attach_sk_msg() API
[PATCH net 7/8] igc: avoid returning frame twice in XDP_REDIRECT
2024-03-05 18:57 UTC
[linux-next:master] BUILD REGRESSION 11afac187274a6177a7ac82997f8691c0f469e41
2024-03-05 18:14 UTC
[PATCH v2 0/2] Add minimal XDP support to TI AM65 CPSW Ethernet driver
2024-03-05 16:43 UTC (8+ messages)
` [PATCH v2 2/2] net: ethernet: ti: am65-cpsw: Add minimal XDP support
[PATCH] drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supported
2024-03-05 15:52 UTC
[PATCH bpf 1/2] xdp, bonding: Fix feature flags when there are no slave devs anymore
2024-03-05 15:47 UTC (4+ messages)
` [PATCH bpf 2/2] selftests/bpf: Fix up xdp bonding test wrt feature flags
[PATCH] powerpc/bpf/32: Fix failing test_bpf tests
2024-03-05 15:36 UTC
[PATCH bpf-next v1] ARC: Add eBPF JIT support
2024-03-05 15:22 UTC (3+ messages)
[PATCH net-next v12 00/15] Introducing P4TC (series 1)
2024-03-05 12:30 UTC (37+ messages)
` [PATCH net-next v12 14/15] p4tc: add set of P4TC table kfuncs
` eBPF to implement core functionility WAS Re: [PATCH net-next v12 00/15] Introducing P4TC (series 1)
` Hardware Offload discussion WAS(Re: "
[net-next v1 00/16] Device Memory TCP
2024-03-05 11:45 UTC (3+ messages)
` [net-next v1 04/16] gve: implement queue api
[PATCH net-next v6 0/5] remove page frag implementation in vhost_net
2024-03-05 11:30 UTC (3+ messages)
[PATCH v3 0/3] DONOTMERGE: Add minimal XDP support to TI AM65 CPSW Ethernet driver
2024-03-05 11:08 UTC (4+ messages)
` [PATCH v3 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH v3 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
` [PATCH v3 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support
[PATCH bpf-next] bpftool: Mount bpffs on provided dir instead of parent dir
2024-03-05 10:35 UTC (6+ messages)
[PATCH v3] driver core: Cancel scheduled pm_runtime_idle() on device removal
2024-03-05 9:23 UTC (11+ messages)
[PATCH net-next v5 0/9] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
2024-03-05 8:39 UTC (6+ messages)
` [PATCH net-next v5 1/9] net: phylink: provide mac_get_pcs_neg_mode() function
[PATCH net 1/1] igc: avoid returning frame twice in XDP_REDIRECT
2024-03-05 7:28 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH bpf-next 0/4] selftests/bpf: Fix a couple of test failures with LTO kernel
2024-03-05 7:24 UTC (7+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Replace CHECK with ASSERT macros for ksyms test
` [PATCH bpf-next 3/4] selftests/bpf: Fix possible ksyms test failure with LTO kernel
[PATCH v3 bpf-next 0/2] bpf: Add a generic bits iterator
2024-03-05 6:40 UTC
[PATCH v4 bpf-next 0/4] bpf: Introduce may_goto and cond_break
2024-03-05 3:44 UTC (12+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Introduce may_goto instruction
` [PATCH v4 bpf-next 2/4] bpf: Recognize that two registers are safe when their ranges match
` [Bpf] [PATCH v4 bpf-next 0/4] bpf: Introduce may_goto and cond_break
[PATCH v4 bpf-next 0/2] mm: Enforce ioremap address space and introduce sparse vm_area
2024-03-05 3:05 UTC (3+ messages)
` [PATCH v4 bpf-next 1/2] mm: Enforce VM_IOREMAP flag and range in ioremap_page_range
` [PATCH v4 bpf-next 2/2] mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages()
[PATCH v2 bpf-next 0/3] mm: Cleanup and identify various users of kernel virtual address space
2024-03-05 0:38 UTC (4+ messages)
` [PATCH v2 bpf-next 2/3] mm, xen: Separate xen use cases from ioremap
[PATCH bpf-next 0/4] bpf: track find_equal_scalars history on per-instruction level
2024-03-04 23:37 UTC (7+ messages)
` [PATCH bpf-next 2/4] "
[PATCH bpf-next v4 0/3] Allow struct_ops maps with a large number of programs
2024-03-04 22:34 UTC (4+ messages)
` [PATCH bpf-next v4 2/3] bpf: struct_ops supports more than one page for trampolines
[PATCH bpf-next] arm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline
2024-03-04 20:28 UTC
[PATCH v2 0/6] PCI: imx6: rename\clean up and add lut information for imx95
2024-03-04 20:25 UTC (7+ messages)
` [PATCH v2 1/6] PCI: imx6: Rename imx6_* with imx_*
` [PATCH v2 2/6] PCI: imx6: Rename pci-imx6.c to pcie-imx.c
` [PATCH v2 3/6] MAINTAINERS: pci: imx: update imx6* to imx* since rename driver file
` [PATCH v2 4/6] PCI: imx: Simplify switch-case logic by involve set_ref_clk callback
` [PATCH v2 5/6] PCI: imx: Simplify switch-case logic by involve core_reset callback
` [PATCH v2 6/6] PCI: imx: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95
[PATCH bpf-next v2 00/15] libbpf: type suffixes and autocreate flag for struct_ops maps
2024-03-04 19:13 UTC (3+ messages)
` [PATCH bpf-next v2 08/15] libbpf: sync progs autoload with maps autocreate "
[PATCH] bpf: check mem for dynptr type
2024-03-04 17:08 UTC (6+ messages)
[PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver
2024-03-04 14:19 UTC (3+ messages)
` [xdp-hints] "
[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
2024-03-04 13:58 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: extend uprobe/uretprobe triggering benchmarks
2024-03-04 13:52 UTC (3+ messages)
[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
2024-03-04 13:45 UTC (7+ messages)
[PATCH] libbpf: Correct debug message in btf__load_vmlinux_btf
2024-03-04 13:40 UTC (2+ messages)
[PATCH bpf v2 0/2] Fix hashmap overflow checks for 32-bit arches
2024-03-04 13:02 UTC (7+ messages)
` [PATCH bpf v2 2/2] bpf: Fix hashtab overflow check on "
[PATCH v5.15-v5.4] fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
2024-03-04 10:49 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Inter-VM Shared Memory Communications with eBPF
2024-03-04 9:59 UTC (2+ messages)
[PATCH RFCv2 bpf-next 0/4] bpf: Introduce kprobe multi wrapper attach
2024-03-04 8:28 UTC (6+ messages)
` [PATCH RFCv2 bpf-next 2/4] bpf: Add bpf_kprobe_multi_is_return kfunc
[PATCH bpf-next 0/1] Support kCFI + BPF on riscv64
2024-03-03 17:02 UTC (2+ messages)
` [PATCH bpf-next 1/1] riscv64/cfi,bpf: "
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