Age | Commit message (Expand) | Author | Files | Lines |
2013-06-29 | Merge branch 'devel-stable' into for-next | Russell King | 1 | -4/+17 |
2013-06-18 | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Russell King | 1 | -2/+9 |
2013-06-17 | ARM: 7759/1: decouple CPU offlining from reboot/shutdown | Stephen Warren | 1 | -13/+0 |
2013-06-07 | ARM: mpu: add MPU initialisation for secondary cores | Jonathan Austin | 1 | -2/+6 |
2013-06-07 | ARM: nommu: do not initialise page tables in secondary_data structure | Will Deacon | 1 | -0/+2 |
2013-05-30 | ARM: LPAE: accomodate >32-bit addresses for page table base | Cyril Chemparathy | 1 | -2/+9 |
2013-05-21 | ARM: smp: Drop RCU_NONIDLE usage in cpu_die() | Stephen Boyd | 1 | -1/+1 |
2013-05-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -4/+38 |
2013-04-18 | ARM: smp: flush L1 cache in cpu_die() | Russell King | 1 | -4/+38 |
2013-04-08 | arm: Use generic idle loop | Thomas Gleixner | 1 | -1/+1 |
2013-04-03 | ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay ops | Will Deacon | 1 | -3/+0 |
2013-03-15 | ARM: 7674/1: smp: Avoid dummy clockevent being preferred over real hardware c... | Santosh Shilimkar | 1 | -1/+1 |
2013-03-03 | ARM: 7661/1: mm: perform explicit branch predictor maintenance when required | Will Deacon | 1 | -0/+1 |
2013-03-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -2/+3 |
2013-03-03 | Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus | Russell King | 1 | -0/+3 |
2013-02-21 | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -9/+4 |
2013-02-21 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -1/+2 |
2013-02-21 | ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clock | Nicolas Pitre | 1 | -0/+3 |
2013-02-13 | ARM: 7651/1: remove unused smp_timer_broadcast #define | Mark Rutland | 1 | -2/+0 |
2013-02-11 | Merge branch 'irqchip/gic-vic-move' into next/virt | Olof Johansson | 1 | -1/+2 |
2013-02-01 | arm: Add generic timer broadcast support | Mark Rutland | 1 | -2/+1 |
2013-02-01 | arm: Use generic timer broadcast receiver | Mark Rutland | 1 | -7/+3 |
2013-01-14 | ARM: smp: remove wrapper functions | Russell King | 1 | -23/+8 |
2013-01-10 | ARM: GIC: remove direct use of gic_raise_softirq | Rob Herring | 1 | -1/+2 |
2012-12-11 | Merge branch 'devel-stable' into for-linus | Russell King | 1 | -1/+4 |
2012-12-11 | Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warn... | Russell King | 1 | -5/+16 |
2012-12-07 | ARM: 7590/1: /proc/interrupts: limit the display of IPIs to online CPUs only | Nicolas Pitre | 1 | -1/+1 |
2012-12-03 | ARM: 7587/1: implement optimized percpu variable access | Rob Herring | 1 | -1/+3 |
2012-11-19 | ARM: kernel: add MIDR to per-CPU information data | Lorenzo Pieralisi | 1 | -0/+1 |
2012-11-13 | ARM: 7571/1: SMP: add function arch_send_wakeup_ipi_mask() | Shawn Guo | 1 | -0/+5 |
2012-10-22 | ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_count | Will Deacon | 1 | -4/+10 |
2012-10-11 | Merge branch 'fixes' into for-linus | Russell King | 1 | -7/+132 |
2012-10-07 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -4/+9 |
2012-10-02 | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -0/+54 |
2012-09-30 | Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel... | Russell King | 1 | -0/+3 |
2012-09-25 | ARM: kernel: update __cpu_disable to use cache LoUIS maintenance API | Lorenzo Pieralisi | 1 | -1/+4 |
2012-09-19 | ARM: 7536/1: smp: Formalize an IPI for wakeup | Stephen Boyd | 1 | -4/+9 |
2012-09-19 | ARM: virt: Add boot-time diagnostics | Dave Martin | 1 | -0/+3 |
2012-09-14 | ARM: consolidate pen_release instead of having per platform definitions | Marc Zyngier | 1 | -0/+6 |
2012-09-14 | ARM: smp: Make SMP operations mandatory | Marc Zyngier | 1 | -9/+9 |
2012-09-13 | ARM: SoC: add per-platform SMP operations | Marc Zyngier | 1 | -1/+61 |
2012-09-09 | ARM: add cpufreq transiton notifier to adjust loops_per_jiffy for smp | Richard Zhao | 1 | -0/+54 |
2012-07-31 | ARM: 7480/1: only call smp_send_stop() on SMP | Javier Martinez Canillas | 1 | -1/+2 |
2012-07-09 | ARM: 7457/1: smp: Fix suspicious RCU originating from cpu_die() | Stephen Boyd | 1 | -1/+1 |
2012-05-31 | arm: use clear_tasks_mm_cpumask() | Anton Vorontsov | 1 | -7/+1 |
2012-05-21 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -25/+1 |
2012-05-21 | Merge branches 'amba', 'devel-stable', 'fixes', 'mach-types', 'mmci', 'pci' a... | Russell King | 1 | -13/+22 |
2012-05-08 | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner | 1 | -11/+17 |
2012-05-06 | ARM: 7414/1: SMP: prevent use of the console when using idmap_pgd | Colin Cross | 1 | -2/+2 |
2012-04-28 | ARM: 7405/1: kexec: call platform_cpu_kill on the killer rather than the victim | Will Deacon | 1 | -11/+17 |