1. 61b5cb1 ARM: place C irq handlers in IRQ_ENTRY for ftrace by Rabin Vincent · 14 years ago
  2. a0a5568 Merge branch 'hotplug' into devel by Russell King · 14 years ago
  3. 37b05b6 ARM: hotplug cpu: setup 1:1 map for entire kernel image for secondary CPUs by Russell King · 14 years ago
  4. f9e417e ARM: 6402/1: Don't send IPI in smp_send_stop if there's only one CPU by Tony Lindgren · 14 years ago
  5. 3d3f78d ARM: call machine_shutdown() from machine_halt(), etc by Russell King · 14 years ago
  6. 5388a6b ARM: SMP: Always enable clock event broadcast support by Russell King · 14 years ago
  7. ac1d426 Merge branch 'devel-stable' into devel by Russell King · 15 years ago
  8. 8e2a43f ARM: rename mach_cpu_disable() to platform_cpu_disable() by Russell King · 15 years ago
  9. 13ea9cc ARM: 6066/1: Fix "BUG: scheduling while atomic: swapper/0/0x00000002 by Santosh Shilimkar · 15 years ago
  10. 1027247 ARM: Add L2 cache handling to smp boot support by Russell King · 15 years ago
  11. 90140c3 ARM: Fix __cpuexit section mismatch warnings by Russell King · 15 years ago
  12. e616c59 ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcast by Russell King · 15 years ago
  13. 56f8ba8 cpumask: use mm_cpumask() wrapper: arm by Rusty Russell · 15 years ago
  14. 42578c8 Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel by Russell King · 16 years ago
  15. faa7bc5 Check whether the TLB operations need broadcasting on SMP systems by Catalin Marinas · 16 years ago
  16. e03cdad [ARM] smp: use new cpumask functions by Russell King · 16 years ago
  17. bc28248 [ARM] smp: move core localtimer support out of platform specific files by Russell King · 16 years ago
  18. 8266810 [ARM] smp: fix cpumask usage in ARM SMP code by Russell King · 16 years ago
  19. e9fc782 [ARM] 5389/1: Make sure the pmd entries are visible by the secondary CPU by Catalin Marinas · 16 years ago
  20. b840d79 Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  21. 98a79d6 cpumask: centralize cpu_online_map and cpu_possible_map by Rusty Russell · 16 years ago
  22. ebac654 RealView: Use only the shadow mapping of ARM11MPCore local timers by Catalin Marinas · 16 years ago
  23. e545a61 kernel/cpu.c: create a CPU_STARTING cpu_chain notifier by Manfred Spraul · 16 years ago
  24. 058ddee [ARM] Fix SMP booting with non-zero PHYS_OFFSET by Russell King · 16 years ago
  25. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
  26. f6dd9fa arm: convert to generic helpers for IPI function calls by Jens Axboe · 17 years ago
  27. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 17 years ago
  28. a8655e8 [ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCore by Catalin Marinas · 17 years ago
  29. 3e45999 [ARM] 4813/1: Add SMP helper functions for clockevents support by Catalin Marinas · 17 years ago
  30. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  31. 5048bcb [ARM] setup_profiling_timer must not be __init by Russell King · 17 years ago
  32. b9811d7 [ARM] Mark SMP local timer and IPI as exception entries by Russell King · 18 years ago
  33. e730bf9 [ARM] Export smp_call_function() by Russell King · 18 years ago
  34. c97d486 [ARM] Fix SMP irqflags support by Russell King · 18 years ago
  35. e16b38f [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently by Greg Banks · 18 years ago
  36. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  37. 091c539 [ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpu by Russell King · 19 years ago
  38. 7bbb794 [ARM] Fix SMP initialisation oops by Russell King · 19 years ago
  39. 32d39a9 [PATCH] arm: task_stack_page() by Al Viro · 19 years ago
  40. da2660d [ARM] Restore apparant pointless change in arch/arm/kernel/smp.c by Russell King · 19 years ago
  41. 5bfb5d6 [PATCH] sched: disable preempt in idle tasks by Nick Piggin · 19 years ago
  42. 37ee16a [ARM SMP] Add core ARM support for local timers by Russell King · 19 years ago
  43. 2c25013 [ARM] More sparse fixes by Russell King · 19 years ago
  44. 5d43045 [ARM SMP] Fix some sparse warnings in SMP code by Russell King · 19 years ago
  45. a054a81 [ARM SMP] Add hotplug CPU infrastructure by Russell King · 19 years ago
  46. 273c2cd [ARM SMP] Fix a couple of warnings by Russell King · 19 years ago
  47. 71f512e8 [ARM SMP] Track CPU idle threads by Russell King · 19 years ago
  48. 7db078be [ARM] Stack starts at THREAD_START_SP offset, not THREAD_SIZE-8 by Russell King · 19 years ago
  49. 505d7b1 [ARM SMP] Ensure secondary CPUs have a clean TLB by Russell King · 19 years ago
  50. bd6f68a [PATCH] ARM SMP: Mark CPU init functions/data with __cpuinit/...data by Russell King · 19 years ago
  51. 73eb7d9 [PATCH] ARM SMP: Initialise cpu_present_map by Russell King · 20 years ago
  52. e11b223 [PATCH] ARM SMP: We list IRQs for present CPUs, not online CPUs by Russell King · 20 years ago
  53. d12734d [PATCH] ARM SMP: Rename cpu_present_mask to cpu_possible_map by Russell King · 20 years ago
  54. 4b0ef3b [PATCH] ARM SMP: Add IPI support code for SMP TLB flushing by Russell King · 20 years ago
  55. 0908db2 [PATCH] ARM SMP: Messages about CPUs should be prefixed by CPU%u by Russell King · 20 years ago
  56. e65f38e [PATCH] ARM SMP: Add support for startup of secondary processors by Russell King · 20 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago