1. 19f29ae ARM: smp: Pass task to secondary_start_kernel by Keith Packard · 3 years, 4 months ago
  2. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  3. 8aa837c ARM: Kill __smp_cross_call and co by Marc Zyngier · 4 years, 7 months ago
  4. 56afcd3 ARM: Allow IPIs to be handled as normal interrupts by Marc Zyngier · 4 years, 7 months ago
  5. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  6. 6213f70 ARM: smp: remove arch-provided "pen_release" by Russell King · 6 years ago
  7. a0995c08 ARM: 8708/1: NOMMU: Rework MPU to be mostly done in C by Vladimir Murzin · 7 years ago
  8. f460b6a ARM: 8423/1: add const qualifier to smp_operations member in structures by Masahiro Yamada · 9 years ago
  9. 4caa9dd ARM: 8424/1: add const qualifier to the argument of smp_set_ops() by Masahiro Yamada · 9 years ago
  10. 9205b79 ARM: 8421/1: smp: Collapse arch_cpu_idle_dead() into cpu_die() by Stephen Boyd · 9 years ago
  11. 787047e ARM: 8392/3: smp: Only expose /sys/.../cpuX/online if hotpluggable by Stephen Boyd · 9 years ago
  12. 9de44aa Merge branches 'arnd-fixes', 'clk', 'misc', 'v7' and 'fixes' into for-next by Russell King · 10 years ago
  13. 29d2e56 ARM: 8360/1: add secondary_startup_arm prototype in header file by Yingjoe Chen · 10 years ago
  14. b2c3e38 ARM: redo TTBR setup code for LPAE by Russell King · 10 years ago
  15. 084bb5b ARM: 8131/1: arm/smp: Absorb boot_secondary() by Geert Uytterhoeven · 10 years ago
  16. ff050ad Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  17. 1146b60 ARM: sunxi: fix build for THUMB2_KERNEL by Arnd Bergmann · 11 years ago
  18. 6c3ff8b ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smp by Stephen Boyd · 11 years ago
  19. 5135d87 ARM: SMP: basic IPI triggered completion support by Nicolas Pitre · 12 years ago
  20. eb08375 ARM: mpu: add MPU initialisation for secondary cores by Jonathan Austin · 12 years ago
  21. b62655f ARM: 7571/1: SMP: add function arch_send_wakeup_ipi_mask() by Shawn Guo · 12 years ago
  22. 28e8e29 ARM: consolidate pen_release instead of having per platform definitions by Marc Zyngier · 13 years ago
  23. ac6c799 ARM: smp: Make SMP operations mandatory by Marc Zyngier · 13 years ago
  24. abcee5f ARM: SoC: add per-platform SMP operations by Marc Zyngier · 13 years ago
  25. eb50439 ARM: 7293/1: logical_cpu_map: decouple CPU mapping from SMP by Will Deacon · 13 years ago
  26. 292b293 ARM: gic: consolidate PPI handling by Marc Zyngier · 13 years ago
  27. 0b5a1b95 ARM: 7123/1: smp: Add an IPI handler callable from C code by Shawn Guo · 13 years ago
  28. d625728 ARM: 7060/1: smp: populate logical CPU mapping during boot by Will Deacon · 13 years ago
  29. d427958 ARM: 6942/1: mm: make TTBR1 always point to swapper_pg_dir on ARMv6/7 by Catalin Marinas · 14 years ago
  30. 818b667 Remove unused PROC_CHANGE_PENALTY constant by Stephen Boyd · 14 years ago
  31. 0f7b332 ARM: consolidate SMP cross call implementation by Russell King · 14 years ago
  32. 05c74a6 ARM: SMP: consolidate the common parts of smp_prepare_cpus() by Russell King · 14 years ago
  33. f13cd41 ARM: fix /proc/interrupts formatting by Russell King · 14 years ago
  34. ad3b6993 ARM: SMP: pass an ipi number to smp_cross_call() by Russell King · 14 years ago
  35. 8e2a43f ARM: rename mach_cpu_disable() to platform_cpu_disable() by Russell King · 15 years ago
  36. 0748bd0 cpumask: remove arch_send_call_function_ipi by Rusty Russell · 15 years ago
  37. e03cdad [ARM] smp: use new cpumask functions by Russell King · 16 years ago
  38. bc28248 [ARM] smp: move core localtimer support out of platform specific files by Russell King · 16 years ago
  39. 8266810 [ARM] smp: fix cpumask usage in ARM SMP code by Russell King · 16 years ago
  40. ebac654 RealView: Use only the shadow mapping of ARM11MPCore local timers by Catalin Marinas · 16 years ago
  41. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  42. 4baa992 [ARM] move include/asm-arm to arch/arm/include/asm by Russell King · 16 years ago[Renamed (96%) from include/asm-arm/smp.h]
  43. f6dd9fa arm: convert to generic helpers for IPI function calls by Jens Axboe · 17 years ago
  44. a8655e8 [ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCore by Catalin Marinas · 17 years ago
  45. 3e45999 [ARM] 4813/1: Add SMP helper functions for clockevents support by Catalin Marinas · 17 years ago
  46. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  47. 7bbb794 [ARM] Fix SMP initialisation oops by Russell King · 19 years ago
  48. 37ee16a [ARM SMP] Add core ARM support for local timers by Russell King · 19 years ago
  49. 3b6353f [ARM] Declare asm entry points in asm/smp.h by Russell King · 19 years ago
  50. dbebb4c [ARM SMP] Add missing SMP timer handling for realview by Russell King · 19 years ago
  51. a054a81 [ARM SMP] Add hotplug CPU infrastructure by Russell King · 19 years ago
  52. d12734d [PATCH] ARM SMP: Rename cpu_present_mask to cpu_possible_map by Russell King · 20 years ago
  53. 39c715b [PATCH] smp_processor_id() cleanup by Ingo Molnar · 20 years ago
  54. e65f38e [PATCH] ARM SMP: Add support for startup of secondary processors by Russell King · 20 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago