index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-23
powerpc/perf: Fix spelling of "its"
Randy Dunlap
1
-1
/
+1
2021-12-23
powerpc/perf: Add __init attribute to eligible functions
Nick Child
11
-19
/
+19
2021-12-16
powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...
Nicholas Piggin
1
-0
/
+31
2021-12-16
powerpc/perf: Add data source encodings for power10 platform
Kajol Jain
1
-12
/
+42
2021-12-16
powerpc/perf: Add encodings to represent data based on newer composite PERF_M...
Kajol Jain
1
-3
/
+3
2021-12-09
powerpc/inst: Define ppc_inst_t
Christophe Leroy
1
-1
/
+1
2021-11-30
powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an over...
Athira Rajeev
1
-1
/
+57
2021-11-24
powerpc/64s: Implement PMU override command line option
Nicholas Piggin
1
-0
/
+35
2021-11-05
Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-17
/
+39
2021-11-01
Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-5
/
+23
2021-10-19
powerpc/perf: Fix data source encodings for L2.1 and L3.1 accesses
Kajol Jain
2
-5
/
+23
2021-10-14
powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10
Athira Rajeev
2
-17
/
+35
2021-10-12
powerpc/perf: Expose instruction and data address registers as part of extend...
Athira Rajeev
1
-0
/
+4
2021-08-25
powerpc/perf: Fix the check for SIAR value
Kajol Jain
1
-7
/
+1
2021-08-25
powerpc/perf: Drop the case of returning 0 as instruction pointer
Kajol Jain
1
-2
/
+0
2021-08-25
powerpc/perf: Use stack siar instead of mfspr
Kajol Jain
1
-1
/
+1
2021-08-20
powerpc/perf/hv-gpci: Fix counter value parsing
Kajol Jain
1
-1
/
+1
2021-08-04
powerpc/64s/perf: Always use SIAR for kernel interrupts
Nicholas Piggin
1
-0
/
+9
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-43
/
+139
2021-06-25
powerpc/pmu: Make the generic compat PMU use the architected events
Paul Mackerras
1
-36
/
+134
2021-06-18
powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not set
Athira Rajeev
1
-1
/
+1
2021-06-17
powerpc: make stack walking KASAN-safe
Daniel Axtens
1
-1
/
+1
2021-06-17
powerpc: Don't use 'struct ppc_inst' to reference instruction location
Christophe Leroy
1
-2
/
+2
2021-06-15
powerpc/perf: Simplify Makefile
Christophe Leroy
1
-4
/
+2
2021-04-23
powerpc/perf: Fix the threshold event selection for memory events in power10
Athira Rajeev
1
-2
/
+2
2021-04-23
powerpc/perf: Fix sampled instruction type for larx/stcx
Athira Rajeev
2
-5
/
+34
2021-04-20
powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT...
Athira Rajeev
3
-6
/
+33
2021-04-19
powerpc/perf: Add platform specific check_attr_config
Madhavan Srinivasan
4
-0
/
+70
2021-04-17
powerpc/traps: Enhance readability for trap types
Xiongwei Song
1
-2
/
+3
2021-04-14
powerpc/perf: Infrastructure to support checking of attr.config*
Madhavan Srinivasan
1
-0
/
+11
2021-04-14
powerpc/perf/hv-24x7: Make some symbols static
Bixuan Cui
1
-5
/
+5
2021-04-14
powerpc/perf: Make symbol 'isa207_pmu_format_attr' static
Bixuan Cui
1
-1
/
+1
2021-04-08
powerpc/perf: Fix PMU constraint check for EBB events
Athira Rajeev
1
-2
/
+2
2021-03-02
powerpc/perf: Fix handling of privilege level checks in perf interrupt context
Athira Rajeev
1
-2
/
+2
2021-02-22
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
13
-108
/
+157
2021-02-11
powerpc/perf: Adds support for programming of Thresholding in P10
Kajol Jain
10
-32
/
+99
2021-02-09
powerpc/perf: Record counter overflow always if SAMPLE_IP is unset
Athira Rajeev
1
-4
/
+15
2021-02-09
powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regs
Athira Rajeev
2
-9
/
+15
2021-02-09
powerpc/perf: Include PMCs as part of per-cpu cpuhw_events struct
Athira Rajeev
1
-6
/
+12
2021-02-09
powerpc/perf: move perf irq/nmi handling details into traps.c
Nicholas Piggin
2
-58
/
+2
2021-02-01
perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
1
-1
/
+1
2021-01-30
powerpc/perf/hv-24x7: Dont create sysfs event files for dummy events
Kajol Jain
1
-0
/
+15
2020-12-17
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
9
-40
/
+309
2020-12-16
Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2020-12-15
powerpc/perf: Fix Threshold Event Counter Multiplier width for P10
Madhavan Srinivasan
2
-0
/
+7
2020-12-10
powerpc/perf: Exclude kernel samples while counting events in user space.
Athira Rajeev
1
-0
/
+10
2020-12-09
powerpc/ppc-opcode: Add PPC_RAW_MFSPR()
Christophe Leroy
1
-4
/
+1
2020-12-09
powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exception
Christophe Leroy
1
-12
/
+7
2020-12-09
powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exception
Christophe Leroy
1
-2
/
+2
2020-12-04
powerpc/perf: MMCR0 control for PMU registers under PMCC=00
Athira Rajeev
2
-0
/
+12
[next]