messages from 2026-09-10 02:33:34 to 2026-09-11 17:23:04 UTC [more...]
[PATCH 0/2] tracing: add ring-buffer memory usage statistics
2026-09-11 17:22 UTC (6+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] tracing: add ring-buffer memory usage statistics in tracefs
` [PATCH v2 2/2] tracing: add per-CPU "
[PATCH] ring-buffer: Acquire the lock with irqsave in rb_wake_up_waiters()
2026-09-11 17:17 UTC (2+ messages)
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-11 17:09 UTC (9+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage
[PATCH] tracing: Don't dereference trace_event_file in deferred trigger free
2026-09-11 16:24 UTC (2+ messages)
[PATCH] tracing: Delay module ref count for "enable_event" trigger
2026-09-11 16:00 UTC (3+ messages)
[RFC PATCH v2 00/24] unwind_user: Implement .eh_frame handling
2026-09-11 15:18 UTC (7+ messages)
` [RFC PATCH v2 07/24] unwind_user/eh_frame: Add support for reading .eh_frame_hdr section
` [RFC PATCH v2 08/24] unwind_user/eh_frame: Store .eh_frame_hdr section data in per-mm maple tree
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-11 15:05 UTC (11+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
[PATCH v1 0/2] ring-buffer: Fix and unify size and page calculations
2026-09-11 14:32 UTC (4+ messages)
` [PATCH v1 1/2] tracing/remotes: Account for ring buffer page header in size calculation
[PATCH] tools/bootconfig: remove unused PAGE_SIZE macro
2026-09-11 14:29 UTC (2+ messages)
[PATCH] bootconfig: remove redundant assignment in xbc_parse_array()
2026-09-11 14:28 UTC (2+ messages)
[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
2026-09-11 14:26 UTC (17+ messages)
` [PATCH RFC v2 01/15] rcu-tasks: Add per-task trampoline nesting count
` [PATCH RFC v2 02/15] entry: Pass pt_regs to irqentry_exit_cond_resched()
` [PATCH RFC v2 03/15] rcu-tasks: Hold trampoline nesting across irq-exit preemption in trampoline text
` [PATCH RFC v2 04/15] kprobes: Let Tasks RCU recognise tasks preempted in an optprobe jump window
` [PATCH RFC v2 05/15] ftrace: Mark modules hosting direct-call trampolines for Tasks RCU
` [PATCH RFC v2 06/15] x86/ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC v2 07/15] x86/kprobes: Maintain Tasks RCU trampoline nesting in the optprobe template
` [PATCH RFC v2 08/15] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC v2 09/15] arm64: ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC v2 10/15] bpf, arm64: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC v2 11/15] samples: ftrace: Maintain Tasks RCU trampoline nesting in direct-call trampolines
` [PATCH RFC v2 12/15] rcutorture: Bracket Tasks RCU readers with trampoline nesting
` [PATCH RFC v2 13/15] rcu-tasks: Treat preemption outside trampolines as a quiescent state
` [PATCH RFC v2 14/15] rcu-tasks: Retire switched-out tasks with no trampoline nesting at scan time
` [PATCH RFC v2 15/15] rcu-tasks: Kick running holdouts through the scheduler
[PATCH] ftrace: Use rcu_assign_pointer() for tmp_ops filter hash
2026-09-11 14:25 UTC
[PATCH 0/3] mm/mglru: add tracepoints for scan and aging paths
2026-09-11 14:15 UTC (8+ messages)
` [PATCH 1/3] mm/mglru: factor out lru_gen_seq_nr_pages()
` [PATCH 2/3] mm/mglru: add tracepoint for scan_folios()
` [PATCH 3/3] mm/mglru: add tracepoint for inc_max_seq()
[PATCH v2 0/4] bootconfig: Reject unexpected data after null character and cleanups
2026-09-11 14:13 UTC (5+ messages)
` [PATCH v2 1/4] bootconfig: Reject unexpected data after null character
` [PATCH v2 2/4] tools/bootconfig: Consolidate xbc_init() to error message wrapper
` [PATCH v2 3/4] bootconfig: Skip internal tree sanity checks in kernel
` [PATCH v2 4/4] bootconfig: Move BOOTCONFIG_FOOTER_SIZE to include/linux/bootconfig.h
[PATCH v3 00/15] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-11 12:59 UTC (24+ messages)
` [PATCH v3 01/15] "
` [PATCH v3 02/15] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 03/15] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v3 04/15] mm/memory-failure: "
` [PATCH v3 05/15] cpu/hotplug: convert thread iterator to for_each_thread_rculock
` [PATCH v3 06/15] freezer: "
` [PATCH v3 07/15] hung_task: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 08/15] locking/lockdep: "
` [PATCH v3 09/15] rcu: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 10/15] sched: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 11/15] tracing/fgraph: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 12/15] unwind: "
` [PATCH v3 13/15] fs: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 14/15] lib: convert process iterator to for_each_process_rculock
` [PATCH v3 15/15] security/landlock: convert thread iterator to for_each_thread_rculock
[PATCH v2 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
2026-09-11 12:34 UTC (4+ messages)
` [PATCH v2 1/3] rv: add per-edge dwell-time statistics primitive
` [PATCH v2 2/3] rv: add per-monitor edge-stat facility and stats file
` [PATCH v2 3/3] rv: collect per-edge dwell time for per-cpu DA/HA monitors
[PATCH v2 0/3] mm/mglru: add tracepoints for scan and aging paths
2026-09-11 10:29 UTC (4+ messages)
` [PATCH v2 1/3] mm/mglru: factor out lru_gen_seq_nr_pages()
` [PATCH v2 2/3] mm/mglru: add tracepoint for scan_folios()
` [PATCH v2 3/3] mm/mglru: add tracepoint for inc_max_seq()
[PATCH v13 00/44] guest_memfd: In-place conversion support
2026-09-11 9:45 UTC (48+ messages)
` [PATCH v13 01/44] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v13 02/44] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v13 03/44] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v13 04/44] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v13 05/44] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v13 06/44] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v13 07/44] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v13 08/44] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v13 09/44] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v13 10/44] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v13 11/44] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v13 12/44] KVM: guest_memfd: Always fault from guest_memfd if in-place conversion is enabled
` [PATCH v13 13/44] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v13 14/44] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v13 15/44] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v13 16/44] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v13 17/44] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v13 18/44] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v13 19/44] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v13 20/44] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v13 21/44] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v13 22/44] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v13 23/44] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v13 24/44] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v13 25/44] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v13 26/44] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v13 27/44] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v13 28/44] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v13 29/44] KVM: selftests: Test basic single-page conversion flow
` [PATCH v13 30/44] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v13 31/44] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v13 32/44] KVM: selftests: Test conversion before allocation
` [PATCH v13 33/44] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v13 34/44] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v13 35/44] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v13 36/44] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v13 37/44] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v13 38/44] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v13 39/44] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v13 40/44] KVM: selftests: Provide common function to set memory attributes
` [PATCH v13 41/44] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v13 42/44] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v13 43/44] KVM: selftests: Update private_mem_conversions_test for in-place conversions
` [PATCH v13 44/44] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v15 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
2026-09-11 7:27 UTC (2+ messages)
[PATCH v5 0/5] rv/reactors: fix lockdep warning and add tests
2026-09-11 6:53 UTC (3+ messages)
` [PATCH v5 3/5] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
[PATCH v4 0/2] bootconfig: Fix integer overflow problems
2026-09-11 6:16 UTC (6+ messages)
` [PATCH v4 1/2] tools/bootconfig: Fix integer overflow and truncation in size checks
` [PATCH v4 2/2] bootconfig: Fix integer overflow in initrd size check
[PATCH v2] tracing: Take trace_array reference when opening a tracer options file
2026-09-11 2:12 UTC
PATCH] tracing: Revert commit 5ad289336148 ("tracing: Use a single array to represent tracer options files")
2026-09-11 2:04 UTC (2+ messages)
[PATCH RFC 00/13] rcu-tasks: let preemption outside trampolines be a quiescent state
2026-09-10 22:59 UTC (20+ messages)
` [PATCH RFC 01/13] rcu-tasks: Add per-task trampoline nesting count
` [PATCH RFC 02/13] entry: Pass pt_regs to irqentry_exit_cond_resched()
` [PATCH RFC 03/13] rcu-tasks: Hold trampoline nesting across irq-exit preemption in trampoline text
` [PATCH RFC 04/13] kprobes: Let Tasks RCU recognise tasks preempted in an optprobe jump window
` [PATCH RFC 05/13] ftrace: Mark modules hosting direct-call trampolines for Tasks RCU
` [PATCH RFC 06/13] x86/ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC 07/13] x86/kprobes: Maintain Tasks RCU trampoline nesting in the optprobe template
` [PATCH RFC 08/13] bpf, x86: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC 09/13] arm64: ftrace: Maintain Tasks RCU trampoline nesting in ftrace_caller
` [PATCH RFC 10/13] bpf, arm64: Maintain Tasks RCU trampoline nesting in the BPF trampoline
` [PATCH RFC 11/13] samples: ftrace: Maintain Tasks RCU trampoline nesting in direct-call trampolines
` [PATCH RFC 12/13] rcutorture: Bracket Tasks RCU readers with trampoline nesting
` [PATCH RFC 13/13] rcu-tasks: Treat preemption outside trampolines as a quiescent state
[PATCH v2 0/2] tracing: Do not clean up hiter in mmiotrace read function
2026-09-10 20:24 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tracing: Invert the logic in mmio_read() to get rid of the goto
[PATCH] ring-buffer: Add a MAINTAINERS category specific for the tracing ring-buffer
2026-09-10 20:20 UTC (3+ messages)
[PATCH v6 0/6] sched: Add support for long task name
2026-09-10 17:12 UTC (11+ messages)
` [PATCH v6 1/6] treewide: Get rid of get_task_comm()
` [PATCH v6 2/6] treewide: Replace memcpy(..., current->comm) with copy_task_comm()
` [PATCH v6 3/6] lib/string_kunit: Add test for copy_task_comm()
` [PATCH v6 4/6] sched: Extend task command name with TASK_COMM_EXT_LEN
` [PATCH v6 5/6] prctl: Add support for long user thread names
` [PATCH v6 6/6] selftests: prctl: Add test for long "
[PATCH v3 0/2] bootconfig: Fix integer overflow problems
2026-09-10 14:56 UTC (8+ messages)
` [PATCH v3 1/2] tools/bootconfig: Fix integer overflow and truncation in size checks
` [PATCH v3 2/2] bootconfig: Fix integer overflow in initrd size check
[PATCH 0/3] bootconfig: Reject unexpected data after null character and cleanups
2026-09-10 14:36 UTC (8+ messages)
` [PATCH 1/3] bootconfig: Reject unexpected data after null character
` [PATCH 2/3] tools/bootconfig: Consolidate xbc_init() to error message wrapper
` [PATCH 3/3] bootconfig: Skip internal tree sanity checks in kernel
[PATCH v6 00/12] dma-buf: heaps: Add support for Tegra VPR
2026-09-10 10:52 UTC (7+ messages)
` [PATCH v6 04/12] arm64/mm: Export set_direct_map_*_noflush() APIs
` [PATCH v6 06/12] of: Export of_node_to_nid()
[PATCH] tracing: uprobes: Fix slab use-after-free in filter_chain
2026-09-10 5:24 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