linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 19:28:51 to 2024-06-13 14:53:24 UTC [more...]

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-13 14:53 UTC  (27+ messages)
` [PATCH 05/14] tracefs: "

[PATCH] function_graph: Add READ_ONCE() when accessing fgraph_array[]
 2024-06-13 14:43 UTC  (2+ messages)

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

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-13 14:18 UTC  (16+ 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 net-next v12 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v12 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v12 12/13] net: add devmem TCP documentation
` [PATCH net-next v12 13/13] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v5 0/8] DAMON based tiered memory management for CXL memory
 2024-06-13 14:07 UTC  (11+ messages)
` [PATCH v5 1/8] mm: make alloc_demote_folio externally invokable for migration
` [PATCH v5 2/8] mm: rename alloc_demote_folio to alloc_migrate_folio
` [PATCH v5 3/8] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [PATCH v5 4/8] mm/migrate: add MR_DAMON to migrate_reason
` [PATCH v5 5/8] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
` [PATCH v5 6/8] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion
` [PATCH v5 7/8] Docs/admin-guide/mm/damon/usage: add missing actions
` [PATCH v5 8/8] Docs/.../mm/damon: add more damos actions

[PATCH 0/8] DAMON based tiered memory management for CXL memory
 2024-06-13 13:56 UTC  (8+ messages)
` [PATCH 1/8] mm: make alloc_demote_folio externally invokable for migration
` [PATCH 2/8] mm: rename alloc_demote_folio to alloc_migrate_folio
` [PATCH 3/8] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [PATCH 4/8] mm/migrate: add MR_DAMON to migrate_reason
` [PATCH 5/8] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion

[PATCH 0/6] kallsyms: Emit symbol for holes in text and fix weak function issue
 2024-06-13 13:37 UTC  (7+ messages)
` [PATCH 1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc()
` [PATCH 2/6] kallsyms: Emit symbol at the holes in the text
` [PATCH 3/6] module: kallsyms: Determine exact function size
` [PATCH 4/6] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH 5/6] ftrace: Fix possible out-of-bound issue "
` [PATCH 6/6] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround

[PATCH 0/8] riscv: ftrace: atmoic patching and preempt improvements
 2024-06-13 13:32 UTC  (10+ messages)
` [PATCH 1/8] riscv: stacktrace: convert arch_stack_walk() to noinstr
` [PATCH 2/8] tracing: do not trace kernel_text_address()
` [PATCH 3/8] riscv: ftrace: support fastcc in Clang for WITH_ARGS
` [PATCH 4/8] riscv: ftrace: align patchable functions to 4 Byte boundary
` [PATCH 5/8] riscv: ftrace: prepare ftrace for atomic code patching
` [PATCH 6/8] riscv: ftrace: do not use stop_machine to update code
` [PATCH 7/8] riscv: vector: Support calling schedule() for preemptible Vector
` [PATCH 8/8] riscv: ftrace: support PREEMPT

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

[PATCH v2 00/10] Improve the copy of task comm
 2024-06-13 12:10 UTC  (13+ messages)
` [PATCH v2 01/10] fs/exec: Drop task_lock() inside __get_task_comm()
` [PATCH v2 02/10] auditsc: Replace memcpy() with __get_task_comm()
` [PATCH v2 03/10] security: "
` [PATCH v2 04/10] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v2 05/10] mm/util: Fix possible race condition in kstrdup()
` [PATCH v2 06/10] mm/kmemleak: Replace strncpy() with __get_task_comm()
` [PATCH v2 07/10] tsacct: "
` [PATCH v2 08/10] tracing: "
` [PATCH v2 09/10] net: Replace strcpy() "
` [PATCH v2 10/10] drm: "

[PATCH] trace: riscv: Remove deprecated kprobe on ftrace support
 2024-06-13 11:13 UTC 

[PATCH] riscv: Fix early ftrace nop patching
 2024-06-13  7:48 UTC  (2+ messages)

Bug in Kernel 6.8.x, 6.9.x Causing Trace/Panic During Shutdown/Reboot
 2024-06-13  7:48 UTC  (14+ messages)

[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 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

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-06-12 15:55 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
 2024-06-12 15:47 UTC  (12+ messages)

[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  (9+ 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  (3+ messages)

[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  (18+ messages)
` [PATCH v4 01/13] ring-buffer: Allow mapped field to be set without mapping
` [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  (3+ messages)
` [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  (4+ messages)
` [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


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