messages from 2024-06-10 19:20:23 to 2024-06-13 01:36:17 UTC [more...]
[PATCH net-next v12 00/13] Device Memory TCP
2024-06-13 1:35 UTC (9+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v12 05/13] page_pool: convert to use netmem
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v12 08/13] net: support non paged skb frags
[PATCH v5 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-13 0:34 UTC (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] pstore/ramoops: Add ramoops.mem_name= command line option
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-13 0:31 UTC (22+ messages)
` [PATCH 05/14] tracefs: "
[PATCH net-next v11 00/13] Device Memory TCP
2024-06-13 0:10 UTC (3+ messages)
` [PATCH net-next v11 05/13] page_pool: convert to use netmem
[PATCH v6 00/13] tracing: Persistent traces across a reboot or crash
2024-06-12 23:19 UTC (14+ messages)
` [PATCH v6 01/13] ring-buffer: Allow mapped field to be set without mapping
` [PATCH v6 02/13] ring-buffer: Add ring_buffer_alloc_range()
` [PATCH v6 03/13] ring-buffer: Add ring_buffer_meta data
` [PATCH v6 04/13] tracing: Implement creating an instance based on a given memory region
` [PATCH v6 05/13] ring-buffer: Add output of ring buffer meta page
` [PATCH v6 06/13] ring-buffer: Add test if range of boot buffer is valid
` [PATCH v6 07/13] ring-buffer: Validate boot range memory events
` [PATCH v6 08/13] tracing: Add option to use memmapped memory for trace boot instance
` [PATCH v6 09/13] ring-buffer: Save text and data locations in mapped meta data
` [PATCH v6 10/13] tracing/ring-buffer: Add last_boot_info file to boot instance
` [PATCH v6 11/13] tracing: Handle old buffer mappings for event strings and functions
` [PATCH v6 12/13] tracing: Update function tracing output for previous boot buffer
` [PATCH v6 13/13] tracing: Add last boot delta offset for stack traces
[PATCH] selftests/ftrace: Add required dependency for kprobe tests
2024-06-12 22:12 UTC
[linux-next:master] BUILD REGRESSION 03d44168cbd7fc57d5de56a3730427db758fc7f6
2024-06-12 20:41 UTC
[PATCH v3 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-12 18:52 UTC (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] pstore/ramoops: Add ramoops.mem_name= command line option
[PATCH bpf-next v5 00/12] bpf: Support dumping kfunc prototypes from BTF
2024-06-12 18:10 UTC (4+ messages)
` [PATCH bpf-next v5 06/12] bpf: Make bpf_session_cookie() kfunc return long *
` [PATCH bpf-next v5 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view
[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
2024-06-12 17:31 UTC (12+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback
Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
2024-06-12 15:56 UTC (12+ messages)
[PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-06-12 15:55 UTC (2+ messages)
` [f2fs-dev] "
[PATCH net-next v10 00/14] Device Memory TCP
2024-06-12 15:47 UTC (28+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
[PATCH v3 00/34] kmsan: Enable on s390
2024-06-12 15:37 UTC (4+ messages)
` [PATCH v3 01/34] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()
[PATCH v2 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-12 15:32 UTC (12+ messages)
` [PATCH v2 1/2] "
[PATCH v2 0/2] Tracepoints and static branch in Rust
2024-06-12 15:03 UTC (3+ messages)
` [PATCH v2 1/2] rust: add static_key_false
[PATCH 0/5] rtla: Support idle state disabling via libcpupower in timerlat
2024-06-12 14:54 UTC (6+ messages)
` [PATCH 1/5] rtla: Add dependency on libcpupower
` [PATCH 2/5] rtla/utils: Add idle state disabling via libcpupower
` [PATCH 3/5] rtla/timerlat: Add --disable-idle-states for top
` [PATCH 4/5] rtla/timerlat: Add --disable-idle-states for hist
` [PATCH 5/5] rtla: Documentation: Add --disable-idle-states
[PATCH v5 00/13] tracing: Persistent traces across a reboot or crash
2024-06-12 14:12 UTC (15+ messages)
` [PATCH v5 01/13] ring-buffer: Allow mapped field to be set without mapping
` [PATCH v5 02/13] ring-buffer: Add ring_buffer_alloc_range()
` [PATCH v5 03/13] ring-buffer: Add ring_buffer_meta data
` [PATCH v5 04/13] tracing: Implement creating an instance based on a given memory region
` [PATCH v5 05/13] ring-buffer: Add output of ring buffer meta page
` [PATCH v5 06/13] ring-buffer: Add test if range of boot buffer is valid
` [PATCH v5 07/13] ring-buffer: Validate boot range memory events
` [PATCH v5 08/13] tracing: Add option to use memmapped memory for trace boot instance
` [PATCH v5 09/13] ring-buffer: Save text and data locations in mapped meta data
` [PATCH v5 10/13] tracing/ring-buffer: Add last_boot_info file to boot instance
` [PATCH v5 11/13] tracing: Handle old buffer mappings for event strings and functions
` [PATCH v5 12/13] tracing: Update function tracing output for previous boot buffer
` [PATCH v5 13/13] tracing: Add last boot delta offset for stack traces
[PATCH] rtla/osnoise: Better report when histogram is empty
2024-06-12 14:12 UTC (2+ messages)
[PATCH v4 net-next 0/7] net: pass receive socket to drop tracepoint
2024-06-12 7:59 UTC (9+ messages)
` [PATCH v4 net-next 1/7] net: add rx_sk to trace_kfree_skb
` [PATCH v4 net-next 2/7] net: introduce sk_skb_reason_drop function
` [PATCH v4 net-next 3/7] ping: use sk_skb_reason_drop to free rx packets
` [PATCH v4 net-next 4/7] net: raw: "
` [PATCH v4 net-next 5/7] tcp: "
` [PATCH v4 net-next 6/7] udp: "
` [PATCH v4 net-next 7/7] af_packet: "
[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
2024-06-12 7:02 UTC (14+ messages)
` [PATCHv8 bpf-next 1/9] x86/shstk: Make return uprobe work with shadow stack
` [PATCHv8 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
` [PATCHv8 bpf-next 4/9] selftests/x86: Add return uprobe shadow stack test
` [PATCHv8 bpf-next 5/9] selftests/bpf: Add uretprobe syscall test for regs integrity
` [PATCHv8 bpf-next 6/9] selftests/bpf: Add uretprobe syscall test for regs changes
` [PATCHv8 bpf-next 7/9] selftests/bpf: Add uretprobe syscall call from user space test
` [PATCHv8 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
` [PATCHv8 9/9] man2: Add uretprobe syscall page
[linux-next:master] BUILD REGRESSION a957267fa7e9159d3d2ee1421359ebf228570c68
2024-06-12 5:52 UTC
[PATCH net-next v4 0/6] net/tcp: TCP-AO and TCP-MD5 tracepoints
2024-06-12 5:40 UTC (2+ messages)
[PATCH v4 00/13] tracing: Persistent traces across a reboot or crash
2024-06-12 1:57 UTC (19+ messages)
` [PATCH v4 01/13] ring-buffer: Allow mapped field to be set without mapping
` [PATCH v4 02/13] ring-buffer: Add ring_buffer_alloc_range()
` [PATCH v4 03/13] ring-buffer: Add ring_buffer_meta data
` [PATCH v4 04/13] tracing: Implement creating an instance based on a given memory region
` [PATCH v4 05/13] ring-buffer: Add output of ring buffer meta page
` [PATCH v4 06/13] ring-buffer: Add test if range of boot buffer is valid
` [PATCH v4 07/13] ring-buffer: Validate boot range memory events
` [PATCH v4 08/13] tracing: Add option to use memmapped memory for trace boot instance
` [PATCH v4 09/13] ring-buffer: Save text and data locations in mapped meta data
` [PATCH v4 10/13] tracing/ring-buffer: Add last_boot_info file to boot instance
` [PATCH v4 11/13] tracing: Handle old buffer mappings for event strings and functions
` [PATCH v4 12/13] tracing: Update function tracing output for previous boot buffer
` [PATCH v4 13/13] tracing: Add last boot delta offset for stack traces
[PATCH 0/3] tracing: Fix some selftest issues
2024-06-12 1:14 UTC (10+ messages)
` [PATCH 1/3] tracing: Build event generation tests only as modules
` [PATCH 2/3] tracing/kprobe: Remove unneeded WARN_ON_ONCE() in selftests
` [PATCH 3/3] tracing/kprobe: Remove cleanup code unrelated to selftest
[PATCH 0/2] Introduce tracepoint for hugetlbfs
2024-06-12 1:11 UTC (3+ messages)
` [PATCH 1/2] hugetlbfs: support tracepoint
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions
[PATCH v3 0/3] tracing: Fix some selftest issues
2024-06-11 23:11 UTC (7+ messages)
` [PATCH v3 1/3] tracing: Build event generation tests only as modules
` [PATCH v3 2/3] tracing/kprobe: Integrate test warnings into WARN_ONCE
` [PATCH v3 3/3] tracing/kprobe: Remove cleanup code unrelated to selftest
[PATCH v4 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
2024-06-11 22:36 UTC (6+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] pstore/ramoops: Add ramoops.mem_name= command line option
[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
2024-06-11 14:25 UTC (11+ messages)
` [PATCHv7 bpf-next 2/9] uprobe: Wire up uretprobe system call
` [PATCHv7 bpf-next 8/9] selftests/bpf: Add uretprobe shadow stack test
[PATCH v6 0/3] Clean up usage of rt_task()
2024-06-11 14:20 UTC (6+ messages)
` [PATCH v6 1/3] sched/rt: "
` [PATCH v6 2/3] sched/rt, dl: Convert functions to return bool
` [PATCH v6 3/3] sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
[RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
2024-06-11 9:36 UTC (5+ messages)
[PATCH 0/2] function_graph: ftrace_graph_ret_addr(); there can be only one!
2024-06-11 3:09 UTC (3+ messages)
` [PATCH 1/2] function_graph: Fix up ftrace_graph_ret_addr()
` [PATCH 2/2] function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove it
[PATCH 0/6] kernel: Avoid memcpy of task comm
2024-06-10 23:01 UTC (9+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()
[PATCH -next 1/2] function_graph: Add kernel-doc comments for ftrace_graph_ret_addr() function
2024-06-10 22:18 UTC (4+ messages)
` [PATCH -next 2/2] ftrace: Add kernel-doc comments for unregister_ftrace_direct() function
[RFC v3 net-next 0/7] net: pass receive socket to drop tracepoint
2024-06-10 20:25 UTC (6+ messages)
` [RFC v3 net-next 1/7] net: add rx_sk to trace_kfree_skb
[PATCH 0/3] tracing: Fix some selftest issues
2024-06-10 19:49 UTC (9+ messages)
[PATCH v5 0/2] Clean up usage of rt_task()
2024-06-10 19:21 UTC (7+ messages)
` [PATCH v5 1/2] sched/rt: "
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).