summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/perf
Commit message (Expand)AuthorAgeFilesLines
* powerpc/hv-gpci: Add sysfs files inside hv-gpci device to show cpumaskKajol Jain2020-10-071-0/+18
* powerpc/perf/hv-gpci: Add cpu hotplug supportKajol Jain2020-10-071-0/+46
* powerpc/perf/hv-gpci: Fix starting index valueKajol Jain2020-10-071-3/+3
* powerpc/perf: Exclude pmc5/6 from the irrelevant PMU group constraintsAthira Rajeev2020-10-061-0/+10
* powerpc/perf: Add declarations to fix sparse warningsMichael Ellerman2020-09-187-1/+12
* Merge branch 'fixes' into nextMichael Ellerman2020-09-142-7/+16
|\
| * powerpc/perf: Fix reading of MSR[HV/PR] bits in trace-imcAthira Rajeev2020-08-271-2/+2
| * powerpc/perf: Fix crashes with generic_compat_pmu & BHRBAlexey Kardashevskiy2020-08-271-5/+14
* | powerpc/perf: consolidate GPCI hcall structs into asm/hvcall.hScott Cheloha2020-09-022-36/+0
* | powerpc/perf: Remove set but not used variable 'target'zhengbin2020-08-251-3/+0
|/
* powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driverKajol Jain2020-08-211-1/+10
* powerpc/perf: Fix soft lockups due to missed interrupt accountingAthira Rajeev2020-08-201-0/+4
* powerpc/perf: Add extended regs support for power10 platformAthira Rajeev2020-08-172-1/+17
* powerpc/perf: Add support for outputting extended regs in perf intr_regsAnju T Sudhakar2020-08-173-3/+38
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-0721-151/+849
|\
| * powerpc/perf: Consolidate perf_callchain_user_[64|32]()Michal Suchanek2020-07-303-30/+29
| * powerpc/perf: BHRB control to disable BHRB logic when not usedAthira Rajeev2020-07-222-4/+28
| * powerpc/perf: Add Power10 BHRB filter support for PERF_SAMPLE_BRANCH_IND_CALL...Athira Rajeev2020-07-221-2/+11
| * powerpc/perf: Ignore the BHRB kernel address filtering for P10Athira Rajeev2020-07-221-1/+4
| * powerpc/perf: power10 Performance Monitoring supportAthira Rajeev2020-07-227-11/+566
| * powerpc/perf: Add Power10 PMU feature to DT CPU featuresMadhavan Srinivasan2020-07-221-0/+1
| * powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan2020-07-221-0/+29
| * powerpc/perf: Update Power PMU cache_events to u64 typeAthira Rajeev2020-07-2210-10/+10
| * powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registersAthira Rajeev2020-07-229-92/+97
| * powerpc/perf: Add kernel support for new MSR[HV PR] bits in trace-imcAnju T Sudhakar2020-07-161-5/+24
| * powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show cpumaskKajol Jain2020-07-161-0/+8
| * powerpc/perf/hv-24x7: Add cpu hotplug supportKajol Jain2020-07-161-0/+46
* | powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin2020-07-271-0/+6
|/
* maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-173-3/+4
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0
* mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-081-3/+1
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-054-58/+107
|\
| * powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show processor detailsKajol Jain2020-05-281-0/+24
| * powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor detailsKajol Jain2020-05-281-0/+62
| * powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 ...Kajol Jain2020-05-281-10/+0
| * powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy2020-05-261-10/+0
| * powerpc: Use a datatype for instructionsJordan Niethe2020-05-191-2/+2
| * powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-4/+5
| * powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slowAneesh Kumar K.V2020-05-051-32/+14
* | powerpc/perf: open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-2/+2
|/
* Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-096-380/+543
|\
| * powerpc/perf: split callchain.c by bitnessMichal Suchanek2020-04-035-356/+394
| * powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-031-1/+7
| * powerpc/perf: consolidate valid_user_sp -> invalid_user_spMichal Suchanek2020-04-031-16/+10
| * powerpc/perf: consolidate read_user_stack_32Michal Suchanek2020-04-031-24/+24
| * powerpc/perf: Implement a global lock to avoid races between trace, core and ...Anju T Sudhakar2020-04-031-24/+149
* | perf/core: Add new branch sample type for HW index of raw branch recordsKan Liang2020-02-111-0/+1
|/
* powerpc/8xx: Use alternative scratch registers in DTLB miss handlerChristophe Leroy2020-01-271-4/+8
* powerpc: use probe_user_read() and probe_user_write()Christophe Leroy2020-01-262-24/+4