Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-07-01 03:44:58 to 2026-07-02 11:31:21 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-02 11:30 UTC  (48+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 06/30] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [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 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 v2] perf test amd ibs: avoid using executable heap
 2026-07-02 11:12 UTC  (8+ messages)

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-02 11:03 UTC  (9+ messages)

[PATCH RFC] dt-bindings: perf: riscv,pmu: Add interrupts-extended property
 2026-07-02  9:16 UTC  (2+ messages)

[PATCH v10 0/9] perf cs-etm: Support thread stack and callchain
 2026-07-02  8:30 UTC  (5+ messages)

[PATCH v2 0/2] perf symbols: skip livepatch symbols
 2026-07-02  7:59 UTC  (3+ messages)

[PATCH] perf data convert json: Fix trace_seq memory leak in process_sample_event()
 2026-07-02  7:16 UTC  (5+ messages)

[PATCH v3 0/6] perf kvm: A small update in the default arch event
 2026-07-02  4:09 UTC  (10+ messages)
` [PATCH v3 1/6] perf kvm: Factor out kvm_need_default_arch_event()
` [PATCH v3 2/6] perf kvm: Check kvm_need_default_arch_event() early
` [PATCH v3 3/6] perf kvm: Kill STRDUP_FAIL_EXIT()
` [PATCH v3 4/6] perf kvm: Do not copy filename string
` [PATCH v3 5/6] perf kvm: Fix a memory leak in the usage string
` [PATCH v3 6/6] perf test: Extend perf kvm tests to check default event

[PATCH v2 0/3] perf/x86/amd/uncore: Add common helpers and Hygon support
 2026-07-02  2:36 UTC  (6+ messages)
` [PATCH v2 1/3] perf/x86/amd/uncore: Add common PMU helper functions
` [PATCH v2 2/3] perf/x86/amd/uncore: Convert AMD driver to common PMU helpers
` [PATCH v2 3/3] perf/x86/amd/uncore: Add Hygon uncore PMU support

[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
 2026-07-02  0:00 UTC  (16+ messages)

[PATCH] perf build: Fix compiler errors with old capstone
 2026-07-01 23:39 UTC  (6+ messages)

[PATCH v8 00/22] Add Counter delegation ISA extension support
 2026-07-01 17:44 UTC  (34+ messages)
` [PATCH v8 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v8 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v8 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v8 04/22] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v8 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v8 06/22] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v8 07/22] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v8 08/22] RISC-V: Add Sscfg extension CSR definition
` [PATCH v8 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v8 10/22] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v8 11/22] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v8 15/22] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v8 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v8 17/22] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v8 18/22] RISC-V: perf: Add Qemu virt machine events
` [PATCH v8 19/22] tools/perf: Support event code for arch standard events
` [PATCH v8 20/22] tools/perf: Add RISC-V CounterIDMask event field
` [PATCH v8 21/22] TEST(do-not-upstream): fake qemu-virt PMU events for cdeleg counter-mask testing
` [PATCH v8 22/22] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask path

[PATCH v3 00/13] perf tests: Robustness and performance improvements
 2026-07-01 17:43 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v1] perf pmu: Recognize default_core as a core PMU in more places
 2026-07-01 17:43 UTC  (2+ messages)

[PATCH v3 0/8] perf timechart: Fix memory leaks
 2026-07-01 17:43 UTC  (2+ messages)

[PATCH] perf: record: Clear BPF headers if not needed
 2026-07-01 14:31 UTC  (2+ messages)

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-07-01 11:07 UTC  (9+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH 0/9] tools/perf: Add interface to expose HTM trace data via perf
 2026-07-01  9:13 UTC  (19+ messages)
` [PATCH 1/9] tool/perf: Move auxtrace_record__init for powerpc-vpadtl as separate utility
` [PATCH 2/9] tools/perf: Add CONFIG_AUXTRACE support for HTM pmu on powerpc
` [PATCH 3/9] tools/perf: Add arch_record__collect_final_data to collect additional data before closing the event
` [PATCH 4/9] tools/perf: Add powerpc callback support for arch_record__collect_final_data
` [PATCH 5/9] tools/perf: process htm auxtrace events and display in perf report -D
` [PATCH 6/9] perf tools powerpc: Add HTM trace data processing and decoding support
` [PATCH 7/9] perf tools powerpc: Add physical to logical address mapping for HTM traces
` [PATCH 8/9] tools/perf/powerpc: Add event name as htm of PERF_TYPE_SYNTH type to present htm samples
` [PATCH 9/9] tools/perf/powerpc: Add logical address in decoded traces

[PATCH 0/5] powerpc/htm: Add interface to expose HTM trace data via perf
 2026-07-01  9:02 UTC  (9+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] powerpc/htm: Add support to setup and free aux buffer for capturing HTM data
` [PATCH 3/5] powerpc/perf: Capture the HTM memory configuration as part of perf data
` [PATCH 4/5] docs: ABI: sysfs-bus-event_source-devices-htm: Document sysfs event format entries for htm pmu
` [PATCH 5/5] powerpc/perf/htm: Add documentation for Hardware Trace Macro PMU

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-01  8:56 UTC  (52+ 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  7:55 UTC  (11+ 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] perf test amd ibs: avoid using executable heap
 2026-07-01  5:53 UTC  (2+ messages)

[PATCH v2] perf/x86/amd/uncore: Add group validation
 2026-07-01  5:42 UTC 

[PATCH] perf build: Fix LTO build of libperf-jvmti.so
 2026-07-01  4:21 UTC 


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