Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-09-08 20:15:48 to 2026-09-10 18:11:31 UTC [more...]

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-10 18:11 UTC  (86+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [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 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v1 1/3] perf header: Fix HEADER_COMPRESSED validation for comp_mmap_len
 2026-09-10 18:11 UTC  (11+ messages)
` [PATCH v1 2/3] perf header: Fix potential memory corruption in cpu_cache_level__read
` [PATCH v1 3/3] perf header: Transition WARN macros to debug.h equivalents
` [PATCH v2 1/3] perf test x86: Fix missing __msan_unpoison
  ` [PATCH v2 2/3] perf header: Fix HEADER_COMPRESSED validation for comp_mmap_len
  ` [PATCH v2 3/3] perf header: Fix potential memory corruption in cpu_cache_level__read

[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-09-10 17:56 UTC  (3+ messages)

[PATCH v1] perf python: Fix ilist TreeNode string type drift
 2026-09-10 17:51 UTC  (2+ messages)

[PATCH v2 0/4] tools build: Fixes for libbfd -lzstd dependency
 2026-09-10 15:37 UTC  (14+ messages)
` [PATCH v2 1/4] tools build: Add explicitly sequenced -lzstd to libbfd feature fallback
` [PATCH v2 2/4] perf "
` [PATCH v2 3/4] bpftool: "
` [PATCH v2 4/4] objtool: Add explicitly sequenced -lzstd to libopcodes fallback

[RFC PATCH 17/22] perf/events: arm64: ti: Add J7 DDR performance events
 2026-09-10 14:14 UTC  (2+ messages)

[PATCH v1 0/3] perf sched stats: Fix memory leaks
 2026-09-10 14:11 UTC  (5+ messages)
` [PATCH v1 1/3] perf sched: Add missing perf_session__delete()

[PATCH v7 0/6] perf: Add support for memory region/range reporting
 2026-09-10 14:10 UTC  (16+ messages)
` [PATCH v7 1/6] perf mem: Fix size tracking for mem_lvl's in perf_script__meminfo_scnprintf()
` [PATCH v7 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0
` [PATCH v7 3/6] perf header: Support memory ranges
` [PATCH v7 4/6] perf tools: Show memory region in perf-c2c subcommand
` [PATCH v7 5/6] perf tools: Show memory region in perf-script subcommand
` [PATCH v7 6/6] perf c2c: print memory region data with stdio output

[PATCH v1] perf test x86: Fix missing __msan_unpoison
 2026-09-10 14:08 UTC  (3+ messages)

[Patch v10 00/10] Perf tools: Support eGPRs/SSP/SIMD registers sampling
 2026-09-10 13:44 UTC  (5+ messages)

[PATCH v5 00/26] perf arm64: Support data type profiling
 2026-09-10 13:28 UTC  (36+ messages)
` [PATCH v5 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v5 02/26] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v5 03/26] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v5 04/26] perf annotate-arm64: Handle load and store instructions
` [PATCH v5 05/26] perf annotate: Normalize arch__dwarf_regnum() error return values
` [PATCH v5 06/26] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v5 08/26] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v5 09/26] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v5 10/26] perf annotate: Default to --itrace=i1i for data type profiling
` [PATCH v5 13/26] perf annotate-arm64: Enable instruction tracking support
` [PATCH v5 14/26] perf annotate-data: Add arch_get_reg_offset helper
` [PATCH v5 16/26] perf annotate-arm64: Support load instruction tracking

[PATCH perf-tools-next] perf list: Avoid repeated strlen when escaping JSON strings
 2026-09-10 12:55 UTC  (2+ messages)

[PATCH v2] perf/arm-cmn: Fix wp_dev_sel2 setting for multi-DTM configurations
 2026-09-10 12:37 UTC  (3+ messages)

[PATCH v2] perf evlist: Don't restrict uncore events to PMU CPUs
 2026-09-10  2:40 UTC  (2+ messages)

[PATCH 1/2] perf/x86/intel: Correct pt_regs->flags update for PEBS path
 2026-09-10  0:12 UTC  (16+ messages)
` [PATCH 2/2] perf/x86: Disable precise sampling for PERF_SAMPLE_STACK_USER

[Patch v2] perf/x86/intel: Prevent drain_pebs() reentry
 2026-09-10  0:02 UTC  (4+ messages)

[PATCH v1] perf jevents: Add mesh bandwidth saturation for CWF, EMR, GRR, SNR, SPR, SRF
 2026-09-09 22:08 UTC  (2+ messages)

[PATCH v3 0/2] perf python TUI report and flamegraph
 2026-09-09 20:30 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v8 0/3] perf tools: port UI from GTK2 to GTK4
 2026-09-09 20:02 UTC  (14+ messages)
` [PATCH v8 1/3] tools: port perf ui from GTK 2 to GTK 4
` [PATCH v8 2/3] perf tools: make the GTK4 report browser actually loadable at runtime
` [PATCH v8 3/3] perf tools gtk: fix two hierarchy-view stack buffer overflows

[PATCH v1] tools build: Add explicitly sequenced -lzstd to libbfd feature fallback
 2026-09-09 18:18 UTC  (2+ messages)

[PATCH v2] perf tests: Improvements to build-test performance
 2026-09-09 17:38 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] perf/arm_cspmu: Add Arm system PMU
 2026-09-09 16:23 UTC 

[PATCH v1] perf stat: Avoid uninitialized memory read on error
 2026-09-09 11:10 UTC  (4+ messages)

[PATCH bpf-next v3 0/3] bpftool: Improve perf counter reporting
 2026-09-09  9:49 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] bpftool: Track perf counter snapshot state
` [PATCH bpf-next v3 3/3] bpftool: Scale counters and report cycles per run

[PATCH] perf evlist: don't restrict uncore events to PMU CPUs
 2026-09-09  6:17 UTC  (7+ messages)

[PATCH 0/4] perf c2c: Add function-view stdio support and coverage
 2026-09-09  3:01 UTC  (5+ messages)
` [PATCH 4/4] perf tests c2c: Add function view stdio coverage

[PATCH] perf/x86/core: Simplify hybrid PMU registration failure path
 2026-09-09  1:35 UTC  (2+ messages)

[PATCH v1 0/2] perf annotate: Fix source option behavior and
 2026-09-08 21:52 UTC  (3+ messages)

[PATCH] perf unwind: handle allocation failure in libdw__get_entries()
 2026-09-08 21:51 UTC  (4+ messages)
` [PATCH v2] "

[PATCH perf-tools-next] perf trace: Add upper bound checks for augmented BTF struct printing
 2026-09-08 21:42 UTC  (4+ messages)

[RFC PATCH 1/1] perf scripts flamegraph: Add --asm option
 2026-09-08 21:23 UTC  (5+ messages)
` [RFC PATCH v2 0/1] "
  ` [RFC PATCH v2 1/1] "

[PATCH v1] perf test: Avoid call to missing cleanup function
 2026-09-08 21:14 UTC  (3+ messages)

[PATCH 0/2] perf: Alpha annotation support
 2026-09-08 21:11 UTC  (4+ messages)
` [PATCH 2/2] perf annotate: add Alpha instruction support

[PATCH] perf test: waiting.sh: Replace timestamp polling with sleep
 2026-09-08 21:06 UTC  (3+ messages)

[PATCH v2] perf ftrace latency: Do not read trace files when BPF is used
 2026-09-08 21:04 UTC  (3+ messages)

[PATCH v4 0/8] Enhance TLP packet decoder with field-level parsing and versioning
 2026-09-08 21:02 UTC  (2+ messages)

[PATCH] perf sched: Fix resource leak in enable_sched_schedstats()
 2026-09-08 20:58 UTC  (4+ messages)
` [PATCH] perf intel-pt: Fix undefined shift in intel_pt_bip()

[PATCH] perf python: Fix redundant self-assignment in get_argument_count()
 2026-09-08 20:57 UTC  (2+ messages)

[PATCH v2] perf test: perf stat tests fails on s390
 2026-09-08 20:55 UTC  (3+ messages)

[PATCH] perf bench futex: Define SYS_futex on 32-bit arches with 64-bit time_t
 2026-09-08 20:51 UTC  (3+ messages)

[PATCH] perf powerpc-vpadtl: Fix off-by-one in auxtrace_info minimum size check
 2026-09-08 20:42 UTC  (3+ messages)

[PATCH v3 0/6] perf tool: Build dependency tidy up
 2026-09-08 20:16 UTC  (2+ messages)


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