1. 44456d3 [PATCH] turn many #if $undefined_string into #ifdef $undefined_string by Olaf Hering · 21 years ago
  2. 488f849 [PATCH] ppc64: remove another fixed address constraint by David Gibson · 21 years ago
  3. 533f081 [PATCH] ppc64: dynamically allocate segment tables by David Gibson · 21 years ago
  4. 6fdfb38 [PATCH] make a few functions static in pmac_setup.c by Olaf Hering · 21 years ago
  5. 1bc3a1e [PATCH] ppc64: update defconfigs by Olaf Hering · 21 years ago
  6. 7b625c0 [PATCH] ppc/ppc64: use Kconfig.hz by Olaf Hering · 21 years ago
  7. 59586e5 [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. by Eric W. Biederman · 21 years ago
  8. f264cc2 [PATCH] ppc64: add 970MP PVR by Olof Johansson · 21 years ago
  9. 96e2844 [PATCH] ppc64: kill bitfields in ppc64 hash code by David Gibson · 21 years ago
  10. d5950b4 [NET]: add a top-level Networking menu to *config by Sam Ravnborg · 21 years ago
  11. 059e277 [PATCH] ppc64: silence perfmon exception warnings by Anton Blanchard · 21 years ago
  12. b6bff39 [PATCH] ppc64: Be consistent about printing which idle loop we're using by Michael Ellerman · 21 years ago
  13. 10ca1e1 [PATCH] ppc64: fix compile warning by Anton Blanchard · 21 years ago
  14. 45e75df [PATCH] ppc64: idle fixups by Anton Blanchard · 21 years ago
  15. 050a093 [PATCH] ppc64: pSeries idle fixups by Anton Blanchard · 21 years ago
  16. 3c57bb9 [PATCH] ppc64: iSeries idle fixups by Anton Blanchard · 21 years ago
  17. 08d5e3e [PATCH] ppc64: Remove obsolete idle_setup() by Michael Ellerman · 21 years ago
  18. 62d60e9 [PATCH] ppc64: Fixup platforms for new ppc_md.idle by Michael Ellerman · 21 years ago
  19. c66d5dd [PATCH] ppc64: Move pSeries idle functions into pSeries_setup.c by Michael Ellerman · 21 years ago
  20. d200903 [PATCH] ppc64: Move iSeries_idle() into iSeries_setup.c by Michael Ellerman · 21 years ago
  21. fd899c0 [PATCH] ppc64: Make idle_loop a ppc_md function by Michael Ellerman · 21 years ago
  22. 70b234a [PATCH] hvc_console: Separate the NUL character filtering from get_hvc_chars by Milton Miller · 21 years ago
  23. acad955 [PATCH] hvc_console: Separate hvc_console and vio code 2 by Milton Miller · 21 years ago
  24. d5ee257 [PATCH] hvc_console: Separate hvc_console and vio code by Milton Miller · 21 years ago
  25. 79c2cc7 [PATCH] ppc64: add ioprio syscalls by Anton Blanchard · 21 years ago
  26. 4416f39 [PATCH] ppc64: sys_ppc32.c cleanups by Anton Blanchard · 21 years ago
  27. 8dc4fd8 [PATCH] ppc64: Turn runlatch on in exception entry by Anton Blanchard · 21 years ago
  28. a2f7a9c [PATCH] ppc64: Fix runlatch code to work on pseries machines by Anton Blanchard · 21 years ago
  29. 315a699 [PATCH] ppc64: use c99 initialisers in cputable code by Anton Blanchard · 21 years ago
  30. 2098eec [PATCH] ppc64: vdso32: fix link errors after recent toolchain changes by Olaf Hering · 21 years ago
  31. 5e65577 [PATCH] openfirmware: generate device table for userspace by Jeff Mahoney · 21 years ago
  32. 6772926 [PATCH] kprobes: fix namespace problem and sparc64 build by Rusty Lynch · 21 years ago
  33. 12829dc Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6 by Linus Torvalds · 21 years ago
  34. 719d1cd [PATCH] ppc64: Replace custom locking code with a spinlock by Michael Ellerman · 21 years ago
  35. ffe1b7e [PATCH] ppc64: Formatting cleanups in arch/ppc64/kernel/ItLpQueue.c by Michael Ellerman · 21 years ago
  36. 38fcdcf [PATCH] ppc64: Cleanup whitespace in arch/ppc64/kernel/ItLpQueue.c by Michael Ellerman · 21 years ago
  37. 9b04702 [PATCH] ppc64: Cleanup proc printing of event types by Michael Ellerman · 21 years ago
  38. ed09415 [PATCH] ppc64: Simplify counting of lpevents, remove lpevent_count from paca by Michael Ellerman · 21 years ago
  39. 7488980 [PATCH] ppc64: Don't count number of events processed for caller by Michael Ellerman · 21 years ago
  40. 937b31b [PATCH] ppc64: Rename ItLpQueue_* functions to hvlpevent_queue_* by Michael Ellerman · 21 years ago
  41. a618746 [PATCH] ppc64: Rename xItLpQueue to hvlpevent_queue by Michael Ellerman · 21 years ago
  42. ab354b6 [PATCH] ppc64: Move definition of xItLpQueue by Michael Ellerman · 21 years ago
  43. 0f6014b [PATCH] ppc64: Make two ItLpQueue related functions static by Michael Ellerman · 21 years ago
  44. 7b01328 [PATCH] ppc64: Move xItLpQueue proc code into ItLpQueue.c by Michael Ellerman · 21 years ago
  45. 512d31d [PATCH] ppc64: Move initialisation of xItLpQueue into ItLpQueue.c by Michael Ellerman · 21 years ago
  46. 1b19bc7 [PATCH] ppc64: Don't pass the pointers to xItLpQueue around by Michael Ellerman · 21 years ago
  47. ee48444 [PATCH] ppc64: Reorganise the paca initialisation macros by Michael Ellerman · 21 years ago
  48. 0c885c1 [PATCH] ppc64: Move set_spread_lpevents() into ItLpQueue.c by Michael Ellerman · 21 years ago
  49. fc07695 [PATCH] ppc64: Spread lpevents by default on iSeries by Michael Ellerman · 21 years ago
  50. bea248f [PATCH] ppc64: Remove lpqueue pointer from the paca on iSeries by Michael Ellerman · 21 years ago
  51. 200803d [PATCH] irqpoll by Alan Cox · 21 years ago
  52. b1bdfbd [PATCH] remove duplicate printf in arch/ppc64/boot/main.c by Olaf Hering · 21 years ago
  53. e6019db [PATCH] remove printk usage in arch/ppc64/boot/prom.c by Olaf Hering · 21 years ago
  54. a58dfbb [PATCH] remove unused arch/ppc64/boot/mknote.c by Olaf Hering · 21 years ago
  55. 45891f76 [PATCH] remove unused arch/ppc64/boot/piggyback.c by Olaf Hering · 21 years ago
  56. f5f1cc5 [PATCH] ppc64: don't create spurious symlinks under node0 sysdev by Nathan Lynch · 21 years ago
  57. a341ad9 [PATCH] ppc64: simplify nvram partition scanning code by Arnd Bergmann · 21 years ago
  58. 8644d2a Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Greg KH · 21 years ago
  59. 2311b1f [PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patch by Michael Ellerman · 21 years ago
  60. 97f7943 [PATCH] Return probe redesign: ppc64 specific implementation by Rusty Lynch · 21 years ago
  61. 9ec4b1f [PATCH] kprobes: fix single-step out of line - take2 by Ananth N Mavinakayanahalli · 21 years ago
  62. 6ae3db1 [PATCH] ppc64: Add missing exports by Benjamin Herrenschmidt · 21 years ago
  63. 72414d3 [PATCH] kexec code cleanup by Maneesh Soni · 21 years ago
  64. 6e274d1 [PATCH] kdump: Use real pt_regs from exception by Alexander Nyberg · 21 years ago
  65. fce0d57 [PATCH] ppc64: kexec support for ppc64 by R Sharada · 21 years ago
  66. f4c82d5 [PATCH] ppc64 kexec: native hash clear by R Sharada · 21 years ago
  67. cc19ca8 [PATCH] consolidate PREEMPT options into kernel/Kconfig.preempt by Ingo Molnar · 21 years ago
  68. f370513 [PATCH] i386 CPU hotplug by Zwane Mwaikambo · 21 years ago
  69. 856509d [PATCH] ppc64: Fix compile warnings in arch/ppc64/kernel/lparcfg.c by Michael Ellerman · 21 years ago
  70. 7286aa9 [PATCH] ppc64: fix seccomp with 32-bit userland by Andrea Arcangeli · 21 years ago
  71. 24665cd Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6 by Linus Torvalds · 21 years ago
  72. 42cc206 [PATCH] kprobes: Temporary disarming of reentrant probe for ppc64 by Prasanna S Panchamukhi · 21 years ago
  73. 7e1048b [PATCH] Move kprobe [dis]arming into arch specific code by Rusty Lynch · 21 years ago
  74. 0f8e2d6 [PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.sh by Ian Campbell · 21 years ago
  75. 145e664 [PATCH] ppc64: sparsemem memory model by Andy Whitcroft · 21 years ago
  76. 74b30be [PATCH] ppc64: add memory present by Andy Whitcroft · 21 years ago
  77. 510f8fa [PATCH] ppc64: add early_pfn_to_nid by Andy Whitcroft · 21 years ago
  78. 641c767 [PATCH] sparsemem swiss cheese numa layouts by Andy Whitcroft · 21 years ago
  79. 368a0a3 [PATCH] ppc64: Kconfig memory models by Mike Kravetz · 21 years ago
  80. 0e19243 [PATCH] update all defconfigs for ARCH_DISCONTIGMEM_ENABLE by Dave Hansen · 21 years ago
  81. 3f22ab2 [PATCH] make each arch use mm/Kconfig by Dave Hansen · 21 years ago
  82. 408fde8 [PATCH] remove non-DISCONTIG use of pgdat->node_mem_map by Dave Hansen · 21 years ago
  83. d7152fe [PATCH] Maple powerdown patch by David Gibson · 21 years ago
  84. dad32bb [PATCH] pSeries - read irqs dynamically by John Rose · 21 years ago
  85. 8f586b2 [PATCH] correct printing to operator panel by Mike Strosaker · 21 years ago
  86. ae209cf [PATCH] ppc64: Add driver for BPA iommu by Arnd Bergmann · 21 years ago
  87. cebf589 [PATCH] ppc64: Add driver for BPA interrupt controllers by Arnd Bergmann · 21 years ago
  88. fef1c77 [PATCH] ppc64: add BPA platform type by Arnd Bergmann · 21 years ago
  89. 5f5b4e6 [PATCH] ppc64: add a minimal nvram driver by Utz Bacher · 21 years ago
  90. 6566c6f [PATCH] ppc64: pSeries_progress -> rtas_progress by Arnd Bergmann · 21 years ago
  91. c5a3c2e [PATCH] ppc64: Split out generic rtas code from pSeries_pci.c. by Arnd Bergmann · 21 years ago
  92. 773bf9c [PATCH] ppc64: rename pSeries rtc functions into rtas_* by Arnd Bergmann · 21 years ago
  93. 10f7e7c [PATCH] ppc64: consolidate calibrate_decr implementations by Arnd Bergmann · 21 years ago
  94. 9b843cd [PATCH] ppc64: set/clear SMT capable bit at boot by Anton Blanchard · 21 years ago
  95. 515bae9 [PATCH] ppc64: Mark kernel hptes dirty by Anton Blanchard · 21 years ago
  96. ac5b33c [PATCH] ppc64: tidy up vio devices fake parent by Stephen Rothwell · 21 years ago
  97. 145d01e [PATCH] ppc64 iSeries: allow build with no PCI by Stephen Rothwell · 21 years ago
  98. 7f74e79 [PATCH] ppc64 iSeries: tidy up irq code after merge by Stephen Rothwell · 21 years ago
  99. 89ef68f [PATCH] ppc64 iSeries: remove XmPciLpEvent.c by Stephen Rothwell · 21 years ago
  100. 0c3b4f1 [PATCH] ppc64 iSeries: irq simple cleanups by Stephen Rothwell · 21 years ago