messages from 2024-02-13 23:49:45 to 2024-02-16 01:34:28 UTC [more...]
[PATCH v2 bpf-next 00/20] bpf: Introduce BPF arena
2024-02-16 1:34 UTC (43+ messages)
` [PATCH v2 bpf-next 04/20] mm: Expose vmap_pages_range() to the rest of the kernel
` [PATCH v2 bpf-next 05/20] bpf: Introduce bpf_arena
` [PATCH v2 bpf-next 10/20] bpf: Recognize btf_decl_tag("arg:arena") as PTR_TO_ARENA
` [PATCH v2 bpf-next 12/20] libbpf: Add support for bpf_arena
` [PATCH v2 bpf-next 13/20] libbpf: Allow specifying 64-bit integers in map BTF
` [PATCH v2 bpf-next 14/20] libbpf: Recognize __arena global varaibles
` [PATCH v2 bpf-next 16/20] bpf: Add helper macro bpf_arena_cast()
` [PATCH v2 bpf-next 20/20] selftests/bpf: Convert simple page_frag allocator to per-cpu
[RESEND PATCH v5 0/4] Combine perf and bpf for fast eval of hw breakpoint conditions]
2024-02-16 0:24 UTC (9+ messages)
` [RESEND PATCH v5 1/4] perf/bpf: Call bpf handler directly, not through overflow machinery
` [RESEND PATCH v5 2/4] perf/bpf: Remove unneeded uses_default_overflow_handler
` [RESEND PATCH v5 3/4] perf/bpf: Allow a bpf program to suppress all sample side effects
` [RESEND PATCH v5 4/4] selftest/bpf: Test a perf bpf program that suppresses "
[RFC bpf-next v2 0/3] Create shadow variables for struct_ops in skeletons
2024-02-15 23:55 UTC (6+ messages)
` [RFC bpf-next v2 1/3] libbpf: Create a shadow copy for each struct_ops map if necessary
` [RFC bpf-next v2 2/3] bpftool: generated shadow variables for struct_ops maps
` [RFC bpf-next v2 3/3] selftests/bpf: Test if shadow variables work
[RFC PATCH v1 00/14] Exceptions - Resource Cleanup
2024-02-15 22:12 UTC (19+ 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
[PATCH bpf-next v4] bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19
2024-02-15 22:00 UTC (2+ messages)
[PATCH bpf 1/2] bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
2024-02-15 21:12 UTC (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Test "
[PATCH bpf-next] bpf: improve duplicate source code line detection
2024-02-15 21:10 UTC (2+ messages)
[PATCH RFC net-next 0/2] Use per-task storage for XDP-redirects on PREEMPT_RT
2024-02-15 20:23 UTC (12+ messages)
` [PATCH RFC net-next 1/2] net: Reference bpf_redirect_info via task_struct "
[PATCH bpf-next] bpf: Check cfi_stubs before registering a struct_ops type
2024-02-15 19:20 UTC (4+ messages)
[PATCH net-next 0/3] Change BPF_TEST_RUN use the system page pool for live XDP frames
2024-02-15 17:06 UTC (6+ messages)
` [PATCH net-next 1/3] net: Register system page pool as an XDP memory model
` [PATCH net-next 2/3] bpf: test_run: Use system page pool for XDP live frame mode
` [PATCH net-next 3/3] bpf: test_run: Fix cacheline alignment of live XDP frame data structures
[PATCH net-next v5 0/9] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
2024-02-15 16:26 UTC (11+ messages)
` [PATCH net-next v5 1/9] net: phylink: provide mac_get_pcs_neg_mode() function
` [PATCH net-next v5 2/9] net: phylink: add phylink_pcs_neg_mode() declaration into phylink.h
` [PATCH net-next v5 3/9] net: stmmac: select PCS negotiation mode according to the interface mode
` [PATCH net-next v5 4/9] net: pcs: xpcs: re-initiate clause 37 Auto-negotiation
` [PATCH net-next v5 5/9] arch: x86: Add IPC mailbox accessor function and add SoC register access
` [PATCH net-next v5 6/9] net: stmmac: configure SerDes on mac_finish
` [PATCH net-next v5 7/9] stmmac: intel: configure SerDes according to the interface mode
` [PATCH net-next v5 8/9] stmmac: intel: interface switching support for EHL platform
` [PATCH net-next v5 9/9] stmmac: intel: interface switching support for ADL-N platform
[PATCH RFC bpf-next 0/4] bpf: Add support to attach return prog in kprobe multi
2024-02-15 16:27 UTC (12+ messages)
` [PATCH RFC bpf-next 1/4] fprobe: Add entry/exit callbacks types
[PATCH v7 00/36] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-02-15 16:11 UTC (27+ messages)
` [PATCH v7 10/36] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [PATCH v7 14/36] function_graph: Use a simple LRU for fgraph_array index number
` [PATCH v7 19/36] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v7 20/36] function_graph: Improve push operation for several interrupts
` [PATCH v7 21/36] function_graph: Add selftest for passing local variables
` [PATCH v7 22/36] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v7 23/36] function_graph: Add a new exit "
` [PATCH v7 24/36] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v7 25/36] arm64: ftrace: "
` [PATCH v7 28/36] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
2024-02-15 15:23 UTC (12+ messages)
` [PATCH RFC bpf-next v2 01/10] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
` [PATCH RFC bpf-next v2 03/10] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v2 04/10] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v2 05/10] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v2 06/10] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v2 07/10] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v2 08/10] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v2 09/10] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v2 10/10] selftests/hid: add test for bpf_timer
[PATCH bpf-next 0/4] bpf, x64: Fix tailcall hierarchy
2024-02-15 13:16 UTC (8+ messages)
` [PATCH bpf-next 2/4] "
[PATCH 5.10.y] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
2024-02-15 12:54 UTC (2+ messages)
[PATCH 5.15.y] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
2024-02-15 12:52 UTC (2+ messages)
[PATCH] selftests/bpf: Move test_dev_cgroup to prog_tests
2024-02-15 12:01 UTC
[PATCH bpf-next] bpf/test_run: increase Page Pool's ptr_ring size in live frames mode
2024-02-15 11:57 UTC (4+ messages)
[PATCH net-next v3 0/7] dma: skip calling no-op sync ops when possible
2024-02-15 11:36 UTC (16+ messages)
` [PATCH net-next v3 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v3 2/7] dma: avoid redundant calls for sync operations
` [PATCH net-next v3 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next v3 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v3 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next v3 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v3 7/7] xsk: use generic DMA sync shortcut instead of a custom one
[PATCH bpf v3 0/3] Fix the read of vsyscall page through bpf
2024-02-15 11:13 UTC (5+ messages)
` [PATCH bpf v3 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
[PATCH v2 1/2] powerpc/bpf: ensure module addresses are supported
2024-02-15 10:44 UTC (8+ messages)
` [PATCH v2 2/2] powerpc/bpf: enable kfunc call
[PATCH v1 bpf-next 0/9] BPF static branches
2024-02-15 6:48 UTC (7+ messages)
` [PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns
[PATCH net-next v4 00/11] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
2024-02-15 3:14 UTC (8+ messages)
` [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
[LSF/MM/BPF TOPIC] Segmented Stacks for BPF Programs
2024-02-15 3:07 UTC (3+ messages)
[PATCH bpf-next] bpf: use O(log(N)) binary search to find line info record
2024-02-14 23:00 UTC (3+ messages)
[PATCH v3 0/8] Clean up libperf cpumap's empty function
2024-02-14 22:02 UTC (2+ messages)
[PATCH v1 0/6] Thread memory improvements and fixes
2024-02-14 21:42 UTC (14+ messages)
` [PATCH v1 1/6] perf report: Sort child tasks by tid
` [PATCH v1 2/6] perf trace: Ignore thread hashing in summary
` [PATCH v1 3/6] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v1 4/6] perf threads: Move threads to its own files
` [PATCH v1 5/6] perf threads: Switch from rbtree to hashmap
` [PATCH v1 6/6] perf threads: Reduce table size from 256 to 8
[PATCH v2] kbuild: Fix changing ELF file type for output of gen_btf for big endian
2024-02-14 21:37 UTC (3+ messages)
[PATCH v3 bpf-next] libbpf: make remark about zero-initializing bpf_*_info structs
2024-02-14 17:50 UTC (3+ messages)
[PATCH bpf-next 0/3] check bpf_func_state->callback_depth when pruning states
2024-02-14 17:42 UTC (6+ messages)
` [PATCH bpf-next 2/3] bpf: "
[PATCH RFC bpf-next 0/9] allow HID-BPF to do device IOs
2024-02-14 17:10 UTC (14+ messages)
[RFC nf-next v5 0/2] netfilter: bpf: support prog update
2024-02-14 16:41 UTC (3+ messages)
[PATCH] Corrected GPL license name
2024-02-14 16:20 UTC (3+ messages)
[PATCH bpf-next v1] ARC: Add eBPF JIT support
2024-02-14 14:54 UTC (4+ messages)
[RFC PATCH net-next v5 00/14] Device Memory TCP
2024-02-14 15:30 UTC (5+ messages)
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
[PATCH v10 net-next 00/15] Introducing P4TC
2024-02-14 15:30 UTC (5+ messages)
` [PATCH v10 net-next 08/15] p4tc: add template pipeline create, get, update, delete
LSF/MM/BPF: 2024: Call for Proposals
2024-02-14 13:03 UTC (3+ messages)
` LSF/MM/BPF: 2024: Call for Proposals [Reminder]
` LSF/MM/BPF: 2024: Call for Proposals [Final Reminder]
[PATCH bpf-next 00/16] bpf: Introduce BPF arena
2024-02-14 8:31 UTC (4+ messages)
` [PATCH bpf-next 03/16] mm: Expose vmap_pages_range() to the rest of the kernel
[PATCH v2 bpf-next] libbpf: make remark about zero-initializing bpf_*_info structs
2024-02-14 8:30 UTC (3+ messages)
[PATCH v9 net-next 0/4] add multi-buff support for xdp running in generic mode
2024-02-14 3:50 UTC (2+ messages)
[PATCH v2 bpf-next] bpf: emit source code file name and line number in verifier log
2024-02-14 3:00 UTC (2+ messages)
[PATCH v2 bpf-next 0/4] Fix global subprog PTR_TO_CTX arg handling
2024-02-14 2:50 UTC (2+ messages)
[PATCH bpf-next v3] bpf, docs: Add callx instructions in new conformance group
2024-02-14 2:45 UTC (3+ messages)
` [Bpf] "
[PATCH v4 bpf-next] net: remove check in __cgroup_bpf_run_filter_skb
2024-02-13 23:50 UTC (5+ 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