summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] Remove redundant pci_read_irq_line() function for 85xx platformRoy Zang2007-07-101-42/+34Star
* [POWERPC] Fix up interrupt senses for MPC85xx boardsKumar Gala2007-07-034-10/+10
* [POWERPC] Kill pcibios_enable_resources()Kumar Gala2007-07-031-34/+0Star
* [POWERPC] Replace use of GET_64BIT(prop, i) with of_read_number().Jon Loeliger2007-07-031-5/+4Star
* [POWERPC] Reworked interrupt numbers for OpenPIC based Freescale chipsKumar Gala2007-07-0313-378/+292Star
* [POWERPC] Fix MAC address entries for 83xx, 85xx, and 86xx device treesTimur Tabi2007-07-0312-31/+174
* [POWERPC] qe_lib: export symbols for QE driver to compile as moduleLi Yang2007-07-032-0/+10
* [POWERPC] 85xx: Fix 8548CDS reset bugRoy Zang2007-07-032-0/+38
* [POWERPC] spufs: Save dma_tagstatus_R in CSAKazunori Asayama2007-07-032-0/+20
* [POWERPC] spufs: Fix lost events in poll/epoll on mfcKazunori Asayama2007-07-031-4/+5
* [POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig2007-07-035-2/+78
* [POWERPC] spusched: Fix runqueue corruptionChristoph Hellwig2007-07-031-9/+28
* [POWERPC] spusched: Disable tick when not neededChristoph Hellwig2007-07-031-8/+10
* [POWERPC] spufs: Fix libassist accountingJeremy Kerr2007-07-031-1/+1
* [POWERPC] spufs: Add stat file to spufsChristoph Hellwig2007-07-037-5/+172
* [POWERPC] spufs: Implement /proc/spu_loadavgChristoph Hellwig2007-07-033-8/+127
* [POWERPC] spufs: Add tid fileChristoph Hellwig2007-07-033-0/+32
* [POWERPC] spufs: Trivial whitespace fixesJeremy Kerr2007-07-035-12/+12
* [POWERPC] spufs: Remove spufs_dir_inode_operationsJeremy Kerr2007-07-031-7/+3Star
* [POWERPC] spusched: No preemption for nosched contextsChristoph Hellwig2007-07-031-1/+6
* [POWERPC] spusched: Catch nosched contexts in spu_deactivateChristoph Hellwig2007-07-031-0/+9
* [POWERPC] spusched: fix cpu/node bindingChristoph Hellwig2007-07-033-22/+52
* [POWERPC] spusched: Update scheduling paramters on every spu_runChristoph Hellwig2007-07-034-14/+45
* [POWERPC] spusched: Print out scheduling tunables with DEBUGJeremy Kerr2007-07-031-0/+3
* [POWERPC] spusched: Fix timeslice calculationsJeremy Kerr2007-07-031-4/+4
* [POWERPC] spusched: Dynamic timeslicing for SCHED_OTHERChristoph Hellwig2007-07-033-15/+58
* [POWERPC] spusched: Switch from workqueues to kthread + timer tickChristoph Hellwig2007-07-034-76/+86
* [POWERPC] spufs: Add bit definitionSebastian Siewior2007-07-031-1/+2
* [POWERPC] spufs: fix building spufs/spu_save_dump.hSebastian Siewior2007-07-031-1/+1
* [POWERPC] Add copyright header to pci-common.c based on pci_{32,64}.cKumar Gala2007-06-291-0/+9
* [POWERPC] Use ppc64 style list management for pci_controller on ppc32Kumar Gala2007-06-293-117/+88Star
* [POWERPC] Move common PCI code out of pci_32/pci_64Kumar Gala2007-06-293-603/+314Star
* [POWERPC] Move pci_bus_to_hose users to pci_bus_to_hostKumar Gala2007-06-293-6/+5Star
* [POWERPC] Merge ppc32 and ppc64 pcibios_alloc_controller() prototypesKumar Gala2007-06-2912-30/+13Star
* [POWERPC] Use global_number in ppc32 pci_controllerKumar Gala2007-06-296-24/+61
* [POWERPC] Removed dead code related to PCI on ppc32Kumar Gala2007-06-292-115/+0Star
* [POWERPC] Remove local_number from pci_controllerKumar Gala2007-06-291-1/+1
* [POWERPC] 86xx: Created quirk_fsl_pcie_transparent() to initialize bridge res...Zhang Wei2007-06-291-0/+37
* [POWERPC] Let subordinate transparent bridges be transparent.York Sun2007-06-291-1/+1
* [POWERPC] MPC8641HPCN: Set IDE in ULI1575 to not native mode.Zhang Wei2007-06-291-0/+1
* [POWERPC] 86xx: Workaround PCI_PRIMARY_BUS usageKumar Gala2007-06-292-1/+9
* [POWERPC] 86xx: Avoid system halt if link training isn't at least L0.Zhang Wei2007-06-291-1/+10
* [POWERPC] Added indirect_type to handle variants of PCI opsKumar Gala2007-06-291-6/+16
* [POWERPC] 86xx: Add uli1575 pci-bridge sector to MPC8641HPCN dts file.Wade Farnsworth2007-06-291-13/+84
* [POWERPC] Remove PCI-e errata for MPC8641 silicon ver 1.0Zhang Wei2007-06-298-202/+3Star
* [POWERPC] Removed remnants of bus_offsetKumar Gala2007-06-294-5/+5
* [POWERPC] Added self_busno to indicate which bus number the PHB isKumar Gala2007-06-291-2/+10
* [POWERPC] Remove bus_offset in places its not really usedKumar Gala2007-06-292-5/+4Star
* [POWERPC] Remove hack to determine the 2nd PHBs bus numberKumar Gala2007-06-293-16/+2Star
* [POWERPC] Pass the pci_controller into pci_exclude_deviceKumar Gala2007-06-2916-20/+164