Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-08-14 05:18:34 to 2026-08-17 14:09:03 UTC [more...]

[PATCH v6 00/18] tracing/remotes: Add printk, dump_on_panic and boot parameters
 2026-08-17 14:09 UTC  (24+ messages)
` [PATCH v6 01/18] tracing/remotes: Gate tracefs files opening on trace remote registration
` [PATCH v6 02/18] tracing/remotes: Release tracefs,eventfs on registration failure
` [PATCH v6 03/18] tracing/remotes: Use kstrtobool for boolean tracefs files
` [PATCH v6 04/18] tracing/remotes: Use a single per-remote polling work
` [PATCH v6 05/18] tracing/simple_ring_buffer: Add support for compressed length
` [PATCH v6 06/18] tracing/remotes: Add dmesg tracefs file
` [PATCH v6 07/18] tracing/remotes: selftests: Add a test for the "
` [PATCH v6 08/18] tracing/remotes: selftests: Prefix hypervisor folder
` [PATCH v6 09/18] ring-buffer: Use irqsave for the reader lock in ring_buffer_poll_remote
` [PATCH v6 10/18] ring-buffer: Use panic-friendly locking in ring_buffer_iter interface
` [PATCH v6 11/18] ring-buffer: Add ring_buffer_read_remote_meta_page()
` [PATCH v6 12/18] ring-buffer: Add kerneldoc for ring_buffer_poll_remote
` [PATCH v6 13/18] tracing/remotes: Add dump_on_panic tracefs file
` [PATCH v6 14/18] tracing/remotes: selftests: Add a test for the "
` [PATCH v6 15/18] tracing/remotes: Add poll_ms "
` [PATCH v6 16/18] tracing/remotes: Add trace_remote cmdline options
` [PATCH v6 17/18] Documentation: tracing/remotes: Add detailed tracefs layout
` [PATCH v6 18/18] Documentation/kernel-parameters: Add trace_remote

[PATCH v7 0/3] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-17 14:08 UTC  (7+ messages)
` [PATCH v7 1/3] tracing: Fix subbuf resize races with trace_pipe_raw readers
` [PATCH v7 2/3] ring-buffer: Cap static ring buffer nr_pages
` [PATCH v7 3/3] ring-buffer: Prevent truncation of nr_pages / nr_subbufs

[PATCH] tracing: Fix use-after-free in trace_pipe read on sub-buffer order change
 2026-08-17 14:06 UTC 

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-17 13:38 UTC  (65+ messages)
` [RFC PATCH 01/57] mm: add pte_folio()
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
` [RFC PATCH 04/57] mm/collapse: rename mthp_present_ptes to eligible_ptes
` [RFC PATCH 05/57] mm/collapse: state what a collapse may do in the policy
` [RFC PATCH 06/57] mm/collapse: move the smallest collapse order to collapse.h
` [RFC PATCH 07/57] mm/collapse: sketch the new anonymous collapse engine
` [RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
` [RFC PATCH 09/57] mm/collapse: collect candidate windows into a round
` [RFC PATCH 10/57] mm/collapse: run a round and feed the outcomes back
` [RFC PATCH 11/57] mm/collapse: sketch the passes of a round
` [RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
` [RFC PATCH 13/57] mm/collapse: revalidate a round against the VMA
` [RFC PATCH 14/57] mm/collapse: fault the sources in before the freeze
` [RFC PATCH 15/57] mm/collapse: check what a candidate would freeze
` [RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
` [RFC PATCH 17/57] mm/collapse: copy the sources into the destinations
` [RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer
` [RFC PATCH 20/57] mm/collapse: put the sources back
` [RFC PATCH 21/57] mm/collapse: settle whatever the round reached
` [RFC PATCH 22/57] mm/collapse: walk a table with a selection cursor
` [RFC PATCH 23/57] mm/collapse: give a refused region a second chance
` [RFC PATCH 24/57] mm/collapse: report each candidate's outcome to tracing
` [RFC PATCH 25/57] mm/collapse: collapse anonymous memory with the new engine
` [RFC PATCH 26/57] mm/collapse: give collapse_single_pmd() the range to work on
` [RFC PATCH 27/57] mm/collapse: scan the windows a VMA can hold
` [RFC PATCH 28/57] mm/collapse: remove the mechanism the engine replaces
` [RFC PATCH 29/57] mm/collapse: move what a collapse is judged on into collapse.c
` [RFC PATCH 30/57] mm/collapse: name the max_ptes ceiling after collapse
` [RFC PATCH 31/57] mm/khugepaged: count collapses where khugepaged makes them
` [RFC PATCH 32/57] mm/collapse: move the file collapse into collapse.c
` [RFC PATCH 33/57] mm/collapse: split collapse into a scan and a run
` [RFC PATCH 34/57] mm/collapse: implement MADV_COLLAPSE in madvise.c
` [RFC PATCH 35/57] mm/madvise: drop MADV_COLLAPSE's redundant mm reference
` [RFC PATCH 36/57] mm/collapse: report what the scan found
` [RFC PATCH 37/57] mm/collapse: report what the fault-in pass paid
` [RFC PATCH 38/57] mm/collapse: report the round, and what it made faulters wait
` [RFC PATCH 39/57] mm/collapse: name the file collapse's tracepoints after collapse
` [RFC PATCH 40/57] mm/collapse: remove the tracepoints of the mechanism that is gone
` [RFC PATCH 41/57] mm/collapse: give collapse its own trace header
` [RFC PATCH 42/57] mm/collapse: allow error injection into the freeze
` [RFC PATCH 43/57] mm/khugepaged: check the scan budget before the work, not after
` [RFC PATCH 44/57] mm/khugepaged: hold the address space open across a scan
` [RFC PATCH 45/57] mm/collapse: take a per-VMA read lock for the round
` [RFC PATCH 46/57] mm/khugepaged: scan under a per-VMA read lock
` [RFC PATCH 47/57] mm/madvise: collapse "
` [RFC PATCH 48/57] mm/collapse: assert the mm reference the engine relies on
` [RFC PATCH 49/57] mm/khugepaged: drop the mmap_lock barrier from __khugepaged_exit()
` [RFC PATCH 50/57] selftests/mm: attribute collapses by candidate event alone
` [RFC PATCH 51/57] selftests/mm: cover collapse inside a sub-PMD VMA
` [RFC PATCH 52/57] selftests/mm: cover a hole-y window in "
` [RFC PATCH 53/57] selftests/mm: cover collapse of mlocked ranges
` [RFC PATCH 54/57] selftests/mm: cover collapse beside a MADV_FREE'd page
` [RFC PATCH 55/57] selftests/mm: cover collapse beside a pinned page
` [RFC PATCH 56/57] selftests/mm: cover the scaled max_ptes_shared limit
` [RFC PATCH 57/57] MAINTAINERS: add an entry for collapse

[PATCH v2] tracing: Fix crash passing ERR_PTR to kthread_stop()
 2026-08-17 13:26 UTC  (3+ messages)

[PATCH v12 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-08-17 12:10 UTC  (5+ messages)
` [PATCH v12 04/11] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v12 05/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires

[PATCH v3 0/4] rv/reactors: fix lockdep warning and add KUnit tests
 2026-08-17 11:05 UTC  (9+ messages)
` [PATCH v3 1/4] rv/reactors: use context-sensitive lockdep wait type in rv_react()
` [PATCH v3 2/4] rv/reactors: propagate rv_register_reactor() error from reactor init
` [PATCH v3 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch

[PATCH v6 0/2] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-17 10:27 UTC  (8+ messages)
` [PATCH v6 1/2] tracing: Fix subbuf resize races with trace_pipe_raw readers
` [PATCH v6 2/2] ring-buffer: Improve nr_pages type

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-17  9:15 UTC  (31+ messages)
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v10 16/41] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v10 18/41] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v10 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v10 21/41] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs

[PATCH RESEND] tracing: uprobes: Fix incorrect __free function that frees an error value in __trace_uprobe_create()
 2026-08-17  8:30 UTC 

[PATCH] percpu: Drop CONFIG_DEBUG_FORCE_WEAK_PER_CPU
 2026-08-17  7:15 UTC  (2+ messages)

[PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
 2026-08-17  6:18 UTC  (11+ messages)

[PATCH bpf-next 00/13] bpf: Add tracing_multi link support for bpf progs
 2026-08-17  6:20 UTC  (3+ messages)

[PATCH] tracing: Fix crash passing ERR_PTR to kthread_stop()
 2026-08-16 23:15 UTC  (3+ messages)

[PATCH v4 00/19] Landlock tracepoints
 2026-08-16 22:39 UTC  (5+ messages)
` [PATCH v4 01/19] landlock: Prepare ruleset and domain type split
` [PATCH v4 05/19] landlock: Decouple the per-denial logging decision from CONFIG_AUDIT

[PATCH v2] tracing: Use seq_buf for string concatenation
 2026-08-16 22:10 UTC  (2+ messages)

[PATCH 7.1.y] Revert "tracing: perf: Fix stale head for perf syscall tracing"
 2026-08-16 19:43 UTC  (3+ messages)

[PATCH] tracing/histograms: Fix use-after-free with same-name named triggers
 2026-08-16 10:32 UTC  (2+ messages)

[PATCH] tracing: Cleanup event_enable_trigger_parse() by using __free()
 2026-08-16  5:52 UTC  (4+ messages)

[syzbot] [trace?] INFO: task hung in ftrace_set_clr_event
 2026-08-15 22:42 UTC 

[PATCH v3 0/4] selftests/ftrace: Add a boottime tracing test framework
 2026-08-14 23:58 UTC  (4+ messages)

[PATCH net-next 00/11] mptcp: misc. features for v7.3
 2026-08-14 22:21 UTC  (2+ messages)

[GIT PULL] RTLA changes for 7.3
 2026-08-14 17:53 UTC  (5+ messages)

[PATCH 0/5] rtla: Implement more robust nr_cpus handling
 2026-08-14 17:49 UTC  (9+ messages)
` [PATCH 1/5] rtla: Replace get_nprocs_conf() with sysfs possible cpus
` [PATCH 2/5] rtla: Discard trace entries with cpu >= nr_cpus
` [PATCH 3/5] rtla: Abort on nr_cpus mismatch with tracer
` [PATCH 4/5] rtla/tests: Add unit test for cpu_list_iterate()
` [PATCH 5/5] rtla/tests: Add unit test for get_max_cpu_from_list()

[PATCH v5 00/10] ring-buffer: Fixes for subbuf resizing and persistent buffers
 2026-08-14 17:28 UTC  (17+ messages)
` [PATCH v5 04/10] ring-buffer: Fix subbuf resize race with ring buffer readers
` [PATCH v5 06/10] tracing: Fix subbuf resize races with trace_pipe_raw readers
` [PATCH v5 07/10] ring-buffer: Dynamically calculate max_data_size
` [PATCH v5 10/10] ring-buffer: Make nr_pages unsigned int

[PATCH 0/2] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
 2026-08-14 16:15 UTC  (4+ messages)
` [PATCH 1/2] dmaengine: use dma_chan_name() helper to get per-channel device name

[PATCH 0/1] ring-buffer: Fix sub-buffer order updates and free_page leaks
 2026-08-14 16:00 UTC  (5+ messages)
` [PATCH] ring-buffer: Fix race between ring_buffer_subbuf_order_set() and readers

[PATCH v5 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-14 15:44 UTC  (21+ messages)
` [PATCH v5 01/10] dt-bindings: reserved-memory: Document "
` [PATCH v5 02/10] dt-bindings: display: tegra: Document memory regions
` [PATCH v5 03/10] dt-bindings: gpu: host1x: Document memory-regions for NVDEC
` [PATCH v5 04/10] bitmap: Add bitmap_allocate() function
` [PATCH v5 05/10] mm/cma: Introduce cma_alloc_at() API
` [PATCH v5 06/10] dma-buf: heaps: Add debugfs support
` [PATCH v5 07/10] dma-buf: heaps: Add support for Tegra VPR
` [PATCH v5 08/10] arm64: tegra: Add VPR placeholder node on Tegra234
` [PATCH v5 09/10] arm64: tegra: Hook up VPR to host1x
` [PATCH v5 10/10] arm64: tegra: Add VPR placeholder node on Tegra264

[PATCH v4 00/10] dma-buf: heaps: Add support for Tegra VPR
 2026-08-14 12:56 UTC  (4+ messages)
` [PATCH v4 07/10] "

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-14 10:06 UTC  (8+ messages)
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH v5 00/16] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-14  9:45 UTC  (7+ messages)

[PATCH] ring-buffer: Fixes for subbuf resizing
 2026-08-14  8:25 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