Linux Trace Kernel
 help / color / mirror / Atom feed
 messages from 2026-06-24 12:23:19 to 2026-06-26 12:51:20 UTC [more...]

[PATCH v7 0/9] bootconfig: embed kernel.* cmdline at build time
 2026-06-26 12:50 UTC  (10+ messages)
` [PATCH v7 1/9] bootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()
` [PATCH v7 2/9] bootconfig: render descendant keys when xbc_snprint_cmdline() root has a value
` [PATCH v7 3/9] bootconfig: render embedded bootconfig as a kernel cmdline at build time
` [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

[RFC PATCH v2 0/4] tracing/osnoise: Track IPIs
 2026-06-26 12:25 UTC  (3+ messages)

[PATCH 0/2] rtla: Add tests for option parsing with attached arguments
 2026-06-26 12:22 UTC  (2+ messages)

[PATCH] tracing: eprobe: read the complete FILTER_PTR_STRING pointer
 2026-06-26 10:42 UTC  (9+ messages)

[PATCH v3] mm/lruvec: trace LRU add drains and drain-all requests
 2026-06-26 10:23 UTC  (5+ messages)

[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
 2026-06-26  9:43 UTC  (19+ messages)
` [PATCHv4 01/13] uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline
` [PATCHv4 02/13] uprobes/x86: Remove struct uprobe_trampoline object
` [PATCHv4 03/13] uprobes/x86: Allow to copy uprobe trampolines on fork
` [PATCHv4 04/13] uprobes/x86: Unmap trampoline vma object in case it's unused
` [PATCHv4 05/13] uprobes/x86: Move optimized uprobe from nop5 to nop10

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

[PATCH v4 0/2] tracing: Move non-trace_printk prototypes into trace_controls.h
 2026-06-26  8:51 UTC  (6+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] tracing: Remove trace_printk.h from kernel.h

[PATCH v2 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-06-26  8:21 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries

[PATCH] fgraph: Use trace_seq_putc() in print_graph_return()
 2026-06-26  7:36 UTC 

[PATCH v9 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-26  7:07 UTC  (7+ messages)
` [PATCH v9 2/6] mm/memory-failure: surface unhandlable kernel pages as -ENOTRECOVERABLE
` [PATCH v9 4/6] mm/memory-failure: add panic option for unrecoverable pages
` [PATCH v9 6/6] selftests/mm: add hwpoison-panic destructive test

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

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-26  1:17 UTC  (111+ messages)
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [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 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [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 24/46] KVM: guest_memfd: Make in-place conversion the default\
` [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 5.15.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2026-06-25 22:19 UTC  (3+ messages)

[PATCH] tracing/user_events: Use kfree_rcu for enabler cleanup
 2026-06-25 18:48 UTC  (2+ messages)

[PATCH v7 00/42] guest_memfd: In-place conversion support
 2026-06-25 12:36 UTC  (5+ messages)
` [PATCH v7 10/42] KVM: guest_memfd: Ensure pages are not in use before conversion

[PATCH v3 00/17] rv: Add selftests to tools and KUnit tests
 2026-06-25 12:14 UTC  (18+ messages)
` [PATCH v3 01/17] rv: Use generic rv_this for the rv_monitor variable in LTL
` [PATCH v3 02/17] tools/rv: Fix exit status when monitor execution fails
` [PATCH v3 03/17] verification/rvgen: Improve rv_dir discovery in RVGenerator
` [PATCH v3 04/17] tools/rv: Add selftests
` [PATCH v3 05/17] verification/rvgen: Add golden and spec folders for tests
` [PATCH v3 06/17] verification/rvgen: Add selftests
` [PATCH v3 07/17] rv: Add KUnit stub to rv_react() and rv_*_task_monitor_slot()
` [PATCH v3 08/17] rv: Export task monitor slot and react symbols
` [PATCH v3 09/17] rv: Add KUnit tests for some DA/HA monitors
` [PATCH v3 10/17] rv: Add KUnit stub for current
` [PATCH v3 11/17] rv: Prevent unintentional tracepoints during KUnit tests
` [PATCH v3 12/17] rv: Add KUnit tests for some LTL monitors
` [PATCH v3 13/17] verification/rvgen: Add the rvgen kunit subcommand
` [PATCH v3 14/17] verification/rvgen: Add selftests for rvgen kunit
` [PATCH v3 15/17] selftests/verification: Fix wrong errexit assumption
` [PATCH v3 16/17] selftests/verification: Rearrange the wwnr_printk test
` [PATCH v3 17/17] selftests/verification: Add selftests for deadline and stall monitors

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

[PATCH 5.10.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2026-06-25 10:41 UTC  (2+ messages)

[PATCH 6.1.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2026-06-25 10:41 UTC  (2+ messages)

[PATCH 6.6.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
 2026-06-25 10:41 UTC  (2+ messages)

[PATCH v4 00/13] rv: Convert rvgen to Lark
 2026-06-25  8:21 UTC  (3+ messages)
` [PATCH v4 09/13] verification/rvgen: Delete __parse_constraint()

[PATCH v3 0/2] tracing: Remove trace_printk.h from kernel.h
 2026-06-25  7:56 UTC  (6+ messages)
` [PATCH v3 2/2] "

[RFC PATCH 0/0] PCI P2PDMA: Add observability support via tracepoints, debugfs, and sysfs
 2026-06-25  1:59 UTC 

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

[PATCH v8 00/10] tracing/probes: Add more typecast features
 2026-06-24 23:33 UTC  (12+ messages)
` [PATCH v8 01/10] tracing/probes: Make the $ prefix mandatory for comm access
` [PATCH v8 02/10] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v8 03/10] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v8 04/10] tracing/probes: Support typecast for various probe events
` [PATCH v8 05/10] tracing/probes: Support nested typecast
` [PATCH v8 06/10] tracing/probes: Type casting always involves nested calls
` [PATCH v8 07/10] tracing/probes: Support field specifier option for typecast
` [PATCH v8 08/10] tracing/probes: Add $current variable support
` [PATCH v8 09/10] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v8 10/10] tracing/probes: Add a new testcase for BTF typecasts

[PATCH 0/7] I2C - detailed transfer reporting in case of a fault
 2026-06-24 22:56 UTC  (13+ messages)
` [PATCH 2/7] i2c: nomadik: optimize layout of struct nmk_i2c_dev
` [PATCH 3/7] i2c: nomadik: do not try to retransmit I2C message series on errors
` [PATCH 4/7] i2c: nomadik: return proper fault codes
` [PATCH 5/7] i2c: nomadik: change print level for fault messages to debug
` [PATCH 6/7] i2c: nomadik: add quirks max_len=2047 and no_zero_len_read
` [PATCH 7/7] i2c: nomadik: add support for I2C_XFER_V2 - detailed fault reporting

[PATCH] tracing/user_events: fix use-after-free of enabler in user_event_mm_dup()
 2026-06-24 20:05 UTC  (3+ messages)

[PATCH v2 1/2] signal: avoid shared siginfo namespace rewrites
 2026-06-24 16:32 UTC  (6+ messages)

[RFC PATCH 00/10] RCU: Enable callbacks to benefit from expedited grace periods
 2026-06-24 16:20 UTC  (4+ messages)
` [RFC PATCH 07/10] rcu: Wake NOCB rcuog kthreads on expedited grace period completion

[PATCH v6 0/8] bootconfig: embed kernel.* cmdline at build time
 2026-06-24 15:50 UTC  (4+ messages)
` [PATCH v6 6/8] Documentation: bootconfig: document build-time cmdline rendering

[PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
 2026-06-24 13:23 UTC  (12+ messages)
` [PATCH v1 01/11] rcu: Rename struct rcu_gp_oldstate to rcu_gp_seq
` [PATCH v1 02/11] rcu/segcblist: Add SRCU and Tasks RCU wrapper functions
` [PATCH v1 03/11] rcu/segcblist: Factor out rcu_segcblist_advance_compact() helper
` [PATCH v1 04/11] rcu/segcblist: Track segment grace periods with struct rcu_gp_seq
` [PATCH v1 05/11] rcu: Add RCU_GET_STATE_NOT_TRACKED for subsystems without expedited GPs
` [PATCH v1 06/11] rcu: Enable RCU callbacks to benefit from expedited grace periods
` [PATCH v1 07/11] rcu: Update comments for gp_seq and expedited GP tracking
` [PATCH v1 08/11] rcu: Wake NOCB rcuog kthreads on expedited grace period completion
` [PATCH v1 09/11] rcu: Detect expedited grace period completion in rcu_pending()
` [PATCH v1 10/11] rcu: Advance callbacks for expedited GP completion in rcu_core()
` [PATCH v1 11/11] rcuscale: Add concurrent expedited GP threads for callback scaling tests


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