linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-04 08:24:02 to 2024-06-06 17:35:56 UTC [more...]

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

[linux-next:master] BUILD REGRESSION ee78a17615ad0cfdbbc27182b1047cd36c9d4d5f
 2024-06-06 17:15 UTC 

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-06 16:58 UTC  (25+ 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
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP

[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  (8+ 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 v2 0/5] ftrace: Clean up and comment code
 2024-06-06 12:53 UTC  (9+ 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

[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  (11+ 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  (13+ 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  (10+ 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  (5+ 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 

[PATCH v2 0/3] tracing/probes: Support tracepoint events on modules
 2024-06-04 18:03 UTC  (10+ messages)
` [PATCH v2 2/3] tracing/fprobe: Support raw "
` [PATCH v2 3/3] sefltests/tracing: Add a test for "

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-06-04 17:16 UTC  (10+ messages)
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 3/4] perf,x86: avoid missing caller address in stack traces captured in uprobe
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

[PATCH v4 0/2] Clean up usage of rt_task()
 2024-06-04 15:27 UTC  (5+ messages)
` [PATCH v4 2/2] sched/rt, dl: Convert functions to return bool

[PATCH 0/3] tracing: Fix some selftest issues
 2024-06-04 14:30 UTC  (11+ messages)


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).