Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-07-08 23:31:05 to 2026-07-10 19:38:47 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-10 19:38 UTC  (54+ messages)
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()

[PATCH] perf/x86/amd/brs: Fix kernel address leakage
 2026-07-10 16:34 UTC 

[PATCH] perf/x86/amd/lbr: Fix kernel address leakage
 2026-07-10 11:02 UTC  (2+ messages)

[PATCH] drivers/perf: riscv: handle legacy fallback in event check
 2026-07-10 10:08 UTC 

[PATCH 00/14] perf c2c: add a function view
 2026-07-10  9:01 UTC  (21+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/14] perf c2c: extract shared data structures into c2c.h
  ` [PATCH v2 02/14] perf c2c: add function view browser skeleton
  ` [PATCH v2 03/14] perf c2c: add function view type definitions and helpers
  ` [PATCH v2 04/14] perf c2c: add column format infrastructure for function view
  ` [PATCH v2 05/14] perf c2c: add column entry functions "
  ` [PATCH v2 06/14] perf c2c: add comparison functions for function view sorting
  ` [PATCH v2 07/14] perf c2c: add dimension definitions and format creation
  ` [PATCH v2 08/14] perf c2c: add HPP list parsing for function view histograms
  ` [PATCH v2 09/14] perf c2c: add stats merging and memory management helpers
  ` [PATCH v2 10/14] perf c2c: add hierarchy entry creation and lookup functions
  ` [PATCH v2 11/14] perf c2c: add function view hierarchy builder
  ` [PATCH v2 12/14] perf c2c: add function view browser UI
  ` [PATCH v2 13/14] perf c2c: add TAB key to switch to function view
  ` [PATCH v2 14/14] perf c2c: document function view in perf-c2c man page

[PATCH 00/14] perf c2c: add a function view
 2026-07-10  8:49 UTC  (2+ messages)

[tip:perf/core] [perf/core] 166f10836a: perf-sanity-tests.Object_code_reading.fail
 2026-07-10  8:41 UTC  (3+ messages)

[PATCH 0/7] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-07-10  8:20 UTC  (11+ messages)
` [PATCH 1/7] perf/x86: Unregister PMI handler on PMU init failure
` [PATCH 2/7] perf/x86: Free hybrid state "
` [PATCH 3/7] perf/x86/intel: Clear cpuc->pmu on hybrid "
` [PATCH 4/7] perf/x86/intel: Unwind cpuc state if PEBS buffer setup fails
` [PATCH 5/7] perf/x86: Remove stale fixed counter helper and fix hybrid PMU access
` [PATCH 6/7] perf/x86/intel: Fix intel_cap handling on hybrid PMUs
` [PATCH 7/7] perf/x86: Optimize ACR handling in match_prev_assignment()

[PATCH] perf: evsel: Fix error handling in tp_format lookup
 2026-07-10  8:01 UTC 

[PATCH v4 4/5] perf/x86/uncore: Add L3 PMU support for Hygon family 18h model 6h
 2026-07-10  6:53 UTC 

[PATCH v1 1/3] perf ui hists: In report UI ensure thread is set
 2026-07-10  6:08 UTC  (56+ messages)
` [PATCH v1 2/3] perf ui hists: Remove duplicated thread in popup_action
` [PATCH v1 3/3] perf annotate: Be robust to annotating without a thread
` [PATCH v2 1/4] perf ui hists: In report UI ensure thread is set
  ` [PATCH v2 2/4] perf ui hists: Remove duplicated thread in popup_action
  ` [PATCH v2 3/4] perf annotate: Be robust to annotating without a thread
  ` [PATCH v2 4/4] perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflow
  ` [PATCH v3 1/4] perf ui hists: In report UI ensure thread is set
    ` [PATCH v3 2/4] perf ui hists: Remove duplicated thread in popup_action
    ` [PATCH v3 3/4] perf annotate: Be robust to annotating without a thread
    ` [PATCH v3 4/4] perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflow
    ` [PATCH v4 1/9] "
      ` [PATCH v4 2/9] perf ui hists: In report UI ensure thread is set
      ` [PATCH v4 3/9] perf disasm: Fix potential NULL pointer dereference in arch__find()
      ` [PATCH v4 4/9] perf ui hists: Fix uninitialized stack memory free on pstack allocation failure
      ` [PATCH v4 5/9] perf ui hists: Fix memory leak in evsel__hists_browse() interactive loop
      ` [PATCH v4 6/9] perf ui hists: Fix dso_filter reference leak and exit cleanup
      ` [PATCH v4 7/9] perf ui hists: Fix NULL pointer array gap in add_script_opt()
      ` [PATCH v4 8/9] perf ui hists: Remove duplicated thread in popup_action
      ` [PATCH v4 9/9] perf annotate: Be robust to annotating without a thread
      ` [PATCH v5 01/10] perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflow
        ` [PATCH v5 02/10] perf ui hists: Fix uninitialized stack memory free on pstack allocation failure
        ` [PATCH v5 03/10] perf ui hists: Include limits.h for PATH_MAX definition
        ` [PATCH v5 04/10] perf ui hists: Fix stack use-after-return in symbol_filter_str
        ` [PATCH v5 05/10] perf disasm: Fix potential NULL pointer dereference and use-after-free in arch__find()
        ` [PATCH v5 06/10] perf ui hists: Fix NULL pointer array gap in add_script_opt()
        ` [PATCH v5 07/10] perf ui hists: In report UI ensure thread is set with reference counting
        ` [PATCH v5 08/10] perf ui hists: Remove duplicated thread in popup_action
        ` [PATCH v5 09/10] perf ui hists: Fix dso_filter reference leak and exit zoom cleanup
        ` [PATCH v5 10/10] perf annotate: Be robust to annotating without a thread

[PATCH v1 1/2] perf record: Fix teardown hang on system-wide multi-threaded sessions
 2026-07-10  5:56 UTC  (4+ messages)
` [PATCH v1 2/2] perf cap: If capability is missing still perform root test

[PATCH] perf metricgroup: Fix memory leak of metric_name in metricgroup__copy_metric_events
 2026-07-10  3:22 UTC 

[PATCH v4] perf dso: Fix kallsyms DSO detection with fallback logic
 2026-07-10  0:41 UTC  (2+ messages)

[PATCH] perf vendor events amd: Reintroduce deprecated Zen 5 core events
 2026-07-10  0:41 UTC  (2+ messages)

[PATCH] perf stat: reject --field-separator and --json-output combination
 2026-07-10  0:41 UTC  (5+ messages)
` [PATCH v2] "

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

[PATCH] perf jevents: Add dynamic IIO PCIe bandwidth metrics for Intel
 2026-07-09 21:33 UTC  (2+ messages)

[PATCH 0/2] perf: Support Arm Bus Monitor Unit
 2026-07-09 19:36 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: perf: Add "
` [PATCH 2/2] perf: Add Arm Bus Monitor Unit driver

[PATCH 0/5] perf/arm-cmn: Support CMN S3 r2
 2026-07-09 19:20 UTC  (6+ messages)
` [PATCH 4/5] perf/arm-cmn: Add new filters
` [PATCH 5/5] perf/arm-cmn: Support CMN S3 r2

[tip: perf/urgent] perf/core: Detach event groups during remove_on_exec
 2026-07-09 17:51 UTC 

[PATCH 0/4] perf/arm_cspmu: Miscellaneous improvements
 2026-07-09 15:42 UTC  (10+ messages)
` [PATCH 1/4] ACPI/APMT: Use stable device ID
` [PATCH 2/4] perf/arm_cspmu: Improve APMT-based PMU naming
` [PATCH 3/4] perf/arm_cspmu: Improve sub-module error reporting
` [PATCH 4/4] perf/arm_cspmu: Make IRQ more optional

[PATCH v2] perf test amd ibs: avoid using executable heap
 2026-07-09 14:35 UTC  (3+ messages)

[PATCH 0/2] perf/cxlpmu: Misc updates
 2026-07-09  9:16 UTC  (3+ messages)
` [PATCH v2 1/2] perf/cxlpmu: Support Channel/Rank/Bank filter

[PATCH v3] perf test: perftool-testsuite-report fails on s390
 2026-07-09  9:14 UTC  (2+ messages)

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-09  8:01 UTC  (40+ messages)
` [PATCH v3 01/21] perf capstone: Fix kernel map reference count leak
` [PATCH v3 02/21] perf capstone: Fix arm64 jump/adrp disassembly mismatch with objdump
` [PATCH v3 03/21] perf llvm: Fix arm64 adrp instruction "
` [PATCH v3 08/21] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v3 10/21] perf annotate: Deduplicate overlapping ARM SPE events for data type profiling
` [PATCH v3 14/21] perf annotate-arm64: Support load instruction tracking
` [PATCH v3 16/21] perf annotate-arm64: Support stack variable tracking
` [PATCH v3 17/21] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v3 19/21] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v3 20/21] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v3 21/21] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer

[PATCH v2] perf test: perftool-testsuite-report fails on s390
 2026-07-09  7:42 UTC  (2+ messages)

[PATCH] perf test: perftool-testsuite-report fails on s390
 2026-07-09  6:36 UTC  (2+ messages)

[PATCH v1] perf tests: Restore -p flag to lock contention test
 2026-07-09  5:42 UTC  (4+ messages)

[PATCH v3 0/2] perf/x86/amd/uncore: Add Hygon uncore PMU and JSON events
 2026-07-09  2:09 UTC  (4+ messages)
` [PATCH v3 1/2] perf/x86/amd/uncore: Add Hygon uncore PMU support

[PATCH] perf build: Fix LTO build of libperf-jvmti.so
 2026-07-09  1:49 UTC  (3+ messages)

[PATCH v1 1/2] perf stat: Fix duplicate output with --for-each-cgroup
 2026-07-08 23:42 UTC  (3+ messages)
` [PATCH v1 2/2] perf evsel: Arrange some fields that should be cloned


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