1. e31c6df Merge remote-tracking branch 'kumar/next' into merge by Benjamin Herrenschmidt · 12 years ago
  2. 9cb6abc powerpc/8xxx: remove 85xx/86xx restrictions from fsl_guts.h by Timur Tabi · 12 years ago
  3. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 12 years ago
  4. c141b38 powerpc/85xx: Abstract common define of signal multiplex control for qe by Zhicheng Fan · 12 years ago
  5. e55d7f7 powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag by Kyle Moffett · 13 years ago
  6. 5019609 powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_count by Kyle Moffett · 13 years ago
  7. be8bec5 powerpc/mpic: Invert the meaning of MPIC_PRIMARY by Kyle Moffett · 13 years ago
  8. 996983b powerpc/mpic: Search for open-pic device-tree node if NULL by Kyle Moffett · 13 years ago
  9. 8bf4156 powerpc: Consolidate mpic_alloc() OF address translation by Kyle Moffett · 13 years ago
  10. 582d3e0 powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h" by Kyle Moffett · 13 years ago
  11. 199bfbe powerpc/85xx: Additional consolidate of_platform_bus_probe calls by Kumar Gala · 13 years ago
  12. 46d026a powerpc/85xx: consolidate of_platform_bus_probe calls by Dmitry Eremin-Solenikov · 13 years ago
  13. 543a07b powerpc/85xx: separate cpm2 pic init by Dmitry Eremin-Solenikov · 13 years ago
  14. 077200c powerpc/8xxx: Update device tree bus probe for new RapidIO node binding by Kai Jiang · 13 years ago
  15. ead53f2 powerpc: remove non-required uses of include <linux/module.h> by Paul Gortmaker · 13 years ago
  16. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  17. 8dd11f8 ppc: fix comment typo singal -> signal by Justin P. Mattock · 14 years ago
  18. 6d4f2fb powerpc/85xx: Fix compilation of mpc85xx_mds.c by Alexander Graf · 14 years ago
  19. 42a0ae2 Merge commit 'kumar/next' into next by Benjamin Herrenschmidt · 14 years ago
  20. 99d8238f powerpc/85xx: Cleanup QE initialization for MPC85xxMDS boards by Anton Vorontsov · 14 years ago
  21. dee9ad7 powerpc/85xx: Fix booting for P1021MDS boards by Anton Vorontsov · 14 years ago
  22. bb863e8 powerpc/85xx: Fix SWIOTLB initalization for MPC85xxMDS boards by Anton Vorontsov · 14 years ago
  23. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  24. 48936a08 powerpc/85xx: Add P1021MDS board support by Haiying Wang · 14 years ago
  25. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  26. 874f2f9 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 14 years ago
  27. e98efaf powerpc/85xx: Add NOR, LEDs and PIB support for MPC8568E-MDS boards by Anton Vorontsov · 15 years ago
  28. fa64429 powerpc/85xx: Fix oops during MSI driver probe on MPC85xxMDS boards by Anton Vorontsov · 15 years ago
  29. c1fb834 mpc8569mds: Add bscr setting for rtbi mode by Liu Yu-B13201 · 15 years ago
  30. 29827b0 powerpc/85xx: Wrong variable returned on error by Roel Kluin · 15 years ago
  31. 3cfee0a powerpc/85xx: Add power management support for MPC85xxMDS boards by Anton Vorontsov · 15 years ago
  32. 3702977 powerpc: Remove swiotlb_pci_dma_ops by FUJITA Tomonori · 15 years ago
  33. 762afb7 powerpc: Remove addr_needs_map in struct dma_mapping_ops by FUJITA Tomonori · 15 years ago
  34. 9b9d401 powerpc/85xx: Add QE USB support for MPC8569E-MDS boards by Anton Vorontsov · 15 years ago
  35. c4673f9 powerpc/85xx: Fix ethernet link detection on MPC8569E-MDS boards by Anton Vorontsov · 15 years ago
  36. fa87461 powerpc/85xx: Fix FSL RapidIO probing on MDS boards by Randy Vinson · 15 years ago
  37. 152d018 powerpc/85xx: Add SWIOTLB support to FSL boards by Kumar Gala · 15 years ago
  38. 4b3b42b powerpc/85xx: Add MPC8569MDS board support by Haiying Wang · 15 years ago
  39. ea5130d powerpc/85xx: clean up for mpc8568_mds name by Haiying Wang · 15 years ago
  40. 84ba4a5 powerpc/85xx: Move gianfar mdio nodes under the ethernet nodes by Anton Vorontsov · 15 years ago
  41. aab0d37 powerpc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  42. 24a9959 powerpc/85xx: Fix compile warnings in mpc85xx_mds.c by Kumar Gala · 16 years ago
  43. cf0d19f powerpc/fsl: proliferate simple-bus compatibility to soc nodes by Kim Phillips · 16 years ago
  44. 73f5b8f [POWERPC] 85xx: Fix some sparse warnings for 85xx MDS by Andy Fleming · 16 years ago
  45. 94833a4 [POWERPC] 85xx: Add 8568 PHY workarounds to board code by Andy Fleming · 16 years ago
  46. a2dd70a [POWERPC] QE: get rid of most device_types and model by Anton Vorontsov · 17 years ago
  47. 277982e [POWERPC] 85xx: convert boards to use machine_device_initcall by Kumar Gala · 17 years ago
  48. 882407b [POWERPC] 8xxx: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h. by Jon Loeliger · 17 years ago
  49. 0bfd5df [POWERPC] 85xx: Killed <asm/mpc85xx.h> by Kumar Gala · 17 years ago
  50. 803dedb [POWERPC] 85xx: mpc85xx_mds - reset UCC ethernet properly by Anton Vorontsov · 17 years ago
  51. cccd210 [POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascading by Anton Vorontsov · 17 years ago
  52. e1c1575 [POWERPC] 85xx/86xx: refactor RSTCR reset code by Kumar Gala · 17 years ago
  53. c9438af [POWERPC] Use for_each_ matching routinues for pci PHBs by Kumar Gala · 17 years ago
  54. 683d00b [POWERPC] 85xx: Remove unnecessary loops_per_jiffy initialization code. by Jon Loeliger · 17 years ago
  55. b231537 Merge branch 'linux-2.6' into for-2.6.24 by Paul Mackerras · 17 years ago
  56. 2af8569 [POWERPC] 8{5,6}xx: Fix build issue with !CONFIG_PCI by Kumar Gala · 17 years ago
  57. ed16c20 [POWERPC] Remove old includes from arch/ppc by Kumar Gala · 17 years ago
  58. 3c5ede8 [POWERPC] Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC" by Kim Phillips · 17 years ago
  59. aa3c112 [POWERPC] 85xx: Added 8568 PCIe support by Kumar Gala · 17 years ago
  60. 3f6c5da [POWERPC] Use Freescale pci/pcie common code for 85xx boards by Roy Zang · 17 years ago
  61. b533f8a [POWERPC] Reworked interrupt numbers for OpenPIC based Freescale chips by Kumar Gala · 17 years ago
  62. 3dfaa76 [POWERPC] kill isa_{io,mem}_base definitions for !PCI by Arnd Bergmann · 17 years ago
  63. 09b55f7 [POWERPC] rename add_bridge to avoid namespace clashes by Arnd Bergmann · 17 years ago
  64. 3baee95 [POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC by Kim Phillips · 17 years ago
  65. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 17 years ago
  66. 23f510b [POWERPC] 85xx: Renamed MPC8568 MDS board code to match other boards by Kumar Gala · 18 years ago[Renamed (89%) from arch/powerpc/platforms/85xx/mpc8568_mds.c]
  67. 6936c62 [POWERPC] 85xx: Cleaning up machine probing by Kumar Gala · 18 years ago
  68. 578f8f2 [POWERPC] 8[56]xx: Remove obsolete setting of ROOT_DEV for 85xx and 86xx platforms. by Jon Loeliger · 18 years ago
  69. c2882bb [POWERPC] 85xx: Add support for the 8568 MDS board by Andy Fleming · 18 years ago