messages from 2026-02-10 17:03:16 to 2026-02-25 03:14:15 UTC [more...]
[Patch v6 00/22] Support SIMD/eGPRs/SSP registers sampling for perf
2026-02-25 3:14 UTC (25+ messages)
` [Patch v6 01/22] perf/x86/intel: Restrict PEBS_ENABLE writes to PEBS-capable counters
` [Patch v6 05/22] perf/x86: Use x86_perf_regs in the x86 nmi handler
` [Patch v6 08/22] x86/fpu: Ensure TIF_NEED_FPU_LOAD is set after saving FPU state
` [Patch v6 10/22] perf/x86: Enable XMM Register Sampling for Non-PEBS Events
` [Patch v6 12/22] perf: Add sampling support for SIMD registers
[PATCH v1 2/2] perf metricgroup: Don't early exit if no CPUID table exists
2026-02-24 17:57 UTC (3+ messages)
` [PATCH v1] perf metricgroup: Fix metricgroup__has_metric_or_groups
[PATCH v4 linux-next] perf parse-events: Fix big-endian 'overwrite' by writing correct union member
2026-02-24 17:57 UTC (7+ messages)
` PING "
[PATCH] libperf cpumap: Fix argument x range [] exceeds maximum object size
2026-02-24 17:57 UTC (4+ messages)
[PATCH v2 0/7] perf/amd/ibs: Future enhancements
2026-02-24 17:47 UTC (9+ messages)
` [PATCH v2 1/7] perf/amd/ibs: Define macro for ldlat mask and shift
` [PATCH v2 2/7] perf/amd/ibs: Add new MSRs and CPUID bits definitions
` [PATCH v2 3/7] perf/amd/ibs: Support IBS_{FETCH|OP}_CTL2[Dis] to eliminate RMW race
` [PATCH v2 4/7] perf/amd/ibs: Enable fetch latency filtering
` [PATCH v2 5/7] perf/amd/ibs: Enable RIP bit63 hardware filtering
` [PATCH v2 6/7] perf/amd/ibs: Enable streaming store filter
` [PATCH v2 7/7] perf/amd/ibs: Advertise remote socket capability
[PATCH v4] tools build: Fix rust cross compilation
2026-02-24 16:41 UTC (2+ messages)
[RFC PATCH v1 0/7] perf libunwind multiple remote support
2026-02-24 14:29 UTC (8+ messages)
` [RFC PATCH v1 1/7] tools build: Deduplicate test-libunwind for different architectures
` [RFC PATCH v1 2/7] perf build: Be more programmatic when setting up libunwind variables
` [RFC PATCH v1 3/7] perf build loongarch: Remove reference to missing file
` [RFC PATCH v1 4/7] perf unwind-libunwind: Make libunwind register reading cross platform
` [RFC PATCH v1 5/7] perf unwind-libunwind: Move flush/finish access out of local
` [RFC PATCH v1 6/7] perf unwind-libunwind: Remove libunwind-local
` [RFC PATCH v1 7/7] perf unwind-libunwind: Add RISC-V libunwind support
[RFC V1 04/16] perf/events: Replace READ_ONCE() with standard pgtable accessors
2026-02-24 12:53 UTC (8+ messages)
[PATCH] perf: Fix data race in perf_event_set_bpf_handler()
2026-02-24 12:29 UTC (4+ messages)
[PATCH v2 1/2] perf bench: Fix initialization of union
2026-02-24 12:20 UTC (9+ messages)
` [PATCH v2 2/2] perf bench: Add -t/--threads option to perf bench mem mmap
[PATCH] perf/arm-cmn: Stop claiming entire iomem region
2026-02-24 10:07 UTC (3+ messages)
[PATCH v2 0/5] perf/amd/ibs: Assorted fixes
2026-02-24 8:11 UTC (9+ messages)
` [PATCH v2 1/5] perf/amd/ibs: Account interrupt for discarded samples
` [PATCH v2 2/5] perf/amd/ibs: Limit ldlat->l3missonly dependency to Zen5
` [PATCH v2 3/5] perf/amd/ibs: Preserve PhyAddrVal bit when clearing PhyAddr MSR
` [PATCH v2 4/5] perf/amd/ibs: Avoid calling perf_allow_kernel() from the IBS NMI handler
` [PATCH v2 5/5] perf/amd/ibs: Avoid race between event add and NMI
[PATCH] alpha/perf: Clean up stale comments referencing old hw_perf_* APIs
2026-02-24 6:25 UTC
[PATCH v2] perf symbol: Remove psw_idle() from list of idle symbols
2026-02-23 23:14 UTC (4+ messages)
[PATCH v1 00/25] perf tool: Add evsel to perf_sample
2026-02-23 19:15 UTC (2+ messages)
[RFC PATCH 0/4] mm/damon: introduce perf event based access check
2026-02-23 8:08 UTC (2+ messages)
[GIT PULL] perf tools changes for v7.0
2026-02-21 19:55 UTC (2+ messages)
[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
2026-02-20 19:14 UTC (5+ messages)
` [PATCH v6 42/44] KVM: VMX: Dedup code for adding MSR to VMCS's auto list
[PATCH] perf: arm_spe: Add barrier before enabling profiling buffer
2026-02-19 14:30 UTC (11+ messages)
[PATCH v3] tools build: Fix rust cross compilation
2026-02-18 13:51 UTC (3+ messages)
why is 'perf record --call-graph' using addr2line?
2026-02-18 6:47 UTC (5+ messages)
Question: perf report & top memory usage
2026-02-18 1:52 UTC (2+ messages)
[PATCH] perf, script: Fix brcntr output with --xed
2026-02-18 1:40 UTC
[PATCH v3 00/16] KVM: x86/tdx: Have TDX handle VMXON during bringup
2026-02-17 20:30 UTC (23+ messages)
` [PATCH v3 01/16] KVM: x86: Move kvm_rebooting to x86
` [PATCH v3 02/16] KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.h
` [PATCH v3 03/16] KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"
` [PATCH v3 04/16] KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringup
` [PATCH v3 05/16] x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS fails
` [PATCH v3 06/16] KVM: VMX: Move core VMXON enablement to kernel
` [PATCH v3 07/16] KVM: SVM: Move core EFER.SVME "
` [PATCH v3 08/16] KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystem
` [PATCH v3 09/16] x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel users
` [PATCH v3 10/16] x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ context
` [PATCH v3 11/16] KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys init
` [PATCH v3 12/16] x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_init
` [PATCH v3 13/16] x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handling
` [PATCH v3 14/16] x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be running
` [PATCH v3 15/16] KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once more
` [PATCH v3 16/16] KVM: TDX: Fold tdx_bringup() into tdx_hardware_setup()
[PATCH v3 linux-next] perf parse-events: Fix big-endian 'overwrite' by writing correct union member
2026-02-17 10:40 UTC (2+ messages)
[PATCH v1] tools build: Fix rust cross compilation
2026-02-17 8:22 UTC (3+ messages)
[PATCH v2 linux-next] perf parse-events: Fix big-endian 'overwrite' by writing correct union member
2026-02-16 14:20 UTC (2+ messages)
[PATCH linux-next] perf parse-events: Fix big-endian 'overwrite' by writing correct union member
2026-02-16 11:34 UTC (5+ messages)
[PATCH] alpha/perf: Clean up stale comments referencing old hw_perf_* APIs
2026-02-14 15:49 UTC
[syzbot] Monthly perf report (Feb 2026)
2026-02-14 9:07 UTC
[PATCH] perf utilities: cln_size header
2026-02-14 4:07 UTC
[PATCH v3 0/8] iommu/riscv: Add HPM support for RISC-V IOMMU
2026-02-13 22:21 UTC (4+ messages)
[BUG] PREEMPT_RT: sleeping function called from invalid context in perf_event_wakeup()
2026-02-13 14:12 UTC (4+ messages)
[PATCH v6 00/19] ARM64 PMU Partitioning
2026-02-13 8:11 UTC (3+ messages)
[PATCH v3] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids
2026-02-13 0:08 UTC (2+ messages)
[PATCH v2] perf vendor events arm64: Add Tegra410 Olympus PMU events
2026-02-12 23:34 UTC
[PATCH v2] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids
2026-02-12 22:41 UTC (3+ messages)
[PATCH 1/1] perf test data_type_profiling.sh: Skip just the Rust tests if code_with_type workload is missing
2026-02-12 21:27 UTC (2+ messages)
[PATCH v1] tools build: Fix rust cross compilation
2026-02-12 19:18 UTC (3+ messages)
[linux-next:master] [perf test] 54a23bff77: perf-sanity-tests.test_addr2line_inline_unwinding.fail
2026-02-12 18:49 UTC (2+ messages)
[PATCH v6 00/19] ARM64 PMU Partitioning
2026-02-12 9:07 UTC (3+ messages)
` [PATCH v6 09/19] KVM: arm64: Write fast path PMU register handlers
[PATCH v2] perf tests: mmap: skip rdpmc tests when sysfs disabled
2026-02-12 6:29 UTC (7+ messages)
[PATCH AUTOSEL 6.19-6.12] perf/x86/msr: Add Airmont NP
2026-02-12 1:09 UTC (4+ messages)
` [PATCH AUTOSEL 6.19-6.18] perf/x86/intel: "
` [PATCH AUTOSEL 6.19-6.18] perf/core: Fix slow perf_event_task_exit() with LBR callstacks
` [PATCH AUTOSEL 6.19-6.12] perf/x86/cstate: Add Airmont NP
[PATCH v1 0/3] perf script engine testing
2026-02-11 16:44 UTC (2+ messages)
[PATCH v1 0/5] perf data pipe mode support and tests
2026-02-11 16:35 UTC (7+ messages)
` [PATCH v1 1/5] perf check: Add libbabeltrace to the listed features
` [PATCH v1 2/5] perf json: Pipe mode --to-json support
` [PATCH v1 3/5] perf json: Pipe mode --to-ctf support
` [PATCH v1 4/5] perf test: Test pipe mode with data conversion --to-json
` [PATCH v1 5/5] perf test: perf data --to-ctf testing
[RFC 0/2] perf build: Improve header handling for BPF skeleton cross-builds
2026-02-11 16:27 UTC (5+ messages)
` [RFC 1/2] perf build: Allow passing extra Clang flags via EXTRA_BPF_FLAGS
[PATCH AUTOSEL 6.19-6.1] perf/arm-cmn: Support CMN-600AE
2026-02-11 12:30 UTC (2+ messages)
` [PATCH AUTOSEL 6.19-6.6] perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREAD
[PATCH 1/1] perf test code_with_type.sh: Skip test if rust wasn't available at build time
2026-02-11 12:25 UTC (3+ messages)
[PATCH v1] tools build: Fix feature test for rust compiler
2026-02-11 12:23 UTC (4+ messages)
[PATCH v1] perf libunwind: Fix calls to thread__e_machine
2026-02-11 12:01 UTC (2+ messages)
[RFC PATCH v2 0/4] Test annotate with data type profiling
2026-02-11 10:57 UTC (6+ messages)
` [RFC PATCH v2 2/4] perf test workload: Add code_with_type test workload
[PATCH v1 00/11] perf tools: Improvements to data type profiler
2026-02-11 2:38 UTC (15+ messages)
` [PATCH v1 01/11] perf dwarf-aux: Skip check_variable for die_find_variable_by_reg
` [PATCH v1 02/11] perf dwarf-aux: Add die_get_pointer_type to get pointer types
` [PATCH v1 03/11] perf dwarf-aux: Preserve typedefs in match_var_offset
` [PATCH v1 04/11] perf annotate-data: Improve type comparison from different scopes
` [PATCH v1 06/11] perf annotate-data: Collect global variables without name
` [PATCH v1 07/11] perf annotate-data: Handle global variable access with const register
` [PATCH v1 08/11] perf annotate-data: Add invalidate_reg_state() helper for x86
[PATCH] perf report: Get rid of unnecessary comm collapsing
2026-02-11 1:39 UTC
[GIT PULL] Performance events changes for v7.0
2026-02-10 22:04 UTC (2+ messages)
[PATCH 1/1] tools build: Fix rust feature detection
2026-02-10 21:07 UTC (6+ messages)
[PATCH v1] perf tests workload: Formatting for code_with_type.rs
2026-02-10 20:58 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox