1. 287e5d6 [POWERPC] XilinxFB: Allow fixed framebuffer base address by Grant Likely · 17 years ago
  2. b4d6a72 [POWERPC] XilinxFB: Add support for custom screen resolution by Grant Likely · 17 years ago
  3. 01ba1e9 [POWERPC] XilinxFB: Use pdata to pass around framebuffer parameters by Grant Likely · 17 years ago
  4. d94bad8 [POWERPC] PCI: Add 64-bit physical address support to setup_indirect_pci by Valentine Barshak · 17 years ago
  5. 8087ebd Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into for-2.6.24 by Paul Mackerras · 17 years ago
  6. 895532a1 Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into for-2.6.24 by Paul Mackerras · 17 years ago
  7. ad65688 [POWERPC] 4xx: Kilauea defconfig file by Stefan Roese · 17 years ago
  8. a62f48d [POWERPC] 4xx: Kilauea DTS by Stefan Roese · 17 years ago
  9. 37b31f9 [POWERPC] 4xx: Add AMCC Kilauea eval board support to platforms/40x by Stefan Roese · 17 years ago
  10. 5d8476c [POWERPC] 4xx: Add AMCC 405EX support to cputable.c by Stefan Roese · 17 years ago
  11. 4d9e5510 [POWERPC] Adjust TASK_SIZE on ppc32 systems to 3GB that are capable by Kumar Gala · 17 years ago
  12. 8a13c4f [POWERPC] Use PAGE_OFFSET to tell if an address is user/kernel in SW TLB handlers by Kumar Gala · 17 years ago
  13. f5d7d13 [POWERPC] 85xx: Enable FP emulation in MPC8560 ADS defconfig by Kumar Gala · 17 years ago
  14. 0bfd5df [POWERPC] 85xx: Killed <asm/mpc85xx.h> by Kumar Gala · 17 years ago
  15. ab9683c [POWERPC] 85xx: Add cpm nodes for 8541/8555 CDS by Scott Wood · 17 years ago
  16. 8abc8f5 [POWERPC] 85xx: Convert mpc8560ads to the new CPM binding. by Scott Wood · 17 years ago
  17. 52aff9f [POWERPC] mpc8272ads: Remove muram from the CPM reg property. by Scott Wood · 17 years ago
  18. 0a2cdd8 Merge branch 'virtex-for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-virtex into for-2.6.24-4xx by Josh Boyer · 17 years ago
  19. cdec12a [POWERPC] Make clockevents work on PPC601 processors by Paul Mackerras · 17 years ago
  20. d968014 [POWERPC] Prevent decrementer clockevents from firing early by Paul Mackerras · 17 years ago
  21. 87a72f9 [POWERPC] Fix performance monitor on machines with logical PVR by Paul Mackerras · 17 years ago
  22. 64f2758 [POWERPC] Don't enable cpu hotplug on pSeries machines with MPIC by Olof Johansson · 17 years ago
  23. 84dd467 [POWERPC] Move of_platform_driver initialisations: arch/powerpc by Stephen Rothwell · 17 years ago
  24. 8251b4c [POWERPC] iSeries: Move viodasd probing by Stephen Rothwell · 17 years ago
  25. 7465ce0 [POWERPC] iSeries: Move detection of virtual tapes by Stephen Rothwell · 17 years ago
  26. b833b48 [POWERPC] iSeries: Move detection of virtual cdroms by Stephen Rothwell · 17 years ago
  27. dd9b67a [POWERPC] Remove more iSeries-specific stuff from vio.c by Stephen Rothwell · 17 years ago
  28. 1670b2b [POWERPC] Remove iSeries_vio_dev by Stephen Rothwell · 17 years ago
  29. 73be7d5 [POWERPC] iSeries: Simplify viocd initialisation by Stephen Rothwell · 17 years ago
  30. b707f51 [POWERPC] Clean up vio.h by Stephen Rothwell · 17 years ago
  31. 745e102 [POWERPC] Platforms shouldn't mess with ROOT_DEV by Grant Likely · 17 years ago
  32. d27c1ce [POWERPC] Remove empty ppc_md.setup_arch hooks by Grant Likely · 17 years ago
  33. 38db7e7 [POWERPC] Only call ppc_md.setup_arch() if it is provided by Grant Likely · 17 years ago
  34. dc9b43d [POWERPC] Disable vDSO support for ARCH=ppc where it's not implemented by Wolfgang Denk · 17 years ago
  35. 46b45b1 [POWERPC] Align the sys_call_table by Stephen Rothwell · 17 years ago
  36. e1eea9f [POWERPC] Add co-maintainer for PowerPC MPC52xx platform by Grant Likely · 17 years ago
  37. 4de3b99 [POWERPC] MPC5200: Don't make firmware fixups into common code by Grant Likely · 17 years ago
  38. 9fe2e79 [POWERPC] MPC52xx: Trim includes on mpc5200 platform support code by Grant Likely · 17 years ago
  39. aa2091b [POWERPC] MPC52xx: Drop show_cpuinfo platform hooks from Lite5200 by Grant Likely · 17 years ago
  40. 17c5c20 [POWERPC] Uartlite: bootwrapper bug fix, getc loops forever by Grant Likely · 17 years ago
  41. 4c3d514 [POWERPC] Don't build arch/powerpc/sysdev/dcr.c for ARCH=ppc kernels by Grant Likely · 17 years ago
  42. f210d43 [POWERPC] Virtex: Fix URL for Xilinx Virtex support in MAINTAINERS by Grant Likely · 17 years ago
  43. b9a2279 [POWERPC] XilinxFB: sparse fixes by Grant Likely · 17 years ago
  44. e3cec00 [POWERPC] XilinxFB: Make missing pdata structure non-fatal by Grant Likely · 17 years ago
  45. 31e8d46 [POWERPC] XilinxFB: add of_platform bus binding by Grant Likely · 17 years ago
  46. 47473e3 [POWERPC] XilinxFB: cleanup platform_bus binding to use platform bus API. by Grant Likely · 17 years ago
  47. 2647762 [POWERPC] XilinxFB: Split device setup from bus binding by Grant Likely · 17 years ago
  48. 3fb99ce [POWERPC] XilinxFB: rename failout labels to reflect failure by Grant Likely · 17 years ago
  49. 3cb3ec2 [POWERPC] XilinxFB: Replace calls to printk with dev_dbg, dev_err, etc. by Grant Likely · 17 years ago
  50. 258de4b [POWERPC] XilinxFB: add banner output to probe routine when DEBUG is defined by Grant Likely · 17 years ago
  51. 38b08e4 [POWERPC] Remove redundant reference to non-existent CONFIG_BOOTIMG by Robert P. J. Day · 17 years ago
  52. ef2ac63 [POWERPC] PS3: Add os-area database routines by Geoff Levand · 17 years ago
  53. 7db1942 [POWERPC] PS3: Save os-area params to device tree by Geoff Levand · 17 years ago
  54. d7b98e3 [POWERPC] PS3: Add os-area rtc_diff set/get routines by Geoff Levand · 17 years ago
  55. 418ef20 [POWERPC] PS3: os-area workqueue processing by Geoff Levand · 17 years ago
  56. 01263e8 [POWERPC] PS3: Remove unused os-area params by Geoff Levand · 17 years ago
  57. ca94297 [POWERPC] PS3: Cleanup of os-area.c by Geoff Levand · 17 years ago
  58. d767efe [POWERPC] cell: Add Cell memory controller register defs and expose it by Benjamin Herrenschmidt · 17 years ago
  59. eef686a0 [POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.h by Benjamin Herrenschmidt · 17 years ago
  60. 105c13d [POWERPC] Enable debug info on boot wrapper by Grant Likely · 17 years ago
  61. 6ee0d9f [POWERPC] Remove unused old code from powermac setup code by Paul Mackerras · 17 years ago
  62. d741803 [POWERPC] Remove some more section mismatch warnings by Stephen Rothwell · 17 years ago
  63. 84fdde5 [POWERPC] Use cache-inhibited large page bit from firmware by Paul Mackerras · 17 years ago
  64. cd6eed3 [POWERPC] Prepare to remove of_platform_driver name by Stephen Rothwell · 17 years ago
  65. 7d6524f [POWERPC] iSeries: Correct missing newline in printk by Stephen Rothwell · 17 years ago
  66. dcccb37 [POWERPC] Lite5200: Use comma delimiter format for lists in device tree by Grant Likely · 17 years ago
  67. 082ea86 [POWERPC] spi: Support non-QE processors by Peter Korsgaard · 17 years ago
  68. 803dedb [POWERPC] 85xx: mpc85xx_mds - reset UCC ethernet properly by Anton Vorontsov · 17 years ago
  69. af6521e [POWERPC] 85xx: mpc8568mds - update dts to be able to use UCCs by Anton Vorontsov · 17 years ago
  70. 321872d [POWERPC] QE: pario - support for MPC85xx layout by Anton Vorontsov · 17 years ago
  71. cccd210 [POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascading by Anton Vorontsov · 17 years ago
  72. 55f9ed0 [POWERPC] mpc85xx_mds: select QUICC_ENGINE by Anton Vorontsov · 17 years ago
  73. 090fe85 [POWERPC] 86xx: update immap_86xx.h for the 8610 by Timur Tabi · 17 years ago
  74. e1c1575 [POWERPC] 85xx/86xx: refactor RSTCR reset code by Kumar Gala · 17 years ago
  75. c9438af [POWERPC] Use for_each_ matching routinues for pci PHBs by Kumar Gala · 17 years ago
  76. 2fce1225 [POWERPC] FSL: Access PCIe LTSSM register with correct size by Kumar Gala · 17 years ago
  77. 873553b [POWERPC] 85xx: Failure with odd memory sizes and CONFIG_HIGHMEM by Dale Farnsworth · 17 years ago
  78. 0e65bfe3 [POWERPC] Add initial MPC8610 HPCD Platform files. by Xianghua Xiao · 17 years ago
  79. 61c5d3c [POWERPC] Treat 8610 PCIe host bridge as transparent by Jason Jin · 17 years ago
  80. 53f3945 [POWERPC] Add initial MPC8610 HPCD Device Tree Source file. by Xianghua Xiao · 17 years ago
  81. f023dc7 [POWERPC] spi: mode should be "cpu-qe" instead of "qe" by Peter Korsgaard · 17 years ago
  82. 33799e3 [POWERPC] spi: Use fsl_spi instead of mpc83xx_spi by Peter Korsgaard · 17 years ago
  83. 6b0b594 [POWERPC] qe: miscellaneous code improvements and fixes to the QE library by Timur Tabi · 17 years ago
  84. 6039680 [POWERPC] Update .gitignore for new vdso generated files by Kumar Gala · 17 years ago
  85. 86a04d9 [POWERPC] Fixup MPC8568 dts by Kumar Gala · 17 years ago
  86. 6b9c676 [POWERPC] mpc8568mds.dts: fix PCIe I/O address space location and size by Anton Vorontsov · 17 years ago
  87. c0e4eb2 [POWERPC] MPC8568E-MDS: add support for ds1374 rtc by Anton Vorontsov · 17 years ago
  88. da1bb3a [POWERPC] fsl_soc: fix uninitialized i2c_board_info structure by Anton Vorontsov · 17 years ago
  89. 15f8c60 [POWERPC] cpm: Describe multi-user ram in its own device node. by Scott Wood · 17 years ago
  90. 3c5df5c [POWERPC] Cleaned up whitespace in head_fsl_booke.S by Kumar Gala · 17 years ago
  91. b6927bc [POWERPC] QE: Added missing CEURNR register by Emil Medve · 17 years ago
  92. 0438c28 [POWERPC] fsl_soc: rtc-ds1307 support by Peter Korsgaard · 17 years ago
  93. 210805e [POWERPC] fsl_soc: Fix trivial printk typo. by Peter Korsgaard · 17 years ago
  94. 5dd57a1 [POWERPC] 8xx: Move softemu8xx.c from arch/ppc by Scott Wood · 17 years ago
  95. c4e05bc [POWERPC] bootwrapper: adds cuboot for MPC7448HPC2 platform by Roy Zang · 17 years ago
  96. 3611f2a [POWERPC] mpc82xx: Add pq2fads board support. by Scott Wood · 17 years ago
  97. e00c549 [POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset. by Scott Wood · 17 years ago
  98. 11c146c [POWERPC] 8xx/wrapper: Embedded Planet EP88xC support by Scott Wood · 17 years ago
  99. 20906ec [POWERPC] 8xx: mpc885ads cleanup by Scott Wood · 17 years ago
  100. 96fca1de [POWERPC] Document local bus nodes in the device tree, and update cuboot-pq2. by Scott Wood · 17 years ago