1. 7230c56 powerpc: Rework lazy-interrupt handling by Benjamin Herrenschmidt · 14 years ago
  2. 4f8cf36 powerpc: Remove legacy iSeries bits from assembly files by Benjamin Herrenschmidt · 14 years ago
  3. daea117 powerpc/powernv: Support for OPAL console by Benjamin Herrenschmidt · 15 years ago
  4. 27f4488 powerpc/powernv: Add OPAL takeover from PowerVM by Benjamin Herrenschmidt · 15 years ago
  5. e550592 powerpc/powernv: Don't clobber r9 in relative_toc() by Benjamin Herrenschmidt · 15 years ago
  6. 7ac87ab powerpc: Fix early boot accounting of CPUs by Matt Evans · 15 years ago
  7. 768d18a powerpc: Don't search for paca in freed memory by Milton Miller · 15 years ago
  8. 9f0b079 powerpc: Use MSR_64BIT in places by Michael Ellerman · 15 years ago
  9. dd79773 powerpc: Perform an isync to synchronize CPUs coming out of secondary_hold by Benjamin Herrenschmidt · 15 years ago
  10. 9d07bc8 powerpc: Properly handshake CPUs going out of boot spin loop by Benjamin Herrenschmidt · 15 years ago
  11. ad0693e powerpc: Call CPU ->restore callback earlier on secondary CPUs by Benjamin Herrenschmidt · 15 years ago
  12. 2dd60d7 powerpc: In HV mode, use HSPRG0 for PACA by Benjamin Herrenschmidt · 15 years ago
  13. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 15 years ago
  14. 62cc67b powerpc/pmac/smp: Properly NAP offlined CPU on G5 by Benjamin Herrenschmidt · 15 years ago
  15. 25985ed Fix common misspellings by Lucas De Marchi · 15 years ago
  16. 928a319 Powerpc: separate CONFIG_RELOCATABLE from CONFIG_CRASHDUMP in boot code by Sonny Rao · 16 years ago
  17. 46f5221 powerpc: Remove second definition of STACK_FRAME_OVERHEAD by Stephen Rothwell · 16 years ago
  18. a58ddea KVM: PPC: Move KVM trampolines before __end_interrupts by Alexander Graf · 16 years ago
  19. 54a8340 powerpc: Don't use kernel stack with translation off by Michael Neuling · 16 years ago
  20. f761622 powerpc: Initialise paca->kstack before early_setup_secondary by Matt Evans · 16 years ago
  21. 2191d65 KVM: PPC: Name generic 64-bit code generic by Alexander Graf · 16 years ago
  22. 8dbce53 powerpc: Reset kernel stack on cpu online from cede state by Vaidyanathan Srinivasan · 16 years ago
  23. 1426d5a powerpc: Dynamically allocate pacas by Michael Ellerman · 16 years ago
  24. 842f2fe Make head_64.S aware of KVM real mode code by Alexander Graf · 17 years ago
  25. 2d27cfd powerpc: Remaining 64-bit Book3E support by Benjamin Herrenschmidt · 17 years ago
  26. ee43eb7 powerpc: Use names rather than numbers for SPRGs (v2) by Benjamin Herrenschmidt · 17 years ago
  27. 8aa34ab powerpc: Rename exception.h to exception-64s.h by Benjamin Herrenschmidt · 17 years ago
  28. 0ebc4cd powerpc: Split exception handling out of head_64.S by Benjamin Herrenschmidt · 17 years ago
  29. e821ea7 powerpc: Move VMX and VSX asm code to vector.S by Benjamin Herrenschmidt · 17 years ago
  30. 28794d3 powerpc/kconfig: Kill PPC_MULTIPLATFORM by Benjamin Herrenschmidt · 17 years ago
  31. c478b58 powerpc/powermac: Fix occasional SMP boot failure by Benjamin Herrenschmidt · 17 years ago
  32. 8b8b0cc powerpc/ppc64/kdump: Better flag for running relocatable by Milton Miller · 18 years ago
  33. 54622f1 powerpc: Support for relocatable kdump kernel by Mohan Kumar M · 18 years ago
  34. 549e815 powerpc: Make the 64-bit kernel as a position-independent executable by Paul Mackerras · 18 years ago
  35. e31aa45 powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bit by Paul Mackerras · 18 years ago
  36. 1f6a93e powerpc: Make it possible to move the interrupt handlers away from the kernel by Paul Mackerras · 18 years ago
  37. 9a95516 powerpc: Rearrange head_64.S to move interrupt handler code to the beginning by Paul Mackerras · 18 years ago
  38. b6f6b98 powerpc: Don't spin on sync instruction at boot time by Sonny Rao · 18 years ago
  39. ce48b21 powerpc: Add VSX context save/restore, ptrace and signal support by Michael Neuling · 18 years ago
  40. 6f3d8e6 powerpc: Make load_up_fpu and load_up_altivec callable by Michael Neuling · 18 years ago
  41. 10e3439 powerpc: Move altivec_unavailable by Michael Neuling · 18 years ago
  42. 1b70c5a [POWERPC] Fix bogus paca->_current initialization by Benjamin Herrenschmidt · 18 years ago
  43. 745a14c [POWERPC] Add fast little-endian switch system call by Paul Mackerras · 18 years ago
  44. 945feb1 [POWERPC] irqtrace support for 64-bit powerpc by Benjamin Herrenschmidt · 18 years ago
  45. 7c6352a [POWERPC] Initialize paca->current earlier by Benjamin Herrenschmidt · 18 years ago
  46. 320787c [POWERPC] Fix handling of unrecoverable SLB miss interrupts by Paul Mackerras · 18 years ago
  47. ff3da2e [POWERPC] Fix iSeries hard irq enabling regression by Benjamin Herrenschmidt · 18 years ago
  48. fa28237 [POWERPC] Provide a way to protect 4k subpages when using 64k pages by Paul Mackerras · 18 years ago
  49. a792e75 [POWERPC] Fix si_addr value on low level hash failures by Benjamin Herrenschmidt · 19 years ago
  50. 1189be6 [POWERPC] Use 1TB segments by Paul Mackerras · 19 years ago
  51. 9e4859e [POWERPC] FWNMI is only used on pSeries by Stephen Rothwell · 19 years ago
  52. ee7a76d [POWERPC] Size swapper_pg_dir correctly by Stephen Rothwell · 19 years ago
  53. 19a8d97 [POWERPC] Remove cmd_line from head*.S by Stephen Rothwell · 19 years ago
  54. a416561 [POWERPC] Move lowlevel runlatch calls under cpu feature control by Olof Johansson · 19 years ago
  55. dc8f571 [POWERPC] Move the iSeries exception vectors by Stephen Rothwell · 19 years ago
  56. f9ff0f3 [POWERPC] Move the exception macros into a header file by Stephen Rothwell · 19 years ago
  57. fc68e86 [POWERPC] Move iSeries startup code out of head_64.S by Stephen Rothwell · 19 years ago
  58. 16a15a3 [POWERPC] iSeries: Clean up lparmap mess by Stephen Rothwell · 19 years ago
  59. 939e60f6 [POWERPC] Fix more section mismatches in head_64.S by Stephen Rothwell · 19 years ago
  60. c40b91b [POWERPC] iSeries: Fix section mismatch warnings by Stephen Rothwell · 19 years ago
  61. 75423b7 [POWERPC] Correct __secondary_hold comment by Geoff Levand · 19 years ago
  62. 6873040 [POWERPC] Save trap number in bad_stack by Olof Johansson · 19 years ago
  63. a5bcbca [POWERPC] Remove stale comment from head_64.S by Sonny Rao · 19 years ago
  64. fdc0a9b [POWERPC] Remove some redundant isync instructions by MOKUNO Masakazu · 19 years ago
  65. 449d846 [POWERPC] Fix performance monitor exception by Livio Soares · 19 years ago
  66. c705677 [POWERPC] iSeries: Eliminate "exceeds stub group size" warnings by Stephen Rothwell · 19 years ago
  67. 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 19 years ago
  68. a7a1ed3 [PATCH] Remove occurences of PPC_MULTIPLATFORM in head_64.S by s.hauer@pengutronix.de · 20 years ago
  69. 3ccfc65 [PATCH] powerpc: Eliminate "exceeds stub group size" linker warning by Paul Mackerras · 20 years ago
  70. 190a24f [POWERPC] Make sure __cpu_preinit_ppc970 gets called on 970GX processors by Olof Johansson · 20 years ago
  71. 42c4aaa [POWERPC] Consolidate feature fixup code by Benjamin Herrenschmidt · 20 years ago
  72. b0a779d [POWERPC] Make sure interrupt enable gets restored properly by Paul Mackerras · 20 years ago
  73. d04c56f [POWERPC] Lazy interrupt disabling for 64-bit machines by Paul Mackerras · 20 years ago
  74. 3f639ee [POWERPC] implement BEGIN/END_FW_FTR_SECTION by Stephen Rothwell · 20 years ago
  75. 5a2fe38 [POWERPC] powerpc: Reduce default cacheline size to 64 bytes by Olof Johansson · 20 years ago
  76. f39b7a5 [POWERPC] Cleanup CPU inits by Olof Johansson · 20 years ago
  77. 9fc0a92 [POWERPC] force 64bit mode in fwnmi handlers to workaround firmware bugs by Olaf Hering · 20 years ago
  78. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 20 years ago
  79. 33dbcf7 [POWERPC] Make sure smp_processor_id works very early in boot by Michael Ellerman · 20 years ago
  80. d0b79c5 [POWERPC] Skip the "copy down" of the kernel if it is already at zero. by Jimi Xenidis · 20 years ago
  81. 4ba99b9 [POWERPC] Setup the boot cpu's paca pointer in C rather than asm by Michael Ellerman · 20 years ago
  82. 1dce0e3 [POWERPC] Remove remaining iSeries debugger cruft by Michael Ellerman · 20 years ago
  83. acf7d76 [POWERPC] cell: add RAS support by Benjamin Herrenschmidt · 20 years ago
  84. f39224a powerpc: Use correct sequence for putting CPU into nap mode by Paul Mackerras · 20 years ago
  85. 4df2046 [PATCH] powerpc: Allow non zero boot cpuids by Anton Blanchard · 20 years ago
  86. 6088857 [PATCH] correct the comment about stackpointer alignment in __boot_from_prom by Olaf Hering · 20 years ago
  87. 5164501 Merge ../linux-2.6 by Paul Mackerras · 20 years ago
  88. c05b477 ppc64: make sure to align stack pointer to 16 bytes at boot by Linus Torvalds · 20 years ago
  89. c6622f6 powerpc: Implement accurate task and CPU time accounting by Paul Mackerras · 20 years ago
  90. a00428f Merge ../powerpc-merge by Paul Mackerras · 20 years ago
  91. f1870f7 [PATCH] powerpc64: remove broken/bitrotted HMT support by Anton Blanchard · 20 years ago
  92. cb2c9b2 [PATCH] powerpc: Fix runlatch performance issues by Anton Blanchard · 20 years ago
  93. 8fca927 [PATCH] powerpc: Make UP -> SMP kexec work again by Michael Ellerman · 20 years ago
  94. 2ef9481 [PATCH] powerpc: trivial: modify comments to refer to new location of files by Jon Mason · 20 years ago
  95. f9b4045 [PATCH] powerpc: Don't use toc in decrementer_iSeries_masked by Michael Ellerman · 20 years ago
  96. 3356bb9f7 [PATCH] powerpc: Remove lppaca structure from the PACA by David Gibson · 20 years ago
  97. e58c349 [PATCH] powerpc: Cleanup LOADADDR etc. asm macros by David Gibson · 20 years ago
  98. be42d5f powerpc: unbreak iSeries compilation again by Paul Mackerras · 20 years ago
  99. 448b271 [PATCH] powerpc: Remove old comment in head.S by Anton Blanchard · 20 years ago
  100. 758438a [PATCH] powerpc: Fixups for kernel linked at 32 MB by Michael Ellerman · 20 years ago