messages from 2026-09-14 17:18:21 to 2026-09-17 17:31:29 UTC [more...]
[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-17 17:31 UTC (58+ messages)
` [PATCH v3 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v3 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v3 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v3 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v3 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v3 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v3 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v3 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v3 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v3 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v3 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v3 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v3 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v3 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v3 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v3 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v3 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v3 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v3 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v3 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v3 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v3 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v3 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v3 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v3 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v3 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v3 27/40] mm: remove hugetlb_inline.h
` [PATCH v3 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v3 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v3 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v3 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v3 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v3 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v3 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v3 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v3 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v3 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v3 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v3 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v3 40/40] mm/vma: introduce and use vma[_flags]_can_gup()
[PATCH RFC v3 00/13] rcu-tasks: build Tasks RCU on Tasks Trace readers in trampolines
2026-09-17 16:55 UTC (37+ messages)
` [PATCH RFC v3 01/13] entry: Pass pt_regs to irqentry_exit_cond_resched()
` [PATCH RFC v3 02/13] rcu-tasks-trace: Inline rcu_read_lock_trace() and annotate inside the reader
` [PATCH RFC v3 03/13] rcu-tasks: Add a Tasks RCU implementation for reader-marked trampolines
` [PATCH RFC v3 04/13] kprobes: Expose the optprobe jump window to Tasks RCU
` [PATCH RFC v3 05/13] ftrace: Mark modules hosting direct-call trampolines for "
` [PATCH RFC v3 06/13] bpf: Take a Tasks Trace reader in the trampoline glue
` [PATCH RFC v3 07/13] x86/ftrace: Take a Tasks Trace reader around ftrace_caller's call-out
` [PATCH RFC v3 08/13] x86/kprobes: Take a Tasks Trace reader in the optprobe template
` [PATCH RFC v3 09/13] arm64: ftrace: Take a Tasks Trace reader around ftrace_caller's call-out
` [PATCH RFC v3 10/13] samples: ftrace: Make the direct-call trampolines Tasks Trace readers
` [PATCH RFC v3 11/13] rcutorture: Make Tasks RCU readers Tasks Trace readers where required
` [PATCH RFC v3 12/13] rcu-tasks-trace: Assert no reader is held on return to userspace
` [PATCH RFC v3 13/13] x86, arm64: Build Tasks RCU on Tasks Trace readers in trampolines
[PATCH v6 0/4] rv/reactors: fix lockdep warning and add tests
2026-09-17 11:42 UTC (8+ messages)
` [PATCH v6 1/4] rv/reactors: use LD_WAIT_SPIN as the reactor lockdep wait type
` [PATCH v6 2/4] rv/reactors: propagate rv_register_reactor() error from reactor init
` [PATCH v6 3/4] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
` [PATCH v6 4/4] rv/reactors: add KUnit tests for reactor registration and dispatch
[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-17 11:40 UTC (67+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v2 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v2 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v2 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v2 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v2 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v2 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v2 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v2 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v2 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v2 27/40] mm: remove hugetlb_inline.h
` [PATCH v2 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v2 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v2 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v2 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v2 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v2 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v2 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v2 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v2 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v2 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v2 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v2 40/40] mm/vma: introduce and use vma[_flags]_can_gup()
[RFC PATCH] ftrace: Fix lost recursion records in ftrace_record_recursion()
2026-09-17 9:02 UTC
[PATCH] ring-buffer: Take cpus_read_lock() when changing the subbuf order
2026-09-17 6:55 UTC (4+ messages)
` [PATCH v2] "
[PATCH v3 0/4] tracing: Fix NULL dereference when copying keys for a field variable
2026-09-17 5:21 UTC (5+ messages)
` [PATCH v3 1/4] tracing: Print the bucket size as unsigned
[PATCH] tracing: Print a signed histogram key as signed
2026-09-17 4:59 UTC
[RFC PATCH 00/20] rv: Add support for BPF monitors
2026-09-17 3:33 UTC (20+ messages)
[PATCH v2 0/3] mm/mglru: add tracepoints for scan and aging paths
2026-09-17 3:21 UTC (13+ 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 v3 00/15] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-17 3:08 UTC (5+ messages)
` [PATCH v3 04/15] mm/memory-failure: convert process iterator to for_each_process_rculock
[PATCH v2] tracing: Compute the log2 histogram bucket in 64 bits
2026-09-17 2:38 UTC
[PATCH] tracing: Fix 64-bit and signed histogram fields on 32-bit kernels
2026-09-17 1:55 UTC
[PATCH 1/7] seq_buf: Do not pop from an overflowed seq_buf
2026-09-17 0:23 UTC
[PATCH v16 00/13] tracing: wprobe: x86: Add wprobe for watchpoint
2026-09-16 23:45 UTC (4+ messages)
` [PATCH v16 02/13] KVM: x86: Prevent host DR7 debug register leak into guest OS on NMI
[PATCH] fprobe: Clear the unused part of the fgraph_data reservation
2026-09-16 23:08 UTC (3+ messages)
[PATCH v2 0/2] ring-buffer: Clean up resize_disabled checks
2026-09-16 15:28 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ring-buffer: Remove unnecessary cpumask_test_cpu
[PATCH v6 0/4] Use BTF to trim return values
2026-09-16 13:45 UTC (6+ messages)
` [PATCH v6 1/4] tracing: Avoid BTF lookup in atomic context
` [PATCH v6 2/4] ftrace: Build trace_btf.c when CONFIG_DEBUG_INFO_BTF is enabled
` [PATCH v6 3/4] fgraph: Enhance funcgraph-retval with BTF-based type-aware output
` [PATCH v6 4/4] tracing: Update funcgraph-retval documentation
[PATCH v1] ring-buffer: Clean up resize_disabled checks
2026-09-16 13:42 UTC (5+ messages)
[PATCH v3] Documentation: trace: histogram-design: fix bracket, improve wording
2026-09-16 11:24 UTC
[RFC PATCH] ftrace: speed up module enable by binary searching module symbols
2026-09-16 8:27 UTC
[linux-next:master] [workqueue] a4d1cdc435: stress-ng.stack.ops_per_sec 18.5% improvement
2026-09-16 7:27 UTC
[PATCH v2 0/2] tracing: add ring-buffer memory usage statistics
2026-09-16 6:50 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/2] tracing: add ring-buffer memory usage statistics in tracefs
` [PATCH v3 2/2] tracing: add per-CPU "
[PATCH] tracing: Fix the shift out of bounds in the log2 histogram modifier
2026-09-16 0:27 UTC
[PATCH 0/3] Fix out-of-tree build of some tools
2026-09-15 23:08 UTC (3+ messages)
[PATCH v4 0/4] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
2026-09-15 17:36 UTC (2+ messages)
[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
2026-09-15 17:16 UTC (3+ messages)
[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
2026-09-15 15:21 UTC (13+ messages)
[PATCH RFC v2 00/15] rcu-tasks: let preemption outside trampolines be a quiescent state
2026-09-15 13:13 UTC (3+ messages)
` [PATCH RFC v2 03/15] rcu-tasks: Hold trampoline nesting across irq-exit preemption in trampoline text
[PATCH v5 0/5] rv/reactors: fix lockdep warning and add tests
2026-09-15 7:45 UTC (5+ messages)
` [PATCH v5 3/5] rv/reactors: export rv_register_reactor() and rv_unregister_reactor()
[PATCH net 0/1] net: tcp: account zero-copy receive VMA memory
2026-09-15 3:32 UTC (3+ messages)
` [PATCH net 1/1] "
[PATCH] tracing: Unregister field variable histograms when the command fails
2026-09-15 0:22 UTC (3+ messages)
[PATCH] tracing: Save the event file instead of the compatible histogram
2026-09-14 23:47 UTC
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;
as well as URLs for NNTP newsgroup(s).