summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* powerpc/spufs: Fix possible scheduling of a context to multiple SPEsAndre Detsch2008-09-081-1/+2
* powerpc/spufs: Fix race for a free SPUJeremy Kerr2008-09-051-4/+19
* powerpc/spufs: Fix multiple get_spu_context()Jeremy Kerr2008-09-051-1/+2
* powerpc: Work around gcc's -fno-omit-frame-pointer bugTony Breeds2008-09-031-1/+1
* powerpc: Export CMO_PageSizeAndrew Morton2008-08-261-0/+1
* powerpc/ps3: Fix ioremap of spu shadow regsMasakazu Mokuno2008-08-261-4/+14
* powerpc/ps3: Rework htab code to remove ioremapMasakazu Mokuno2008-08-262-179/+91Star
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spuf...Paul Mackerras2008-08-202-9/+17
|\
| * powerpc/spufs: Remove invalid semicolon after if statementIlpo Järvinen2008-08-191-1/+1
| * powerpc/spufs: reference context while dropping state mutex in schedulerJeremy Kerr2008-08-141-1/+8
| * powerpc/spufs: fix npc setting for NOSCHED contextsJeremy Kerr2008-08-131-7/+8
* | powerpc: Fix CMM page loaning on 64k page kernel with 4k hardware pagesBrian King2008-08-181-2/+25
* | powerpc: Make CMO paging space pool ID and page size availableRobert Jennings2008-08-181-8/+20
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-08-112-16/+11Star
|\ \
| * | powerpc/4xx: Cleanup Warp for i2c driver changes.Sean MacLennan2008-08-051-15/+10Star
| * | powerpc/44x: Adjust warp-nand resource end addressValentine Barshak2008-08-051-1/+1
| |/
* / powerpc/iseries: remove the old viocons driverStephen Rothwell2008-08-081-10/+1Star
|/
* powerpc: Remove use of CONFIG_PPC_MERGEKumar Gala2008-08-043-11/+2Star
* powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell2008-08-041-1/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-3014-0/+25
|\
| * Merge commit 'kumar/kumar-next'Benjamin Herrenschmidt2008-07-3014-0/+25
| |\
| | * powerpc/fsl: proliferate simple-bus compatibility to soc nodesKim Phillips2008-07-3012-0/+12
| | * cpm_uart: Add generic clock API support to set baudratesLaurent Pinchart2008-07-281-0/+1
| | * powerpc: implement GPIO LIB API on CPM1 Freescale SoC.Jochen Friedrich2008-07-281-0/+10
| | * cpm2: Implement GPIO LIB API on CPM2 Freescale SoC.Laurent Pinchart2008-07-281-0/+2
* | | cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger2008-07-301-0/+6
|/ /
* | powerpc/powermac: Fixup default serial port device for pmac_zilogBenjamin Herrenschmidt2008-07-281-0/+72
* | powerpc/powermac: Use sane default baudrate for SCC debuggingBenjamin Herrenschmidt2008-07-281-1/+11
* | powerpc/pseries: Fix CMO sysdev attribute API change falloutStephen Rothwell2008-07-281-2/+6
* | SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* | dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-263-3/+3
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2008-07-2512-29/+648
|\
| * powerpc/pseries: iommu enablement for CMORobert Jennings2008-07-254-13/+38
| * powerpc/pseries: Add collaborative memory managerBrian King2008-07-253-0/+492
| * powerpc/pseries: Utilities to set firmware page stateBrian King2008-07-251-0/+10
| * powerpc/pseries: Enable CMO feature during platform setupRobert Jennings2008-07-251-0/+71
| * powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpointMark Nelson2008-07-251-1/+12
| * Merge commit 'jk/jk-merge'Benjamin Herrenschmidt2008-07-252-14/+24
| |\
| | * powerpc/spufs: better placement of spu affinity reference contextAndre Detsch2008-07-241-0/+17
| | * powerpc/spufs: fix aff_mutex and cbe_spu_info[n].list_mutex deadlockAndre Detsch2008-07-241-12/+6Star
| | * powerpc/spufs: correct kcalloc usageMilton Miller2008-07-231-2/+1Star
| * | Merge commit 'gcl/gcl-next'Benjamin Herrenschmidt2008-07-251-1/+1
| |\ \
| | * | powerpc/mpc5200: Make mpc5200 GPIO driver select the GENERIC_GPIO configGrant Likely2008-07-221-0/+1
| | * | powerpc/mpc5200: Remove fsl-soc.c from mpc5200 build, it is not needed.Jon Smirl2008-07-221-1/+0Star
* | | | gpiolib: allow user-selectionMichael Buesch2008-07-251-1/+1
|/ / /
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-241-2/+2
|\ \ \
| * | | Merge branch 'linus' into timers/nohzIngo Molnar2008-07-1884-560/+2888
| |\| |
| * | | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-2/+2
* | | | spufs: use new vm_ops->access to allow local state access from gdbBenjamin Herrenschmidt2008-07-241-0/+23
* | | | kgdb, powerpc: arch specific powerpc kgdb supportJason Wessel2008-07-231-6/+0Star