Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-08-11 06:50:56 to 2026-08-11 20:13:56 UTC [more...]

[PATCH v9 00/20] Add Counter delegation ISA extension support
 2026-08-11 20:13 UTC  (3+ messages)

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-11 20:08 UTC  (34+ messages)
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous

[PATCHES v9 0/7] perf build: Add target to install devel packages needed to build perf
 2026-08-11 18:29 UTC  (8+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping

[PATCHES v3 0/5] perf DSO hardening series
 2026-08-11 17:51 UTC  (6+ messages)
` [PATCH 1/5] perf dso: Guard against errno==0 when dso__get_filename() returns NULL
` [PATCH 2/5] perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()
` [PATCH 3/5] perf dso: Use stored fd error instead of stale errno in file_read() and file_size()
` [PATCH 4/5] perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()
` [PATCH 5/5] perf dso: Replace assert with runtime check in dso__read_symbol()

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

[PATCHES v2 0/5] perf DSO hardening series
 2026-08-11 17:12 UTC  (6+ messages)
` [PATCH 1/5] perf dso: Guard against errno==0 when dso__get_filename() returns NULL
` [PATCH 2/5] perf dso: Guard close() against invalid fd in dso__decompress_kmodule_path()
` [PATCH 3/5] perf dso: Use stored fd error instead of stale errno in file_read()
` [PATCH 4/5] perf dso: Guard against cache underflow on short reads in dso_cache__memcpy()
` [PATCH 5/5] perf dso: Replace assert with runtime check in dso__read_symbol()

[PATCH v2 0/2] perf/dwc_pcie: Fix lockdep warnings in device and event setup
 2026-08-11 16:07 UTC  (3+ messages)
` [PATCH v2 1/2] perf/dwc_pcie: Avoid nested bus notifier locking
` [PATCH v2 2/2] perf/dwc_pcie: Skip sibling walks for new group leaders

[PATCH 1/9] perf header: Tolerate inconsistent HEADER_GROUP_DESC
 2026-08-11 15:58 UTC  (6+ messages)
` [PATCH 2/9] perf thread-stack: Report branch stack hw_idx as not available
` [PATCH 3/9] perf thread-stack: Bound wrapped branch stack copy

[PATCH 00/14] perf cs-etm: Per-thread mode fixes and snapshot wrap support
 2026-08-11 15:30 UTC  (15+ messages)
` [PATCH 01/14] perf cs-etm: Fix nVHE per-thread decoding
` [PATCH 02/14] perf cs-etm: Warn for invalid timestamp option
` [PATCH 03/14] perf cs-etm: Turn on context packet timestamps in per-thread mode
` [PATCH 04/14] perf cs-etm: Use per-CPU queues for "
` [PATCH 05/14] perf cs-etm: Increase default timestamp generation period
` [PATCH 06/14] perf auxtrace: Turn Intel BTS snapshot search into a generic one
` [PATCH 07/14] perf arm-spe: Use generic snapshot search
` [PATCH 08/14] perf auxtrace: intel-pt: Use new snapshot_has_wrapped callback
` [PATCH 09/14] perf cs-etm: Queue partial AUX records
` [PATCH 10/14] perf cs-etm: Don't print missing buffers in snapshot mode
` [PATCH 11/14] perf auxtrace: cs-etm: Capture wrapped snapshots
` [PATCH 12/14] perf test: Allow infinite named_thread loops
` [PATCH 13/14] perf test: Add test for per-thread mode
` [PATCH 14/14] perf cs-etm: Test multiple per-thread threads

[PATCHES v8 0/7] perf build: Add target to install devel packages needed to build perf
 2026-08-11 15:19 UTC  (8+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed
` [PATCH 2/7] perf build: Add install-build-deps framework to install devel packages
` [PATCH 3/7] perf build: install-build-deps: add Fedora devel package mapping
` [PATCH 4/7] perf build: install-build-deps: add Ubuntu "
` [PATCH 5/7] perf build: install-build-deps: add Debian "
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support
` [PATCH 7/7] perf build: install-build-deps: add RHEL family devel package mapping

[PATCHES v1 0/7] perf build: Add target to install devel packages needed to build perf
 2026-08-11 15:13 UTC  (4+ messages)
` [PATCH 6/7] perf build: Remove leftover feature tests for removed cxx and clang support

[PATCHES v2 0/7] perf build: Add target to install devel packages needed to build perf
 2026-08-11 15:12 UTC  (4+ messages)
` [PATCH 1/7] tools build: Only probe the compiler at parse time when it is installed

[PATCH v1 0/2] perf: Add Raspberry Pi AXI PMU driver
 2026-08-11 14:32 UTC  (4+ messages)
` [PATCH v1 1/2] perf: Add Raspberry Pi BCM2835 "
` [PATCH v1 2/2] perf: Add Raspberry Pi 5 (BCM2712) AXI PMU support

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-11 14:09 UTC  (21+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 2/9] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH v9 0/4] perf sched latency: Refine outputs, unit scaling, and histogram support
 2026-08-11 12:10 UTC  (3+ messages)

[PATCH 0/2] perf/arm: Prefer large AUX mappings for CoreSight and SPE
 2026-08-11 10:17 UTC  (6+ messages)
` [PATCH 2/2] perf: arm_spe: Prefer large AUX mappings

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-08-11 10:00 UTC  (6+ messages)
` [Patch v3 8/8] perf/x86/intel: Prevent drain_pebs() reentry

[PATCH] perf evsel: Improve frame pointer unwinding warning for s390
 2026-08-11  9:52 UTC  (3+ messages)

[PATCH v4 00/23] perf arm64: Support data type profiling
 2026-08-11  8:50 UTC  (32+ messages)
` [PATCH v4 04/23] perf annotate-arm64: Handle load and store instructions
` [PATCH v4 05/23] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v4 06/23] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v4 08/23] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v4 11/23] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v4 14/23] perf annotate-arm64: Support load instruction tracking
` [PATCH v4 15/23] perf annotate-arm64: Support store "
` [PATCH v4 16/23] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v4 17/23] perf annotate-data: Track imm_value for stack variables
` [PATCH v4 18/23] perf annotate-arm64: Support stack variable tracking
` [PATCH v4 19/23] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v4 20/23] perf annotate-arm64: Support 'add' "
` [PATCH v4 21/23] perf annotate-arm64: Support 'adrp' instruction to track global variables


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