linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-06 12:53:06 to 2024-06-11 03:17:23 UTC [more...]

[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

[RFC PATCH] ftrace: Skip __fentry__ location of overridden weak functions
 2024-06-11  1:56 UTC  (4+ messages)

[PATCH 0/3] tracing: Fix some selftest issues
 2024-06-11  0:18 UTC  (8+ 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/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

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-10 22:15 UTC  (41+ 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

[PATCHv7 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-10 22:05 UTC  (9+ 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 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-10 21:40 UTC  (8+ messages)
` [PATCH 05/14] tracefs: "

[RFC v3 net-next 0/7] net: pass receive socket to drop tracepoint
 2024-06-10 20:25 UTC  (7+ 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: "

[PATCH v6 0/3] Clean up usage of rt_task()
 2024-06-10 19:20 UTC  (4+ 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}()

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

[PATCH 0/2] ring-buffer: Fix a race between readers and resize checks
 2024-06-10 15:56 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH v2 0/2] Tracepoints and static branch in Rust
 2024-06-10 14:01 UTC  (3+ messages)
` [PATCH v2 1/2] rust: add static_key_false
` [PATCH v2 2/2] rust: add tracepoint support

[PATCH 1/3] rtla/osnoise: Use pretty formatting only on interactive tty
 2024-06-10 13:48 UTC  (2+ messages)

[PATCH] rtla/osnoise: set the default threshold to 1us
 2024-06-10 13:23 UTC 

[RFC bpf-next 00/10] uprobe, bpf: Add session support
 2024-06-10 11:06 UTC  (8+ messages)
` [RFC bpf-next 01/10] uprobe: Add session callbacks to uprobe_consumer

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-10  8:08 UTC  (3+ messages)

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-06-09 15:49 UTC  (19+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
` [PATCH 02/18] KVM: x86: hyper-v: Introduce helpers to check if VSM is exposed to guest
` [PATCH 03/18] hyperv-tlfs: Update struct hv_send_ipi{_ex}'s declarations
` [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
` [PATCH 06/18] KVM: x86: hyper-v: Exit on Get/SetVpRegisters hcall
` [PATCH 07/18] KVM: x86: hyper-v: Exit on TranslateVirtualAddress hcall
` [PATCH 08/18] KVM: x86: hyper-v: Exit on StartVirtualProcessor and GetVpIndexFromApicId hcalls
` [PATCH 09/18] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH 10/18] KVM: x86: Keep track of instruction length during faults
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
` [PATCH 12/18] KVM: x86/mmu: Introduce infrastructure to handle non-executable mappings
` [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
` [PATCH 14/18] KVM: x86/mmu: Init memslot if memory attributes available
` [PATCH 15/18] KVM: Introduce RWX memory attributes
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory
` [PATCH 17/18] KVM: Introduce traces to track memory attributes modification
` [PATCH 18/18] KVM: x86: hyper-v: Handle VSM hcalls in user-space

[PATCH bpf-next v4 00/12] bpf: Support dumping kfunc prototypes from BTF
 2024-06-08 21:23 UTC  (3+ messages)
` [PATCH bpf-next v4 09/12] bpf: treewide: Align kfunc signatures to prog point-of-view

[PATCH] function_graph: Rename BYTE_NUMBER to CHAR_NUMBER in selftests
 2024-06-08 14:32 UTC  (2+ messages)

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

[linux-next:master] BUILD REGRESSION d35b2284e966c0bef3e2182a5c5ea02177dd32e4
 2024-06-07 17:10 UTC 

[PATCH] function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACE
 2024-06-07 13:48 UTC 

[PATCH v3 0/4] tracing: improve symbolic printing
 2024-06-07 13:37 UTC  (7+ 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] kernel/trace: fix possible deadlock in trie_delete_elem
 2024-06-07 13:19 UTC 

[PATCH 0/3] Tracepoints and static branch/call in Rust
 2024-06-07 11:46 UTC  (27+ 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 v11 00/13] Device Memory TCP
 2024-06-07  0:51 UTC  (14+ 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 net-next v11 13/13] selftests: add ncdevmem, netcat for devmem TCP

[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/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  (10+ 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 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 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  (4+ messages)
` [PATCH net-next v3 3/6] net/tcp: Move tcp_inbound_hash() from headers

[PATCH v2] ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()
 2024-06-06 13:25 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).