index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
arm-cci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bus: arm-cci: remove unnecessary unreachable()
Stefan Agner
2018-05-14
1
-2
/
+0
*
perf/arm-cci: Untangle global cci_ctrl_base
Robin Murphy
2018-03-06
1
-4
/
+13
*
bus/arm-cci: Streamline devicetree handling a bit
Robin Murphy
2018-03-06
1
-5
/
+2
*
drivers/bus: Split Arm CCI driver
Robin Murphy
2018-03-06
1
-1743
/
+2
*
bus: arm-cci: Fix use of smp_processor_id() in preemptible context
Marc Zyngier
2017-12-04
1
-2
/
+5
*
bus: Convert to using %pOF instead of full_name
Rob Herring
2017-08-16
1
-6
/
+6
*
cpu/hotplug: Cleanup state names
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
drivers: cci: add missing CCI port availability firmware check
Lorenzo Pieralisi
2016-10-17
1
-0
/
+10
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-10-03
1
-27
/
+18
|
\
|
*
bus/arm-cci: Use cpu-hp's multi instance support instead custom list
Sebastian Andrzej Siewior
2016-09-02
1
-27
/
+18
*
|
arm-cci: pmu: Fix typo in event name
Suzuki K Poulose
2016-09-07
1
-1
/
+1
|
/
*
bus/arm-cci: Convert to hotplug statemachine
Sebastian Andrzej Siewior
2016-07-14
1
-30
/
+23
*
arm-cci: remove unused variable
Will Deacon
2016-02-29
1
-3
/
+0
*
arm-cci: don't return value from void function
Will Deacon
2016-02-29
1
-2
/
+2
*
arm-cci: make private functions static
Will Deacon
2016-02-29
1
-2
/
+2
*
arm-cci: CoreLink CCI-550 PMU driver
Suzuki K Poulose
2016-02-29
1
-1
/
+84
*
arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMU
Suzuki K Poulose
2016-02-29
1
-108
/
+112
*
arm-cci: CCI-500: Work around PMU counter writes
Suzuki K Poulose
2016-02-29
1
-0
/
+66
*
arm-cci: Provide hook for writing to PMU counters
Suzuki K Poulose
2016-02-29
1
-1
/
+10
*
arm-cci: Add helper to enable PMU without synchornising counters
Suzuki K Poulose
2016-02-29
1
-5
/
+10
*
arm-cci: Add routines to save/restore all counters
Suzuki K Poulose
2016-02-29
1
-0
/
+38
*
arm-cci: Get the status of a counter
Suzuki K Poulose
2016-02-29
1
-0
/
+6
*
arm-cci: write_counter: Remove redundant check
Suzuki K Poulose
2016-02-29
1
-10
/
+3
*
arm-cci: Delay PMU counter writes to pmu::pmu_enable
Suzuki K Poulose
2016-02-29
1
-5
/
+52
*
arm-cci: Refactor CCI PMU enable/disable methods
Suzuki K Poulose
2016-02-29
1
-10
/
+22
*
arm-cci: Group writes to counter
Suzuki K Poulose
2016-02-29
1
-0
/
+15
*
arm-cci: fix handling cpumask_any_but return value
Andrzej Hajda
2016-02-29
1
-1
/
+1
*
arm-cci: simplify sysfs attr handling
Mark Rutland
2016-02-29
1
-75
/
+25
*
arm-cci: Add aliases for PMU events
Suzuki K. Poulose
2015-05-29
1
-1
/
+295
*
arm-cci: Add CCI-500 PMU support
Suzuki K. Poulose
2015-05-29
1
-0
/
+133
*
arm-cci: Sanitise CCI400 PMU driver specific code
Suzuki K. Poulose
2015-05-29
1
-65
/
+92
*
arm-cci: Abstract handling for CCI events
Suzuki K. Poulose
2015-05-29
1
-23
/
+55
*
arm-cci: Abstract out the PMU counter details
Suzuki K. Poulose
2015-05-29
1
-30
/
+93
*
arm-cci: Cleanup PMU driver code
Suzuki K. Poulose
2015-05-29
1
-62
/
+80
*
drivers: CCI: fix used_mask init in validate_group()
Mark Salter
2015-05-07
1
-1
/
+1
*
arm-cci: Fix CCI PMU event validation
Suzuki K. Poulose
2015-03-27
1
-5
/
+7
*
arm-cci: Split the code for PMU vs driver support
Suzuki K. Poulose
2015-03-27
1
-4
/
+20
*
arm-cci: Get rid of secure transactions for PMU driver
Suzuki K. Poulose
2015-03-27
1
-1
/
+16
*
arm-cci: Abstract the CCI400 PMU specific definitions
Suzuki K. Poulose
2015-03-27
1
-60
/
+81
*
arm-cci: Rearrange code for splitting PMU vs driver code
Suzuki K. Poulose
2015-03-27
1
-163
/
+163
*
drivers: cci: reject groups spanning multiple HW PMUs
Suzuki K. Poulose
2015-03-27
1
-5
/
+14
*
arm: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
2015-02-13
1
-2
/
+2
*
drivers: bus: check cci device tree node status
Abhilash Kesavan
2015-01-16
1
-0
/
+3
*
bus: cci: move away from arm_pmu framework
Mark Rutland
2014-10-30
1
-108
/
+444
*
drivers: CCI: Correct use of ! and &
Himangi Saraogi
2014-07-30
1
-1
/
+2
*
drivers: cci: Export CCI PMU revision
Punit Agrawal
2014-02-25
1
-2
/
+10
*
drivers: cci: Extend support to CCI revisions > r1p2
Punit Agrawal
2014-02-25
1
-9
/
+3
*
drivers: bus: fix CCI driver kcalloc call parameters swap
Lorenzo Pieralisi
2014-01-31
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2013-11-14
1
-2
/
+4
|
\
|
*
ARM: cci driver need big endian fixes in asm code
Victor Kamensky
2013-10-19
1
-2
/
+4
[next]