1. 34318c2 powerpc/spufs: Explain conditional decrement of aff_sched_count by Andre Detsch · 16 years ago
  2. 10baa26 powerpc/spufs: Improve search of node for contexts with SPU affinity by Andre Detsch · 16 years ago
  3. 837ef88 powerpc/spufs: Use kmalloc rather than kzalloc for switch log buffer by Jeremy Kerr · 16 years ago
  4. f027faa powerpc/spufs: Don't spu_acquire_saved unnecessarily in regs read by Jeremy Kerr · 16 years ago
  5. 14f693e powerpc/spufs: Don't require full buffer in switch_log read by Jeremy Kerr · 16 years ago
  6. f5ed0eb powerpc/spufs: Use state_mutex for switch_log locking, and prevent multiple openers by Jeremy Kerr · 16 years ago
  7. e869446 powerpc/spufs: sputrace: Don't block until the read buffer is full by Jeremy Kerr · 16 years ago
  8. baf3992 powerpc/spufs: sputrace: Only enable logging on open(), prevent multiple openers by Jeremy Kerr · 16 years ago
  9. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  10. ee673ea powerpc: Fix CHRP PCI config access for indirect_pci by Benjamin Herrenschmidt · 16 years ago
  11. 22007a1 powerpc/chrp: Fix detection of Python PCI host bridge on IBM CHRPs by Benjamin Herrenschmidt · 16 years ago
  12. 2bda347 powerpc: Fix 32-bit SMP boot on CHRP by Benjamin Herrenschmidt · 16 years ago
  13. 7b6b574 powerpc: Fix link errors on 32-bit machines using legacy DMA by Benjamin Herrenschmidt · 16 years ago
  14. b556151 powerpc/pci: Improve detection of unassigned bridge resources by Benjamin Herrenschmidt · 16 years ago
  15. f5ea64d powerpc: Get USE_STRICT_MM_TYPECHECKS working again by David Gibson · 16 years ago
  16. cd301c7 powerpc: Reflect the used arguments in machine_init() prototype by Sebastian Andrzej Siewior · 16 years ago
  17. 8aa2659 powerpc: Fix DMA offset for non-coherent DMA by Benjamin Herrenschmidt · 16 years ago
  18. 1263965 Merge commit 'kumar/kumar-next' by Benjamin Herrenschmidt · 16 years ago
  19. 5006d1a Merge commit 'gcl/gcl-next' by Benjamin Herrenschmidt · 16 years ago
  20. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  21. c0da99d powerpc: fix fsl_upm nand driver modular build by Anton Vorontsov · 16 years ago
  22. e758936 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  23. 1fb25be powerpc/83xx: add NAND support for the MPC8360E-RDK boards by Anton Vorontsov · 16 years ago
  24. 6675847 powerpc: FPGA support for GE Fanuc SBC610 by Martyn Welch · 16 years ago
  25. 7de0c22 powerpc: reserve two DMA channels for audio in MPC8610 HPCD device tree by Timur Tabi · 16 years ago
  26. dbe2163 powerpc: disable CHRP and PMAC support in various defconfigs by Timur Tabi · 16 years ago
  27. 8b77aeb powerpc/83xx: add DS1374 RTC support for the MPC837xE-MDS boards by Anton Vorontsov · 16 years ago
  28. 43c9f43 powerpc: remove support for bootmem-allocated memory for the DIU driver by Timur Tabi · 16 years ago
  29. 9bd54d1 powerpc: remove non-dependent load fsl_booke PTE_64BIT by Milton Miller · 16 years ago
  30. 3522580 powerpc/5121: Add PCI support. by John Rigby · 16 years ago
  31. 5b70a09 powerpc: 83xx: pci: Remove need for get_immrbase from mpc83xx_add_bridge. by John Rigby · 16 years ago
  32. 4a015c3 powerpc/fsl: Hide MPC5121 pci bridge. by John Rigby · 16 years ago
  33. 6266682 powerpc/83xx: don't probe broken PCI on mpc837x_mds boards by Anton Vorontsov · 16 years ago
  34. 5c09119 powerpc/QE: move QE_GPIO Kconfig symbol into the platforms/Kconfig by Anton Vorontsov · 16 years ago
  35. 4e330bc powerpc: make Freescale QE support a selectable Kconfig option by Timur Tabi · 16 years ago
  36. 3a47024 powerpc: GE Fanuc's FPGA based PIC controller on the SBC610 by Martyn Welch · 16 years ago
  37. 92ae954 powerpc/85xx: Wire up RTC interrupt on MPC8536DS by Kumar Gala · 16 years ago
  38. 22d660f powerpc/smp: No need to set_need_resched when getting a resched IPI by Milton Miller · 16 years ago
  39. 199f45c powerpc/xics: Reduce and comment xics IPI use of memory barriers by Milton Miller · 16 years ago
  40. 2172fe8 powerpc/xics: Make printk format strings fit on one line by Milton Miller · 16 years ago
  41. d879f38 powerpc/xics: Mark xics IPI interrupt as per-cpu by Milton Miller · 16 years ago
  42. 1a57c92 powerpc/xics: EOI xics ipi by hand in kexec by Milton Miller · 16 years ago
  43. b496325 powerpc/xics: Factor out cpu joining/unjoining the GIQ by Milton Miller · 16 years ago
  44. a244a95 powerpc/xics: Initialization code cleanups by Milton Miller · 16 years ago
  45. 188bddd powerpc/xics: Trim #include list by Milton Miller · 16 years ago
  46. 9dc2d44 powerpc/xics: Change *_xirr_info_set() prototype to avoid casts by Milton Miller · 16 years ago
  47. 0641cc9 powerpc/xics: Rearrange file to group code by function by Milton Miller · 16 years ago
  48. d13f720 powerpc/xics: Consolidate ipi message encode and decode by Milton Miller · 16 years ago
  49. 78b5b62 powerpc: Make ppc32 respect the boot cpu id for !CONFIG_SMP by Kumar Gala · 16 years ago
  50. 6070bf6 powerpc: Remove old Makefile workaround for arch/ppc by Josh Boyer · 16 years ago
  51. 302905a powerpc/xics: Update default_server during migrate_irqs_away by Milton Miller · 16 years ago
  52. 8767e9b powerpc/xics: EOI unmapped irqs after disabling them by Milton Miller · 16 years ago
  53. 206855c Merge branch 'x86/urgent' into core/signal by Ingo Molnar · 16 years ago
  54. 4dd9ec4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  55. bb3d55e Merge commit 'jk/jk-merge' by Benjamin Herrenschmidt · 16 years ago
  56. 8f64e1f powerpc: Reserve in bootmem lmb reserved regions that cross NUMA nodes by Jon Tollefson · 16 years ago
  57. 91a00302 powerpc: Sync RPA note in zImage with kernel's RPA note by Paul Mackerras · 16 years ago
  58. 41c2e94 powerpc: Fix error path in kernel_thread function by Josh Poimboeuf · 16 years ago
  59. 99c84066 powerpc/cell/oprofile: Fix test on overlay_tbl_offset in vma_map by Roel Kluin · 16 years ago
  60. 9fd3f88 powerpc: Oops in pseries_lmb_remove() by Nathan Fontenot · 16 years ago
  61. 6747c2e powerpc/spufs: add a missing mutex_unlock by Kou Ishizaki · 16 years ago
  62. ba0b996 powerpc/spufs: use inc_nlink by Jeremy Kerr · 16 years ago
  63. e2ed6e4 powerpc/spufs: set nlink count for spufs root correctly by Jeremy Kerr · 16 years ago
  64. ec2a565 phylib: two dynamic mii_bus allocation fallout fixes by Lennert Buytenhek · 16 years ago
  65. 18ee49d phylib: rename mii_bus::dev to mii_bus::parent by Lennert Buytenhek · 16 years ago
  66. 6fbc779 ibm_newemac: Fix EMAC soft reset on 460EX/GT by Victor Gallardo · 16 years ago
  67. 4dd5651 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  68. e923504 powerpc/mpc5200: Silence warnings in arch/powerpc/platforms/52xx/mpc52xx_pci.c by Tony Breeds · 16 years ago
  69. f43c32e powerpc/mpc5200: trivial printk-fixes in mpc52xx_common by Wolfram Sang · 16 years ago
  70. 990d0f2 Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/core by Ingo Molnar · 16 years ago
  71. 7c12d90 powerpc: Fix sysfs pci mmap on 32-bit machines with 64-bit PCI by Benjamin Herrenschmidt · 16 years ago
  72. 76c31f2 powerpc: Honor O_NONBLOCK flag when reading RTAS log by Vitaly Mayatskikh · 16 years ago
  73. 3396c72 powerpc: Remove CHRP and PMAC support from FSL defconfigs by Timur Tabi · 16 years ago
  74. ebe40c5 powerpc: Enforce sane MAX_ORDER by Johannes Berg · 16 years ago
  75. 2e2b404 powerpc: Fix 64-bit hibernation with 64k pages by Johannes Berg · 16 years ago
  76. a880e76 powerpc: Avoid integer overflow in page_is_ram() by Roland Dreier · 16 years ago
  77. 6ddc9d3 powerpc: Ignore generated vmlinux.lds in git by Sebastien Dugue · 16 years ago
  78. fa6428e Merge commit 'jwb/jwb-next' by Benjamin Herrenschmidt · 16 years ago
  79. 3d5fa87 powerpc/44x: Add AMCC Arches defconfig file by Victor Gallardo · 16 years ago
  80. e9ee292 powerpc/44x: Add AMCC Arches DTS by Victor Gallardo · 16 years ago
  81. e00de30 powerpc/44x: Add AMCC Arches eval board support by Victor Gallardo · 16 years ago
  82. 9e3cb29 ibm_newemac: Add support for GPCS, SGMII and M88E1112 PHY by Victor Gallardo · 16 years ago
  83. 5a013fc powerpc/4xx: Allow 4xx PCI bridge to be disabled via device tree by Matthias Fuchs · 16 years ago
  84. c9b59da Merge commit 'kumar/kumar-mmu' by Benjamin Herrenschmidt · 16 years ago
  85. 9f5494b Merge commit 'kumar/kumar-dma' by Benjamin Herrenschmidt · 16 years ago
  86. 1fce2d0 powerpc: Fix boot hang regression on MPC8544DS by Kumar Gala · 16 years ago
  87. d2b194e powerpc/math-emu: Use kernel generic math-emu code by Kumar Gala · 16 years ago
  88. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  89. 95237b8 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  90. fbcc4ba ibm_newemac: MAL support for PowerPC 405EZ by Josh Boyer · 16 years ago
  91. 61e9916 powerpc: Fix failure to shutdown with CPU hotplug by Johannes Berg · 16 years ago
  92. ad61104 powerpc: Fix PCI in Holly device tree by David Gibson · 16 years ago
  93. a969e76 powerpc: Correct USB support for GE Fanuc SBC610 by Martyn Welch · 16 years ago
  94. 0161dca powerpc: Drop redundant machine type print in show_cpuinfo by Becky Bruce · 16 years ago
  95. 20d38e0 powerpc/fsl_soc: remove mpc83xx_wdt code by Anton Vorontsov · 16 years ago
  96. d7161a6 kgdb, x86, arm, mips, powerpc: ignore user space single stepping by Jason Wessel · 16 years ago
  97. ae19161 Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-next by Jeff Garzik · 16 years ago
  98. 4ee7084 POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physical by Becky Bruce · 16 years ago
  99. 9a62c05 powerpc/mm: Implement _PAGE_SPECIAL & pte_special() for 32-bit by Kumar Gala · 16 years ago
  100. 9bf2b5c powerpc: Fixes for CONFIG_PTE_64BIT for SMP support by Kumar Gala · 16 years ago