linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-08 11:23:54 to 2025-08-14 08:40:21 UTC [more...]

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-14  8:39 UTC  (36+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits

[PATCH 00/19] perf: Rework event_init checks
 2025-08-14  8:04 UTC  (22+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 03/19] perf/imx8_ddr: "
` [PATCH 04/19] perf/starfive: "
` [PATCH 05/19] iommu/vt-d: Fix perfmon "
` [PATCH 06/19] ARM: l2x0: Fix "
` [PATCH 07/19] ARM: imx: Fix MMDC PMU "
` [PATCH 08/19] perf/arm_smmu_v3: Improve "
` [PATCH 09/19] perf/qcom: "
` [PATCH 10/19] perf/arm-ni: Improve event validation
` [PATCH 11/19] perf/arm-cci: Tidy up "
` [PATCH 12/19] perf: Ignore event state for group validation
` [PATCH 13/19] perf: Add helper for checking grouped events
` [PATCH 14/19] perf: Clean up redundant group validation
` [PATCH 15/19] perf: Simplify "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events
` [PATCH 19/19] perf: Garbage-collect event_init checks

[PATCHv2 bpf] bpf: Check the helper function is valid in get_helper_proto
 2025-08-14  7:29 UTC  (3+ messages)

[PATCH 0/5] perf trace: Fix parallel execution
 2025-08-14  7:17 UTC  (6+ messages)
` [PATCH 1/5] perf trace: use standard syscall tracepoint structs for augmentation
` [PATCH 2/5] perf trace: Split unaugmented sys_exit program
` [PATCH 3/5] perf trace: Do not return 0 from syscall tracepoint BPF
` [PATCH 4/5] perf trace: Remove unused code
` [PATCH 5/5] perf test: Remove exclusive tag from perf trace tests

[PATCH] perf drm_pmu: Prevent resource leak in for_each_drm_fdinfo_in_dir()
 2025-08-14  6:06 UTC 

[PATCH 6.16 000/627] 6.16.1-rc1 review
 2025-08-14  1:27 UTC  (8+ messages)

[PATCH v4 10/23] KVM: arm64: Writethrough trapped PMEVTYPER register
 2025-08-13 22:01 UTC  (2+ messages)

[PATCH] perf test: Add test case for event group throttling with inactive events
 2025-08-13 16:32 UTC 

[PATCH] perf branch: Fix heap out-of-bounds write in branch_type_count()
 2025-08-13 14:20 UTC  (3+ messages)

[PATCH 0/3] perf test: Extend branch stack sampling test for arm64 BRBE
 2025-08-13 13:38 UTC  (4+ messages)
` [PATCH 1/3] perf test: Refactor brstack test
` [PATCH 2/3] perf test: Add syscall and address tests to "
` [PATCH 3/3] perf test: Extend branch stack sampling test for Arm64 BRBE

Regression: perf script report flamegraph dumps core
 2025-08-13 13:24 UTC 

perf probe fails to add events due to "File exists"
 2025-08-13 12:27 UTC 

[PATCH v7 0/4] Add support for long task name
 2025-08-13 10:29 UTC  (16+ messages)
` [PATCH v7 1/4] exec: Remove obsolete comments
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v7 4/4] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
 2025-08-13 10:01 UTC  (12+ messages)
` [PATCH v5 15/44] KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRs
` [PATCH v5 17/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
` [PATCH v5 20/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
` [PATCH v5 33/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
` [PATCH v5 38/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active

[PATCH] drivers: perf: use us_to_ktime() where appropriate
 2025-08-13  8:32 UTC 

[PATCH bpf] bpf: Check the helper function is valid in get_helper_proto
 2025-08-13  8:27 UTC  (3+ messages)

[PATCH v5 0/7] arm64: Enable UPROBES with GCS
 2025-08-13  6:12 UTC  (10+ messages)
` [PATCH v5 1/7] arm64: probes: Break ret out from bl/blr
` [PATCH v5 2/7] arm64: uaccess: Move existing GCS accessors definitions to gcs.h
` [PATCH v5 3/7] arm64: uaccess: Add additional userspace GCS accessors
` [PATCH v5 4/7] arm64: probes: Add GCS support to bl/blr/ret
` [PATCH v5 5/7] arm64: uprobes: Add GCS support to uretprobes
` [PATCH v5 6/7] arm64: Kconfig: Remove GCS restrictions on UPROBES
` [PATCH v5 7/7] uprobes: uprobe_warn should use passed task

[PATCH v2] perf drm_pmu: fix fd_dir leaks in for_each_drm_fdinfo_in_dir()
 2025-08-13  3:34 UTC 

[PATCH v3] perf: Avoid undefined behavior from stopping/starting inactive events
 2025-08-12 23:51 UTC  (2+ messages)

[PATCH 0/6] KVM: Export KVM-internal symbols for sub-modules only
 2025-08-12 19:40 UTC  (3+ messages)
` [PATCH 1/6] KVM: s390/vfio-ap: Use kvm_is_gpa_in_memslot() instead of open coded equivalent

[Patch v2 0/6] x86 perf bug fixes and optimization
 2025-08-12 18:16 UTC  (12+ messages)
` [Patch v2 1/6] perf/x86/intel: Use early_initcall() to hook bts_init()
` [Patch v2 2/6] perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
` [Patch v2 3/6] perf/x86: Check if cpuc->events[*] pointer exists before accessing it
` [Patch v2 4/6] perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flag
` [Patch v2 5/6] perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48)
` [Patch v2 6/6] perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASK

[PATCH] dt-bindings: perf: Convert apm,xgene-pmu to DT schema
 2025-08-12 18:14 UTC 

[PATCH] perf drm_pmu: fix fd_dir leaks in for_each_drm_fdinfo_in_dir()
 2025-08-12 13:46 UTC  (2+ messages)

[PATCH v2] perf: Avoid undefined behavior from stopping/starting inactive events
 2025-08-12 13:40 UTC  (3+ messages)

[PATCH] perf parse-events: Fix potential null pointer dereference in __add_event()
 2025-08-12  9:22 UTC  (2+ messages)

[PATCH 0/2] perf python: Add an example for sampling
 2025-08-12  5:22 UTC  (2+ messages)

[RFC PATCH v1] perf trace: Mitigate failures in parallel perf trace instances
 2025-08-11 20:15 UTC  (7+ messages)

[PATCH v2] perf/core: Replace memset(0) + strscpy() with strscpy_pad()
 2025-08-11 18:29 UTC  (2+ messages)

[PATCH] perf: Fix the POLL_HUP delivery breakage
 2025-08-11 18:26 UTC 

[PATCH V4 00/16] perf: Fix the throttle logic for group
 2025-08-11 14:02 UTC  (6+ messages)
` [PATCH V4 07/16] s390/perf: Remove driver-specific throttle support

[PATCH v8 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
 2025-08-11 13:54 UTC  (22+ messages)
` [PATCH v8 01/21] dt-bindings: arm: pmu: Add Apple A7-A11 SoC CPU PMU compatibles
` [PATCH v8 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
` [PATCH v8 03/21] drivers/perf: apple_m1: Support per-implementation event tables
` [PATCH v8 04/21] drivers/perf: apple_m1: Support a per-implementation number of counters
` [PATCH v8 05/21] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0
` [PATCH v8 06/21] drivers/perf: apple_m1: Support per-implementation PMU startup
` [PATCH v8 07/21] drivers/perf: apple_m1: Support per-implementation event attr group
` [PATCH v8 08/21] drivers/perf: apple_m1: Add Apple A7 support
` [PATCH v8 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH v8 10/21] drivers/perf: apple_m1: Add A9/A9X support
` [PATCH v8 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH v8 12/21] drivers/perf: apple_m1: Add Apple A11 Support
` [PATCH v8 13/21] arm64: dts: apple: s5l8960x: Add CPU PMU nodes
` [PATCH v8 14/21] arm64: dts: apple: t7000: "
` [PATCH v8 15/21] arm64: dts: apple: t7001: "
` [PATCH v8 16/21] arm64: dts: apple: s800-0-3: "
` [PATCH v8 17/21] arm64: dts: apple: s8001: "
` [PATCH v8 18/21] arm64: dts: apple: t8010: "
` [PATCH v8 19/21] arm64: dts: apple: t8011: "
` [PATCH v8 20/21] arm64: dts: apple: t8012: "
` [PATCH v8 21/21] arm64: dts: apple: t8015: "

[PATCH 0/8] riscv: add initial support for hardware breakpoints
 2025-08-11  9:41 UTC  (3+ messages)
` [PATCH 5/8] riscv: hw_breakpoint: Use icount for single stepping

[PATCH] perf/core: Replace memset(0) + strscpy() with strscpy_pad()
 2025-08-11  9:16 UTC 

[Patch v2 0/6] Perf kvm commands bug fix
 2025-08-11  5:55 UTC  (7+ messages)
` [Patch v2 1/6] perf tools kvm: Add missed memory allocation check and free
` [Patch v2 2/6] perf tools kwork: "
` [Patch v2 3/6] perf tools kvm: Fix the potential out of range memory access issue
` [Patch v2 4/6] perf tools: Add helper x86__is_intel_cpu()
` [Patch v2 5/6] perf tools kvm: Use "cycles" to sample guest for "kvm record" on Intel
` [Patch v2 6/6] perf tools kvm: Use "cycles" to sample guest for "kvm top" "

[PATCH 0/5] Perf kvm commands bug fix
 2025-08-11  5:35 UTC  (6+ messages)
` [PATCH 4/5] perf tools kvm: Use "cycles" to sample guest for "kvm record" on Intel

[PATCH] perf auxtrace: Avoid redundant NULL check in auxtrace_mmap_params__set_idx()
 2025-08-10 16:08 UTC  (2+ messages)

[PATCH] perf tools: Remove a pointless check
 2025-08-08 22:26 UTC 

[PATCH] perf: use standard syscall tracepoint structs for augmentation
 2025-08-08 22:21 UTC  (4+ messages)

[PATCH] perf session: Fix handling when buffer exceeds 2 GiB
 2025-08-08 13:24 UTC 

[PATCH v6 00/12] perf: arm_spe: Armv8.8 SPE features
 2025-08-08 12:39 UTC  (10+ messages)
` [PATCH v6 06/12] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v6 07/12] KVM: arm64: Add trap configs for PMSDSFR_EL1
` [PATCH v6 08/12] perf: Add perf_event_attr::config4
` [PATCH v6 09/12] perf: arm_spe: Add support for filtering on data source
` [PATCH v6 10/12] tools headers UAPI: Sync linux/perf_event.h with the kernel sources
` [PATCH v6 11/12] perf tools: Add support for perf_event_attr::config4
` [PATCH v6 12/12] perf docs: arm-spe: Document new SPE filtering features

[PATCH v3 0/6] perf auxtrace: Support AUX pause and resume with BPF
 2025-08-08 11:47 UTC  (5+ messages)


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).