summaryrefslogtreecommitdiff
path: root/arch/powerpc/perf
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-8/+7
2025-05-21powerpc/perf: Remove driver-specific throttle supportKan Liang2-6/+3
2025-04-16powerpc/kvm-hv-pmu: Add perf-events for Hostwide countersVaibhav Jain1-1/+91
2025-04-16powerpc/kvm-hv-pmu: Implement GSB message-ops for hostwide countersVaibhav Jain1-0/+207
2025-04-16kvm powerpc/book3s-apiv2: Introduce kvm-hv specific PMUVaibhav Jain2-0/+140
2025-04-09perf/arch: Record sample last_period before updating on the x86 and PowerPC p...Mark Barnett2-2/+4
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2025-03-28Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-3/+36
2025-03-17perf: Supply task information to sched_task()Kan Liang1-2/+6
2025-03-07powerpc/perf: Fix ref-counting on the PMU 'vpa_pmu'Vaibhav Jain1-0/+1
2025-02-21powerpc/perf/hv-24x7: Constify 'struct bin_attribute'Thomas Weißschuh1-4/+4
2025-02-11arch/powerpc/perf: Update get_mem_data_src function to use saved values of si...Athira Rajeev1-2/+12
2025-02-11arch/powerpc/perf: Check the instruction type before creating sample with per...Athira Rajeev2-1/+23
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-0/+205
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2024-11-19powerpc/perf: Add per-task/process monitoring to vpa_pmu driverKajol Jain1-3/+12
2024-11-19powerpc/perf: Add perf interface to expose vpa countersKajol Jain2-0/+196
2024-11-14perf/powerpc: Use perf_arch_instruction_pointer()Colton Lewis3-3/+3
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis1-2/+2
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2-2/+2
2024-06-17powerpc/perf: Set cpumode flags using sample addressAnjali K2-27/+21
2024-05-04driver core: Add device_show_string() helper for sysfs attributesLukas Wunner1-10/+0
2024-03-03powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checksKajol Jain1-2/+27
2024-02-22powerpc: Use user_mode() macro when possibleChristophe Leroy1-1/+1
2024-02-21powerpc/perf: Power11 Performance Monitoring supportMadhavan Srinivasan3-0/+30
2024-01-09Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-12-13powerpc/imc-pmu: Add a null pointer check in update_events_in_group()Kunwu Chan1-0/+6
2023-12-13powerpc/hv-gpci: Add return value check in affinity_domain_via_partition_show...Kajol Jain1-0/+3
2023-11-15Merge branch 'tip/perf/urgent'Peter Zijlstra4-27/+39
2023-10-27perf: Add branch stack countersKan Liang1-1/+1
2023-10-20powerpc/perf: Fix disabling BHRB and instruction samplingNicholas Piggin1-3/+2
2023-10-20powerpc/imc-pmu: Use the correct spinlock initializer.Sebastian Andrzej Siewior1-1/+1
2023-10-19powerpc/perf: Optimize find_alternatives_list() using binary searchKuan-Wei Chiu1-17/+29
2023-10-19powerpc: Annotate endianness of various variables and functionsBenjamin Gray2-5/+6
2023-10-19powerpc: Use NULL instead of 0 for null pointersBenjamin Gray1-1/+1
2023-09-18powerpc/perf/hv-24x7: Update domain value checkKajol Jain1-1/+1
2023-08-18powerpc/perf: Convert fsl_emb notifier to state machine callbacksChristophe Leroy1-3/+5
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain1-1/+159
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain1-1/+79
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain1-2/+84
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor confi...Kajol Jain1-14/+152
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus t...Kajol Jain1-2/+179
2023-03-30powerpc/perf: Properly detect mpc7450 familyChristophe Leroy1-3/+3
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-28/+16
2023-02-21Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2023-02-13powerpc/pseries/hv-24x7: convert to papr_sysparm APINathan Lynch1-23/+16
2023-02-13powerpc/perf/hv-24x7: add missing RTAS retry status handlingNathan Lynch1-24/+18
2023-02-12Merge branch 'fixes' into nextMichael Ellerman1-63/+59
2023-02-10powerpc/hv-24x7: Fix pvr check when setting interface versionKajol Jain1-1/+2
2023-01-31powerpc/imc-pmu: Revert nest_init_lock to being a mutexMichael Ellerman1-7/+7