messages from 2026-09-17 15:56:08 to 2026-09-18 13:00:06 UTC [more...]
[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-18 12:57 UTC (4+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-18 12:57 UTC (3+ messages)
[PATCH v2] perf/arm-cmn: Fix multi-filter encoding
2026-09-18 12:28 UTC (2+ messages)
[PATCH] perf/core: Fix race between perf_event_exit_task and perf_pending_task
2026-09-18 9:50 UTC (4+ messages)
[PATCH 1/2] perf: Fix null pointer access in is_include_guest_event()
2026-09-18 9:09 UTC (6+ messages)
` [PATCH 2/2] perf: Add checks to prevent null ptr access
[PATCH v12 0/2] RISC-V IOMMU HPM support
2026-09-18 7:32 UTC (5+ messages)
` [PATCH v12 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v12 2/2] iommu/riscv: create a auxiliary device for HPM
[SLUB] nfs_page cmpxchg_double_fail and perf lock perturbation on dual-socket NFS/RDMA
2026-09-18 7:14 UTC (6+ messages)
[PATCH v1 0/5] perf trace: Tracepoint format error handling and leak fixes
2026-09-18 6:45 UTC (11+ messages)
` [PATCH v1 1/5] perf trace-event: Report tracepoint format errors with NULL and errno
` [PATCH v1 2/5] perf trace-event: Reuse an already parsed tracepoint format
` [PATCH v1 3/5] perf trace-event: Free the global trace_event when a command ends
` [PATCH v1 4/5] perf trace: Free the host machine allocation
` [PATCH v1 5/5] perf thread: Free the comm read from procfs
[PATCH v1] perf machine: Add session back pointer to fix out of bounds read
2026-09-18 6:36 UTC (2+ messages)
[PATCH v10 0/9] riscv: add SBI Supervisor Software Events support
2026-09-18 5:32 UTC (3+ messages)
` [PATCH v10 7/9] perf: RISC-V: add support for SSE event
[PATCH] perf: remove unused empty help-unknown-cmd.h header
2026-09-18 5:12 UTC (3+ messages)
[PATCH v6 0/12] perf tools: Annotate fixes, stdio progress indication, debuginfo-client in more places
2026-09-18 3:35 UTC (4+ messages)
` [PATCH 12/12] perf mem record: Use the IBS swfilt filter when available
[linux-next:master] [perf tests] 1572ba36fb: perf-sanity-tests.perf.make.fail
2026-09-18 3:27 UTC
[PATCH v10 0/6] perf: Add support for memory region/range reporting
2026-09-18 1:01 UTC (5+ messages)
` [PATCH v10 4/6] perf tools: Show memory region in perf-c2c subcommand
ptwrite uprobes v2
2026-09-17 23:32 UTC (23+ messages)
` [RFC PATCH v2 01/11] ptwrite uprobes: Add infrastructure for ptwrite uprobes
` [RFC PATCH v2 02/11] ptwrite uprobes: Add minimal low level support for x86
` [RFC PATCH v2 03/11] ptwrite uprobes: Add a sample module to exercise interface
` [RFC PATCH v2 04/11] ptwrite uprobes: Add support to tracing infrastructure
` [RFC PATCH v2 05/11] ptwrite uprobes: Factor file-backed instruction reads
` [RFC PATCH v2 06/11] ptwrite uprobes: Add basic memory references
` [RFC PATCH v2 07/11] ptwrite uprobes: Add multinop support
` [RFC PATCH v2 08/11] ptwrite uprobes: Support instruction punning
` [RFC PATCH v2 09/11] ptwrite uprobes: Use atomic patching for multinop sites
` [RFC PATCH v2 10/11] ptwrite uprobes: Add a tutorial and overview documentation
` [RFC PATCH v2 11/11] ptwrite uprobes: Add kernel self tests
[PATCH v3 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-17 21:23 UTC (82+ 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 v7 0/15] perf tools: Annotate fixes, stdio progress indication, debuginfo-client in more places
2026-09-17 20:36 UTC (33+ messages)
` [PATCH 01/15] perf debuginfo: Fetch debuginfo keyed by build ID using debuginfod
` [PATCH 02/15] perf debuginfo: Set DEBUGINFOD_URLS from /etc/debuginfod when unset
` [PATCH 03/15] perf config: Move perf_config__set_variable() to util/config.c
` [PATCH 04/15] perf debuginfo: Let the user skip and disable debuginfod fetches
` [PATCH 05/15] perf debuginfo: Show the debuginfod fetch progress and keys in the TUI
` [PATCH 06/15] perf symbol: Fall back to fetching the vmlinux by build ID
` [PATCH 07/15] perf annotate-data: Show the sample count in the data-type browser
` [PATCH 08/15] perf report: Add --progress option
` [PATCH 09/15] perf scripts: Add perf-stuck, to tell where a running perf is stuck
` [PATCH 10/15] perf dwarf-aux: Bound the type chases for broken debug info
` [PATCH 11/15] perf dwarf-aux: Add die_same_file() and die_get_type_die()
` [PATCH 12/15] perf annotate-data: Resolve type DIEs in the debug file they came from
` [PATCH 13/15] perf annotate-data: Bound the member nesting recursion
` [PATCH 14/15] perf mem record: Request PERF_SAMPLE_CPU by default
` [PATCH 15/15] perf mem record: Use the IBS swfilt filter when available
[PATCH] perf topdown: Don't require config1==0 for a slots event
2026-09-17 18:25 UTC (2+ messages)
[PATCH v1 00/13] perf trace: Fix BPF filtering and make tracing tests non-exclusive
2026-09-17 16:59 UTC (30+ messages)
` [PATCH v2 00/14] "
` [PATCH v2 01/14] perf trace: Include the headers declaring pid_t and strcmp
` [PATCH v2 02/14] perf trace: Start BPF summary before starting workload
` [PATCH v2 03/14] perf trace: Skip internal tracepoint fields in formatting and beauty map
` [PATCH v2 04/14] perf trace: Do not set unaugmented BPF program on sys_exit map
` [PATCH v2 05/14] perf trace: Filter events in BPF and avoid tracepoint vetoes
` [PATCH v2 06/14] perf trace: Handle fork and exit directly in BPF filter maps
` [PATCH v2 07/14] perf test test_task_analyzer: Isolate in temporary directory and make non-exclusive
` [PATCH v2 08/14] perf test common: Do not globally disable tracing events in clear_all_probes
` [PATCH v2 09/14] perf test probe_vfs_getname: Scope probe name to PID and make non-exclusive
` [PATCH v2 10/14] perf test record+probe_libc_inet_pton: Scope event to PID, add retries, "
` [PATCH v2 11/14] perf test trace_summary: Improve error diagnostics
` [PATCH v2 12/14] perf test trace_btf_general: Drop --max-events=1 and make non-exclusive
` [PATCH v2 13/14] perf test trace_summary: Make non-exclusive
` [PATCH v2 14/14] perf test uprobe_from_different_cu: Scope probe name to PID
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).