summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | powerpc/5200: Update pcm030.dts to add i2c eeprom and delete cruftWolfram Sang2009-06-171-22/+4
| * | | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-185-26/+3
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-174-34/+11
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | powerpc: Add memory clobber to mtspr()Benjamin Herrenschmidt2009-06-161-1/+2
| * | | | | | powerpc: Fix invalid construct in our CPU selection KconfigBenjamin Herrenschmidt2009-06-161-3/+6
| * | | | | | powerpc: Add configurable -Werror for arch/powerpcMichael Ellerman2009-06-169-0/+33
| * | | | | | powerpc: Introduce macro spin_event_timeout()Timur Tabi2009-06-161-0/+36
| * | | | | | powerpc/warp: Fix ISA_DMA_THRESHOLD defaultSean MacLennan2009-06-161-1/+7
| * | | | | | powerpc/bootwrapper: Custom build options for XPedite52xx targetsNate Case2009-06-151-0/+4
| * | | | | | powerpc/85xx: Add defconfig for X-ES MPC85xx boardsNate Case2009-06-151-0/+1821
| * | | | | | powerpc/85xx: Add dts files for X-ES MPC85xx boardsNate Case2009-06-156-0/+3653
| * | | | | | powerpc/85xx: Add platform support for X-ES MPC85xx boardsNate Case2009-06-153-0/+293
| * | | | | | 83xx: add support for the kmeter1 board.Heiko Schocher2009-06-155-0/+1627
| * | | | | | powerpc/85xx: Add nor flash partitions for mpc8569mdsKevin Hao2009-06-151-1/+23
| * | | | | | powerpc/fsl: Increase the number of possible localbus banksmware@internode.on.net2009-06-151-2/+2
| * | | | | | powerpc/85xx: cuboot - Fix up ethernet3 MAC address on MPC85xxNate Case2009-06-151-0/+2
| * | | | | | powerpc: Enable additional BAT registers in setup_745x_specifics()Gerhard Pircher2009-06-151-0/+3
| * | | | | | powerpc/mpc83xx: Fix usb mux setup for mpc834xPeter Korsgaard2009-06-156-11/+11
| * | | | | | powerpc/83xx: Add MSI interrupts to DTS of MPC8315E-RDBleon.woestenberg@gmail.com2009-06-151-0/+15
| * | | | | | powerpc/86xx: Add I2C device mappings in DTS for SBC610Martyn Welch2009-06-151-0/+10
| * | | | | | powerpc/85xx: Add UCC6 and UCC8 nodes in SGMII mode for MPC8569MDSHaiying Wang2009-06-151-0/+63
| * | | | | | powerpc/83xx: Update sdhci nodes per new bindingsAnton Vorontsov2009-06-156-6/+6
| * | | | | | powerpc/fsl-booke: Enable L1 cache on e500v1/e500v2/e500mc CPUsNate Case2009-06-152-3/+48
| * | | | | | powerpc/mpc8272ads: fix device tree for 8 MB flash sizeWolfgang Denk2009-06-151-6/+13
| * | | | | | powerpc/85xx: Add SWIOTLB support to FSL boardsKumar Gala2009-06-154-0/+59
| * | | | | | powerpc: Add 86xx support for SWIOTLBBecky Bruce2009-06-152-0/+16
* | | | | | | powerpc/86xx: add MMC SPI support for MPC8610HPCD boardsAnton Vorontsov2009-06-192-0/+36
* | | | | | | edac: cpc925 MC platform device setupHarry Ciao2009-06-182-0/+99
* | | | | | | Delete pcibios_select_rootMatthew Wilcox2009-06-171-13/+0
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'akpm'Linus Torvalds2009-06-165-26/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | fbdev: move logo externs to header fileGeert Uytterhoeven2009-06-162-13/+1
| * | | | | page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-2/+2
| * | | | | mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-4/+0
| * | | | | time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann2009-06-161-7/+0
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-1622-131/+250
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ps3: Replace direct file operations by callbackGeert Uytterhoeven2009-06-152-63/+82
| * | | | | ps3: Switch ps3_os_area_[gs]et_rtc_diff to EXPORT_SYMBOL_GPL()Geert Uytterhoeven2009-06-151-2/+2
| * | | | | ps3: Correct debug message in dma_ioc0_map_pages()Geert Uytterhoeven2009-06-151-3/+2
| * | | | | ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2009-06-151-2/+2
| * | | | | ps3: Use dev_[gs]et_drvdata() instead of direct access for system bus devicesGeert Uytterhoeven2009-06-151-2/+2
| * | | | | powerpc: Use generic atomic64_t implementation on 32-bit processorsPaul Mackerras2009-06-152-0/+4
| * | | | | powerpc: Add compiler memory barrier to mtmsr macroPaul Mackerras2009-06-152-5/+4
| * | | | | powerpc/iseries: Mark signal_vsp_instruction() as maybe unusedMichael Ellerman2009-06-151-1/+2
| * | | | | powerpc/iseries: Fix unused function warning in iSeries DT codeMichael Ellerman2009-06-151-1/+2
| * | | | | powerpc: Only build prom_init.o when CONFIG_PPC_OF_BOOT_TRAMPOLINE=yMichael Ellerman2009-06-151-0/+2
| * | | | | powerpc: Wire up sys_rt_tgsigqueueinfoStephen Rothwell2009-06-152-1/+3
| * | | | | powerpc/cell: Use driver_data acessors, not platform_data in Axon MSIMichael Ellerman2009-06-151-2/+2
| * | | | | powerpc: Fix warning in setup_64.c when CONFIG_RELOCATABLE=yMichael Ellerman2009-06-151-2/+2
| * | | | | ps3fb: Tear down FB setup during cleanupGeert Uytterhoeven2009-06-151-0/+8
| * | | | | ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven2009-06-153-3/+79