1. 6fa6c8e2 irq_domain: Move irq_virq_count into NOMAP revmap by Grant Likely · 12 years ago
  2. 9f70b8e irq_domain/powerpc: constify irq_domain_ops by Grant Likely · 13 years ago
  3. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 12 years ago
  4. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 12 years ago
  5. 78c5c68 powerpc/pmac: Fix SMP kernels on pre-core99 UP machines by Benjamin Herrenschmidt · 13 years ago
  6. 3b5e16d powerpc: Mark IPI interrupts IRQF_NO_THREAD by Thomas Gleixner · 13 years ago
  7. a3a9f3b powerpc/irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  8. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  9. 9ca980d powerpc: Avoid extra indirect function call in sending IPIs by Paul Mackerras · 13 years ago
  10. 23f73a5 powerpc/psurge: Create a irq_host for secondary cpus by Milton Miller · 13 years ago
  11. 1ece355 powerpc: Add kconfig for muxed smp ipi support by Milton Miller · 13 years ago
  12. 23d72bf powerpc: Consolidate ipi message mux and demux by Milton Miller · 13 years ago
  13. f107293 powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF by Milton Miller · 13 years ago
  14. de30097 powerpc/smp: smp_ops->kick_cpu() should be able to fail by Michael Ellerman · 13 years ago
  15. 7b84b29 powerpc/powermac: Build fix with SMP and CPU hotplug by Benjamin Herrenschmidt · 13 years ago
  16. 76d479a powerpc/pmac/smp: Remove no-longer needed preempt workaround by Benjamin Herrenschmidt · 13 years ago
  17. 105765f powerpc/smp: Don't expose per-cpu "cpu_state" array by Benjamin Herrenschmidt · 13 years ago
  18. 734796f powerpc/pmac/smp: Fix CPU hotplug crashes on some machines by Benjamin Herrenschmidt · 13 years ago
  19. 62cc67b powerpc/pmac/smp: Properly NAP offlined CPU on G5 by Benjamin Herrenschmidt · 13 years ago
  20. e872e41 powerpc/pmac/smp: Remove HMT changes for PowerMac offline code by Benjamin Herrenschmidt · 13 years ago
  21. 4c6130d9 powerpc/pmac/smp: Consolidate 32-bit and 64-bit PowerMac cpu_die in one file by Benjamin Herrenschmidt · 13 years ago
  22. 45e07fd powerpc/pmac/smp: Fixup smp_core99_cpu_disable() and use it on 64-bit by Benjamin Herrenschmidt · 13 years ago
  23. fb49f86 powerpc/pmac/smp: Fix 32-bit PowerMac cpu_die by Benjamin Herrenschmidt · 13 years ago
  24. 7a53a4f powerpc/smp: Remove unused smp_ops->cpu_enable() by Benjamin Herrenschmidt · 13 years ago
  25. abb17f9 powerpc: Use common cpu_die (fixes SMP+SUSPEND build) by Milton Miller · 14 years ago
  26. 828a698 powerpc/cpumask: Update some comments by Anton Blanchard · 14 years ago
  27. 71a157e of: add 'of_' prefix to machine_is_compatible() by Grant Likely · 15 years ago
  28. ea0f1ca cpumask: Use accessors for cpu_*_mask: powerpc by Rusty Russell · 15 years ago
  29. 527b363 powerpc/pmac: Fix PowerSurge SMP IPI allocation by Benjamin Herrenschmidt · 15 years ago
  30. 7ccbe50 powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMP by Benjamin Herrenschmidt · 15 years ago
  31. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 15 years ago
  32. c478b58 powerpc/powermac: Fix occasional SMP boot failure by Benjamin Herrenschmidt · 16 years ago
  33. 6ff04c5 powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_index by Nathan Lynch · 16 years ago
  34. 549e815 powerpc: Make the 64-bit kernel as a position-independent executable by Paul Mackerras · 16 years ago
  35. e7a5727 powerpc: Allow create_branch() to return errors by Michael Ellerman · 16 years ago
  36. aaddd3e powerpc: Move code patching code into arch/powerpc/lib/code-patching.c by Michael Ellerman · 16 years ago
  37. c63c4fa [POWERPC] Fix per-cpu allocation on oldworld SMP powermacs by Paul Mackerras · 17 years ago
  38. df6d391 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  39. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  40. 55b61fe [POWERPC] Rename device_is_compatible to of_device_is_compatible by Stephen Rothwell · 17 years ago
  41. d9333af [POWERPC] powermac: Support G5 CPU hotplug by Johannes Berg · 17 years ago
  42. 30686ba [POWERPC] Remove old interface find_devices by Stephen Rothwell · 17 years ago
  43. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 17 years ago
  44. c23ef29 [POWERPC] powermac: local_irq_disable() is redundant after local_irq_save() by Jiri Kosina · 18 years ago
  45. d6a2925 [POWERPC] Fix secondary CPU startup on old "powersurge" SMP powermacs by Paul Mackerras · 18 years ago
  46. 35a84c2 [POWERPC] Fix up after irq changes by Olaf Hering · 18 years ago
  47. 13b5aec [PATCH] more fallout from get_property returning pointer to const by Al Viro · 18 years ago
  48. 018a3d1 [POWERPC] powermac: Constify & voidify get_property() by Jeremy Kerr · 18 years ago
  49. 6714465 [PATCH] irq-flags: POWERPC: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  50. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  51. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 18 years ago
  52. 0c2aca8 powerpc32: Fix timebase synchronization on 32-bit powermacs by Paul Mackerras · 18 years ago
  53. 5b9ca52 [PATCH] 3/5 powerpc: Add platform functions interpreter by Benjamin Herrenschmidt · 19 years ago
  54. 730745a [PATCH] 1/5 powerpc: Rework PowerMac i2c part 1 by Benjamin Herrenschmidt · 19 years ago
  55. 1beb6a7 [PATCH] powerpc: Experimental support for new G5 Macs (#2) by Benjamin Herrenschmidt · 19 years ago
  56. 758438a [PATCH] powerpc: Fixups for kernel linked at 32 MB by Michael Ellerman · 19 years ago
  57. 54c4e6b powerpc: Fix bug in timebase synchronization on 32-bit SMP powermac by Paul Mackerras · 19 years ago
  58. 094fe2e powerpc: Fixes for 32-bit powermac SMP by Paul Mackerras · 19 years ago
  59. 35499c0 powerpc: Merge in 64-bit powermac support. by Paul Mackerras · 19 years ago
  60. 7ed476d ppc: Minor smp changes for consistency with ppc64 by Paul Mackerras · 19 years ago
  61. f6d5791 powerpc: rename powermac files to remove pmac_ prefix by Paul Mackerras · 19 years ago[Renamed from arch/powerpc/platforms/powermac/pmac_smp.c]
  62. c0c0d99 powerpc: Get merged kernel to compile and run on 32-bit SMP powermac. by Paul Mackerras · 19 years ago
  63. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago