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
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_cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-28
arm: perf: unify perf_event{,_cpu}.c
Mark Rutland
1
-363
/
+0
2015-05-28
arm: perf: factor out armv7 pmu driver
Mark Rutland
1
-53
/
+0
2015-05-28
arm: perf: factor out armv6 pmu driver
Mark Rutland
1
-9
/
+0
2015-05-28
arm: perf: factor out xscale pmu driver
Mark Rutland
1
-4
/
+0
2015-05-28
arm: perf: share arm_pmu_device_probe
Mark Rutland
1
-6
/
+14
2015-05-28
arm: perf: kill off unused pm callbacks
Mark Rutland
1
-1
/
+0
2015-05-27
arm: perf: remove singleton PMU restriction
Mark Rutland
1
-15
/
+12
2015-05-27
arm: perf: treat PMUs as CPU affine
Mark Rutland
1
-3
/
+12
2015-05-27
arm: perf: make of_pmu_irq_cfg take arm_pmu
Mark Rutland
1
-3
/
+4
2015-03-24
ARM: pmu: add support for interrupt-affinity property
Will Deacon
1
-7
/
+62
2015-03-17
ARM: perf: Add support for Scorpion PMUs
Stephen Boyd
1
-0
/
+2
2015-02-19
ARM: make of_device_ids const
Uwe Kleine-König
1
-1
/
+1
2014-10-30
arm: perf: fold hotplug notifier into arm_pmu
Mark Rutland
1
-35
/
+34
2014-10-30
arm: perf: dynamically allocate cpu hardware data
Mark Rutland
1
-8
/
+25
2014-10-30
arm: perf: fold percpu_pmu into pmu_hw_events
Mark Rutland
1
-6
/
+8
2014-10-30
arm: perf: kill get_hw_events()
Mark Rutland
1
-6
/
+1
2014-10-30
arm: perf: limit size of accounting data
Mark Rutland
1
-4
/
+0
2014-10-30
arm: perf: use IDR types for CPU PMUs
Mark Rutland
1
-1
/
+1
2014-10-30
arm: perf: make PMU probing data-driven
Mark Rutland
1
-32
/
+18
2014-10-30
arm: perf: add missing pr_info newlines
Mark Rutland
1
-4
/
+4
2014-10-30
ARM: perf: use pr_* instead of printk
Will Deacon
1
-1
/
+1
2014-10-03
Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...
Russell King
1
-12
/
+6
2014-09-26
ARM: 8152/1: Convert pr_warning to pr_warn
Joe Perches
1
-2
/
+2
2014-09-16
ARM: 8149/1: perf: Don't sleep while atomic when enabling per-cpu interrupts
Stephen Boyd
1
-10
/
+4
2014-08-05
Merge branch 'devel-stable' into for-next
Russell King
1
-3
/
+10
2014-07-18
ARM: make it easier to check the CPU part number correctly
Russell King
1
-28
/
+27
2014-07-02
arm: perf: add more specific platform device IDs
Mark Rutland
1
-0
/
+3
2014-07-02
arm: perf: clean up PMU names
Mark Rutland
1
-3
/
+7
2014-06-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+6
2014-06-05
perf/ARM: Use common PMU interrupt disabled code
Vince Weaver
1
-2
/
+6
2014-05-26
ARM: 8054/1: perf: add support for the Cortex-A17 PMU
Will Deacon
1
-0
/
+1
2014-02-21
ARM: perf: add support for the Cortex-A12 PMU
Albin Tonnerre
1
-0
/
+1
2014-02-21
ARM: perf: remove unused PMU probing code
Mark Rutland
1
-9
/
+0
2014-02-21
ARM: perf: add basic support for Krait CPU PMUs
Stephen Boyd
1
-0
/
+1
2014-02-21
ARM: perf: assign pdev pointer earlier for CPU PMUs
Stephen Boyd
1
-2
/
+3
2014-02-21
ARM: perf: support percpu irqs for the CPU PMU
Stephen Boyd
1
-28
/
+69
2014-01-11
ARM: 7937/1: perf_event: Silence sparse warning
Stephen Boyd
1
-1
/
+1
2013-10-29
ARM: 7862/1: pcpu: replace __get_cpu_var_uses
Christoph Lameter
1
-1
/
+1
2013-08-20
ARM: 7813/1: Mark pmu interupt IRQF_NO_THREAD
Thomas Gleixner
1
-1
/
+2
2013-07-15
arm: delete __cpuinit/__CPUINIT usage from all ARM users
Paul Gortmaker
1
-3
/
+3
2013-01-18
ARM: perf: handle armpmu_register failing
Mark Rutland
1
-5
/
+10
2013-01-14
ARM: perf: remove redundant NULL check on cpu_pmu
Will Deacon
1
-1
/
+1
2013-01-11
ARM: Use implementor and part defines from cputype.h
Christoffer Dall
1
-18
/
+16
2013-01-04
ARM: drivers: remove __dev* attributes.
Greg Kroah-Hartman
1
-5
/
+5
2012-11-09
ARM: perf: consistently use arm_pmu->name for PMU name
Will Deacon
1
-2
/
+2
2012-11-09
ARM: perf: return NOTIFY_DONE from cpu notifier when no available PMU
Will Deacon
1
-0
/
+2
2012-11-09
ARM: perf: register cpu_notifier at driver init
Mark Rutland
1
-2
/
+11
2012-11-09
ARM: perf: consistently use struct perf_event in arm_pmu functions
Sudeep KarkadaNagesha
1
-4
/
+4
2012-11-09
ARM: perf: allocate CPU PMU dynamically at probe time
Sudeep KarkadaNagesha
1
-17
/
+30
2012-08-23
ARM: perf: move irq registration into pmu implementation
Sudeep KarkadaNagesha
1
-1
/
+65
[next]