summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | [POWERPC] 85xxCDS: Allow 8259 cascade to share an MPIC interrupt line.Randy Vinson2007-07-242-6/+32
| * | [POWERPC] FSL: Add support for PCI-X controllersKumar Gala2007-07-241-1/+12
| * | [POWERPC] Make sure virtual P2P bridge registers are setup on PCIe PHBKumar Gala2007-07-241-0/+14
| * | [POWERPC] Provide ability to setup P2P bridge registers from struct resourceKumar Gala2007-07-241-6/+12
| * | [POWERPC] Add basic PCI/PCI Express support for 8544DS boardRoy Zang2007-07-245-126/+662
| * | [POWERPC] Make endianess of cfg_addr for indirect pci ops runtimeKumar Gala2007-07-2411-30/+26Star
| * | [POWERPC] Removed setup_indirect_pci_nomapKumar Gala2007-07-231-13/+4Star
| * | [POWERPC] 85xx: Add quirk to ignore bogus FPGA on CDSKumar Gala2007-07-231-0/+10
| * | [POWERPC] 85xx: Added 8568 PCIe supportKumar Gala2007-07-234-114/+208
| * | [POWERPC] Fixup resources on pci_bus for PCIe PHB when no device is connectedKumar Gala2007-07-234-1/+17
| * | [POWERPC] Add basic PCI node for mpc8568mds boardRoy Zang2007-07-231-0/+29
| * | [POWERPC] Use Freescale pci/pcie common code for 85xx boardsRoy Zang2007-07-238-104/+25Star
| * | [POWERPC] Update PCI nodes in the 83xx/85xx boards device treeRoy Zang2007-07-2311-15/+15
| * | [POWERPC] Add 8548 CDS PCI express controller node and PCI-X device nodeRoy Zang2007-07-231-51/+105
| * | [POWERPC] FSL: Cleanup how we detect if we are a PCIe controllerKumar Gala2007-07-231-9/+9
| * | [POWERPC] Added indirect quirk to handle PCIe PHB that have issue w/no linkKumar Gala2007-07-231-1/+15
| * | [POWERPC] Add the ability to find PCI capabilities early onKumar Gala2007-07-231-0/+7
| * | [POWERPC] Rewrite Freescale PCI/PCIe support for 8{3,5,6}xxZang Roy-r619112007-07-235-226/+187Star
| * | [POWERPC] Create common fsl pci/e files based on 86xx platformsRoy Zang2007-07-236-5/+9
| |/
* / spusched: fix mismerge in spufs.hChristoph Hellwig2007-07-241-4/+1Star
|/
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-07-2216-35/+76
|\
| * [POWERPC] Quiet section mismatch warning on pcibios_setupStephen Rothwell2007-07-221-1/+1
| * [POWERPC] MPIC protected sourcesBenjamin Herrenschmidt2007-07-221-0/+32
| * [POWERPC] of_detach_node()'s device node argument cannot be constSegher Boessenkool2007-07-221-1/+1
| * [POWERPC] Allow smp_call_function_single() to current cpuAvi Kivity2007-07-221-1/+6
| * [POWERPC] Allow exec faults on readable areas on classic 32-bit PowerPCPaul Mackerras2007-07-221-1/+7
| * [POWERPC] Fix future firmware feature fixups function failureMichael Neuling2007-07-223-23/+15Star
| * [POWERPC] fix showing xmon helpIshizaki Kou2007-07-223-1/+7
| * [POWERPC] Make xmon_write accept a const bufferIshizaki Kou2007-07-222-2/+2
| * [POWERPC] Fix misspelled "CONFIG_CHECK_CACHE_COHERENCY" Kconfig option.Robert P. J. Day2007-07-223-3/+3
| * [POWERPC] cell: CONFIG_SPE_BASE is a typoGeert Uytterhoeven2007-07-221-2/+2
* | Fix ppc64 mismergeAl Viro2007-07-221-14/+0Star
* | spufs: make signal-notification files readonly for NOSCHED contextsJeremy Kerr2007-07-221-2/+16
* | PS3: Fix build with 32-bit toolchainsGeoff Levand2007-07-222-0/+4
* | ps3: FLASH ROM Storage DriverGeert Uytterhoeven2007-07-221-0/+15
* | ps3: BD/DVD/CD-ROM Storage DriverGeert Uytterhoeven2007-07-221-0/+11
* | ps3: Disk Storage DriverGeert Uytterhoeven2007-07-221-0/+10
* | powerpc: tlb_32.c build fixMariusz Kozlowski2007-07-221-0/+2
|/
* [CELL] spufs: rework list management and associated lockingChristoph Hellwig2007-07-202-162/+108Star
* [CELL] oprofile: add support to OProfile for profiling CELL BE SPUsBob Nelson2007-07-2018-108/+1738
* [CELL] oprofile: enable SPU switch notification to detect currently active SP...Bob Nelson2007-07-203-8/+55
* [CELL] spu_base: locking cleanupChristoph Hellwig2007-07-201-33/+51
* [CELL] cell: indexing of SPUs based on firmware vicinity propertiesArnd Bergmann2007-07-201-1/+89
* [CELL] spufs: integration of SPE affinity with the schedullerArnd Bergmann2007-07-202-0/+23
* [CELL] cell: add placement computation for scheduling of affinity contextsArnd Bergmann2007-07-203-1/+151
* [CELL] spufs: extension of spu_create to support affinity definitionArnd Bergmann2007-07-206-14/+188
* [CELL] cell: add hardcoded spu vicinity information for QS20Arnd Bergmann2007-07-201-1/+54
* [CELL] cell: add vicinity information on spusArnd Bergmann2007-07-201-0/+2
* [CELL] cell: add per BE structure with info about its SPUsArnd Bergmann2007-07-202-7/+19
* [CELL] spufs: use find_first_bit() instead of sched_find_first_bit()Masato Noguchi2007-07-201-2/+1Star