linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-12 10:40:11 to 2023-10-27 11:04:42 UTC [more...]

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-10-27 11:04 UTC  (25+ messages)
` [PATCH RFC 04/37] mm: Add MIGRATE_METADATA allocation policy
` [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA
` [PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled

[PATCH v2] seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()
 2023-10-27 10:53 UTC  (6+ messages)

[PATCH] seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_cstr()
 2023-10-27 10:43 UTC  (7+ messages)

[PATCH] tracing/kprobes: Fix the description of variable length arguments
 2023-10-27  8:40 UTC  (2+ messages)

[RFC][PATCH] wifi: wil6210: Replace strlcat() usage with seq_buf
 2023-10-26 22:03 UTC  (2+ messages)

[PATCH v6] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
 2023-10-26 16:58 UTC  (7+ messages)

[PATCH] eventfs: Fix WARN_ON() in create_file_dentry()
 2023-10-26 11:29 UTC  (2+ messages)

[PATCH 3/3] locking/atomic: openrisc: use generic_cmpxchg[64]_local for arch_cmpxchg[64]_local
 2023-10-26 11:05 UTC  (3+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-26 10:24 UTC  (13+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations

[PATCH v2] locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()
 2023-10-26  9:56 UTC  (2+ messages)

[PATCH 2/3] locking/atomic: hexagon: use generic_cmpxchg[64]_local for arch_cmpxchg[64]_local
 2023-10-26  7:39 UTC 

[PATCH 1/3] locking/atomic: arc: use generic_cmpxchg[64]_local for arch_cmpxchg[64]_local
 2023-10-26  7:38 UTC 

[PATCH] locking/atomic: sh: Use generic_cmpxchg_local for arch_cmpxchg_local()
 2023-10-25 15:12 UTC  (12+ messages)
` [External] "

[PATCH] eventfs: Fix typo in eventfs_inode union comment
 2023-10-25  8:28 UTC  (2+ messages)

[PATCH] lib,kprobes: objpool_try_add_slot merged into objpool_push
 2023-10-25  5:31 UTC 

[PATCH] powerpc: Remove initialisation of readpos
 2023-10-24 21:50 UTC  (2+ messages)

[PATCH v1] lib,kprobes: using try_cmpxchg_local in objpool_push
 2023-10-24 11:03 UTC  (6+ messages)

[PATCH v1] kprobes: unused header files removed
 2023-10-24  0:52 UTC  (2+ messages)

[PATCH] tracing/histograms: Simplify last_cmd_set()
 2023-10-23 10:08 UTC  (2+ messages)

[PATCH] tracefs/eventfs: Modify mismatched function name
 2023-10-23  9:22 UTC  (2+ messages)

[PATCH] eventfs: Fix failure path in eventfs_create_events_dir()
 2023-10-23  9:20 UTC  (2+ messages)

[PATCH] tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
 2023-10-23  9:14 UTC  (2+ messages)

[PATCH v2] bus: mhi: host: Add tracing support
 2023-10-23  7:11 UTC  (8+ messages)

[PATCH v6 0/2] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
 2023-10-20 14:26 UTC  (5+ messages)
` [PATCH v6 1/2] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
` [PATCH v6 2/2] selftests/ftrace: Add new test case which checks non unique symbol

[bug report] eventfs: Remove eventfs_file and just use eventfs_inode
 2023-10-20 13:52 UTC 

[PATCH v5 0/2] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
 2023-10-20 10:42 UTC  (11+ messages)
` [PATCH v5 1/2] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
` [PATCH v5 2/2] selftests/ftrace: Add new test case which checks non unique symbol

[PATCH 0/2] check MGLRU promoted without hold page lock
 2023-10-20  8:43 UTC  (3+ messages)
` [PATCH 1/2] tracing: mm: multigen-lru: fix mglru trace
` [PATCH 2/2] mm: multi-gen LRU: move promoted folio out of lock

[PATCH v1] Ftrace: make sched_wakeup can focus on the target process
 2023-10-20  7:59 UTC  (2+ messages)

[PATCH v2 0/1] Put seq_buf on a diet
 2023-10-20  5:05 UTC  (4+ messages)
` [PATCH v2 1/1] trace: Move readpos from seq_buf to trace_seq

[linux-next:master] BUILD REGRESSION 4230ea146b1e64628f11e44290bb4008e391bc24
 2023-10-19 23:54 UTC 

[linux-next:master] BUILD REGRESSION 2dac75696c6da3c848daa118a729827541c89d33
 2023-10-19 23:23 UTC  (4+ messages)

[PATCH 1/1] trace: Move readpos from seq_buf to trace_seq
 2023-10-19 21:40 UTC 

[PATCH v5 05/12] x86/bugs: Rename RETPOLINE to MITIGATION_RETPOLINE
 2023-10-19 18:11 UTC  (2+ messages)
` [PATCH v5 06/12] x86/bugs: Rename SLS to CONFIG_MITIGATION_SLS

[PATCH 0/2] some fix of multi-gen lru
 2023-10-19  6:29 UTC  (9+ messages)
` [PATCH 1/2] tracing: mm: multigen-lru: fix mglru trace
` [PATCH 2/2] mm: multi-gen lru: fix stat count

[RESEND PATCH 0/2] add loongarch and riscv support for kprobe args test
 2023-10-18 19:14 UTC  (4+ messages)
` [RESEND PATCH 1/2] selftests/ftrace: add loongarch support for kprobe args char tests
` [RESEND PATCH 2/2] selftests/ftrace: Add riscv support for kprobe arg tests

[PATCH] eventfs: Use ERR_CAST() in eventfs_create_events_dir()
 2023-10-18 18:14 UTC  (2+ messages)

[PATCH v10 0/5] lib,kprobes: kretprobe scalability improvement
 2023-10-18 15:13 UTC  (19+ messages)
` [PATCH v10 1/5] lib: objpool added: ring-array based lockless MPMC
` [PATCH v10 2/5] lib: objpool test module added
` [PATCH v10 3/5] kprobes: kretprobe scalability improvement with objpool
` [PATCH v10 4/5] kprobes: freelist.h removed
` [PATCH v10 5/5] MAINTAINERS: objpool added

[PATCH v11 0/5] lib,kprobes: kretprobe scalability improvement
 2023-10-18 15:13 UTC  (9+ messages)
` [PATCH v11 1/5] lib: objpool added: ring-array based lockless MPMC
` [PATCH v11 2/5] lib: objpool test module added
` [PATCH v11 3/5] kprobes: kretprobe scalability improvement
` [PATCH v11 4/5] kprobes: freelist.h removed
` [PATCH v11 5/5] MAINTAINERS: objpool added

[tip:sched/core] [sched/numa] f169c62ff7: autonuma-benchmark.numa01.seconds -32.0% improvement
 2023-10-18 14:50 UTC 

[PATCH v3 0/1] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
 2023-10-18 14:43 UTC  (6+ messages)
` [PATCH v3 1/1] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols

[PATCH] neighbor: tracing: Move pin6 inside CONFIG_IPV6=y section
 2023-10-18 10:20 UTC  (4+ messages)

[PATCH -next 0/2] add loongarch and riscv support for kprobe args test
 2023-10-17 23:58 UTC  (3+ messages)

[PATCH v3] selftests/user_events: Fix abi_test for BE archs
 2023-10-17 21:10 UTC  (3+ messages)

[PATCH] fprobe: Fix to ensure the number of active retprobes is not zero
 2023-10-16 23:49 UTC 

[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-10-16 20:35 UTC  (2+ messages)
` [PATCH 04/11] tracing: tracing_buffers_splice_read: behave as-if non-blocking I/O

[RFC PATCH] tracing: change syscall number type in struct syscall_trace_*
 2023-10-16 15:53 UTC  (11+ messages)
` [RFC PATCH bpf-next] bpf: change syscall_nr type to int in struct syscall_tp_t
      ` [PATCH "

[PATCH v5] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
 2023-10-16 12:42 UTC  (5+ messages)

[PATCH] riscv: ftrace: Fix to pass correct ftrace_regs to ftrace_func_t functions
 2023-10-15 15:47 UTC  (3+ messages)

[PATCH] bus: mhi: host: Add tracing support
 2023-10-13  9:53 UTC  (3+ messages)

[PATCH v9 0/5] lib,kprobes: kretprobe scalability improvement
 2023-10-13  3:03 UTC  (12+ messages)
` [PATCH v9 1/5] lib: objpool added: ring-array based lockless MPMC

[PATCH -fixes] riscv: Fix ftrace syscall handling which are now prefixed with __riscv_
 2023-10-12 20:40 UTC  (2+ messages)

[PATCH v2] trace: tracing_event_filter: fast path when no subsystem filters
 2023-10-12 20:37 UTC  (5+ messages)

[PATCH] tracing/eprobe: drop unneeded breaks
 2023-10-12 10:40 UTC  (5+ 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).