summaryrefslogtreecommitdiff
path: root/arch/powerpc/perf
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim1-2/+1
2023-01-11powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain1-70/+66
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-6/+63
2022-12-02powerpc/hv-gpci: Fix hv_gpci event listKajol Jain4-2/+58
2022-12-02powerpc: split validate_sp into two functionsNicholas Piggin1-3/+3
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin1-1/+1
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin1-1/+1
2022-12-02powerpc/perf: callchain validate kernel stack pointer boundsNicholas Piggin1-0/+1
2022-10-27perf: Rewrite core context handlingPeter Zijlstra1-4/+4
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+7
2022-09-28powerpc/perf: Fix branch_filter support for multiple filtersAthira Rajeev1-0/+17
2022-09-28powerpc/64: asm use consistent global variable declaration and accessNicholas Piggin1-1/+1
2022-09-28powerpc: Include all arch-specific syscall prototypesRohan McLure1-1/+1
2022-09-06perf: Use sample_flags for data_srcKan Liang1-1/+3
2022-09-06perf: Use sample_flags for weightKan Liang1-2/+3
2022-09-06perf: Use sample_flags for branch stackKan Liang1-0/+1
2022-09-05powerpc/perf: Add missing of_node_put()s in imc-pmu.cLiang He1-2/+8
2022-08-01powerpc/perf: Include caps feature for power10 DD1 versionAthira Rajeev1-0/+1
2022-07-27powerpc/perf: Use PVR rather than oprofile field to determine CPU versionRashmica Gupta12-33/+37
2022-07-18powerpc/perf: Add support for caps under sysfs in powerpcAthira Rajeev5-0/+71
2022-07-18powerpc/perf: Give generic PMU a nice nameJoel Stanley1-1/+1
2022-06-29powerpc/perf: Update MMCR2 to support event exclude_idleMadhavan Srinivasan2-0/+4
2022-06-28powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI ch...Athira Rajeev1-20/+15
2022-05-22powerpc/perf: Fix the threshold compare group constraint for power9Kajol Jain1-1/+2
2022-05-22powerpc/perf: Fix the threshold compare group constraint for power10Kajol Jain1-4/+5
2022-05-08powerpc: Add missing headersChristophe Leroy1-0/+1
2022-05-05powerpc: fix typos in commentsJulia Lawall4-9/+9
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman3-7/+7
2022-05-04powerpc/perf/24x7: use 'unsigned int' instead of 'unsigned'Jason Wang1-20/+20
2022-05-02powerpc/perf: Fix symbol undeclared warningWang Wensheng1-2/+2
2022-04-21powerpc/perf: Fix 32bit compileAlexey Kardashevskiy1-2/+2
2022-04-21powerpc/perf: Fix power10 event alternativesAthira Rajeev1-1/+1
2022-04-21powerpc/perf: Fix power9 event alternativesAthira Rajeev1-4/+4
2022-03-08powerpc: declare unmodified attribute_group usages constRohan McLure9-23/+23
2022-02-24powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin2-35/+1
2022-02-12powerpc: Use the newly added is_tsk_32bit_task() macroChristophe Leroy1-5/+3
2022-02-03powerpc/perf: Don't use perf_hw_context for trace IMC PMUAthira Rajeev1-1/+5
2022-01-24powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI...Athira Rajeev1-3/+14
2022-01-17powerpc/perf: Only define power_pmu_wants_prompt_pmi() for CONFIG_PPC64Athira Rajeev1-30/+28
2021-12-23powerpc/perf: Fix spelling of "its"Randy Dunlap1-1/+1
2021-12-23powerpc/perf: Add __init attribute to eligible functionsNick Child11-19/+19
2021-12-16powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...Nicholas Piggin1-0/+31