index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
kernel
/
perf_event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-12
ARM: 8255/1: perf: Prevent wraparound during overflow
Daniel Thompson
1
-2
/
+8
2014-12-13
ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-1
/
+1
2014-10-30
arm: perf: fold percpu_pmu into pmu_hw_events
Mark Rutland
1
-5
/
+9
2014-10-30
arm: perf: kill get_hw_events()
Mark Rutland
1
-3
/
+3
2014-10-30
arm: perf: limit size of accounting data
Mark Rutland
1
-3
/
+1
2014-10-30
arm: perf: use IDR types for CPU PMUs
Mark Rutland
1
-1
/
+5
2014-10-30
arm: perf: factor out callchain code
Mark Rutland
1
-131
/
+1
2014-08-05
Merge branch 'devel-stable' into for-next
Russell King
1
-2
/
+11
2014-07-18
ARM: 8071/1: perf: Make perf use arm_get_current_stackframe
Nikolay Borisov
1
-4
/
+1
2014-07-09
ARM: perf: disable the pagefault handler when reading from user space
Jean Pihet
1
-2
/
+7
2014-07-09
ARM: perf: Check that current->mm is alive before getting user callchain
Jean Pihet
1
-0
/
+4
2014-06-05
perf/ARM: Use common PMU interrupt disabled code
Vince Weaver
1
-1
/
+1
2014-02-21
ARM: perf: hook up perf_sample_event_took around pmu irq handling
Will Deacon
1
-2
/
+9
2014-02-21
ARM: perf: add hook for event index clearing
Stephen Boyd
1
-0
/
+2
2014-02-21
ARM: perf: support percpu irqs for the CPU PMU
Stephen Boyd
1
-3
/
+11
2013-12-17
Revert "ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT...
Will Deacon
1
-4
/
+0
2013-10-09
ARM: perf: fix group validation for mixed software and hardware groups
Will Deacon
1
-2
/
+1
2013-08-13
ARM: 7810/1: perf: Fix array out of bounds access in armpmu_map_hw_event()
Stephen Boyd
1
-1
/
+6
2013-08-13
ARM: 7809/1: perf: fix event validation for software group leaders
Will Deacon
1
-0
/
+3
2013-06-24
ARM: 7765/1: perf: Record the user-mode PC in the call chain.
Jed Davis
1
-0
/
+1
2013-04-17
ARM: 7698/1: perf: fix group validation when using enable_on_exec
Will Deacon
1
-1
/
+4
2013-03-07
ARM: 7667/1: perf: Fix section mismatch on armpmu_init()
Stephen Boyd
1
-1
/
+1
2013-03-04
ARM: 7664/1: perf: remove erroneous semicolon from event initialisation
Chen Gang
1
-1
/
+1
2013-01-18
ARM: perf: simplify __hw_perf_event_init err handling
Mark Rutland
1
-5
/
+3
2013-01-18
ARM: perf: remove unnecessary checks for idx < 0
Mark Rutland
1
-8
/
+0
2012-11-09
ARM: PMU: fix runtime PM enable
Jon Hunter
1
-0
/
+1
2012-11-09
ARM: perf: consistently use arm_pmu->name for PMU name
Will Deacon
1
-2
/
+2
2012-11-09
ARM: perf: consistently use struct perf_event in arm_pmu functions
Sudeep KarkadaNagesha
1
-25
/
+19
2012-11-09
ARM: perf: add guest vs host discrimination
Marc Zyngier
1
-0
/
+36
2012-10-18
ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD
Will Deacon
1
-0
/
+4
2012-08-23
ARM: perf: move irq registration into pmu implementation
Sudeep KarkadaNagesha
1
-60
/
+12
2012-08-23
ARM: perf: move CPU-specific PMU handling code into separate file
Will Deacon
1
-210
/
+1
2012-08-23
ARM: perf: prepare for moving CPU PMU code into separate file
Will Deacon
1
-42
/
+27
2012-08-23
ARM: perf: probe devicetree in preference to current CPU
Will Deacon
1
-84
/
+91
2012-08-23
ARM: perf: remove mysterious compiler barrier
Will Deacon
1
-1
/
+0
2012-08-23
ARM: pmu: remove unused reservation mechanism
Will Deacon
1
-8
/
+0
2012-08-23
ARM: perf: add devicetree bindings for 11MPcore, A5, A7 and A15 PMUs
Will Deacon
1
-1
/
+5
2012-08-23
ARM: PMU: Add runtime PM Support
Jon Hunter
1
-8
/
+33
2012-07-28
Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus
Russell King
1
-9
/
+6
2012-07-09
ARM: 7448/1: perf: remove arm_perf_pmu_ids global enumeration
Will Deacon
1
-9
/
+6
2012-07-05
ARM: 7441/1: perf: return -EOPNOTSUPP if requested mode exclusion is unavailable
Will Deacon
1
-1
/
+1
2012-03-30
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-0
/
+3
2012-03-24
ARM: 7315/1: perf: add support for the Cortex-A7 PMU
Will Deacon
1
-0
/
+3
2012-03-12
Merge branch 'perf/hw-branch-sampling' into perf/core
Ingo Molnar
1
-0
/
+4
2012-03-07
ARM: 7358/1: perf: add PMU hotplug notifier
Lorenzo Pieralisi
1
-0
/
+23
2012-03-07
ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling mode
Will Deacon
1
-11
/
+11
2012-03-05
perf: Disable PERF_SAMPLE_BRANCH_* when not supported
Stephane Eranian
1
-0
/
+4
2012-01-05
Merge branch 'devel-stable' into for-linus
Russell King
1
-10
/
+9
2011-12-06
ARM: 7185/1: perf: don't assign platform_device on unsupported CPUs
Will Deacon
1
-0
/
+3
2011-12-06
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
[next]