Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-06-26 16:31:35 to 2026-07-01 04:16:36 UTC [more...]

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-01  4:16 UTC  (35+ 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 04/21] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v3 05/21] perf annotate-arm64: Handle load and store instructions
` [PATCH v3 06/21] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v3 07/21] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v3 08/21] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v3 09/21] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v3 10/21] perf annotate: Deduplicate overlapping ARM SPE events for data type profiling
` [PATCH v3 11/21] perf auxtrace: Set default period to 1 for PERF_ITRACE_PERIOD_INSTRUCTIONS type
` [PATCH v3 12/21] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v3 13/21] perf annotate-arm64: Enable instruction tracking support
` [PATCH v3 14/21] perf annotate-arm64: Support load instruction tracking
` [PATCH v3 15/21] perf annotate-arm64: Support store "
` [PATCH v3 16/21] perf annotate-arm64: Support stack variable tracking
` [PATCH v3 17/21] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v3 18/21] perf annotate-arm64: Support 'add' "
` [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 0/3] perf/x86/amd/uncore: Add common helpers and Hygon support
 2026-07-01  4:04 UTC  (7+ messages)
` [PATCH 1/3] perf/x86/amd/uncore: Add common PMU helper functions
` [PATCH 2/3] perf/x86/amd/uncore: Convert AMD driver to common PMU helpers
` [PATCH 3/3] perf/x86/amd/uncore: Add Hygon uncore PMU support

[PATCH 0/2] perf/cxlpmu: Misc updates
 2026-07-01  1:55 UTC  (4+ messages)
` [PATCH v2 1/2] perf/cxlpmu: Support Channel/Rank/Bank filter
` [PATCH 2/2] perf/cxlpmu: Add missing CXL 4.0 events

[PATCH v3 0/2] RISC-V IOMMU HPM support
 2026-07-01  1:43 UTC  (7+ messages)
` [PATCH v3 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v3 2/2] iommu/riscv: create a auxiliary device for HPM

[PATCH v10 0/9] perf cs-etm: Support thread stack and callchain
 2026-06-30 23:57 UTC  (6+ messages)

[PATCH v3] perf dso: Fix kallsyms DSO detection with fallback logic
 2026-06-30 23:51 UTC  (4+ messages)

[PATCH V2 linux-next] perf test: Skip failing 'perf test aslr' test case
 2026-06-30 23:35 UTC  (3+ messages)

[PATCH v2] perf kvm stat: Add missing mappings for PPC kvm exit reasons
 2026-06-30 23:35 UTC  (2+ messages)

[PATCH v3] perf scripts: Add configurable sorting option to powerpc-hcalls
 2026-06-30 23:35 UTC  (2+ messages)

[PATCH v2 1/2] perf script powerpc: Update the hcall list with new hcalls
 2026-06-30 23:35 UTC  (2+ messages)

[PATCH v1 0/6] perf vendor events intel: update
 2026-06-30 23:35 UTC  (2+ messages)

[PATCH V2] tools/perf/sched: Update process names of processes in zombie state for both -s and -S options
 2026-06-30 23:35 UTC  (2+ messages)

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-06-30 20:06 UTC  (12+ messages)
` [PATCH 31/32] treewide: convert rdmsrq() from a macro to an inline function
` [PATCH 32/32] x86/msr: Simplify some rdmsrq() use cases

[RFC PATCH 2/4] perf/trace-event: Write trace.dat metadata sections during parsing
 2026-06-30 18:12 UTC  (3+ messages)

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-06-30 16:36 UTC  (61+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH 08/30] mm/rmap: rename vma_interval_tree_*() to mapping_interval_tree_*()
` [PATCH 09/30] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH 10/30] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH 11/30] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH 12/30] mm/vma: clean up anon_vma_compatible()
` [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 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH 0/5] perf/arm-cmn: Support CMN S3 r2
 2026-06-30 15:19 UTC  (6+ messages)
` [PATCH 1/5] perf/arm-cmn: Rename filter variables for clarity
` [PATCH 2/5] perf/arm-cmn: Refactor event filter programming
` [PATCH 3/5] perf/arm-cmn: Refactor event filter data
` [PATCH 4/5] perf/arm-cmn: Add new filters
` [PATCH 5/5] perf/arm-cmn: Support CMN S3 r2

[PATCH v6 0/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
 2026-06-30 13:27 UTC  (4+ messages)
` [PATCH v6 1/2] perf/arm-cmn: Move DTM index data out of hw_perf_event
` [PATCH v6 2/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes
 2026-06-30  9:44 UTC  (9+ messages)
` [Patch v3 1/8] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities

[PATCH v2 0/3] perf record: fix multi-record Zstd compression
 2026-06-30  7:32 UTC  (5+ messages)
` [PATCH v2 1/3] perf record: Fix multiple PERF_RECORD_COMPRESSED2 records per push
` [PATCH v2 2/3] perf record: Avoid overrunning the zstd output buffer
` [PATCH v2 3/3] perf record: Don't store raw data on zstd compression failure

[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
 2026-06-30  5:42 UTC  (8+ messages)

[PATCH v2] perf/core: Fix group leader use-after-free after sibling detach
 2026-06-30  3:10 UTC  (2+ messages)

[PATCH] perf/core: Fix group leader use-after-free after sibling detach
 2026-06-29 19:15 UTC  (5+ messages)

[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-06-29  7:42 UTC  (9+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v4 RESEND 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v4 RESEND 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v4 RESEND 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH v4 4/7] riscv: stacktrace: introduce stack-bound tracking helpers
 2026-06-29  7:17 UTC  (2+ messages)

[PATCH v4 3/7] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
 2026-06-29  6:42 UTC 

[PATCH v4 5/7] riscv: stacktrace: switch to frame-pointer based unwinder
 2026-06-29  6:42 UTC 

[PATCH v4 1/7] riscv: stacktrace: Add frame record metadata
 2026-06-29  6:42 UTC 

[PATCH v4 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-06-29  6:42 UTC 

[PATCH v4 6/7] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
 2026-06-29  6:42 UTC 

[PATCH v4 7/7] selftests/livepatch: Add RISC-V syscall wrapper prefix
 2026-06-29  6:42 UTC 

[PATCH v4 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
 2026-06-29  6:42 UTC 

possible deadlock in console_lock_spinning_enable
 2026-06-29  6:34 UTC 

[PATCH v2] x86/events/intel/uncore: fix PCI refcount leak in discover_upi_topology
 2026-06-29  2:32 UTC  (2+ messages)

[PATCH] fix: x86/events/intel/uncore: discover_upi_topology: inner loop leaks PCI device references from pci_get_domain_bus_and_slot
 2026-06-28  3:51 UTC  (2+ messages)

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-06-27 17:49 UTC  (5+ messages)
` [PATCH 13/16] perf: Use sysfs_emit() for cpumask show callbacks

[PATCH v1] perf pmu: Recognize default_core as a core PMU in more places
 2026-06-27  1:49 UTC  (5+ messages)

[PATCH v2 0/2] perf symbols: skip livepatch symbols
 2026-06-26 21:21 UTC  (3+ messages)
` [PATCH v2 1/2] perf symbols: skip livepatch symbols when loading kallsyms
` [PATCH v2 2/2] perf symbols: skip livepatch symbols in kcore_copy kallsyms processing

[PATCH] perf build: Add LDFLAGS to dlfilters .so link
 2026-06-26 18:34 UTC  (2+ messages)

[PATCH 6.1.y 0/2] Backport dependency commits for 616b14b47a86 ("perf build: Conditionally define NDEBUG")
 2026-06-26 17:54 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