1. 104aba8 powerpc/smp: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 6 months ago
  2. 69d4d6e powerpc: Don't use 'struct ppc_inst' to reference instruction location by Christophe Leroy · 3 years, 8 months ago
  3. 01b0f0e powerpc/64s: Trim offlined CPUs from mm_cpumasks by Nicholas Piggin · 4 years, 2 months ago
  4. 8b14e1d powerpc: Remove support for PowerPC 601 by Christophe Leroy · 4 years, 4 months ago
  5. 39f8756 powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self() by Michael Ellerman · 4 years, 5 months ago
  6. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  7. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  8. 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 8 months ago
  9. 7534625 powerpc: Use a macro for creating instructions from u32s by Jordan Niethe · 4 years, 8 months ago
  10. b4f00d5 powerpc: Replace setup_irq() by request_irq() by afzal mohammed · 4 years, 10 months ago
  11. a4037d1 powerpc/pmac/smp: Drop unnecessary volatile qualifier by YueHaibing · 4 years, 11 months ago
  12. 9451c79 powerpc/pmac/smp: Avoid unused-variable warnings by Ilie Halip · 5 years ago
  13. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  14. 8a01960 powerpc/smp: Use code patching to restore reset vector by Christophe Leroy · 6 years ago
  15. f91d599 powerpc/powermac: Move pmac_pfunc_base_install prototype to header file by Mathieu Malaterre · 7 years ago
  16. 9625e69 powerpc: make use of for_each_node_by_type() instead of open-coding it by Dmitry Torokhov · 8 years ago
  17. c64af64 powerpc: Add struct smp_ops_t.cause_nmi_ipi operation by Nicholas Piggin · 8 years ago
  18. b866cc2 powerpc: Change the doorbell IPI calling convention by Nicholas Piggin · 8 years ago
  19. ef8bd77 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h> by Ingo Molnar · 8 years ago
  20. 07021b43 Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  21. 7c98bd7 powerpc/sparse: Make a bunch of things static by Daniel Axtens · 8 years ago
  22. 68e694d powerpc/powermac: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  23. c011926f powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitions by Anna-Maria Gleixner · 9 years ago
  24. 2fe0753 powerpc/powermac: Fix build error seen with powermac smp builds by Guenter Roeck · 10 years ago
  25. a7f4ee1 powerpc: Drop return value of smp_ops->probe() by Michael Ellerman · 10 years ago
  26. ccdb8ed of: Migrate of_find_node_by_name() users to for_each_node_by_name() by Grant Likely · 11 years ago
  27. 2cb7b5a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  28. 061d19f powerpc: Delete __cpuinit usage from all users by Paul Gortmaker · 12 years ago
  29. fa40f37 irqdomain: Clean up aftermath of irq_domain refactoring by Grant Likely · 12 years ago
  30. cad5cef POWERPC: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  31. 6fa6c8e2 irq_domain: Move irq_virq_count into NOMAP revmap by Grant Likely · 13 years ago
  32. 9f70b8e irq_domain/powerpc: constify irq_domain_ops by Grant Likely · 13 years ago
  33. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 13 years ago
  34. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 13 years ago
  35. 78c5c68 powerpc/pmac: Fix SMP kernels on pre-core99 UP machines by Benjamin Herrenschmidt · 13 years ago
  36. 3b5e16d powerpc: Mark IPI interrupts IRQF_NO_THREAD by Thomas Gleixner · 13 years ago
  37. a3a9f3b powerpc/irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  38. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  39. 9ca980d powerpc: Avoid extra indirect function call in sending IPIs by Paul Mackerras · 14 years ago
  40. 23f73a5 powerpc/psurge: Create a irq_host for secondary cpus by Milton Miller · 14 years ago
  41. 1ece355 powerpc: Add kconfig for muxed smp ipi support by Milton Miller · 14 years ago
  42. 23d72bf powerpc: Consolidate ipi message mux and demux by Milton Miller · 14 years ago
  43. f107293 powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF by Milton Miller · 14 years ago
  44. de30097 powerpc/smp: smp_ops->kick_cpu() should be able to fail by Michael Ellerman · 14 years ago
  45. 7b84b29 powerpc/powermac: Build fix with SMP and CPU hotplug by Benjamin Herrenschmidt · 14 years ago
  46. 76d479a powerpc/pmac/smp: Remove no-longer needed preempt workaround by Benjamin Herrenschmidt · 14 years ago
  47. 105765f powerpc/smp: Don't expose per-cpu "cpu_state" array by Benjamin Herrenschmidt · 14 years ago
  48. 734796f powerpc/pmac/smp: Fix CPU hotplug crashes on some machines by Benjamin Herrenschmidt · 14 years ago
  49. 62cc67b powerpc/pmac/smp: Properly NAP offlined CPU on G5 by Benjamin Herrenschmidt · 14 years ago
  50. e872e41 powerpc/pmac/smp: Remove HMT changes for PowerMac offline code by Benjamin Herrenschmidt · 14 years ago
  51. 4c6130d9 powerpc/pmac/smp: Consolidate 32-bit and 64-bit PowerMac cpu_die in one file by Benjamin Herrenschmidt · 14 years ago
  52. 45e07fd powerpc/pmac/smp: Fixup smp_core99_cpu_disable() and use it on 64-bit by Benjamin Herrenschmidt · 14 years ago
  53. fb49f86 powerpc/pmac/smp: Fix 32-bit PowerMac cpu_die by Benjamin Herrenschmidt · 14 years ago
  54. 7a53a4f powerpc/smp: Remove unused smp_ops->cpu_enable() by Benjamin Herrenschmidt · 14 years ago
  55. abb17f9 powerpc: Use common cpu_die (fixes SMP+SUSPEND build) by Milton Miller · 15 years ago
  56. 828a698 powerpc/cpumask: Update some comments by Anton Blanchard · 15 years ago
  57. 71a157e of: add 'of_' prefix to machine_is_compatible() by Grant Likely · 15 years ago
  58. ea0f1ca cpumask: Use accessors for cpu_*_mask: powerpc by Rusty Russell · 15 years ago
  59. 527b363 powerpc/pmac: Fix PowerSurge SMP IPI allocation by Benjamin Herrenschmidt · 16 years ago
  60. 7ccbe50 powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMP by Benjamin Herrenschmidt · 16 years ago
  61. 1a8a510 cpumask: remove references to struct irqaction's mask field. by Rusty Russell · 16 years ago
  62. c478b58 powerpc/powermac: Fix occasional SMP boot failure by Benjamin Herrenschmidt · 16 years ago
  63. 6ff04c5 powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_index by Nathan Lynch · 16 years ago
  64. 549e815 powerpc: Make the 64-bit kernel as a position-independent executable by Paul Mackerras · 16 years ago
  65. e7a57273 powerpc: Allow create_branch() to return errors by Michael Ellerman · 17 years ago
  66. aaddd3e powerpc: Move code patching code into arch/powerpc/lib/code-patching.c by Michael Ellerman · 17 years ago
  67. c63c4fa [POWERPC] Fix per-cpu allocation on oldworld SMP powermacs by Paul Mackerras · 18 years ago
  68. df6d391 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  69. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  70. 55b61fe [POWERPC] Rename device_is_compatible to of_device_is_compatible by Stephen Rothwell · 18 years ago
  71. d9333af [POWERPC] powermac: Support G5 CPU hotplug by Johannes Berg · 18 years ago
  72. 30686ba [POWERPC] Remove old interface find_devices by Stephen Rothwell · 18 years ago
  73. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 18 years ago
  74. c23ef29 [POWERPC] powermac: local_irq_disable() is redundant after local_irq_save() by Jiri Kosina · 18 years ago
  75. d6a2925 [POWERPC] Fix secondary CPU startup on old "powersurge" SMP powermacs by Paul Mackerras · 18 years ago
  76. 35a84c2 [POWERPC] Fix up after irq changes by Olaf Hering · 18 years ago
  77. 13b5aec [PATCH] more fallout from get_property returning pointer to const by Al Viro · 18 years ago
  78. 018a3d1 [POWERPC] powermac: Constify & voidify get_property() by Jeremy Kerr · 19 years ago
  79. 6714465 [PATCH] irq-flags: POWERPC: Use the new IRQF_ constants by Thomas Gleixner · 19 years ago
  80. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  81. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 19 years ago
  82. 0c2aca8 powerpc32: Fix timebase synchronization on 32-bit powermacs by Paul Mackerras · 19 years ago
  83. 5b9ca52 [PATCH] 3/5 powerpc: Add platform functions interpreter by Benjamin Herrenschmidt · 19 years ago
  84. 730745a [PATCH] 1/5 powerpc: Rework PowerMac i2c part 1 by Benjamin Herrenschmidt · 19 years ago
  85. 1beb6a7 [PATCH] powerpc: Experimental support for new G5 Macs (#2) by Benjamin Herrenschmidt · 19 years ago
  86. 758438a [PATCH] powerpc: Fixups for kernel linked at 32 MB by Michael Ellerman · 19 years ago
  87. 54c4e6b powerpc: Fix bug in timebase synchronization on 32-bit SMP powermac by Paul Mackerras · 19 years ago
  88. 094fe2e powerpc: Fixes for 32-bit powermac SMP by Paul Mackerras · 19 years ago
  89. 35499c0 powerpc: Merge in 64-bit powermac support. by Paul Mackerras · 19 years ago
  90. 7ed476d ppc: Minor smp changes for consistency with ppc64 by Paul Mackerras · 19 years ago
  91. f6d5791 powerpc: rename powermac files to remove pmac_ prefix by Paul Mackerras · 19 years ago[Renamed from arch/powerpc/platforms/powermac/pmac_smp.c]
  92. c0c0d99 powerpc: Get merged kernel to compile and run on 32-bit SMP powermac. by Paul Mackerras · 19 years ago
  93. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago