Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-09-10 23:55:37 to 2026-09-13 11:29:07 UTC [more...]

[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
 2026-09-13 11:28 UTC  (32+ messages)
` [PATCH RFC v2 01/15] rcu-tasks: Add per-task trampoline nesting count
` [PATCH RFC v2 02/15] entry: Pass pt_regs to irqentry_exit_cond_resched()
` [PATCH RFC v2 03/15] rcu-tasks: Hold trampoline nesting across irq-exit preemption in trampoline text
` [PATCH RFC v2 04/15] kprobes: Let Tasks RCU recognise tasks preempted in an optprobe jump window
` [PATCH RFC v2 05/15] ftrace: Mark modules hosting direct-call trampolines for Tasks RCU
` [PATCH RFC v2 06/15] x86/ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC v2 07/15] x86/kprobes: Maintain Tasks RCU trampoline nesting in the optprobe template
` [PATCH RFC v2 08/15] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC v2 09/15] arm64: ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC v2 10/15] bpf, arm64: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC v2 11/15] samples: ftrace: Maintain Tasks RCU trampoline nesting in direct-call trampolines
` [PATCH RFC v2 12/15] rcutorture: Bracket Tasks RCU readers with trampoline nesting
` [PATCH RFC v2 13/15] rcu-tasks: Treat preemption outside trampolines as a quiescent state
` [PATCH RFC v2 14/15] rcu-tasks: Retire switched-out tasks with no trampoline nesting at scan time
` [PATCH RFC v2 15/15] rcu-tasks: Kick running holdouts through the scheduler

[PATCH 0/3] mm/mglru: add tracepoints for scan and aging paths
 2026-09-13 10:28 UTC  (10+ messages)
` [PATCH 1/3] mm/mglru: factor out lru_gen_seq_nr_pages()
` [PATCH 2/3] mm/mglru: add tracepoint for scan_folios()
` [PATCH 3/3] mm/mglru: add tracepoint for inc_max_seq()

[PATCH v2] riscv: mm: Trace TLB flush path selection
 2026-09-13 10:14 UTC  (2+ messages)

[PATCH v3] blktrace: fix the field offsets of the synthesized v1 record
 2026-09-13  9:31 UTC  (3+ messages)

[PATCH v2] blktrace: fix the field offsets of the synthesized v1 record
 2026-09-13  6:44 UTC  (2+ messages)

[PATCH] blktrace: build the synthesized v1 record from the entry's own layout
 2026-09-13  6:37 UTC  (3+ messages)

[RFC PATCH 00/20] rv: Add support for BPF monitors
 2026-09-13  1:26 UTC  (18+ messages)

[PATCH v2 0/4] bootconfig: Reject unexpected data after null character and cleanups
 2026-09-12 14:08 UTC  (9+ messages)
` [PATCH v2 1/4] bootconfig: Reject unexpected data after null character
` [PATCH v2 2/4] tools/bootconfig: Consolidate xbc_init() to error message wrapper
` [PATCH v2 3/4] bootconfig: Skip internal tree sanity checks in kernel
` [PATCH v2 4/4] bootconfig: Move BOOTCONFIG_FOOTER_SIZE to include/linux/bootconfig.h

[PATCH v15 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-09-12 13:36 UTC  (3+ messages)

[PATCH] ring-buffer: Check resize_disabled before publishing the new subbuf order
 2026-09-12 11:59 UTC  (3+ messages)

[PATCH] tracing: Fix NULL dereference when copying keys for a field variable
 2026-09-12  9:47 UTC 

[RFC PATCH v7 00/10] trace: stack trace deduplication for ftrace ring buffer
 2026-09-12  9:02 UTC  (13+ messages)
` [RFC PATCH v7 01/10] trace: add lock-free stackmap for stack trace deduplication
` [RFC PATCH v7 02/10] trace: use the stackmap from the ftrace stack recording path
` [RFC PATCH v7 03/10] trace: add stackmap statistics interface
` [RFC PATCH v7 04/10] trace: add stackmap binary export
` [RFC PATCH v7 05/10] trace: make the stackmap capacity settable on the kernel command line
` [RFC PATCH v7 06/10] Documentation: tracing: document the ftrace stackmap
` [RFC PATCH v7 07/10] tools/tracing: add a parser for the stackmap binary export
` [RFC PATCH v7 08/10] selftests/ftrace: add a stackmap basic functionality test
` [RFC PATCH v7 09/10] selftests/ftrace: add a stackmap reset and binary ABI test
` [RFC PATCH v7 10/10] selftests/ftrace: add a stackmap instance gating test

[BUG] kernel/trace: use-after-free in trace_event_probe_cleanup()
 2026-09-12  2:10 UTC 

[PATCH v7 0/6] sched: Add support for long task name
 2026-09-12  1:46 UTC  (8+ messages)
` [PATCH v7 1/6] treewide: Get rid of get_task_comm()
` [PATCH v7 2/6] treewide: Replace memcpy(..., current->comm) with copy_task_comm()
` [PATCH v7 3/6] lib/string_kunit: Add test for copy_task_comm()
` [PATCH v7 4/6] sched: Extend task command name with TASK_COMM_EXT_LEN
` [PATCH v7 5/6] prctl: Add support for long user thread names
` [PATCH v7 6/6] selftests: prctl: Add test for long "

[PATCH] fprobe: Clear the unused part of the fgraph_data reservation
 2026-09-11 19:55 UTC 

[PATCH v2 0/3] ring-buffer: Fix and unify size and page calculations
 2026-09-11 19:39 UTC  (4+ messages)
` [PATCH v2 1/3] tracing/remotes: Account for ring buffer page header in size calculation
` [PATCH v2 2/3] tracing/remotes: Catch nr_page_va overflow in ring_buffer_desc sizing
` [PATCH v2 3/3] ring-buffer: Unify ring buffer minimum page calculations

[PATCH 0/2] tracing: add ring-buffer memory usage statistics
 2026-09-11 17:22 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] tracing: add ring-buffer memory usage statistics in tracefs
  ` [PATCH v2 2/2] tracing: add per-CPU "

[PATCH] ring-buffer: Acquire the lock with irqsave in rb_wake_up_waiters()
 2026-09-11 17:17 UTC  (2+ messages)

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-11 17:09 UTC  (9+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage

[PATCH] tracing: Don't dereference trace_event_file in deferred trigger free
 2026-09-11 16:24 UTC  (2+ messages)

[PATCH] tracing: Delay module ref count for "enable_event" trigger
 2026-09-11 16:00 UTC  (3+ messages)

[RFC PATCH v2 00/24] unwind_user: Implement .eh_frame handling
 2026-09-11 15:18 UTC  (7+ messages)
` [RFC PATCH v2 07/24] unwind_user/eh_frame: Add support for reading .eh_frame_hdr section
` [RFC PATCH v2 08/24] unwind_user/eh_frame: Store .eh_frame_hdr section data in per-mm maple tree

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-11 15:05 UTC  (9+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP

[PATCH v1 0/2] ring-buffer: Fix and unify size and page calculations
 2026-09-11 14:32 UTC  (4+ messages)
` [PATCH v1 1/2] tracing/remotes: Account for ring buffer page header in size calculation

[PATCH] tools/bootconfig: remove unused PAGE_SIZE macro
 2026-09-11 14:29 UTC  (2+ messages)

[PATCH] bootconfig: remove redundant assignment in xbc_parse_array()
 2026-09-11 14:28 UTC  (2+ messages)

[PATCH] ftrace: Use rcu_assign_pointer() for tmp_ops filter hash
 2026-09-11 14:25 UTC 

[PATCH v3 00/15] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-11 12:59 UTC  (24+ messages)
` [PATCH v3 01/15] "
` [PATCH v3 02/15] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 03/15] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v3 04/15] mm/memory-failure: "
` [PATCH v3 05/15] cpu/hotplug: convert thread iterator to for_each_thread_rculock
` [PATCH v3 06/15] freezer: "
` [PATCH v3 07/15] hung_task: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 08/15] locking/lockdep: "
` [PATCH v3 09/15] rcu: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 10/15] sched: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 11/15] tracing/fgraph: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 12/15] unwind: "
` [PATCH v3 13/15] fs: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 14/15] lib: convert process iterator to for_each_process_rculock
` [PATCH v3 15/15] security/landlock: convert thread iterator to for_each_thread_rculock

[PATCH v2 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
 2026-09-11 12:34 UTC  (4+ messages)
` [PATCH v2 1/3] rv: add per-edge dwell-time statistics primitive
` [PATCH v2 2/3] rv: add per-monitor edge-stat facility and stats file
` [PATCH v2 3/3] rv: collect per-edge dwell time for per-cpu DA/HA monitors

[PATCH v2 0/3] mm/mglru: add tracepoints for scan and aging paths
 2026-09-11 10:29 UTC  (4+ messages)
` [PATCH v2 1/3] mm/mglru: factor out lru_gen_seq_nr_pages()
` [PATCH v2 2/3] mm/mglru: add tracepoint for scan_folios()
` [PATCH v2 3/3] mm/mglru: add tracepoint for inc_max_seq()

[PATCH v13 00/44] guest_memfd: In-place conversion support
 2026-09-11  9:45 UTC  (46+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 04/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v13 05/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v13 06/44] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v13 08/44] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v13 09/44] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v13 10/44] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v13 11/44] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v13 12/44] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v13 13/44] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v13 14/44] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v13 15/44] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v13 16/44] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v13 17/44] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v13 18/44] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v13 19/44] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v13 20/44] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v13 21/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v13 22/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v13 23/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v13 24/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v13 25/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v13 26/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v13 27/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v13 28/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v13 29/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH v13 30/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v13 31/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v13 32/44] KVM: selftests: Test conversion before allocation
` [PATCH v13 33/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v13 34/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v13 35/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v13 36/44] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v13 37/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v13 38/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v13 39/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v13 40/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH v13 41/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v13 42/44] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v13 43/44] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v13 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v5 0/5] rv/reactors: fix lockdep warning and add tests
 2026-09-11  6:53 UTC  (3+ messages)
` [PATCH v5 3/5] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()

[PATCH v4 0/2] bootconfig: Fix integer overflow problems
 2026-09-11  6:16 UTC  (4+ messages)
` [PATCH v4 2/2] bootconfig: Fix integer overflow in initrd size check

[PATCH v2] tracing: Take trace_array reference when opening a tracer options file
 2026-09-11  2:12 UTC 

PATCH] tracing: Revert commit 5ad289336148 ("tracing: Use a single array to represent tracer options files")
 2026-09-11  2:04 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