linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-04 20:03:01 to 2024-06-07 00:51:56 UTC [more...]

[PATCH net-next v11 00/13] Device Memory TCP
 2024-06-07  0:51 UTC  (13+ messages)
` [PATCH net-next v11 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v11 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v11 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v11 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v11 05/13] page_pool: convert to use netmem
` [PATCH net-next v11 06/13] page_pool: devmem support
` [PATCH net-next v11 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v11 08/13] net: support non paged skb frags
` [PATCH net-next v11 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v11 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v11 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v11 12/13] net: add devmem TCP documentation

[PATCH 0/3] Tracepoints and static branch/call in Rust
 2024-06-06 23:50 UTC  (23+ messages)
` [PATCH 1/3] rust: add static_call support
` [PATCH 2/3] rust: add static_key_false
` [PATCH 3/3] rust: add tracepoint support

[PATCH net-next v4 0/6] net/tcp: TCP-AO and TCP-MD5 tracepoints
 2024-06-06 23:26 UTC  (7+ messages)
` [PATCH net-next v4 1/6] net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs
` [PATCH net-next v4 2/6] net/tcp: Add a helper tcp_ao_hdr_maclen()
` [PATCH net-next v4 3/6] net/tcp: Move tcp_inbound_hash() from headers
` [PATCH net-next v4 4/6] net/tcp: Add tcp-md5 and tcp-ao tracepoints
` [PATCH net-next v4 5/6] net/tcp: Remove tcp_hash_fail()
` [PATCH net-next v4 6/6] Documentation/tcp-ao: Add a few lines on tracepoints

[PATCH v3 00/13] tracing: Persistent traces across a reboot or crash
 2024-06-06 21:26 UTC  (15+ messages)
` [PATCH v3 01/13] ring-buffer: Allow mapped field to be set without mapping
` [PATCH v3 02/13] ring-buffer: Add ring_buffer_alloc_range()
` [PATCH v3 03/13] ring-buffer: Add ring_buffer_meta data
` [PATCH v3 04/13] tracing: Implement creating an instance based on a given memory region
` [PATCH v3 05/13] ring-buffer: Add output of ring buffer meta page
` [PATCH v3 06/13] ring-buffer: Add test if range of boot buffer is valid
` [PATCH v3 07/13] ring-buffer: Validate boot range memory events
` [PATCH v3 08/13] tracing: Add option to use memmapped memory for trace boot instance
` [PATCH v3 09/13] ring-buffer: Save text and data locations in mapped meta data
` [PATCH v3 10/13] tracing/ring-buffer: Add last_boot_info file to boot instance
` [PATCH v3 11/13] tracing: Handle old buffer mappings for event strings and functions
` [PATCH v3 12/13] tracing: Update function tracing output for previous boot buffer
` [PATCH v3 13/13] tracing: Add last boot delta offset for stack traces

[PATCH v3 0/4] tracing: improve symbolic printing
 2024-06-06 20:32 UTC  (5+ messages)
` [PATCH v3 1/4] tracing: add __print_sym() to replace __print_symbolic()
` [PATCH v3 2/4] tracing/timer: use __print_sym()
` [PATCH v3 3/4] net: dropreason: use new __print_sym() in tracing
` [PATCH v3 4/4] net: drop_monitor: use drop_reason_lookup()

[PATCH v3 0/6] Generate address range data for built-in modules
 2024-06-06 19:02 UTC  (4+ messages)
` [PATCH v3 4/6] module: script to generate offset ranges for builtin modules

[PATCH v2 0/5] ftrace: Clean up and comment code
 2024-06-06 18:53 UTC  (13+ messages)
` [PATCH v2 1/5] ftrace: Rename dup_hash() and comment it
` [PATCH v2 2/5] ftrace: Remove "ftrace_hash" parameter from __ftrace_hash_rec_update()
` [PATCH v2 3/5] ftrace: Add comments to ftrace_hash_rec_disable/enable()
` [PATCH v2 4/5] ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()
` [PATCH v2 5/5] ftrace: Add comments to ftrace_hash_move() and friends

[linux-next:master] BUILD REGRESSION ee78a17615ad0cfdbbc27182b1047cd36c9d4d5f
 2024-06-06 17:51 UTC  (2+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-06 16:58 UTC  (22+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags

[RFC bpf-next 00/10] uprobe, bpf: Add session support
 2024-06-06 16:52 UTC  (25+ messages)
` [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer
` [RFC bpf-next 02/10] bpf: Add support for uprobe multi session attach
` [RFC bpf-next 03/10] bpf: Add support for uprobe multi session context
` [RFC bpf-next 04/10] libbpf: Add support for uprobe multi session attach
` [RFC bpf-next 05/10] libbpf: Add uprobe session attach type names to attach_type_name
` [RFC bpf-next 06/10] selftests/bpf: Move ARRAY_SIZE to bpf_misc.h
` [RFC bpf-next 07/10] selftests/bpf: Add uprobe session test
` [RFC bpf-next 08/10] selftests/bpf: Add uprobe session errors test
` [RFC bpf-next 09/10] selftests/bpf: Add uprobe session cookie test
` [RFC bpf-next 10/10] selftests/bpf: Add uprobe session recursive test

[RFC v3 net-next 0/7] net: pass receive socket to drop tracepoint
 2024-06-06 15:37 UTC  (10+ messages)
` [RFC v3 net-next 1/7] net: add rx_sk to trace_kfree_skb
` [RFC v3 net-next 2/7] net: introduce sk_skb_reason_drop function
` [RFC v3 net-next 3/7] ping: use sk_skb_reason_drop to free rx packets
` [RFC v3 net-next 4/7] net: raw: "
` [RFC v3 net-next 5/7] tcp: "
` [RFC v3 net-next 6/7] udp: "
` [RFC v3 net-next 7/7] af_packet: "

[PATCH v2 0/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up
 2024-06-06 15:01 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] pstore/ramoops: Add ramoops.mem_name= command line option

[PATCH 0/2] mm/pstore: Reserve named unspecified memory across boots
 2024-06-06 14:50 UTC  (6+ messages)
` [PATCH 1/2] mm/memblock: Add "reserve_mem" to reserved named memory at boot up

[PATCH net-next v3 0/6] net/tcp: TCP-AO and TCP-MD5 tracepoints
 2024-06-06 14:10 UTC  (11+ messages)
` [PATCH net-next v3 1/6] net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs
` [PATCH net-next v3 2/6] net/tcp: Add a helper tcp_ao_hdr_maclen()
` [PATCH net-next v3 3/6] net/tcp: Move tcp_inbound_hash() from headers
` [PATCH net-next v3 4/6] net/tcp: Add tcp-md5 and tcp-ao tracepoints
` [PATCH net-next v3 5/6] net/tcp: Remove tcp_hash_fail()
` [PATCH net-next v3 6/6] Documentation/tcp-ao: Add a few lines on tracepoints

[PATCH v2] ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()
 2024-06-06 13:25 UTC 

[PATCH] function_graph: Rename BYTE_NUMBER to CHAR_NUMBER in selftests
 2024-06-06 12:18 UTC 

[jlayton:mgtime] [fs] 0dd26047b0: unixbench.throughput -1.5% regression
 2024-06-06  5:16 UTC 

[PATCH] fgraph: Remove some unused functions
 2024-06-06  2:17 UTC  (2+ messages)

[PATCH] ftrace: adding the missing parameter descriptions of unregister_ftrace_direct
 2024-06-06  2:09 UTC  (3+ messages)

[PATCH net-next v2 0/6] net/tcp: TCP-AO and TCP-MD5 tracepoints
 2024-06-06  1:05 UTC  (15+ messages)
` [PATCH net-next v2 1/6] net/tcp: Use static_branch_tcp_{md5,ao} to drop ifdefs
` [PATCH net-next v2 2/6] net/tcp: Add a helper tcp_ao_hdr_maclen()
` [PATCH net-next v2 3/6] net/tcp: Move tcp_inbound_hash() from headers
` [PATCH net-next v2 4/6] net/tcp: Add tcp-md5 and tcp-ao tracepoints
` [PATCH net-next v2 5/6] net/tcp: Remove tcp_hash_fail()
` [PATCH net-next v2 6/6] Documentation/tcp-ao: Add a few lines on tracepoints

[PATCH] ftrace: Add back ftrace_update_trampoline() to ftrace_update_pid_func()
 2024-06-06  0:53 UTC 

[PATCH v3 00/27] function_graph: Allow multiple users for function graph tracing
 2024-06-06  0:08 UTC  (4+ messages)
` [PATCH v3 13/27] function_graph: Add pid tracing back to function graph tracer

[PATCH 0/5] ftrace: Clean up and comment code
 2024-06-05 21:54 UTC  (18+ messages)
` [PATCH 1/5] ftrace: Rename dup_hash() and comment it
` [PATCH 2/5] ftrace: Comment __ftrace_hash_rec_update() and make filter_hash bool
` [PATCH 3/5] ftrace: Remove "filter_hash" parameter from ftrace_hash_rec_disable/enable()
` [PATCH 4/5] ftrace: Convert "filter_hash" and "inc" to bool in ftrace_hash_rec_update_modify()
` [PATCH 5/5] ftrace: Add comments to ftrace_hash_move() and friends

[PATCH 0/6] ftrace: Minor fixes for sparse and kernel test robot
 2024-06-05 21:53 UTC  (8+ messages)
` [PATCH 1/6] ftrace: Declare function_trace_op in header to quiet sparse warning
` [PATCH 2/6] ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCU
` [PATCH 3/6] ftrace: Assign RCU list variable with rcu_assign_ptr()
` [PATCH 4/6] ftrace: Fix prototypes for ftrace_startup/shutdown_subops()
` [PATCH 5/6] function_graph: Make fgraph_do_direct static key static
` [PATCH 6/6] function_graph: Do not update pid func if CONFIG_DYNAMIC_FTRACE not enabled

[linux-next:master] BUILD REGRESSION 234cb065ad82915ff8d06ce01e01c3e640b674d2
 2024-06-05 17:06 UTC 

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-05 16:42 UTC  (3+ messages)

[PATCH v5 0/2] Clean up usage of rt_task()
 2024-06-05 14:07 UTC  (10+ messages)
` [PATCH v5 1/2] sched/rt: "
` [PATCH v5 2/2] sched/rt, dl: Convert functions to return bool

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-05 11:17 UTC  (3+ messages)

[PATCH] ftrace/selftests: Fix pid test with function graph not showing pids
 2024-06-05  9:45 UTC  (2+ messages)

[PATCH 0/6] kernel: Avoid memcpy of task comm
 2024-06-05  2:48 UTC  (4+ messages)
` [PATCH 1/6] fs/exec: Drop task_lock() inside __get_task_comm()

[syzbot] [usb?] [input?] INFO: task hung in __input_unregister_device (5)
 2024-06-04 23:26 UTC 


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 NNTP newsgroup(s).