Age | Commit message (Expand) | Author | Files | Lines |
2020-04-16 | ARM: versatile: Remove dead sched_clock code | Rob Herring | 4 | -43/+0 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 4 | -16/+4 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2018-12-14 | ARM: versatile: rename and comment SMP implementation | Russell King | 4 | -16/+38 |
2018-12-14 | ARM: versatile: convert boot_lock to raw | Sebastian Andrzej Siewior | 1 | -5/+5 |
2018-12-14 | ARM: vexpress/realview: consolidate immitation CPU hotplug | Russell King | 3 | -0/+105 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-04-07 | ARM: plat-versatile: remove stale clock header | Linus Walleij | 1 | -15/+0 |
2016-06-13 | ARM: versatile: fix missing <plat/platsmp.h> include | Ben Dooks | 1 | -0/+2 |
2016-02-10 | ARM: plat-versatile: Remove unused clock.c file | Stephen Boyd | 3 | -78/+0 |
2014-11-28 | ARM: vexpress: Remove non-DT code | Pawel Moll | 1 | -1/+1 |
2014-06-27 | video: move Versatile CLCD helpers | Linus Walleij | 4 | -195/+0 |
2014-03-28 | ARM/leds: move ARM Versatile LED driver to leds subsystem | Linus Walleij | 3 | -117/+0 |
2014-02-27 | ARM: plat-versatile: convert LEDs to platform device | Linus Walleij | 1 | -21/+28 |
2014-02-26 | ARM: plat-versatile: LEDs initialise to off state | Russell King | 1 | -2/+2 |
2014-01-24 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 1 | -2/+2 |
2013-12-12 | ARM: clean up cache handling in platform code | Nicolas Pitre | 1 | -2/+1 |
2013-12-06 | Merge branch 'soc/sched_clock' into next/soc | Kevin Hilman | 1 | -2/+2 |
2013-11-22 | ARM: versatile: Switch to sched_clock_register() | Stephen Boyd | 1 | -2/+2 |
2013-10-19 | ARM: vexpress: add big endian support | Ben Dooks | 1 | -0/+2 |
2013-07-15 | arm: delete __cpuinit/__CPUINIT usage from all ARM users | Paul Gortmaker | 1 | -3/+3 |
2013-07-07 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2013-06-24 | ARM: 7766/1: versatile: don't mark pen as __INIT | Mark Rutland | 1 | -2/+0 |
2013-06-13 | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 1 | -1/+1 |
2013-03-26 | irqchip: gic: Perform the gic_secondary_init() call via CPU notifier | Catalin Marinas | 1 | -8/+0 |
2013-01-28 | Merge tag 'v3.8-rc5' into next/cleanup | Olof Johansson | 1 | -1/+1 |
2013-01-24 | ARM: vexpress: extend the MPIDR range used for pen release check | Lorenzo Pieralisi | 1 | -1/+1 |
2013-01-12 | irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h | Rob Herring | 1 | -1/+1 |
2013-01-10 | ARM: GIC: remove direct use of gic_raise_softirq | Rob Herring | 1 | -1/+1 |
2012-12-13 | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 4 | -233/+0 |
2012-11-26 | ARM: Fix Kconfig symbols typo for LEDS | Alexander Shiyan | 1 | -1/+1 |
2012-11-04 | ARM: plat-versatile: move FPGA irq driver to drivers/irqchip | Linus Walleij | 4 | -227/+0 |
2012-10-27 | ARM: plat-versatile: use simple irqdomain for FPGA IRQ | Linus Walleij | 1 | -28/+22 |
2012-10-07 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2 | -10/+64 |
2012-10-02 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 3 | -8/+18 |
2012-09-22 | Merge branch 'multiplatform/smp_ops' into next/multiplatform | Olof Johansson | 2 | -8/+16 |
2012-09-18 | ARM: 7516/1: plat-versatile: add DT support to FPGA IRQ | Linus Walleij | 2 | -10/+64 |
2012-09-14 | ARM: vexpress: convert to multi-platform | Rob Herring | 1 | -0/+2 |
2012-09-14 | ARM: consolidate pen_release instead of having per platform definitions | Marc Zyngier | 1 | -6/+0 |
2012-09-13 | ARM: SoC: convert VExpress/RealView to SMP operations | Marc Zyngier | 2 | -2/+16 |
2012-08-13 | Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Arnd Bergmann | 2 | -5/+7 |
2012-08-01 | ARM: mach-realview and mach-versatile: retire custom LED code | Bryan Wu | 2 | -5/+7 |
2012-07-28 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2012-07-12 | ARM: versatile: Make plat-versatile clock optional | Pawel Moll | 2 | -1/+4 |
2012-07-09 | ARM: Realview: use SGI0 to wake secondary CPUs | Russell King | 1 | -1/+1 |
2012-05-04 | ARM: 7389/2: plat-versatile: modernize FPGA IRQ controller | Linus Walleij | 3 | -21/+112 |
2012-03-30 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -2/+1 |
2012-03-27 | Merge branch 'devel-stable' into for-linus | Russell King | 1 | -1/+0 |
2012-03-24 | ARM: 7310/1: integrator: implement sched_clock across all boards | Linus Walleij | 1 | -1/+1 |