linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-27 13:55:29 to 2023-12-08 05:20:17 UTC [more...]

[PATCH 0/6] Generate address range data for built-in modules
 2023-12-08  5:07 UTC  (5+ messages)
` [PATCH 1/6] kbuild: add modules.builtin.objs
` [PATCH 2/6] module: add CONFIG_BUILTIN_RANGES option
` [PATCH 3/6] kbuild: generate a linker map for vmlinux.o
` [PATCH 4/6] module: script to generate offset ranges for builtin modules

[PATCH RFC v2 00/27] Add support for arm64 MTE dynamic tag storage reuse
 2023-12-08  5:03 UTC  (66+ messages)
` [PATCH RFC v2 04/27] mm: migrate/mempolicy: Add hook to modify migration target gfp
` [PATCH RFC v2 05/27] mm: page_alloc: Add an arch hook to allow prep_new_page() to fail
` [PATCH RFC v2 06/27] mm: page_alloc: Allow an arch to hook early into free_pages_prepare()
` [PATCH RFC v2 12/27] arm64: mte: Add tag storage pages to the MIGRATE_CMA migratetype
` [PATCH RFC v2 13/27] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK
` [PATCH RFC v2 14/27] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled
` [PATCH RFC v2 15/27] arm64: mte: Check that tag storage blocks are in the same zone
` [PATCH RFC v2 18/27] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v2 19/27] mm: mprotect: Introduce PAGE_FAULT_ON_ACCESS for mprotect(PROT_MTE)
` [PATCH RFC v2 20/27] mm: hugepage: Handle huge page fault on access
` [PATCH RFC v2 21/27] mm: arm64: Handle tag storage pages mapped before mprotect(PROT_MTE)
  ` [PATCH RFC v2 11/27] arm64: mte: Reserve tag storage memory
  ` [PATCH RFC v2 16/27] arm64: mte: Manage tag storage on page allocation

[PATCH v2] ring-buffer: Add offset of events in dump on mismatch
 2023-12-07 22:31 UTC 

[PATCH] ring-buffer: Add offset of events in dump on mismatch
 2023-12-07 22:27 UTC  (3+ messages)

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-12-07 12:38 UTC  (2+ messages)
` (subset) "

[PATCH v2] tracing: Allow creating instances with specified system events
 2023-12-07 12:34 UTC  (2+ messages)

[PATCH v8] bus: mhi: host: Add tracing support
 2023-12-07  4:30 UTC 

[PATCH v7] bus: mhi: host: Add tracing support
 2023-12-07  4:24 UTC  (3+ messages)

[PATCH net-next] tcp: add tracepoints for data send/recv/acked
 2023-12-07  2:28 UTC  (6+ messages)

[PATCH 0/2] Replace the use of simple_strtol/ul functions with kstrto
 2023-12-06 15:17 UTC  (7+ messages)
` [PATCH 1/2] kdb: Replace the use of simple_strto with safer kstrto in kdb_main
` [PATCH 2/2] trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdump

[PATCH] ring-buffer: Force absolute timestamp on discard of event
 2023-12-06 15:02 UTC 

[PATCH] ring-buffer: Test last update in 32bit version of __rb_time_read()
 2023-12-06 15:00 UTC 

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-12-06  9:55 UTC  (5+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array

[PATCH v2 0/3] tracing: Keep instance main and snapshot buffers in sync
 2023-12-05 21:52 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: Always update snapshot buffer size
` [PATCH v2 2/3] tracing: Stop current tracer when resizing buffer
` [PATCH v2 3/3] tracing: Disable snapshot buffer when stopping instance tracers

[PATCH] tracing: Allow creating instances with specified system events
 2023-12-05 18:28 UTC  (6+ messages)

[PATCH] tracing: Always update snapshot buffer size
 2023-12-05 17:35 UTC  (2+ messages)

[PATCH] Documentaion:trace Add the git web link to view it on the browser
 2023-12-05 16:26 UTC  (2+ messages)

[PATCH v2 0/3] tracing: Simplify and fix "buffered event" synchronization
 2023-12-05 16:17 UTC  (4+ messages)
` [PATCH v2 1/3] tracing: Fix incomplete locking when disabling buffered events
` [PATCH v2 2/3] tracing: Fix a warning when allocating buffered events fails
` [PATCH v2 3/3] tracing: Fix a possible race when disabling buffered events

[PATCH 0/2] tracing: Simplify and fix "buffered event" synchronization
 2023-12-05 16:16 UTC  (13+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tracing: Disable events in reverse order of their enable operation

[PATCH v3 00/33] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-12-05 14:45 UTC  (26+ messages)
` [PATCH v3 12/33] function_graph: Have the instances use their own ftrace_ops for filtering
` [PATCH v3 13/33] function_graph: Add "task variables" per task for fgraph_ops
` [PATCH v3 14/33] function_graph: Move set_graph_function tests to shadow stack global var
` [PATCH v3 15/33] function_graph: Move graph depth stored data "
` [PATCH v3 16/33] function_graph: Move graph notrace bit "
` [PATCH v3 17/33] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [PATCH v3 18/33] function_graph: Add selftest for passing local variables
` [PATCH v3 19/33] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [PATCH v3 20/33] function_graph: Add a new exit "
` [PATCH v3 21/33] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v3 22/33] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value
` [PATCH v3 23/33] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [PATCH v3 24/33] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v3 25/33] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v3 26/33] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v3 27/33] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v3 28/33] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v3 29/33] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v3 30/33] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v3 31/33] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v3 32/33] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v3 33/33] Documentation: probes: Update fprobe on function-graph tracer

[PATCH v2] 9p: prevent read overrun in protocol dump tracepoint
 2023-12-05 11:41 UTC  (3+ messages)

[PATCH v7] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
 2023-12-04 21:46 UTC 

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

[PATCH] 9p: prevent read overrun in protocol dump tracepoint
 2023-12-04 16:20 UTC  (9+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in dev_watchdog
 2023-12-04 12:32 UTC 

[PATCH v5] bus: mhi: host: Add tracing support
 2023-12-04 10:57 UTC  (5+ messages)

[PATCH v6] bus: mhi: host: Add tracing support
 2023-12-04  9:42 UTC 

[syzbot] [block?] [trace?] INFO: task hung in blk_trace_ioctl (4)
 2023-12-03 11:45 UTC  (6+ messages)
` [PATCH next] trace/blktrace: fix task hung in blk_trace_ioctl

ARM Ftrace Function Graph Fails With UNWINDER_FRAME_POINTER
 2023-12-02 17:49 UTC  (10+ messages)

[PATCH] tracing/uprobe: Replace strlcpy() with strscpy()
 2023-12-01 18:25 UTC  (5+ messages)

[PATCH v2] rethook: Use __rcu pointer for rethook::handler
 2023-12-01  0:13 UTC  (3+ messages)

[PATCH v2 00/33] kmsan: Enable on s390
 2023-11-30 15:26 UTC  (6+ messages)
` [PATCH v2 16/33] mm: slub: Let KMSAN access metadata
` [PATCH v2 33/33] kmsan: Enable on s390

[PATCH v12 for-next 0/4] riscv: ftrace: Miscellaneous ftrace improvements
 2023-11-30 12:15 UTC  (5+ messages)
` [PATCH v12 for-next 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH v12 for-next 2/4] riscv: ftrace: Make function graph use ftrace directly
` [PATCH v12 for-next 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH v12 for-next 4/4] samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v4] libtracecmd: Use an rbtree for mapping of cache pages
 2023-11-28 21:38 UTC 

[PATCH AUTOSEL 6.6 35/40] eventfs: Do not allow NULL parent to eventfs_start_creating()
 2023-11-28 21:05 UTC 

[RFC][PATCH] tracing: Allow creating instances with specified system events
 2023-11-28 15:35 UTC  (8+ messages)

[PATCH] rethook: Use __rcu pointer for rethook::handler
 2023-11-28 12:29 UTC  (4+ messages)

[PATCH 0/3] kernfs: Convert from strlcpy() to strscpy()
 2023-11-28  0:38 UTC  (3+ messages)

[PATCH 00/20] MCA Updates
 2023-11-27 15:12 UTC  (13+ messages)
` [PATCH 02/20] x86/mce: Define mce_setup() helpers for global and per-CPU fields
` [PATCH 03/20] x86/mce: Use mce_setup() helpers for apei_smca_report_x86_error()
` [PATCH 05/20] x86/mce/amd: Use helper for UMC bank type check
` [PATCH 06/20] x86/mce/amd: Use helper for GPU UMC bank type checks

[syzbot] [bpf?] [trace?] WARNING in format_decode (3)
 2023-11-27 14:10 UTC  (4+ messages)
` [PATCH net] bpf: test_run: fix WARNING in format_decode


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