public inbox for linux-trace-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-12 07:31:56 to 2026-01-16 08:43:18 UTC [more...]

[PATCH v2 0/6] uaccess: Introduce copy_from_user_nul helper
 2026-01-16  8:42 UTC  (21+ messages)
` [PATCH v2 1/6] uaccess: Add "
` [PATCH v2 2/6] x86/tlb: Use copy_from_user_nul() instead of copy_from_user()
` [PATCH v2 3/6] tracing: "
` [PATCH v2 4/6] userns: "
` [PATCH v2 5/6] time: "
` [PATCH v2 6/6] kstrtox: "

[PATCH bpf-next v2 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
 2026-01-16  7:17 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf

[PATCH bpf-next 0/2] bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
 2026-01-16  6:56 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: test bpf_get_func_arg() for tp_btf

[PATCH v5 0/6] Unload linux/kernel.h
 2026-01-16  4:25 UTC  (7+ messages)
` [PATCH v5 1/6] kernel.h: drop STACK_MAGIC macro
` [PATCH v5 2/6] moduleparam: include required headers explicitly
` [PATCH v5 3/6] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v5 4/6] kernel.h: include linux/instruction_pointer.h explicitly
` [PATCH v5 5/6] tracing: Remove size parameter in __trace_puts()
` [PATCH v5 6/6] tracing: move tracing declarations from kernel.h to a dedicated header

[PATCHv3 bpf-next 1/2] arm64/ftrace,bpf: Fix partial regs after bpf_prog_run
 2026-01-16  0:40 UTC  (3+ messages)
` [PATCHv3 bpf-next 2/2] selftests/bpf: Add test for bpf_override_return helper

[PATCH v3 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints
 2026-01-15 23:39 UTC  (4+ messages)
` [PATCH v3 1/2] mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
` [PATCH v3 2/2] mm/vmscan: add tracepoint and reason for kswapd_failures reset

[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
 2026-01-15 23:35 UTC  (9+ messages)
` [PATCH v3 1/2] cpufreq: "

[PATCH v3 00/18] rtla: Robustness and code quality improvements
 2026-01-15 21:47 UTC  (20+ messages)
` [PATCH v3 01/18] rtla: Exit on memory allocation failures during initialization
` [PATCH v3 02/18] rtla: Use strdup() to simplify code
` [PATCH v3 03/18] rtla: Simplify argument parsing
` [PATCH v3 04/18] rtla: Introduce common_threshold_handler() helper
` [PATCH v3 05/18] rtla: Replace magic number with MAX_PATH
` [PATCH v3 06/18] rtla: Simplify code by caching string lengths
` [PATCH v3 07/18] rtla: Add strscpy() and replace strncpy() calls
` [PATCH v3 08/18] rtla/timerlat: Add bounds check for softirq vector
` [PATCH v3 09/18] rtla: Handle pthread_create() failure properly
` [PATCH v3 10/18] rtla: Add str_has_prefix() helper function
` [PATCH v3 11/18] rtla: Use str_has_prefix() for prefix checks
` [PATCH v3 12/18] rtla: Enforce exact match for time unit suffixes
` [PATCH v3 13/18] rtla: Use str_has_prefix() for option prefix check
` [PATCH v3 14/18] rtla/timerlat: Simplify RTLA_NO_BPF environment variable check
` [PATCH v3 15/18] rtla/trace: Fix write loop in trace_event_save_hist()
` [PATCH v3 16/18] rtla/trace: Fix I/O handling in save_trace_to_file()
` [PATCH v3 17/18] rtla/utils: Fix resource leak in set_comm_sched_attr()
` [PATCH v3 18/18] rtla/utils: Fix loop condition in PID validation

[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2026-01-15 18:54 UTC  (7+ messages)
` [PATCHv6 bpf-next 7/9] bpf: Add trampoline ip hash table

[PATCH bpf-next 0/4] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
 2026-01-15 18:52 UTC  (10+ messages)
` [PATCH bpf-next 1/4] x86/fgraph: Fix return_to_handler regs.rsp value
` [PATCH bpf-next 2/4] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path
` [PATCH bpf-next 3/4] selftests/bpf: Fix kprobe multi stacktrace_ips test
` [PATCH bpf-next 4/4] selftests/bpf: Allow to benchmark trigger with stacktrace

[PATCH v1] tools/rtla: Generate optstring from long options
 2026-01-15 18:06 UTC  (2+ messages)

[PATCH v2 1/1] mm: Fix OOM killer inaccuracy on large many-core systems
 2026-01-15 17:21 UTC  (4+ messages)

[PATCH] tracing/osnoise: Fix OSN_WORKLOAD-related crash
 2026-01-15 15:52 UTC  (4+ messages)

[PATCH v3 0/2] mm: vmscan: add PID and cgroup ID to vmscan tracepoints
 2026-01-15 12:38 UTC  (5+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] tracing: Add __event_in_*irq() helpers
  ` [PATCH v4 2/3] mm: vmscan: add cgroup IDs to vmscan tracepoints
  ` [PATCH v4 3/3] mm: vmscan: add PIDs "

[PATCH v4 2/3] tracing/fprobe: Support comma-separated symbols and :entry/:exit
 2026-01-15 11:17 UTC  (3+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-15 11:08 UTC  (3+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[[PATCH v2] 1/1] kprobes: retry pending optprobe after freeing blocker
 2026-01-15  2:38 UTC  (3+ messages)
` [PATCH v3 0/1]
  ` [PATCH v3 1/1] kprobes: retry blocked optprobe in do_free_cleaned_kprobes

[PATCH v4 0/3] Support comma-separated symbols and :entry/:exit
 2026-01-14 22:13 UTC  (6+ messages)
` [PATCH v5 0/3] tracing/fprobe: "
  ` [PATCH v5 1/3] "
  ` [PATCH v5 2/3] docs: tracing/fprobe: Document list filters "
  ` [PATCH v5 3/3] selftests/ftrace: Add accept cases for fprobe list syntax

[PATCH V4 0/2] mm/khugepaged: fix dirty page handling for MADV_COLLAPSE
 2026-01-14 20:14 UTC  (7+ messages)
` [PATCH V4 2/2] mm/khugepaged: retry with sync writeback "

[PATCH v16 0/3] Improve proc RSS accuracy and OOM killer latency
 2026-01-14 19:36 UTC  (10+ messages)
` [PATCH v16 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v16 2/3] mm: Improve RSS counter approximation accuracy for proc interfaces
` [PATCH v16 3/3] mm: Reduce latency of OOM killer task selection with 2-pass algorithm

[PATCH v1 0/1] mm: Fix OOM killer and proc stats inaccuracy on large many-core systems
 2026-01-14 14:57 UTC  (10+ messages)
` [PATCH v1 1/1] "

[PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
 2026-01-14 11:32 UTC  (4+ messages)

[PATCH v13 mm-new 00/16] khugepaged: mTHP support
 2026-01-14  2:49 UTC  (9+ messages)
` [PATCH v13 mm-new 05/16] khugepaged: introduce is_mthp_order helper

[PATCH] tracing: Have show_event_trigger/filter format a bit more in columns
 2026-01-14  0:07 UTC  (3+ messages)

[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-13 23:44 UTC  (26+ messages)

[PATCH v3 0/3] PCI Controller event and LTSSM tracepoint support
 2026-01-13 22:03 UTC  (7+ messages)
` [PATCH v3 3/3] PCI: dw-rockchip: Add pcie_ltssm_state_transition trace support

[PATCH v15 0/3] mm: Reduce latency of OOM killer task selection
 2026-01-13 20:04 UTC  (4+ messages)
` [PATCH v15 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v15 2/3] mm: Use hierarchical per-cpu counters for RSS tracking
` [PATCH v15 3/3] mm: Reduce latency of OOM killer task selection with 2-pass algorithm

[PATCH v4 1/2] ftrace: Do not over-allocate ftrace memory
 2026-01-13 15:22 UTC  (2+ messages)
` [PATCH v4 2/2] ftrace: Introduce and use ENTRIES_PER_PAGE_GROUP macro

[PATCH v13 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
 2026-01-13 14:11 UTC  (11+ messages)
` [PATCH v13 2/3] "

[PATCH v3 0/2] tracing: Remove backup instance after read all
 2026-01-13  6:52 UTC  (3+ messages)
` [PATCH v3 1/2] tracing: Make the backup instance readonly
` [PATCH v3 2/2] tracing: Add autoremove feature to the backup instance

[PATCH v2 0/2] tracing: Remove backup instance after read all
 2026-01-13  6:04 UTC  (6+ messages)
` [PATCH v2 1/2] tracing: Make the backup instance readonly

[PATCH] kprobes: Use dedicated kthread for kprobe optimizer
 2026-01-13  1:49 UTC  (2+ messages)

[PATCH v2] kprobes: Use dedicated kthread for kprobe optimizer
 2026-01-13  1:47 UTC 

[PATCH bpf-next 2/3] bpf: Introduce BPF_BRANCH_SNAPSHOT_F_COPY flag for bpf_get_branch_snapshot helper
 2026-01-13  1:43 UTC  (3+ messages)

[PATCH v3] ftrace: Do not over-allocate ftrace memory
 2026-01-13  1:38 UTC  (3+ messages)

[PATCH] function_graph: Fix missing FGRAPH_ENTRY_ARGS() call in print_graph_retval()
 2026-01-13  0:48 UTC  (2+ messages)

[PATCH v2] rtla: Fix parse_cpu_set() bug introduced by strtoi()
 2026-01-13  0:43 UTC  (2+ messages)

[PATCH v14 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
 2026-01-12 21:22 UTC  (5+ messages)
` [PATCH v14 1/3] lib: Introduce hierarchical per-cpu counters
` [PATCH v14 2/3] mm: Fix OOM killer inaccuracy on large many-core systems
` [PATCH v14 3/3] mm: Implement precise OOM killer task selection

[PATCH v12 0/3] mm: Fix OOM killer inaccuracy on large many-core systems
 2026-01-12 19:18 UTC  (7+ messages)

[PATCH] MAINTAINERS: add Rust files to STATIC BRANCH/CALL and TRACING
 2026-01-12 16:54 UTC  (7+ messages)

[PATCH] arm64/mm: Fix annotated branch unbootable kernel
 2026-01-12 15:46 UTC  (5+ messages)

[PATCH AUTOSEL 6.18-5.10] ring-buffer: Avoid softlockup in ring_buffer_resize() during memory free
 2026-01-12 14:58 UTC 

[PATCH v1] tools/rtla: Fix parse_cpu_set() and add unit test
 2026-01-12 14:50 UTC  (2+ messages)

[PATCH v2 00/18] rtla: Code quality and robustness improvements
 2026-01-12 12:39 UTC  (4+ messages)
` [PATCH v2 04/18] rtla: Replace atoi() with a robust strtoi()

[PATCH v2] tracing: Replace use of system_wq with system_dfl_wq
 2026-01-12  8:24 UTC  (4+ messages)

[PATCH v12 3/3] mm: Implement precise OOM killer task selection
 2026-01-12  8:06 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