Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-06-18 11:13:38 to 2026-06-22 16:38:48 UTC [more...]

[PATCH v3] mm/lruvec: trace LRU add drains and drain-all requests
 2026-06-22 16:38 UTC  (8+ messages)

[PATCH v2 0/2] tracing: Remove trace_printk.h from kernel.h
 2026-06-22 16:02 UTC  (9+ messages)
` [PATCH v2 1/2] tracing: Move non-trace_printk prototypes into trace_controls.h
` [PATCH v2 2/2] tracing: Remove trace_printk.h from kernel.h

[PATCH] tracing/probes: make file offset error message probe-agnostic
 2026-06-22 16:00 UTC 

[PATCH] tracing/probes: fix typo in invalid variable error message
 2026-06-22 15:23 UTC 

[PATCH 0/3] tracing/user_events: More efficient data output in user_seq_show()
 2026-06-22 15:11 UTC  (8+ messages)
` [PATCH 1/3] tracing/user_events: Simplify "
        ` [PATCH v2 0/2] tracing/user_events: More efficient data output in two functions
          ` [PATCH v2 1/2] tracing/user_events: Use seq_putc() "
          ` [PATCH v2 2/2] tracing/user_events: Replace a seq_printf() call by seq_puts() in user_seq_show()

[PATCH] Documentation: tracing: fix typo in events documentation
 2026-06-22 14:37 UTC 

[RFC PATCH v1.3 00/18] mm/damon: optimize out nr_accesses_bp
 2026-06-22 14:21 UTC  (2+ messages)
` [RFC PATCH v1.3 06/18] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing

[PATCH 0/2] tracing: Move trace_printk.h out of kernel.h
 2026-06-22 13:11 UTC  (17+ messages)
` [PATCH 1/2] tracing: Move non-trace_printk prototypes back to kernel.h
` [PATCH 2/2] tracing: Add CONFIG_TRACE_PRINTK_DEBUGGING to clean up kernel.h

[syzbot] [trace?] general protection fault in mtree_load
 2026-06-22 13:04 UTC  (2+ messages)

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-06-22 12:31 UTC  (12+ messages)
          ` [Lsf-pc] "

[PATCH v4 0/7] bootconfig: embed kernel.* cmdline at build time
 2026-06-22 12:30 UTC  (7+ messages)
` [PATCH v4 6/7] Documentation: bootconfig: document build-time cmdline rendering

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-06-22 11:27 UTC  (12+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
` [PATCH v3 2/7] llist: "
` [PATCH v3 5/7] kernel: Use mutable list iterators

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

[PATCH v2] tracing: Use seq_buf for string concatenation
 2026-06-22  9:46 UTC 

[PATCH v3 0/9] rv/tlob: Add task latency over budget RV monitor
 2026-06-22  9:26 UTC  (3+ messages)
` [PATCH v3 9/9] selftests/verification: add tlob selftests

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-22  9:08 UTC  (69+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [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 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [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 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 20/46] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [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 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v8 26/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v8 27/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v8 30/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v8 31/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v8 32/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v8 34/46] KVM: selftests: Test conversion before allocation
` [PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH] tracing: Use seq_buf for string concatenation
 2026-06-22  8:18 UTC  (4+ messages)

[PATCH] f2fs: don't drop the top folio order in the f2fs_iostat tracepoint
 2026-06-22  7:15 UTC 

[PATCH] tracing: fprobe: Remove __packed from generic __fprobe_header
 2026-06-22  4:56 UTC  (4+ messages)

[RFC PATCH 0/2] random: tracing: Expose last boot ID on persistent instance
 2026-06-22  4:52 UTC  (4+ messages)
` [RFC PATCH 1/2] random: Expose boot ID to other subsystems

[PATCH v2] tracing: eprobe: read the complete FILTER_PTR_STRING pointer
 2026-06-22  3:59 UTC  (2+ messages)

[PATCH] tracing: eprobe: read the complete FILTER_PTR_STRING pointer
 2026-06-22  3:58 UTC  (6+ messages)

[PATCH v6 0/8] tracing/probes: Add more typecast features
 2026-06-22  0:01 UTC  (10+ messages)
` [PATCH v6 1/8] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v6 2/8] tracing/probes: Support typecast for various probe events
` [PATCH v6 3/8] tracing/probes: Support nested typecast
` [PATCH v6 4/8] tracing/probes: Type casting always involves nested calls
` [PATCH v6 5/8] tracing/probes: Support field specifier option for typecast
` [PATCH v6 6/8] tracing/probes: Add $current variable support
` [PATCH v6 7/8] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v6 8/8] tracing/probes: Add a new testcase for BTF typecasts

[RFC PATCH v1.2 00/17] mm/damon: optimize out nr_accesses_bp
 2026-06-21 15:57 UTC  (2+ messages)
` [RFC PATCH v1.2 05/17] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing

[PATCH] kprobes: Replace __ASSEMBLY__ with __ASSEMBLER__ in header file
 2026-06-21 13:27 UTC  (2+ messages)

[PATCH] samples: ftrace: fix typos in benchmark comment
 2026-06-21  9:51 UTC 

[PATCH 0/3] rv/reactors: fix lockdep warning and add KUnit tests
 2026-06-21  3:34 UTC  (8+ messages)
` [PATCH 3/3] rv/reactors: add KUnit tests for reactor_panic

[RESEND PATCH v6 0/8] tracing/probes: Add more typecast features
 2026-06-21  3:27 UTC  (9+ messages)
` [RESEND PATCH v6 1/8] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [RESEND PATCH v6 2/8] tracing/probes: Support typecast for various probe events
` [RESEND PATCH v6 3/8] tracing/probes: Support nested typecast
` [RESEND PATCH v6 4/8] tracing/probes: Type casting always involves nested calls
` [RESEND PATCH v6 5/8] tracing/probes: Support field specifier option for typecast
` [RESEND PATCH v6 6/8] tracing/probes: Add $current variable support
` [RESEND PATCH v6 7/8] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [RESEND PATCH v6 8/8] tracing/probes: Add a new testcase for BTF typecasts

[RFC PATCH v1.1 00/13] mm/damon: optimize out nr_accesses_bp
 2026-06-20 17:22 UTC  (2+ messages)
` [RFC PATCH v1.1 04/13] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing

[RFC PATCH 00/13] mm/damon: optimize out nr_accesses_bp
 2026-06-19 19:33 UTC  (2+ messages)
` [RFC PATCH 04/13] mm/damon/core: use damon_nr_accesses_mvsum() for damos region tracing

[PATCH] tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()
 2026-06-19 18:44 UTC 

[PATCH] rv: update rvgen monitor synthesis documentation path
 2026-06-19  8:52 UTC  (2+ messages)

[PATCH v5 0/7] tracing/probes: Add more typecast features
 2026-06-19  8:33 UTC  (3+ messages)
` [PATCH v5 1/7] tracing/events: Fix to check the simple_tsk_fn creation

[PATCH v2 0/4] rv: rtapp monitor update
 2026-06-19  7:21 UTC  (5+ 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

[PATCH v4 00/13] rv: Convert rvgen to Lark
 2026-06-19  5:52 UTC  (14+ messages)
` [PATCH v4 01/13] verification/rvgen: Switch LTL parser "
` [PATCH v4 02/13] verification/rvgen: Introduce a parse tree for automata using Lark
` [PATCH v4 03/13] verification/rvgen: Implement state and transition parser based on Lark
` [PATCH v4 04/13] verification/rvgen: Convert __fill_verify_invariants_func() to Lark
` [PATCH v4 05/13] verification/rvgen: Convert __fill_setup_invariants_func() "
` [PATCH v4 06/13] verification/rvgen: Convert __fill_verify_guards_func() "
` [PATCH v4 07/13] rv: Simplify hybrid automata monitors's clock variables
` [PATCH v4 08/13] verification/rvgen: Simplify the generation for "
` [PATCH v4 09/13] verification/rvgen: Delete __parse_constraint()
` [PATCH v4 10/13] verification/rvgen: Switch __get_event_variables() to Lark
` [PATCH v4 11/13] verification/rvgen: Switch __create_matrix() "
` [PATCH v4 12/13] verification/rvgen: Remove the old state variables
` [PATCH v4 13/13] verification/rvgen: Remove dead code

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-19  0:17 UTC  (4+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion

[PATCH] tracing/user_events: fix use-after-free of enabler in user_event_mm_dup()
 2026-06-19  0:12 UTC  (2+ messages)

[PATCH 0/4] trace: trivial: fix some typos
 2026-06-18 23:43 UTC  (5+ messages)
` [PATCH 3/4] tracing: probes: fix typo in a log message
` [PATCH 4/4] tracing: trace_fprobe: fix typo in function name

[PATCH v3 00/13] rv: Convert rvgen to Lark
 2026-06-18 13:24 UTC  (6+ messages)
` [PATCH v3 09/13] verification/rvgen: Delete __parse_constraint()

[PATCH] usb: typec: add trace point for typec_set_mode
 2026-06-18 11:31 UTC  (4+ messages)


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