messages from 2026-06-22 06:16:19 to 2026-06-24 17:46:31 UTC [more...]
[PATCH v8 00/46] guest_memfd: In-place conversion support
2026-06-24 17:46 UTC (64+ 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 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [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 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
[PATCH v2 1/2] signal: avoid shared siginfo namespace rewrites
2026-06-24 16:32 UTC (9+ messages)
` [PATCH v2 2/2] signal: make send_signal_locked() take const siginfo
[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 (12+ messages)
` [PATCH v6 1/8] bootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()
` [PATCH v6 2/8] bootconfig: render descendant keys when xbc_snprint_cmdline() root has a value
` [PATCH v6 3/8] bootconfig: render embedded bootconfig as a kernel cmdline at build time
` [PATCH v6 4/8] bootconfig: clean build-time tools/bootconfig from make clean
` [PATCH v6 5/8] bootconfig: add xbc_prepend_embedded_cmdline() helper
` [PATCH v6 6/8] Documentation: bootconfig: document build-time cmdline rendering
` [PATCH v6 7/8] bootconfig: skip runtime kernel.* render once prepended early
` [PATCH v6 8/8] x86/setup: prepend embedded bootconfig cmdline before parse_early_param
[PATCH v3 0/2] tracing: Remove trace_printk.h from kernel.h
2026-06-24 15:48 UTC (6+ messages)
` [PATCH v3 1/2] tracing: Move non-trace_printk prototypes into trace_controls.h
` [PATCH v3 2/2] tracing: Remove trace_printk.h from kernel.h
[PATCHv4 00/13] uprobes/x86: Fix red zone issue for optimized uprobes
2026-06-24 15:36 UTC (11+ 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
[PATCH v8 00/10] tracing/probes: Add more typecast features
2026-06-24 14:43 UTC (11+ 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 v3 0/7] Prepare mutable list iterators to cache cursor state
2026-06-24 14:23 UTC (17+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants
` [PATCH v3 5/7] kernel: Use mutable list iterators
[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
[PATCH 5.10.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
2026-06-24 12:24 UTC
[PATCH 5.15.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
2026-06-24 12:23 UTC
[PATCH 6.1.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
2026-06-24 12:23 UTC
[PATCH 6.6.y] ring-buffer: Remove ring_buffer_read_prepare_sync()
2026-06-24 12:22 UTC
[RFC PATCH 0/3] mm/compaction: honour compact_unevictable_allowed in mlock race and alloc_contig path
2026-06-24 11:08 UTC (6+ messages)
` [RFC PATCH 1/3] mm/compaction: skip isolate mlocked folios when compact_unevictable_allowed=0
[syzbot] [trace?] general protection fault in mtree_load
2026-06-24 7:49 UTC (3+ messages)
[PATCH v3] tracing: Use seq_buf for string concatenation
2026-06-24 7:15 UTC (3+ messages)
[PATCH] tracing: Fix NULL pointer dereference in func_set_flag()
2026-06-24 6:17 UTC
[PATCH 1/1] tools/tracing/rtla: fix missing unistd include
2026-06-24 3:33 UTC (3+ messages)
` [PATCH v2 1/1] rtla: "
[PATCH] tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()
2026-06-24 0:37 UTC (2+ messages)
[PATCH] tracing/probes: ignore id update from btf_type_skip_modifiers
2026-06-24 0:24 UTC (2+ messages)
[PATCH v7 00/10] tracing/probes: Add more typecast features
2026-06-24 0:18 UTC (15+ messages)
` [PATCH v7 01/10] tracing/probes: Fix double addition of offset for @+FOFFSET
` [PATCH v7 02/10] tracing/probes: Rename FETCH_OP_DATA to FETCH_OP_IMMSTR
` [PATCH v7 03/10] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v7 04/10] tracing/probes: Support typecast for various probe events
` [PATCH v7 05/10] tracing/probes: Support nested typecast
` [PATCH v7 06/10] tracing/probes: Type casting always involves nested calls
` [PATCH v7 07/10] tracing/probes: Support field specifier option for typecast
` [PATCH v7 08/10] tracing/probes: Add $current variable support
` [PATCH v7 09/10] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v7 10/10] tracing/probes: Add a new testcase for BTF typecasts
[PATCH] Documentation: tracing: fix typo in events documentation
2026-06-23 20:34 UTC (2+ messages)
[PATCH 0/7] I2C - detailed transfer reporting in case of a fault
2026-06-23 16:31 UTC (8+ messages)
` [PATCH 1/7] i2c: add I2C_XFER_V2 - support for detailed transfer reporting
` [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 1/2] x86/uprobes: Keep shadow stack in sync for emulated CALLs
2026-06-23 14:07 UTC (7+ messages)
` [PATCH 2/2] selftests/x86: Add shadow stack uprobe CALL test
[PATCH] tracing/probes: make file offset error message probe-agnostic
2026-06-23 10:53 UTC (2+ messages)
[PATCH] tracing/probes: fix typo in invalid variable error message
2026-06-23 10:52 UTC (2+ messages)
[PATCH 0/3] rv/reactors: fix lockdep warning and add KUnit tests
2026-06-23 9:54 UTC (5+ messages)
` [PATCH 1/3] rv/reactors: fix lockdep "Invalid wait context" in rv_react()
` [PATCH 2/3] rv/reactors: add KUnit tests for reactor_printk
[PATCH] f2fs: don't drop the top folio order in the f2fs_iostat tracepoint
2026-06-23 8:50 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2 0/2] tracing: Remove trace_printk.h from kernel.h
2026-06-23 8:29 UTC (12+ 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 v4 0/7] bootconfig: embed kernel.* cmdline at build time
2026-06-23 0:11 UTC (8+ messages)
` [PATCH v4 6/7] Documentation: bootconfig: document build-time cmdline rendering
[PATCH v5] mm/lruvec: trace LRU add drains and drain-all requests
2026-06-22 18:51 UTC
[PATCH] tracing/user_events: fix use-after-free of enabler in user_event_mm_dup()
2026-06-22 17:03 UTC (2+ messages)
[PATCH 0/2] tracing: Move trace_printk.h out of kernel.h
2026-06-22 16:51 UTC (8+ messages)
[PATCH v3] mm/lruvec: trace LRU add drains and drain-all requests
2026-06-22 16:38 UTC (8+ messages)
[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()
[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
[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 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] tracing: Use seq_buf for string concatenation
2026-06-22 8:18 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox