linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-14 14:17:16 to 2024-01-23 11:08:02 UTC [more...]

[PATCH v12 0/6] Introducing trace buffer mapping by user-space
 2024-01-23 11:07 UTC 

[PATCH v3] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-01-23 10:23 UTC  (4+ messages)

[PATCH v4 0/7] support '%pd' and '%pD' for print file name
 2024-01-23  9:21 UTC  (8+ messages)
` [PATCH v4 1/7] string.h: add str_has_suffix() helper for test string ends with specify string
` [PATCH v4 2/7] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v4 3/7] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v4 4/7] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v4 5/7] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v4 6/7] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v4 7/7] selftests/ftrace: add test cases for VFS type "%pd" and "%pD"

[PATCH v3 0/7] support '%pd' and '%pD' for print file name
 2024-01-23  3:03 UTC  (9+ messages)
` [PATCH v3 1/7] string.h: add str_has_suffix() helper for test string ends with specify string
` [PATCH v3 2/7] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v3 3/7] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v3 4/7] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v3 5/7] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v3 6/7] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v3 7/7] selftests/ftrace: add test cases for VFS type "%pd" and "%pD"

[PATCH v2 0/7] support '%pd' and '%pD' for print file name
 2024-01-23  2:36 UTC  (12+ messages)
` [PATCH v2 1/7] string.h: add str_has_suffix() helper for test string ends with specify string
` [PATCH v2 2/7] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v2 3/7] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v2 4/7] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v2 5/7] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v2 6/7] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v2 7/7] selftests/ftrace: add test cases for VFS type "%pd" and "%pD"

[PATCH] percpu: improve percpu_alloc_percpu_fail event trace
 2024-01-23  1:55 UTC  (4+ messages)

general protection fault in ath9k_wmi_event_tasklet
 2024-01-23  1:25 UTC 

[PATCH v3 0/2] eventfs: Create dentries and inodes at dir open
 2024-01-22 23:03 UTC  (6+ messages)
` [PATCH v3 1/2] eventfs: Have the inodes all for files and directories all be the same
` [PATCH v3 2/2] eventfs: Do not create dentries nor inodes in iterate_shared

[PATCH] tracing: add trace_seq_reset function
 2024-01-22 22:57 UTC  (4+ messages)

[PATCH] tracing: Ensure visibility when inserting an element into tracing_map
 2024-01-22 21:55 UTC  (2+ messages)

[PATCH] eventfs: Save directory inodes in the eventfs_inode structure
 2024-01-22 21:35 UTC  (2+ messages)

[PATCH] block: Add ioprio to block_rq tracepoint
 2024-01-22  7:16 UTC  (2+ messages)

WARNING in depot_fetch_stack
 2024-01-22  1:59 UTC 

[PATCH v12 for-next 0/4] riscv: ftrace: Miscellaneous ftrace improvements
 2024-01-20 21:09 UTC  (2+ messages)

[PATCH v2] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
 2024-01-20 15:30 UTC  (7+ messages)

[PATCH] ring-buffer: Simplify reservation with try_cmpxchg() loop
 2024-01-20 14:34 UTC  (8+ messages)

[PATCH 0/3] support '%pd' and '%pD' for print file name
 2024-01-20  7:15 UTC  (11+ messages)
` [PATCH 1/3] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH 2/3] tracing/probes: support '%pD' type for print struct file's name
` [PATCH 3/3] Documentation: tracing: add new type 'pd' and 'pD' for kprobe

[PATCH v3 0/5] Rework system pressure interface to the scheduler
 2024-01-19 17:57 UTC  (5+ messages)

[PATCH] ring-buffer: Add writer_loops to stat file
 2024-01-19 16:48 UTC 

[RFC PATCH 0/4] DAMON based 2-tier memory management for CXL memory
 2024-01-18 17:17 UTC  (15+ messages)
` [RFC PATCH 1/4] mm/vmscan: refactor reclaim_pages with reclaim_or_migrate_folios
` [RFC PATCH 2/4] mm/damon: introduce DAMOS_DEMOTE action for demotion
` [RFC PATCH 3/4] mm/memory-tiers: add next_promotion_node to find promotion target
` [RFC PATCH 4/4] mm/damon: introduce DAMOS_PROMOTE action for promotion

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-18 15:16 UTC  (21+ messages)
` [PATCH v3 01/17] mm,memblock: Add support for scratch memory
` [PATCH v3 02/17] memblock: Declare scratch memory as CMA
` [PATCH v3 03/17] kexec: Add Kexec HandOver (KHO) generation helpers
` [PATCH v3 04/17] kexec: Add KHO parsing support
` [PATCH v3 05/17] kexec: Add KHO support to kexec file loads
` [PATCH v3 06/17] kexec: Add config option for KHO
` [PATCH v3 07/17] kexec: Add documentation "
` [PATCH v3 08/17] arm64: Add KHO support
` [PATCH v3 09/17] x86: "
` [PATCH v3 10/17] tracing: Initialize fields before registering
` [PATCH v3 11/17] tracing: Introduce kho serialization
` [PATCH v3 12/17] tracing: Add kho serialization of trace buffers
` [PATCH v3 13/17] tracing: Recover trace buffers from kexec handover
` [PATCH v3 14/17] tracing: Add kho serialization of trace events
` [PATCH v3 15/17] tracing: Recover trace events from kexec handover
` [PATCH v3 16/17] tracing: Add config option for "
` [PATCH v3 17/17] Documentation: KHO: Add ftrace bindings

[PATCH] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
 2024-01-18 14:41 UTC  (3+ messages)

[PATCH 00/20] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-17 18:59 UTC  (40+ messages)
` [PATCH 01/20] filelock: split common fields into struct file_lock_core
` [PATCH 02/20] filelock: add coccinelle scripts to move fields to "
` [PATCH 03/20] filelock: the results of the coccinelle conversion
` [PATCH 04/20] filelock: fixups after the coccinelle changes
` [PATCH 05/20] filelock: convert some internal functions to use file_lock_core instead
` [PATCH 06/20] filelock: convert more internal functions to use file_lock_core
` [PATCH 07/20] filelock: make posix_same_owner take file_lock_core pointers
` [PATCH 08/20] filelock: convert posix_owner_key to take file_lock_core arg
` [PATCH 09/20] filelock: make locks_{insert,delete}_global_locks "
` [PATCH 10/20] filelock: convert locks_{insert,delete}_global_blocked
` [PATCH 11/20] filelock: convert the IS_* macros to take file_lock_core
` [PATCH 12/20] filelock: make __locks_delete_block and __locks_wake_up_blocks "
` [PATCH 13/20] filelock: convert __locks_insert_block, conflict and deadlock checks to use file_lock_core
` [PATCH 14/20] filelock: convert fl_blocker to file_lock_core
` [PATCH 15/20] filelock: clean up locks_delete_block internals
` [PATCH 16/20] filelock: reorganize locks_delete_block and __locks_insert_block
` [PATCH 17/20] filelock: make assign_type helper take a file_lock_core pointer
` [PATCH 18/20] filelock: convert locks_wake_up_blocks to "
` [PATCH 19/20] filelock: convert locks_insert_lock_ctx and locks_delete_lock_ctx
` [PATCH 20/20] filelock: split leases out of struct file_lock

[PATCH 1/2] tracing, dma-buf: add a trace_dma_fence_sync_to event
 2024-01-17 18:41 UTC  (2+ messages)
` [PATCH 2/2] amdgpu: use trace_dma_fence_sync_to in amdgpu_fence_sync

[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-17 17:00 UTC  (13+ messages)
` [PATCH v2 04/17] kexec: Add KHO parsing support
` [PATCH v2 06/17] kexec: Add config option for KHO
  ` [PATCH v2 07/17] kexec: Add documentation "
  ` [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

[mhiramat:topic/fprobe-on-fgraph] [function_graph] f2ed0fd5cc: WARNING:at_kernel/trace/trace.c:#run_tracer_selftest
 2024-01-17 14:59 UTC 

[mhiramat:topic/fprobe-on-fgraph] [function_graph] 367c724761: BUG:KASAN:slab-out-of-bounds_in_ftrace_push_return_trace
 2024-01-17 14:28 UTC 

KASAN: slab-use-after-free Read in gfs2_invalidate_folio
 2024-01-17  9:19 UTC 

BUG: unable to handle kernel paging request in __skb_flow_dissect
 2024-01-17  7:32 UTC 

[PATCH v2 0/2] eventfs: Create dentries and inodes at dir open
 2024-01-16 22:01 UTC  (4+ messages)
` [PATCH v2 1/2] eventfs: Have the inodes all for files and directories all be the same
` [PATCH v2 2/2] eventfs: Create list of files and directories at dir open

[PATCH] eventfs: Create dentries and inodes at dir open
 2024-01-16 19:42 UTC  (5+ messages)

[PATCH v11 0/5] Introducing trace buffer mapping by user-space
 2024-01-15 23:48 UTC  (17+ messages)
` [PATCH v11 2/5] ring-buffer: Introducing ring-buffer mapping functions
` [PATCH v11 4/5] Documentation: tracing: Add ring-buffer mapping
` [PATCH v11 5/5] ring-buffer/selftest: Add ring-buffer mapping test

[PATCH v2] eventfs: Use kcalloc() instead of kzalloc()
 2024-01-15 18:24 UTC  (2+ messages)

[linux-next:master] [eventfs] 493ec81a8f: kernel_BUG_at_fs/dcache.c
 2024-01-15 14:14 UTC 

[PATCH] eventfs: Use kcalloc() instead of kzalloc()
 2024-01-15 10:06 UTC  (2+ messages)

[PATCH -next v6 0/2] Make memory reclamation measurable
 2024-01-15  6:27 UTC  (2+ 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).