index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
arm-cci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-14
bus: arm-cci: remove unnecessary unreachable()
Stefan Agner
1
-2
/
+0
2018-03-06
perf/arm-cci: Untangle global cci_ctrl_base
Robin Murphy
1
-4
/
+13
2018-03-06
bus/arm-cci: Streamline devicetree handling a bit
Robin Murphy
1
-5
/
+2
2018-03-06
drivers/bus: Split Arm CCI driver
Robin Murphy
1
-1743
/
+2
2017-12-04
bus: arm-cci: Fix use of smp_processor_id() in preemptible context
Marc Zyngier
1
-2
/
+5
2017-08-16
bus: Convert to using %pOF instead of full_name
Rob Herring
1
-6
/
+6
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
1
-1
/
+1
2016-10-17
drivers: cci: add missing CCI port availability firmware check
Lorenzo Pieralisi
1
-0
/
+10
2016-10-04
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-27
/
+18
2016-09-08
arm-cci: pmu: Fix typo in event name
Suzuki K Poulose
1
-1
/
+1
2016-09-02
bus/arm-cci: Use cpu-hp's multi instance support instead custom list
Sebastian Andrzej Siewior
1
-27
/
+18
2016-07-14
bus/arm-cci: Convert to hotplug statemachine
Sebastian Andrzej Siewior
1
-30
/
+23
2016-03-01
arm-cci: remove unused variable
Will Deacon
1
-3
/
+0
2016-03-01
arm-cci: don't return value from void function
Will Deacon
1
-2
/
+2
2016-03-01
arm-cci: make private functions static
Will Deacon
1
-2
/
+2
2016-03-01
arm-cci: CoreLink CCI-550 PMU driver
Suzuki K Poulose
1
-1
/
+84
2016-03-01
arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMU
Suzuki K Poulose
1
-108
/
+112
2016-03-01
arm-cci: CCI-500: Work around PMU counter writes
Suzuki K Poulose
1
-0
/
+66
2016-03-01
arm-cci: Provide hook for writing to PMU counters
Suzuki K Poulose
1
-1
/
+10
2016-03-01
arm-cci: Add helper to enable PMU without synchornising counters
Suzuki K Poulose
1
-5
/
+10
2016-03-01
arm-cci: Add routines to save/restore all counters
Suzuki K Poulose
1
-0
/
+38
2016-03-01
arm-cci: Get the status of a counter
Suzuki K Poulose
1
-0
/
+6
2016-03-01
arm-cci: write_counter: Remove redundant check
Suzuki K Poulose
1
-10
/
+3
2016-03-01
arm-cci: Delay PMU counter writes to pmu::pmu_enable
Suzuki K Poulose
1
-5
/
+52
2016-03-01
arm-cci: Refactor CCI PMU enable/disable methods
Suzuki K Poulose
1
-10
/
+22
2016-03-01
arm-cci: Group writes to counter
Suzuki K Poulose
1
-0
/
+15
2016-03-01
arm-cci: fix handling cpumask_any_but return value
Andrzej Hajda
1
-1
/
+1
2016-03-01
arm-cci: simplify sysfs attr handling
Mark Rutland
1
-75
/
+25
2015-05-29
arm-cci: Add aliases for PMU events
Suzuki K. Poulose
1
-1
/
+295
2015-05-29
arm-cci: Add CCI-500 PMU support
Suzuki K. Poulose
1
-0
/
+133
2015-05-29
arm-cci: Sanitise CCI400 PMU driver specific code
Suzuki K. Poulose
1
-65
/
+92
2015-05-29
arm-cci: Abstract handling for CCI events
Suzuki K. Poulose
1
-23
/
+55
2015-05-29
arm-cci: Abstract out the PMU counter details
Suzuki K. Poulose
1
-30
/
+93
2015-05-29
arm-cci: Cleanup PMU driver code
Suzuki K. Poulose
1
-62
/
+80
2015-05-07
drivers: CCI: fix used_mask init in validate_group()
Mark Salter
1
-1
/
+1
2015-03-27
arm-cci: Fix CCI PMU event validation
Suzuki K. Poulose
1
-5
/
+7
2015-03-27
arm-cci: Split the code for PMU vs driver support
Suzuki K. Poulose
1
-4
/
+20
2015-03-27
arm-cci: Get rid of secure transactions for PMU driver
Suzuki K. Poulose
1
-1
/
+16
2015-03-27
arm-cci: Abstract the CCI400 PMU specific definitions
Suzuki K. Poulose
1
-60
/
+81
2015-03-27
arm-cci: Rearrange code for splitting PMU vs driver code
Suzuki K. Poulose
1
-163
/
+163
2015-03-27
drivers: cci: reject groups spanning multiple HW PMUs
Suzuki K. Poulose
1
-5
/
+14
2015-02-14
arm: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-2
/
+2
2015-01-17
drivers: bus: check cci device tree node status
Abhilash Kesavan
1
-0
/
+3
2014-10-30
bus: cci: move away from arm_pmu framework
Mark Rutland
1
-108
/
+444
2014-07-31
drivers: CCI: Correct use of ! and &
Himangi Saraogi
1
-1
/
+2
2014-02-25
drivers: cci: Export CCI PMU revision
Punit Agrawal
1
-2
/
+10
2014-02-25
drivers: cci: Extend support to CCI revisions > r1p2
Punit Agrawal
1
-9
/
+3
2014-02-01
drivers: bus: fix CCI driver kcalloc call parameters swap
Lorenzo Pieralisi
1
-1
/
+1
2013-11-14
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-2
/
+4
2013-10-19
ARM: cci driver need big endian fixes in asm code
Victor Kamensky
1
-2
/
+4
[next]