summaryrefslogtreecommitdiffstats
path: root/drivers/bus/arm-ccn.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/bus: Move Arm CCN PMU driverRobin Murphy2018-03-061-1597/+0
* bus: arm-ccn: fix module unloading Error: Removing state 147 which has instan...Kim Phillips2017-12-041-1/+1
* bus: arm-ccn: Fix use of smp_processor_id() in preemptible contextMarc Zyngier2017-12-041-1/+3
* bus: arm-ccn: Simplify codeChristophe JAILLET2017-12-041-4/+2
* bus: arm-ccn: Check memory allocation failureChristophe JAILLET2017-12-041-0/+5
* bus: arm-ccn: constify attribute_group structures.Arvind Yadav2017-12-041-4/+4
* arm-ccn: perf: Prevent module unload while PMU is in useSuzuki K Poulose2017-11-031-0/+1
* bus: arm-ccn: Enable stats for CCN-502 interconnectVelibor Markovski2017-06-231-0/+1
* bus: arm-ccn: Use devm_kcalloc() in arm_ccn_probe()Markus Elfring2017-06-231-4/+4
* bus: arm-ccn: Fix module autoloadJavier Martinez Canillas2017-06-231-0/+1
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* bus: arm-ccn: Prevent hotplug callback leakThomas Gleixner2016-12-251-1/+4
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-33/+21
|\
| * bus/arm-ccn: Use cpu-hp's multi instance support instead custom listSebastian Andrzej Siewior2016-09-021-33/+21
* | bus: arm-ccn: make event groups reliableMark Rutland2016-08-261-9/+20
* | bus: arm-ccn: fix hrtimer registrationMark Rutland2016-08-261-12/+21
* | bus: arm-ccn: fix PMU interrupt flagsMark Rutland2016-08-261-2/+3
* | bus: arm-ccn: Add missing event attribute exclusions for host/guestPawel Moll2016-08-171-2/+3
* | bus: arm-ccn: Correct required arguments for XP PMU eventsPawel Moll2016-08-171-3/+10
* | bus: arm-ccn: Fix XP watchpoint settings bitmaskPawel Moll2016-08-171-2/+2
* | bus: arm-ccn: Do not attempt to configure XPs for cycle counterPawel Moll2016-08-171-0/+4
* | bus: arm-ccn: Fix PMU handling of MNPawel Moll2016-08-171-3/+16
|/
* bus/arm-ccn: Convert to hotplug statemachineSebastian Andrzej Siewior2016-07-141-29/+28
* arm-ccn: Enable building as moduleSuzuki K Poulose2016-05-091-3/+4
* bus: arm-ccn: Fix irq affinity setting on CPU migrationPawel Moll2015-10-151-1/+2
* bus: arm-ccn: Handle correctly no-more-cpus casePawel Moll2015-10-151-1/+1
* bus: arm-ccn: Use hrtimer_start() againPawel Moll2015-05-131-3/+2
* bus: arm-ccn: Allocate event when it is being added, not initialisedPawel Moll2015-05-011-47/+67
* bus: arm-ccn: Do not group CCN events with other PMUsPawel Moll2015-05-011-0/+16
* bus: arm-ccn: Provide required event argumentsPawel Moll2015-05-011-0/+17
* bus: arm-ccn: cpumask attributePawel Moll2015-05-011-11/+117
* bus: arm-ccn: Fix node->XP config conversionPawel Moll2015-05-011-1/+1
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-1/+4
|\
| * bus: arm-ccn: Fix spurious warning messagePawel Moll2014-10-081-1/+4
* | bus: arm-ccn: Move event cleanup routinePawel Moll2014-09-051-26/+25
|/
* bus: arm-ccn: Fix warning messagePawel Moll2014-08-241-1/+1
* bus: arm-ccn: Fix error handling at event allocationPawel Moll2014-07-311-4/+5
* bus: ARM CCN PMU driverPawel Moll2014-07-231-0/+1390
OpenPOWER on IntegriCloud