1. ef55d53 [PATCH] LOG2: Provide ilog2() fallbacks for powerpc by David Howells · 18 years ago
  2. 7d1362c [PATCH] cleanup asm/setup.h userspace visibility by Adrian Bunk · 18 years ago
  3. d3fa72e [PATCH] Pass struct dev pointer to dma_cache_sync() by Ralf Baechle · 18 years ago
  4. f67637e [PATCH] Add struct dev pointer to dma_is_consistent() by Ralf Baechle · 18 years ago
  5. 386d9a7 [PATCH] elf: Always define elf_addr_t in linux/elf.h by Magnus Damm · 18 years ago
  6. f5738ce [PATCH] remove kernel syscalls by Arnd Bergmann · 18 years ago
  7. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  8. a866374 [PATCH] mm: pagefault_{disable,enable}() by Peter Zijlstra · 18 years ago
  9. e624386 [PATCH] Centralise definitions of sector_t and blkcnt_t by Matthew Wilcox · 18 years ago
  10. 0470466 [POWERPC] Fix cputable.h for combined build by Stephen Rothwell · 18 years ago
  11. 6065170 [POWERPC] Add common routines for 52xx support in arch/powerpc by Grant Likely · 18 years ago
  12. e65fdfd [POWERPC] Separate IRQ config / register set from main header by Sylvain Munaut · 18 years ago
  13. 143db67 [POWERPC] Provide dummy hard_irq_enable/disable() for PPC32 by Michael Ellerman · 18 years ago
  14. 4cfbdff [POWERPC] include/asm-powerpc/: "extern inline" -> "static inline" by Adrian Bunk · 18 years ago
  15. 11faa65 [POWERPC] fix building without PCI by Arnd Bergmann · 18 years ago
  16. e22ba7e [POWERPC] ps3: multiplatform build fixes by Arnd Bergmann · 18 years ago
  17. eb30c72 [POWERPC] ps3: Missed renames of CONFIG_PS3 to CONFIG_PPC_PS3 by Geert Uytterhoeven · 18 years ago
  18. e055595 [POWERPC] cell: fix building without spufs by Arnd Bergmann · 18 years ago
  19. a3d4d64 [POWERPC] ps3: add ps3 platform system bus support by Geoff Levand · 18 years ago
  20. 261efc3 [POWERPC] ps3: add lpar addressing by Geoff Levand · 18 years ago
  21. 6e74b38 [POWERPC] ps3: add repository support by Geoff Levand · 18 years ago
  22. 82a527f0 [POWERPC] ps3: add feature bits by Geoff Levand · 18 years ago
  23. 1e4ed91 [POWERPC] ps3: add lv1 hvcalls by Geoff Levand · 18 years ago
  24. f58a9d1 [POWERPC] ps3: add support for ps3 platform by Geoff Levand · 18 years ago
  25. e28b003 [POWERPC] cell: abstract spu management routines by Geoff Levand · 18 years ago
  26. e34226d [POWERPC] add virq_to_hw accessor routine by Geoff Levand · 18 years ago
  27. 0b8e2e1 [POWERPC] Make 64-bit cpu features defined on 32-bit by Michael Ellerman · 18 years ago
  28. bf1ab97 [POWERPC] coredump: Add SPU elf notes to coredump. by Dwayne Grant McConnell · 18 years ago
  29. 974a76f [POWERPC] Distinguish POWER6 partition modes and tell userspace by Paul Mackerras · 18 years ago
  30. 18f2190 [POWERPC] cell: Add oprofile support by Maynard Johnson · 18 years ago
  31. 0443bbd [POWERPC] cell: Add routines for managing PMU interrupts by Kevin Corry · 18 years ago
  32. e4f6948 [POWERPC] cell: Move PMU-related stuff to include/asm-powerpc/cell-pmu.h by Kevin Corry · 18 years ago
  33. b9e3bd7 [POWERPC] spufs: Add /lslr, /dma_info and /proxydma files by Dwayne Grant McConnell · 18 years ago
  34. 8dc86ab [POWERPC] Change ppc_rtas declaration to weak by Geoff Levand · 18 years ago
  35. 3e00a5a [POWERPC] Xserve cpu-meter driver by Benjamin Herrenschmidt · 18 years ago
  36. 088df4d [POWERPC] Wrap cpu_die() with CONFIG_HOTPLUG_CPU by Linas Vepstas · 18 years ago
  37. ef2b343 [POWERPC] Make soft_enabled irqs preempt safe by Hugh Dickins · 18 years ago
  38. 757db1e [POWERPC] Fix __raw* accessors by Benjamin Herrenschmidt · 18 years ago
  39. 68a6435 [POWERPC] Merge 32 and 64 bits asm-powerpc/io.h by Benjamin Herrenschmidt · 18 years ago
  40. 165785e [POWERPC] Cell iommu support by Jeremy Kerr · 18 years ago
  41. 92b20c4 [POWERPC] Add an optional offset to direct DMA on 64 bits by Benjamin Herrenschmidt · 18 years ago
  42. 4cb3cee [POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bits by Benjamin Herrenschmidt · 18 years ago
  43. 4c9d280 [POWERPC] Generic OF platform driver for PCI host bridges. by Benjamin Herrenschmidt · 18 years ago
  44. 803d457 [POWERPC] Add "parent" struct device for PCI host bridges by Benjamin Herrenschmidt · 18 years ago
  45. 12d04ee [POWERPC] Refactor 64 bits DMA operations by Benjamin Herrenschmidt · 18 years ago
  46. 7eebde7 [POWERPC] Souped-up of_platform_device support by Benjamin Herrenschmidt · 18 years ago
  47. a959ff5 [POWERPC] Improve MPIC driver auto-configuration from DT by Benjamin Herrenschmidt · 18 years ago
  48. fbf0274 [POWERPC] Support for DCR based MPIC by Benjamin Herrenschmidt · 18 years ago
  49. 4c75a6f [POWERPC] Generic DCR infrastructure by Benjamin Herrenschmidt · 18 years ago
  50. 69108cf [POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpc by Benjamin Herrenschmidt · 18 years ago
  51. f90bb15 [POWERPC] Make pci_read_irq_line the default by Benjamin Herrenschmidt · 18 years ago
  52. 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 18 years ago
  53. 879178c [NET]: POWERPC checksum annotations and cleanups. by Al Viro · 18 years ago
  54. 72a73a6 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  55. c6dbaef Driver core: add dev_archdata to struct device by Benjamin Herrenschmidt · 18 years ago
  56. edb2d97 PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWI by Matthew Wilcox · 18 years ago
  57. df9c230 [POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc class" by Kim Phillips · 18 years ago
  58. 9716a34 [POWERPC] Wire up sys_move_pages by Stephen Rothwell · 18 years ago
  59. 056f4fa [POWERPC] Add the thread_siblings files to sysfs by Stephen Rothwell · 18 years ago
  60. 19a7985 [PATCH] ppc: Fix io.h for config with CONFIG_PCI not set by Sylvain Munaut · 18 years ago
  61. fc9e8b4 [PATCH] Optimize qe_brg struct to use an array by Timur Tabi · 18 years ago
  62. 66a91e9 [PATCH] of_irq_to_resource now returns the virq by Andy Fleming · 18 years ago
  63. a9b1497 [PATCH] Slight refactor of interrupt mapping for FSL parts by Andy Fleming · 18 years ago
  64. 0f6c95d [PATCH] Add MPC5200 Interrupt Controller support. by Nicolas DET · 18 years ago
  65. 68e1300 [PATCH] Remove _machine macro by s.hauer@pengutronix.de · 18 years ago
  66. 67764a0 [PATCH] Remove unnecessary ifdef in include/asm-powerpc/pci.h by s.hauer@pengutronix.de · 18 years ago
  67. 2b890bc [PATCH] Remove dead code in iommu.h by Sascha Hauer · 18 years ago
  68. 43530d2 [PATCH] powerpc: wire up sys_migrate_pages by Stephen Rothwell · 18 years ago
  69. 292f86f [POWERPC] Make mmiowb's io_sync preempt safe by Hugh Dickins · 18 years ago
  70. 5fe8e8b [POWERPC] Make current preempt-safe by Hugh Dickins · 18 years ago
  71. 5d2efba [POWERPC] Use 4kB iommu pages even on 64kB-page systems by Linas Vepstas · 18 years ago
  72. dd6c89f [POWERPC] Fix oprofile support for e500 in arch/powerpc by Andy Fleming · 18 years ago
  73. e0da0da [POWERPC] Fix rmb() for e500-based machines it by Andy Fleming · 18 years ago
  74. ff8a8f2 [POWERPC] add support for stopping spus from xmon by Michael Ellerman · 18 years ago
  75. e570beb [POWERPC] cell: add support for registering sysfs attributes to spus by Christian Krafft · 18 years ago
  76. eb758ce [POWERPC] spufs: "stautus" isnt a word. by arnd@arndb.de · 18 years ago
  77. 5737edd [POWERPC] spufs: add support for nonschedulable contexts by Mark Nutter · 18 years ago
  78. cc21a66 [POWERPC] cell: remove unused struct spu variable by Geoff Levand · 18 years ago
  79. 24f43b3 [POWERPC] spufs: wrap mfc sdr access by Masato Noguchi · 18 years ago
  80. f4d4c35 [POWERPC] Fix CHRP platforms with only 8259 by Benjamin Herrenschmidt · 18 years ago
  81. e2100ef [POWERPC] Fix device_is_compatible() const warning by Benjamin Herrenschmidt · 18 years ago
  82. 859deea [POWERPC] Cell timebase bug workaround by Benjamin Herrenschmidt · 18 years ago
  83. 0909c8c [POWERPC] Support feature fixups in vdso's by Benjamin Herrenschmidt · 18 years ago
  84. 7aeb732 [POWERPC] Support nested cpu feature sections by Benjamin Herrenschmidt · 18 years ago
  85. 42c4aaa [POWERPC] Consolidate feature fixup code by Benjamin Herrenschmidt · 18 years ago
  86. 362ff7b [POWERPC] Add 970GX cputable entry by Jake Moilanen · 18 years ago
  87. 035223f [POWERPC] Make pSeries_lpar_hpte_insert static by Geoff Levand · 18 years ago
  88. 0f03a43 [POWERPC] Remove todc code from ARCH=powerpc by David Gibson · 18 years ago
  89. d04c56f [POWERPC] Lazy interrupt disabling for 64-bit machines by Paul Mackerras · 18 years ago
  90. e50190a [PATCH] Consolidate check_signature by Matthew Wilcox · 18 years ago
  91. 40220c1 IRQ: Use the new typedef for interrupt handler function pointers by David Howells · 18 years ago
  92. 35a84c2 [POWERPC] Fix up after irq changes by Olaf Hering · 18 years ago
  93. 52aed7c [POWERPC] Update MTFSF_L() comment by Anton Blanchard · 18 years ago
  94. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  95. 8676727 [POWERPC] spufs: add infrastructure for finding elf objects by Arnd Bergmann · 18 years ago
  96. 6263203 [POWERPC] spufs: Add infrastructure needed for gang scheduling by Arnd Bergmann · 18 years ago
  97. 9add11d [POWERPC] spufs: implement error event delivery to user space by Arnd Bergmann · 18 years ago
  98. a68cf98 [POWERPC] spufs: scheduler support for NUMA. by Mark Nutter · 18 years ago
  99. fefd26b Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh by Linus Torvalds · 18 years ago
  100. 13bbd8d Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago