Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-06-26 12:50:45 to 2026-06-30 10:55:31 UTC [more...]

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-30 10:55 UTC  (35+ messages)
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
            ` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\

[RFC PATCH v2 0/4] tracing/osnoise: Track IPIs
 2026-06-30 10:14 UTC  (7+ messages)
` [RFC PATCH v2 1/4] rtla/osnoise: Add IPI tracking cmdline option
` [RFC PATCH v2 2/4] rtla/osnoise: Record IPI count in osnoise top
` [RFC PATCH v2 4/4] rtla/osnoise: Leverage IPI event filters when tracing a subset of CPUs

[PATCH rfc 0/2] Improvements to ftrace comm[] handling
 2026-06-30 10:01 UTC  (7+ messages)
` [PATCH 1/2] tracing: Embed 'char comm[16]' in a structure
` [PATCH 2/2] tracing: Keep pid and comm[] in the same structure

[PATCH v3 0/9] rv/tlob: Add task latency over budget RV monitor
 2026-06-30  8:48 UTC  (5+ messages)
` [PATCH v3 2/9] rv: add generic uprobe infrastructure for RV monitors

[PATCH v2 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
 2026-06-30  8:39 UTC  (3+ messages)
` [PATCH v2 2/2] selftests/x86: Add shadow stack uprobe CALL test

[PATCH v3 2/7] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
 2026-06-30  7:30 UTC  (6+ messages)
` [PATCH v3 3/7] mm: use enum migrate_reason instead of int for migration reason parameters

[PATCH 5.10.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2026-06-30  6:06 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 5.15.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2026-06-30  6:03 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 0/2] Add trace events for Qualcomm GENI I2C drivers
 2026-06-30  6:02 UTC  (3+ messages)
` [PATCH 1/2] i2c: qcom-geni: trace: Add trace events for Qualcomm GENI I2C
` [PATCH 2/2] i2c: qcom-geni: Add trace events for Qualcomm GENI I2C driver

[PATCH 00/18] mm/damon: optimize out nr_accesses_bp
 2026-06-30  4:52 UTC  (3+ messages)
` [PATCH 06/18] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing

[PATCH] lib/bootconfig: fix undefined behavior involving NULL pointer arithmetic
 2026-06-30  0:46 UTC  (4+ messages)

[PATCH v13 00/11] tracing/probes: Add more typecast features
 2026-06-30  0:33 UTC  (14+ messages)
` [PATCH v13 01/11] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v13 02/11] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v13 03/11] tools/bootconfig: Ignore comment lines in dynamic_events/kprobe_events file
` [PATCH v13 04/11] perf/probe: "
` [PATCH v13 05/11] tracing/probes: Support typecast for various probe events
` [PATCH v13 06/11] tracing/probes: Support nested typecast
` [PATCH v13 07/11] tracing/probes: Type casting always involves nested calls
` [PATCH v13 08/11] tracing/probes: Support field specifier option for typecast
` [PATCH v13 09/11] tracing/probes: Add $current variable support
` [PATCH v13 10/11] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v13 11/11] tracing/probes: Add a new testcase for BTF typecasts

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-06-30  0:11 UTC  (43+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH 08/30] mm/rmap: rename vma_interval_tree_*() to mapping_interval_tree_*()
` [PATCH 09/30] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH 10/30] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
 2026-06-29 20:36 UTC  (6+ messages)

[PATCH v2] tracing: Use seq_buf for string concatenation
 2026-06-29 18:39 UTC  (2+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-06-29 16:40 UTC  (5+ messages)
` [PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-29 15:50 UTC  (10+ messages)
` [PATCH v10 1/6] mm/memory-failure: drop dead error_states[] entry for reserved pages
` [PATCH v10 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v10 3/6] mm/memory-failure: report MF_MSG_KERNEL for unrecoverable kernel pages
` [PATCH v10 4/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v10 5/6] Documentation: document panic_on_unrecoverable_memory_failure sysctl
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH] samples/ftrace: Prevent division by zero when nr_function_calls is zero
 2026-06-29 15:26 UTC 

[PATCH] samples/ftrace: reject zero ftrace-ops call count
 2026-06-29 15:23 UTC  (5+ messages)

[RFC PATCH 00/40] mm: reliable 1GB page allocation
 2026-06-29 14:39 UTC  (5+ messages)

[PATCH v4 0/3] Use BTF to trim return values
 2026-06-29 13:19 UTC  (7+ messages)
` [PATCH v4 1/3] ftrace: Build trace_btf.c when CONFIG_DEBUG_INFO_BTF is enabled
` [PATCH v4 2/3] fgraph: Enhance funcgraph-retval with BTF-based type-aware output

[PATCH] trace_branch: use per-cpu counters for correct/incorrect stats
 2026-06-29 10:47 UTC  (2+ messages)

[RFC PATCH 0/3] mm/compaction: honour compact_unevictable_allowed in mlock race and alloc_contig path
 2026-06-29  9:07 UTC  (10+ messages)
` [RFC PATCH 1/3] mm/compaction: skip isolate mlocked folios when compact_unevictable_allowed=0

[PATCH 1/4] rtla: Allow unsetting non-list custom-callback CLI options
 2026-06-29  8:36 UTC  (4+ messages)
` [PATCH 2/4] rtla: Add unit tests for unset in opt callbacks
` [PATCH 3/4] rtla: Add unit tests for CLI with unset
` [PATCH 4/4] Documentation/rtla: Document unsetting options

[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-06-29  7:27 UTC  (8+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v4 RESEND 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v4 RESEND 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH v3 00/17] rv: Add selftests to tools and KUnit tests
 2026-06-29  7:04 UTC  (11+ messages)
` [PATCH v3 04/17] tools/rv: Add selftests
` [PATCH v3 11/17] rv: Prevent unintentional tracepoints during KUnit tests
` [PATCH v3 14/17] verification/rvgen: Add selftests for rvgen kunit
` [PATCH v3 17/17] selftests/verification: Add selftests for deadline and stall monitors

[PATCH v4 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
 2026-06-29  6:42 UTC 

[PATCH v4 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
 2026-06-29  6:42 UTC 

[PATCH v4 1/7] riscv: stacktrace: Add frame record metadata
 2026-06-29  6:42 UTC 

[PATCH v4 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-06-29  6:42 UTC 

[PATCH v4 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
 2026-06-29  6:42 UTC 

[PATCH v4 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
 2026-06-29  6:42 UTC 

[PATCH v4 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
 2026-06-29  6:42 UTC 

[PATCH v4 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
 2026-06-29  6:42 UTC 

[PATCH v12 00/11] tracing/probes: Add more typecast features
 2026-06-28 23:53 UTC  (12+ messages)
` [PATCH v12 01/11] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v12 02/11] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v12 03/11] tools/bootconfig: Ignore comment lines in dynamic_events/kprobe_events file
` [PATCH v12 04/11] perf/probe: "
` [PATCH v12 05/11] tracing/probes: Support typecast for various probe events
` [PATCH v12 06/11] tracing/probes: Support nested typecast
` [PATCH v12 07/11] tracing/probes: Type casting always involves nested calls
` [PATCH v12 08/11] tracing/probes: Support field specifier option for typecast
` [PATCH v12 09/11] tracing/probes: Add $current variable support
` [PATCH v12 10/11] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v12 11/11] tracing/probes: Add a new testcase for BTF typecasts

[PATCH v2 1/2] signal: avoid shared siginfo namespace rewrites
 2026-06-28 19:11 UTC  (2+ messages)

[PATCH v11 00/11] tracing/probes: Add more typecast features
 2026-06-28 16:03 UTC  (13+ messages)
` [PATCH v11 01/11] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v11 02/11] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v11 03/11] tools/bootconfig: Ignore comment lines in dynamic_events/kprobe_events file
` [PATCH v11 04/11] perf/probe: "
` [PATCH v11 05/11] tracing/probes: Support typecast for various probe events
` [PATCH v11 06/11] tracing/probes: Support nested typecast
` [PATCH v11 07/11] tracing/probes: Type casting always involves nested calls
` [PATCH v11 08/11] tracing/probes: Support field specifier option for typecast
` [PATCH v11 09/11] tracing/probes: Add $current variable support
` [PATCH v11 10/11] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v11 11/11] tracing/probes: Add a new testcase for BTF typecasts

[RFC] xdp: add device context to bpf_xdp_link_attach_failed tracepoint
 2026-06-28 15:26 UTC  (2+ messages)

[PATCH v2] tracing: reject invalid preemptirq_delay_test CPU affinity
 2026-06-28 13:10 UTC 

xdp: add device context to bpf_xdp_link_attach_failed tracepoint
 2026-06-28 11:33 UTC 

[PATCH] ring-buffer: serialize read-page order with subbuffer resize
 2026-06-28  0:46 UTC 

[PATCH] usb: typec: add trace point for typec_set_mode
 2026-06-27  9:23 UTC  (5+ messages)

[PATCH] tracing: eprobe: read the complete FILTER_PTR_STRING pointer
 2026-06-27  8:36 UTC  (11+ messages)

[PATCH v4 0/2] tracing: Move non-trace_printk prototypes into trace_controls.h
 2026-06-26 19:03 UTC  (5+ messages)
` [PATCH v4 2/2] tracing: Remove trace_printk.h from kernel.h

[PATCH v7 0/9] bootconfig: embed kernel.* cmdline at build time
 2026-06-26 14:53 UTC  (10+ messages)
` [PATCH v7 3/9] bootconfig: render embedded bootconfig as a kernel "
` [PATCH v7 4/9] bootconfig: clean build-time tools/bootconfig from make clean
` [PATCH v7 5/9] bootconfig: add xbc_prepend_embedded_cmdline() helper
` [PATCH v7 6/9] Documentation: bootconfig: document build-time cmdline rendering
` [PATCH v7 7/9] x86/setup: prepend embedded bootconfig cmdline before parse_early_param
` [PATCH v7 8/9] bootconfig: skip runtime kernel.* render once prepended early
` [PATCH v7 9/9] init/main.c: use bootconfig_cmdline_requested() for the runtime opt-in


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox