aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07powerpc/hv-gpci: Add sysfs files inside hv-gpci device to show cpumaskKajol Jain1-0/+18
2020-10-07powerpc/perf/hv-gpci: Add cpu hotplug supportKajol Jain1-0/+46
2020-10-07powerpc/perf/hv-gpci: Fix starting index valueKajol Jain1-3/+3
2020-10-06powerpc/perf: Exclude pmc5/6 from the irrelevant PMU group constraintsAthira Rajeev1-0/+10
2020-09-18powerpc/perf: Add declarations to fix sparse warningsMichael Ellerman7-1/+12
2020-09-14Merge branch 'fixes' into nextMichael Ellerman2-7/+16
2020-09-02powerpc/perf: consolidate GPCI hcall structs into asm/hvcall.hScott Cheloha2-36/+0
2020-08-27powerpc/perf: Fix reading of MSR[HV/PR] bits in trace-imcAthira Rajeev1-2/+2
2020-08-27powerpc/perf: Fix crashes with generic_compat_pmu & BHRBAlexey Kardashevskiy1-5/+14
2020-08-25powerpc/perf: Remove set but not used variable 'target'zhengbin1-3/+0
2020-08-21powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driverKajol Jain1-1/+10
2020-08-20powerpc/perf: Fix soft lockups due to missed interrupt accountingAthira Rajeev1-0/+4
2020-08-17powerpc/perf: Add extended regs support for power10 platformAthira Rajeev2-1/+17
2020-08-17powerpc/perf: Add support for outputting extended regs in perf intr_regsAnju T Sudhakar3-3/+38
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds21-151/+849
2020-07-30powerpc/perf: Consolidate perf_callchain_user_[64|32]()Michal Suchanek3-30/+29
2020-07-27powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin1-0/+6
2020-07-22powerpc/perf: BHRB control to disable BHRB logic when not usedAthira Rajeev2-4/+28
2020-07-22powerpc/perf: Add Power10 BHRB filter support for PERF_SAMPLE_BRANCH_IND_CALL/CONDAthira Rajeev1-2/+11
2020-07-22powerpc/perf: Ignore the BHRB kernel address filtering for P10Athira Rajeev1-1/+4
2020-07-22powerpc/perf: power10 Performance Monitoring supportAthira Rajeev7-11/+566
2020-07-22powerpc/perf: Add Power10 PMU feature to DT CPU featuresMadhavan Srinivasan1-0/+1
2020-07-22powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan1-0/+29
2020-07-22powerpc/perf: Update Power PMU cache_events to u64 typeAthira Rajeev10-10/+10
2020-07-22powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registersAthira Rajeev9-92/+97
2020-07-16powerpc/perf: Add kernel support for new MSR[HV PR] bits in trace-imcAnju T Sudhakar1-5/+24
2020-07-16powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show cpumaskKajol Jain1-0/+8
2020-07-16powerpc/perf/hv-24x7: Add cpu hotplug supportKajol Jain1-0/+46
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig3-3/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-1/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport3-3/+0
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder1-3/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-58/+107
2020-05-28powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show processor detailsKajol Jain1-0/+24
2020-05-28powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor detailsKajol Jain1-0/+62
2020-05-28powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events runKajol Jain1-10/+0
2020-05-26powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy1-10/+0
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe1-2/+2
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-4/+5
2020-05-05powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slowAneesh Kumar K.V1-32/+14
2020-04-16powerpc/perf: open access for CAP_PERFMON privileged processAlexey Budankov1-2/+2
2020-04-09Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-380/+543
2020-04-03powerpc/perf: split callchain.c by bitnessMichal Suchanek5-356/+394
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek1-1/+7
2020-04-03powerpc/perf: consolidate valid_user_sp -> invalid_user_spMichal Suchanek1-16/+10
2020-04-03powerpc/perf: consolidate read_user_stack_32Michal Suchanek1-24/+24
2020-04-03powerpc/perf: Implement a global lock to avoid races between trace, core and thread imc events.Anju T Sudhakar1-24/+149
2020-02-11perf/core: Add new branch sample type for HW index of raw branch recordsKan Liang1-0/+1
2020-01-27powerpc/8xx: Use alternative scratch registers in DTLB miss handlerChristophe Leroy1-4/+8
2020-01-26powerpc: use probe_user_read() and probe_user_write()Christophe Leroy2-24/+4