summaryrefslogtreecommitdiff
path: root/arch/arm/mach-vexpress
AgeCommit message (Expand)AuthorFilesLines
2019-07-31ARM: vexpress: Cleanup cppcheck shifting warningPhong Tran1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-21/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-8/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-12-14ARM: vexpress/realview: consolidate immitation CPU hotplugRussell King4-111/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds1-6/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-03ARM: vexpress/spc: Delete an error message for a failed memory allocationMarkus Elfring1-6/+2
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli3-4/+4
2016-10-17ARM: vexpress: refine MCPM smp operations override criteriaLorenzo Pieralisi1-8/+26
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-4/+6
2016-06-20Merge tag 'vexpress-fixes-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2-3/+5
2016-06-13ARM: vexpress/spc: fix missing include of spc.hBen Dooks1-0/+2
2016-06-13ARM: vexpress/hotplug: fix missing core.h includeBen Dooks1-0/+2
2016-06-13ARM: vexpress/spc: remove unused variable perf_stat_regSudeep Holla1-3/+1
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij1-1/+1
2016-06-01vexpress/spc: Remove CLK_IS_ROOTStephen Boyd1-1/+1
2016-04-26ARM: vexpress/mps2: introduce MPS2 platformVladimir Murzin3-1/+27
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada1-1/+2
2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada2-2/+2
2015-10-22ARM: Remove __ref on hotplug cpu die pathStephen Boyd1-1/+1
2015-08-04irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter1-1/+1
2015-06-16arm: don't use module_init in non-modular mach-vexpress/spc.c codePaul Gortmaker1-1/+1
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2-340/+148
2015-04-07ARM: vexpress: fix CPU hotplug with CT9x4 tile.Russell King1-0/+1
2015-04-03ARM: vexpress: migrate DCSCB to the new MCPM backend abstractionNicolas Pitre1-129/+66
2015-04-03ARM: vexpress: DCSCB: tighten CPU validity assertionNicolas Pitre1-3/+3
2015-04-03ARM: vexpress: migrate TC2 to the new MCPM backend abstractionNicolas Pitre1-210/+81
2015-03-27arm-cci: Split the code for PMU vs driver supportSuzuki K. Poulose1-2/+2
2015-02-18ARM: vexpress: use ARM_CPU_SUSPEND if neededArnd Bergmann1-0/+1
2014-11-28ARM: vexpress: Enable regulator framework when MMCI is in usePawel Moll1-0/+1
2014-11-28ARM: vexpress: Remove non-DT codePawel Moll10-782/+1
2014-08-31vexpress/spc: fix a build warning on array boundsAlex Shi1-3/+11
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+1
2014-08-06Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2014-07-23video: fix up versatile CLCD helper moveArnd Bergmann1-1/+0
2014-07-23PM / OPP: Remove ARCH_HAS_OPPMark Brown1-1/+0
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-2/+2
2014-07-18ARM: 8082/1: TC2: test the MCPM loopback during bootNicolas Pitre1-0/+17
2014-07-07Merge tag 'versatile-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Olof Johansson1-2/+1
2014-06-27video: move Versatile CLCD helpersLinus Walleij1-2/+1
2014-06-24Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2014-06-19ARM: l2c: fix dependencies on PL310 errata symbolsRussell King1-1/+1
2014-06-17ARM: use menuconfig for sub-arch menusRob Herring1-4/+3
2014-06-17ARM: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd1-1/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds3-13/+22
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King3-13/+22
2014-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1