Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-06-29 13:19:52 to 2026-07-01 16:08:49 UTC [more...]

[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
 2026-07-01 16:08 UTC  (4+ messages)
` [PATCH v3 01/11] dt-bindings: reserved-memory: Document "
` [PATCH v3 02/11] dt-bindings: display: tegra: Document memory regions
` [PATCH v3 03/11] dt-bindings: gpu: host1x: Document memory-regions for NVDEC

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-07-01 15:35 UTC  (43+ 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 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [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\
` [PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs

[PATCH 0/7] I2C - detailed transfer reporting in case of a fault
 2026-07-01 13:46 UTC  (4+ messages)
` [PATCH 2/7] i2c: nomadik: optimize layout of struct nmk_i2c_dev

[RFC 0/2] arm64: kprobes: Fix single-step fault and reentry handling
 2026-07-01 13:56 UTC  (6+ messages)
` [RFC 1/2] arm64: kprobes: Do not handle non-XOL faults as kprobe faults
` [RFC 2/2] arm64: kprobes: Allow reentering kprobes while single-stepping

[RFC PATCH 0/4] tracing/probes: Optimize fetcharg with BPF
 2026-07-01 13:46 UTC  (5+ messages)
` [RFC PATCH 1/4] tools/tracing: Add fetcharg performance micro-benchmark
` [RFC PATCH 2/4] tracing/probes: Compile all fetchargs into a single BPF program per event
` [RFC PATCH 3/4] tracing: Add disable_bpf trace option to ignore eBPF for fetchargs
` [RFC PATCH 4/4] selftests/ftrace: Add a test for eBPF compiled fetchargs

[PATCH v7 0/9] bootconfig: embed kernel.* cmdline at build time
 2026-07-01 13:18 UTC  (3+ messages)

[PATCH v2 0/4] rv: rtapp monitor update
 2026-07-01 13:11 UTC  (10+ messages)
` [PATCH v2 1/4] rv/rtapp/sleep: Make the error more informative for user
` [PATCH v2 2/4] rv/rtapp/sleep: Update nanosleep rule
` [PATCH v2 3/4] rv/rtapp/sleep: Stop monitoring kernel threads
` [PATCH v2 4/4] rv/rtapp: Add wakeup monitor

[RFC PATCH v2 0/4] tracing/osnoise: Track IPIs
 2026-07-01 13:11 UTC  (15+ 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 3/4] rtla/osnoise: Trace IPI events when recording a trace file
` [RFC PATCH v2 4/4] rtla/osnoise: Leverage IPI event filters when tracing a subset of CPUs

[PATCH v3] ufs: core: add hba parameter to trace events
 2026-07-01 12:57 UTC  (3+ messages)

[PATCH 3/6] selftests/ftrace: fix spelling error in poll test comment
 2026-07-01 12:35 UTC 

[PATCH rfc 0/2] Improvements to ftrace comm[] handling
 2026-07-01 12:23 UTC  (12+ 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-07-01 11:57 UTC  (7+ messages)
` [PATCH v3 2/9] rv: add generic uprobe infrastructure for RV monitors

[PATCHv5 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-07-01 11:57 UTC  (18+ messages)
` [PATCHv5 01/13] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv5 02/13] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv5 03/13] uprobes/x86: Do not leak trampoline vma mapping on optimization failure
` [PATCHv5 04/13] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv5 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10
` [PATCHv5 06/13] libbpf: Change has_nop_combo to work on top of nop10
` [PATCHv5 07/13] libbpf: Detect uprobe syscall with new error
` [PATCHv5 08/13] selftests/bpf: Emit nop,nop10 instructions combo for x86_64 arch
` [PATCHv5 09/13] selftests/bpf: Change uprobe syscall tests to use nop10
` [PATCHv5 10/13] selftests/bpf: Change uprobe/usdt trigger bench code "
` [PATCHv5 11/13] selftests/bpf: Add reattach tests for uprobe syscall
` [PATCHv5 12/13] selftests/bpf: Add tests for uprobe nop10 red zone clobbering
` [PATCHv5 13/13] selftests/bpf: Add tests for forked/cloned optimized uprobes

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-07-01 11:07 UTC  (9+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH 1/1] tracing: Prevent out-of-bounds read in glob matching
 2026-07-01 10:28 UTC 

[PATCH v5 2/9] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
 2026-07-01 10:23 UTC  (3+ messages)
` [PATCH v5 3/9] mm: use enum migrate_reason instead of int for migration reason parameters

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-01 10:20 UTC  (49+ 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 19/30] mm: use linear_page_[index, delta]() consistently

[syzbot] [trace?] general protection fault in mtree_load
 2026-07-01  9:42 UTC  (4+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-07-01  9:28 UTC  (11+ messages)
` [PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10

[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-07-01  6:21 UTC  (17+ messages)

[PATCH] ufs: core: tracing: Do not dereference pointers in TP_printk()
 2026-07-01  6:12 UTC  (2+ messages)

[PATCH v4 2/7] mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
 2026-07-01  1:22 UTC  (2+ messages)
` [PATCH v4 3/7] mm: use enum migrate_reason instead of int for migration reason parameters

[PATCH] riscv: probes: save original sp in rethook trampoline
 2026-07-01  0:51 UTC  (3+ messages)

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

[PATCH v2] ufs: core: add hba parameter to trace events
 2026-06-30 22:58 UTC 

[PATCH] tracing: Warn when an event dereferences a pointer in TP_printk()
 2026-06-30 22:48 UTC 

[PATCH v13 00/11] tracing/probes: Add more typecast features
 2026-06-30 22:39 UTC  (5+ messages)
` [PATCH v13 04/11] perf/probe: Ignore comment lines in dynamic_events/kprobe_events file

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

[PATCH 5.15.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2026-06-30 22:23 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] ring-buffer: serialize read-page order with subbuffer resize
 2026-06-30 21:16 UTC  (6+ messages)

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-30 20:55 UTC  (8+ 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] fsl-edma: tracing: no ptr dereference during log output
 2026-06-30 20:44 UTC  (4+ messages)

[PATCH v2 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
 2026-06-30 11:59 UTC  (4+ 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 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 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
 2026-06-30  0:11 UTC  (2+ messages)

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

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-29 15:50 UTC  (4+ messages)
` [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  (4+ messages)
` [PATCH v4 1/3] ftrace: Build trace_btf.c when CONFIG_DEBUG_INFO_BTF is enabled


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