messages from 2026-03-20 08:09:17 to 2026-03-25 07:04:29 UTC [more...]
[PATCH v3] perf test: Fix perf stat --bpf-counters on hybrid machines
2026-03-25 7:04 UTC (6+ messages)
` [RFC PATCH v1] "
[PATCH] perf: Fix deadlock in perf_mmap()
2026-03-25 6:58 UTC (5+ messages)
[PATCH v2] perf symbol: Remove psw_idle() from list of idle symbols
2026-03-25 6:58 UTC (4+ messages)
` [PATCH v1] perf symbol: Lazily compute idle and use the perf_env
[Patch v7 00/24] Support SIMD/eGPRs/SSP registers sampling for perf
2026-03-25 5:18 UTC (27+ messages)
` [Patch v7 01/24] perf/x86: Move hybrid PMU initialization before x86_pmu_starting_cpu()
` [Patch v7 02/24] perf/x86/intel: Avoid PEBS event on fixed counters without extended PEBS
` [Patch v7 03/24] perf/x86/intel: Enable large PEBS sampling for XMMs
` [Patch v7 04/24] perf/x86/intel: Convert x86_perf_regs to per-cpu variables
` [Patch v7 05/24] perf: Eliminate duplicate arch-specific functions definations
` [Patch v7 06/24] perf/x86: Use x86_perf_regs in the x86 nmi handler
` [Patch v7 07/24] perf/x86: Introduce x86-specific x86_pmu_setup_regs_data()
` [Patch v7 08/24] x86/fpu/xstate: Add xsaves_nmi() helper
` [Patch v7 09/24] x86/fpu: Ensure TIF_NEED_FPU_LOAD is set after saving FPU state
` [Patch v7 10/24] perf: Move and rename has_extended_regs() for ARCH-specific use
` [Patch v7 11/24] perf/x86: Enable XMM Register Sampling for Non-PEBS Events
` [Patch v7 12/24] perf/x86: Enable XMM register sampling for REGS_USER case
` [Patch v7 13/24] perf: Add sampling support for SIMD registers
` [Patch v7 14/24] perf/x86: Enable XMM sampling using sample_simd_vec_reg_* fields
` [Patch v7 15/24] perf/x86: Enable YMM "
` [Patch v7 16/24] perf/x86: Enable ZMM "
` [Patch v7 17/24] perf/x86: Enable OPMASK sampling using sample_simd_pred_reg_* fields
` [Patch v7 18/24] perf: Enhance perf_reg_validate() with simd_enabled argument
` [Patch v7 19/24] perf/x86: Enable eGPRs sampling using sample_regs_* fields
` [Patch v7 20/24] perf/x86: Enable SSP "
` [Patch v7 21/24] perf/x86/intel: Enable PERF_PMU_CAP_SIMD_REGS capability
` [Patch v7 22/24] perf/x86/intel: Enable arch-PEBS based SIMD/eGPRs/SSP sampling
` [Patch v7 23/24] perf/x86: Activate back-to-back NMI detection for arch-PEBS induced NMIs
` [Patch v7 24/24] perf/x86/intel: Add sanity check for PEBS fragment size
[PATCH] tools/perf: Fix ratio_to_prev event parsing test
2026-03-25 3:12 UTC (2+ messages)
[Patch v7 0/4] Perf tools: Support eGPRs/SSP/SIMD registers sampling
2026-03-25 2:08 UTC (7+ messages)
` [Patch v7 1/4] perf headers: Sync with the kernel headers
` [Patch v7 2/4] perf regs: Support x86 eGPRs/SSP sampling
` [Patch v7 3/4] perf regs: Support x86 SIMD registers sampling
` [Patch v7 4/4] perf regs: Enable dumping of SIMD registers
[PATCH V5 0/5] Miscellaneous Intel uncore patches
2026-03-25 0:35 UTC (6+ messages)
` [PATCH V5 1/4] perf/x86/intel/uncore: Fix iounmap() leak on global_init failure
` [PATCH V5 2/4] perf/x86/intel/uncore: Skip discovery table for offline dies
` [PATCH V5 3/4] perf/x86/intel/uncore: Fix die ID init and look up bugs
` [PATCH V5 4/4] perf/x86/intel/uncore: Remove extra double quote mark
[GIT PULL] perf tools fixes for v7.0: 2nd batch
2026-03-24 16:18 UTC (3+ messages)
[PATCH] perf/arm-cmn: Stop claiming entire iomem region
2026-03-24 15:08 UTC (2+ messages)
[PATCH 0/3] rtla: Migrate to libsubcmd for command line option parsing
2026-03-24 14:37 UTC (9+ messages)
` [PATCH 1/3] rtla: Add libsubcmd dependency
` [PATCH 2/3] tools subcmd: support optarg as separate argument
` [PATCH 3/3] rtla: Parse cmdline using libsubcmd
[PATCH] perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()
2026-03-24 14:10 UTC (3+ messages)
` [PATCH v2] "
[PATCH] perf symbols: Fix module symbol resolution for non-zero .text sh_addr
2026-03-24 11:07 UTC (2+ messages)
[PATCH] perf stat: Fix crash on arm64
2026-03-24 11:00 UTC (12+ messages)
[PATCH v2] perf vendor events riscv: Add CVA6 JSON file
2026-03-24 6:07 UTC (2+ messages)
[PATCH v2] perf regs: Refactor use of arch__sample_reg_masks to perf_reg_name
2026-03-24 6:07 UTC (2+ messages)
[Patch v3 0/4] Perf tools: perf-regs bug fix and optimization
2026-03-24 6:07 UTC (2+ messages)
[PATCH v3 1/5] perf kvm stat: Remove use of the arch directory
2026-03-24 6:07 UTC (2+ messages)
[PATCH v3 00/12] perf annotate arch clean up
2026-03-24 6:07 UTC (2+ messages)
[PATCH] tools/perf: Fix the check for parameterized field in event term
2026-03-24 5:56 UTC (7+ messages)
perf stat issue with 7.0.0rc3
2026-03-24 4:19 UTC (10+ messages)
[PATCH v6 00/24] tools build: Append -fzero-init-padding-bits=all option
2026-03-23 22:11 UTC (28+ messages)
` [PATCH v6 01/24] tools: lib: thermal: Fix typo
` [PATCH v6 02/24] tools/thermal: "
` [PATCH v6 03/24] tools: lib: thermal: Initialize CFLAGS before including Makefile.include
` [PATCH v6 04/24] tools/thermal: "
` [PATCH v6 05/24] tools build: Append -fzero-init-padding-bits=all to extra cflags
` [PATCH v6 06/24] perf build: Append extra host flags
` [PATCH v6 07/24] tools build: Append extra host cflags
` [PATCH v6 08/24] tools: bootconfig: Append extra cflags
` [PATCH v6 09/24] tools: counter: "
` [PATCH v6 10/24] tools: dma: "
` [PATCH v6 11/24] tools: gpio: "
` [PATCH v6 12/24] tools: hv: "
` [PATCH v6 13/24] tools: iio: "
` [PATCH v6 14/24] tools: mm: "
` [PATCH v6 15/24] tools: objtool: Append extra host cflags
` [PATCH v6 16/24] tools: power: acpi: Append extra cflags
` [PATCH v6 17/24] tools: power: x86/intel-speed-select: "
` [PATCH v6 18/24] tools: sched_ext: "
` [PATCH v6 19/24] tools: spi: "
` [PATCH v6 20/24] tools: tracing: "
` [PATCH v6 21/24] tools: usb: "
` [PATCH v6 22/24] selftests/hid: "
` [PATCH v6 23/24] selftests/nolibc: "
` [PATCH v6 24/24] selftests/sched_ext: "
[PATCH] perf symbols: Add 'intel_idle_irq' to the list of idle symbols
2026-03-23 18:35 UTC (2+ messages)
[PATCH v5 00/26] tools build: Append -fzero-init-padding-bits=all option
2026-03-23 14:23 UTC (4+ messages)
` [PATCH v5 06/26] tools build: Append -fzero-init-padding-bits=all to extra cflags
[PATCH V2] tools/perf/tests: Update test_adding_kernel.sh to handle proper debuginfo check
2026-03-23 12:24 UTC
[PATCH v1 1/2] perf sched: Avoid segv if tp_handler not set
2026-03-23 10:41 UTC (4+ messages)
` [PATCH v1 2/2] perf tests sched stats: Write output to temp file
[PATCH] tools/perf/test: Check for perf stat return code in perf all PMU test
2026-03-23 10:39 UTC (2+ messages)
[PATCH 1/1 fyi v2] tools headers: Synchronize linux/build_bug.h with the kernel sources
2026-03-22 21:36 UTC
[PATCH] perf metricgroup: Fix Default metric group lookup for non-Intel CPUs
2026-03-22 16:27 UTC (2+ messages)
[PATCH v4 00/30] tools build: Append -fzero-init-padding-bits=all option
2026-03-22 12:00 UTC (3+ messages)
` [PATCH v4 18/30] tools: iio: Append extra cflags
[PATCH v1 1/2] libbpf: Fix strict aliasing violations in hashmap
2026-03-22 0:58 UTC (14+ messages)
` [PATCH v1 2/2] perf tools: "
` [PATCH v2 0/4] perf hashmap: Separate perf's hashmap code from libbpf
` [PATCH v2 1/4] perf build: Don't check difference of perf and libbpf hashmap
` [PATCH v2 2/4] perf hashmap: Rename hashmap to perf_hashmap to avoid libbpf conflict
` [PATCH v2 3/4] perf hashmap: Fix strict aliasing violations in hashmap
` [PATCH v2 4/4] perf hashmap: Remove errptr usage from hashmap
[RFC PATCH v1 7/7] perf unwind-libunwind: Add RISC-V libunwind support
2026-03-21 23:42 UTC (8+ messages)
` [PATCH v2 0/8] perf libunwind multiple remote support
` [PATCH v1 0/2] perf build: Remove libunwind support
` [PATCH v1 1/2] "
` [PATCH v1 2/2] tools build: Remove libunwind feature tests
[PATCH] perf utilities: cln_size header
2026-03-21 20:41 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
[PATCH] perf/core: update outdated comment for refactored ctx_flexible_sched_in()
2026-03-21 10:58 UTC
[PATCH v1] perf tests task-analyzer: Write all test files to tmpdir
2026-03-21 6:16 UTC
[PATCH] libperf cpumap: Fix argument x range [] exceeds maximum object size
2026-03-21 6:05 UTC (3+ messages)
` [PATCH v1] libperf cpumap: Make index and nr types unsigned
[PATCH v1] perf disasm: Fix potential use-after-free on fileloc
2026-03-21 4:27 UTC (3+ messages)
[PATCH v1] perf ftrace: Proper error clean up in print_profile_result
2026-03-21 2:50 UTC (2+ messages)
[PATCH v1] perf build: Revert "enable -fno-strict-aliasing"
2026-03-21 2:49 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3] tools: perf: add comm_nodigit column
2026-03-20 23:45 UTC
[PATCH v1] perf build: Add -funsigned-char to default CFLAGS
2026-03-20 23:00 UTC (2+ messages)
[PATCH v2 0/1] perf: Add --pmu-filter option for filtering PMUs
2026-03-20 22:56 UTC (5+ messages)
` [PATCH v2 1/1] "
[PATCH v1] perf inject: Factor build ID inject out into a separate tool
2026-03-20 22:35 UTC
[PATCH v2] tools: perf: add comm_ignore_digit column
2026-03-20 22:07 UTC (5+ messages)
[PATCH v2 00/25] perf tool: Add evsel to perf_sample
2026-03-20 19:26 UTC (38+ messages)
` [PATCH v3 "
` [PATCH v3 16/25] perf inject: Don't pass evsel with sample
` [PATCH v3 17/25] perf kmem: "
` [PATCH v3 18/25] perf kwork: "
` [PATCH v3 19/25] perf sched: "
` [PATCH v3 20/25] perf timechart: "
` [PATCH v3 21/25] perf trace: "
` [PATCH v3 22/25] perf evlist: Try to avoid computing evsel from sample
` [PATCH v3 23/25] perf script: Don't pass evsel with sample
` [PATCH v3 24/25] perf s390-sample-raw: "
` [PATCH v3 25/25] perf evsel: "
` [PATCH v4 00/25] perf tool: Add evsel to perf_sample
` [PATCH v4 01/25] perf sample: Document struct perf_sample
` [PATCH v4 02/25] perf sample: Make sure perf_sample__init/exit are used
` [PATCH v4 03/25] perf sample: Add evsel to struct perf_sample
` [PATCH v4 04/25] perf tool: Remove evsel from tool APIs that pass the sample
` [PATCH v4 05/25] perf kvm: Don't pass evsel with sample
` [PATCH v4 06/25] perf evsel: Refactor evsel__intval to perf_sample__intval
` [PATCH v4 07/25] perf trace: Don't pass evsel with sample
` [PATCH v4 08/25] perf callchain: Don't pass evsel and sample
` [PATCH v4 09/25] perf lock: Only pass sample to handlers
` [PATCH v4 10/25] perf lock: Constify trace_lock_handler variables
` [PATCH v4 11/25] perf hist: Remove evsel parameter from inc samples functions
` [PATCH v4 12/25] perf db-export: Remove evsel from struct export_sample
` [PATCH v4 13/25] perf hist: Remove evsel from struct hist_entry_iter
` [PATCH v4 14/25] perf report: Directly use sample->evsel to avoid computing from sample->id
` [PATCH v4 15/25] perf annotate: Don't pass evsel to add_sample
` [PATCH v4 16/25] perf inject: Don't pass evsel with sample
` [PATCH v4 17/25] perf kmem: "
` [PATCH v4 18/25] perf kwork: "
` [PATCH v4 19/25] perf sched: "
` [PATCH v4 20/25] perf timechart: "
` [PATCH v4 21/25] perf trace: "
` [PATCH v4 22/25] perf evlist: Try to avoid computing evsel from sample
` [PATCH v4 23/25] perf script: Don't pass evsel with sample
` [PATCH v4 24/25] perf s390-sample-raw: Don't pass evsel or its PMU "
` [PATCH v4 25/25] perf evsel: Don't pass evsel "
[PATCH] perf/x86/intel: Don't update PEBS_ENABLE MSR in NMI context
2026-03-20 18:58 UTC (2+ messages)
[PATCH v8 0/5] perf evsel fallback changes, better s390 defaults
2026-03-20 18:12 UTC (2+ messages)
[PATCH v2 00/11] perf tools: Improvements to data type profiler
2026-03-20 18:12 UTC (2+ messages)
Kernel Bug: rcu detected stall in __run_timers
2026-03-20 11:23 UTC
[PATCH v2] perf/x86/intel/p4: Fix unused variable warning in p4_pmu_init()
2026-03-20 11:13 UTC
Kernel bug: rcu detected stall in __run_timers
2026-03-20 8:54 UTC
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