messages from 2025-07-04 13:53:18 to 2025-07-10 23:52:25 UTC [more...]
[PATCH v2 00/13] Python motivated fixes and cleanup
2025-07-10 23:51 UTC (14+ messages)
` [PATCH v2 01/13] perf hwmon_pmu: Avoid shortening hwmon PMU name
` [PATCH v2 02/13] perf parse-events: Minor tidy up of event_type helper
` [PATCH v2 03/13] perf spark: Fix includes and add SPDX
` [PATCH v2 04/13] perf pmu: Tolerate failure to read the type for wellknown PMUs
` [PATCH v2 05/13] perf metricgroup: Factor out for-each function and move out printing
` [PATCH v2 06/13] perf stat: Move metric list from config to evlist
` [PATCH v2 07/13] perf expr: Accumulate rather than replace in the context counts
` [PATCH v2 08/13] perf jevents: If the long_desc and desc are identical then drop the long_desc
` [PATCH v2 09/13] perf python: In str(evsel) use the evsel__pmu_name helper
` [PATCH v2 10/13] perf python: Fix thread check in pyrf_evsel__read
` [PATCH v2 11/13] perf python: Correct pyrf_evsel__read for tool PMUs
` [PATCH v2 12/13] perf python: Improve leader copying from evlist
` [PATCH v2 13/13] perf python: Set index error for invalid thread/cpu map items
[PATCH v7 00/10] x86: Add support for NMI-source reporting with FRED
2025-07-10 22:40 UTC (14+ messages)
` [PATCH v7 05/10] x86/nmi: Assign and register NMI-source vectors
` [PATCH v7 06/10] x86/nmi: Add support to handle NMIs with source information
` [PATCH v7 08/10] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
[PATCH v5 00/14] New perf ilist app
2025-07-10 20:36 UTC (15+ messages)
` [PATCH v5 01/14] perf jevents: Add common software event json
` [PATCH v5 02/14] perf parse-events: Remove non-json software events
` [PATCH v5 03/14] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v5 04/14] perf tp_pmu: Add event APIs
` [PATCH v5 05/14] perf list: Remove tracepoint printing code
` [PATCH v5 06/14] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v5 07/14] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v5 08/14] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v5 09/14] perf ilist: Add new python ilist command
` [PATCH v5 10/14] perf python: Add parse_metrics function
` [PATCH v5 11/14] perf python: Add evlist metrics function
` [PATCH v5 12/14] perf python: Add evlist compute_metric
` [PATCH v5 13/14] perf python: Add metrics function
` [PATCH v5 14/14] perf ilist: Add support for metrics
[PATCH v5 00/14] New perf ilist app
2025-07-10 20:25 UTC (23+ messages)
` [PATCH v5 01/14] perf jevents: Add common software event json
` [PATCH v5 01/14] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v5 02/14] perf parse-events: Remove non-json software events
` [PATCH v5 02/14] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v5 03/14] perf jevents: Add common software event json
` [PATCH v5 03/14] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v5 04/14] perf parse-events: Remove non-json software events
` [PATCH v5 04/14] perf tp_pmu: Add event APIs
` [PATCH v5 05/14] perf list: Remove tracepoint printing code
` [PATCH v5 05/14] perf tp_pmu: Factor existing tracepoint logic to new file
` [PATCH v5 06/14] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v5 06/14] perf tp_pmu: Add event APIs
` [PATCH v5 07/14] perf list: Remove tracepoint printing code
` [PATCH v5 07/14] perf python: Add basic PMU abstraction and pmus sequence
` [PATCH v5 08/14] perf list: Skip ABI PMUs when printing pmu values
` [PATCH v5 08/14] perf python: Add function returning dictionary of all events on a PMU
` [PATCH v5 09/14] perf ilist: Add new python ilist command
` [PATCH v5 10/14] perf python: Add parse_metrics function
` [PATCH v5 11/14] perf python: Add evlist metrics function
` [PATCH v5 12/14] perf python: Add evlist compute_metric
` [PATCH v5 13/14] perf python: Add metrics function
` [PATCH v5 14/14] perf ilist: Add support for metrics
[PATCH] perf list: Remove trailing A in PAI crypto event 4210
2025-07-10 17:27 UTC (3+ messages)
[PATCH] perf/x86: Replace strncpy() with memcpy() for vendor string
2025-07-10 13:33 UTC (5+ messages)
[PATCH v2 6/6] perf bench futex: Remove support for IMMUTABLE
2025-07-10 11:00 UTC
[RFC PATCH] tools: Remove obsolete 32-bit arm kvm.h header file
2025-07-10 10:25 UTC
[PATCH RFC 0/2] Introduce ddr[3-4]-channel binding
2025-07-10 7:26 UTC (4+ messages)
` [PATCH RFC 1/2] dt-bindings: memory: add jedec,ddr[3-4]-channel binding
[RFC PATCH v1 1/1] perf test: Increase load in lock contention test on low-activity systems
2025-07-10 5:47 UTC (2+ messages)
[PATCH v2 0/4] perf: generate events for BPF metadata
2025-07-09 21:44 UTC (5+ messages)
` [PATCH v2 4/4] perf: add test for PERF_RECORD_BPF_METADATA collection
[PATCH v1 00/12] Python motivated fixes and cleanup
2025-07-09 21:40 UTC (13+ messages)
` [PATCH v1 01/12] perf hwmon_pmu: Avoid shortening hwmon PMU name
` [PATCH v1 02/12] perf parse-events: Minor tidy up of event_type helper
` [PATCH v1 03/12] perf spark: Fix includes and add SPDX
` [PATCH v1 04/12] perf pmu: Tolerate failure to read the type for wellknown PMUs
` [PATCH v1 05/12] perf metricgroup: Factor out for-each function and move out printing
` [PATCH v1 06/12] perf stat: Move metric list from config to evlist
` [PATCH v1 07/12] perf expr: Accumulate rather than replace in the context counts
` [PATCH v1 08/12] perf jevents: If the long_desc and desc are identical then drop the long_desc
` [PATCH v1 09/12] perf python: In str(evsel) use the evsel__pmu_name helper
` [PATCH v1 10/12] perf python: Fix thread check in pyrf_evsel__read
` [PATCH v1 11/12] perf python: Correct pyrf_evsel__read for tool PMUs
` [PATCH v1 12/12] perf python: Improve leader copying from evlist
[PATCH v4 00/15] New perf ilist app
2025-07-09 17:13 UTC (3+ messages)
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-07-09 15:53 UTC (4+ messages)
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
[PATCH v4 1/2] perf: Reveal PMU type in fdinfo
2025-07-09 15:25 UTC (3+ messages)
[PATCH] perf sched timehist: decode process names of processes in zombie state
2025-07-09 14:31 UTC
[PATCH 0/6] Add PPMU support for Tesla FSD
2025-07-09 14:06 UTC (11+ messages)
` [PATCH 1/6] dt-bindings: clock: Add PPMU clock definitions for FSD platform
` [PATCH 2/6] clk: samsung: fsd: Use clock IDs for PPMU MFC block
` [PATCH 3/6] dt-bindings: perf: Add devicetree binding for custom PPMU
` [PATCH 4/6] drivers: perf: samsung: Add PPMU driver support
` [PATCH 5/6] arm64: dts: fsd: Add PPMU support for MFC block of FSD SoC
` [PATCH 6/6] MAINTAINERS: Add maintainers for Samsung PPMU driver
[syzbot] [perf?] WARNING in perf_pending_task
2025-07-09 11:27 UTC (7+ messages)
` [PATCH] perf/core: Fix WARN in perf_sigtrap()
` [PATCH v2] "
[PATCH 0/3] perf: arm_spe: Add support for SPE VM interface
2025-07-09 10:09 UTC (12+ messages)
` [PATCH 1/3] perf: arm_spe: Add barrier before enabling profiling buffer
` [PATCH 2/3] perf: arm_spe: Disable buffer before writing to PMBPTR_EL1 or PMBSR_EL1
[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
2025-07-09 9:53 UTC (3+ messages)
` [PATCH v3 05/10] KVM: arm64: Add trap configs for PMSDSFR_EL1
[PATCH v3 00/22] ARM64 PMU Partitioning
2025-07-08 22:41 UTC (17+ messages)
` [PATCH v3 01/22] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v3 02/22] arm64: Generate sign macro for sysreg Enums
` [PATCH v3 04/22] KVM: arm64: Cleanup PMU includes
` [PATCH v3 06/22] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v3 07/22] perf: arm_pmuv3: Generalize counter bitmasks
[PATCH v23 0/4] arm64/perf: Enable branch stack sampling
2025-07-08 18:02 UTC (6+ messages)
` [PATCH v23 4/4] perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)
[PATCH v3] perf: arm_spe: Relax period restriction
2025-07-08 18:02 UTC (3+ messages)
[PATCH v2 00/15] perf vendor events: Update Intel events
2025-07-08 17:15 UTC (3+ messages)
[PATCH v2 0/5] Refactoring finding CPU phandles in DT
2025-07-08 15:15 UTC (6+ messages)
` [PATCH v2 1/5] of: add infra for finding CPU id from phandle
` [PATCH v2 2/5] arch_topology: update CPU map to use the new API
` [PATCH v2 3/5] coresight: cti: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH v2 4/5] coresight: "
` [PATCH v2 5/5] perf/arm-dsu: refactor cpu id retrieval via new API of_cpu_phandle_to_id
[perf] fuzzer triggers "BUG: kernel NULL pointer dereference"
2025-07-08 14:44 UTC
[linus:master] [perf] 9734e25fbf: BUG:kernel_NULL_pointer_dereference,address
2025-07-08 9:54 UTC (2+ messages)
[PATCH 0/5] Refactoring finding CPU phandles in DT
2025-07-08 8:38 UTC (14+ messages)
` [PATCH 1/5] of: add infra for finding CPU id from phandle
` [PATCH 2/5] arch_topology: update CPU map to use the new API
` [PATCH 3/5] coresight: cti: Use of_cpu_phandle_to_id for grabbing CPU id
` [PATCH 4/5] coresight: "
` [PATCH 5/5] perf/arm-dsu: refactor cpu id retrieval via new API of_cpu_phandle_to_id
[PATCH V4 0/4] perf: Support Panther Lake uncore
2025-07-07 20:17 UTC (5+ messages)
` [PATCH V4 1/4] perf/x86/intel/uncore: Support MSR portal for discovery tables
` [PATCH V4 2/4] perf/x86/intel/uncore: Support customized MMIO map size
` [PATCH V4 3/4] perf/x86/intel/uncore: Add Panther Lake support
` [PATCH V4 4/4] perf/x86/intel/uncore: Add iMC freerunning for Panther Lake
[PATCH V3 0/4] perf: Support Panther Lake uncore
2025-07-07 20:09 UTC (6+ messages)
` [PATCH V3 1/4] perf/x86/intel/uncore: Support MSR portal for discovery tables
[PATCH v3 00/14] perf arm-spe: Support new events in FEAT_SPEv1p4
2025-07-07 13:39 UTC (15+ messages)
` [PATCH v3 01/14] drivers/perf: arm_spe: Expose event filter
` [PATCH v3 02/14] perf arm_spe: Correct setting remote access
` [PATCH v3 03/14] perf arm_spe: Correct memory level for "
` [PATCH v3 04/14] perf arm_spe: Use full type for data_src
` [PATCH v3 05/14] perf arm_spe: Directly propagate raw event
` [PATCH v3 06/14] perf arm_spe: Decode event types for new features
` [PATCH v3 07/14] perf arm_spe: Add "event_filter" entry in meta data
` [PATCH v3 08/14] perf arm_spe: Refine memory level filling
` [PATCH v3 09/14] perf arm_spe: Separate setting of memory levels for loads and stores
` [PATCH v3 10/14] perf arm_spe: Fill memory levels for FEAT_SPEv1p4
` [PATCH v3 11/14] perf arm_spe: Improve CPU number retrieving in per-thread mode
` [PATCH v3 12/14] perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()
` [PATCH v3 13/14] perf arm_spe: Set HITM flag
` [PATCH v3 14/14] perf arm_spe: Allow parsing both data source and events
[PATCH RESEND 0/5] Remove remaining __get_unaligned_cpu32
2025-07-07 12:25 UTC (6+ messages)
` [PATCH RESEND 1/5] Replace __get_unaligned_cpu32 in jhash function
` [PATCH RESEND 2/5] Remove unaligned/packed_struct.h header
` [PATCH RESEND 3/5] tools: Replace __get_unaligned_cpu32 in jhash function
` [PATCH RESEND 4/5] tools: Remove unaligned/packed_struct.h header
` [PATCH RESEND 5/5] tools: Remove the check for packed_struct.h header
[PATCH] arc:kernel:perf_event.c : replaced sprintf with sysfs_emit()
2025-07-05 7:30 UTC
[PATCH v3 1/3] vdso: Switch get/put unaligned from packed struct to memcpy
2025-07-05 0:05 UTC (2+ messages)
[PATCHSET 0/8] perf sched: Fix various memory leaks
2025-07-04 17:55 UTC (2+ messages)
[PATCH v1] perf header: Fix pipe mode header dumping
2025-07-04 17:55 UTC (2+ messages)
[PATCH v1] perf tests make: Add NO_LIBDW=1 to minimal and add standalone test
2025-07-04 17:55 UTC (2+ messages)
[PATCH 0/3] perf/arm-ni: IRQ improvements
2025-07-04 17:47 UTC (6+ messages)
` [PATCH 3/3] perf/arm-ni: Support sharing IRQs within an NI instance
[PATCH] perf/arm-cmn: Reduce stack usage during discovery
2025-07-04 17:44 UTC (2+ messages)
[PATCH] perf/arm: Add missing .suppress_bind_attrs
2025-07-04 17:44 UTC (2+ messages)
[PATCH] perf/arm-cmn: Broaden module description for wider interconnect support
2025-07-04 17:44 UTC (2+ messages)
[PATCH][next] perf: imx9_perf: make the read-only array mask static const
2025-07-04 17:44 UTC (2+ 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;
as well as URLs for NNTP newsgroup(s).