summaryrefslogtreecommitdiff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * [POWERPC] Fix incorrect interrupt map on FSL reference boardsKumar Gala2008-01-233-9/+10
| * [POWERPC] bootwrapper: convert cuboot-8{3,5}xx to dt_fixup_mac_address_by_aliasKumar Gala2008-01-232-3/+5
| * [POWERPC] bootwrapper: Add find_node_by_alias and dt_fixup_mac_address_by_aliasKumar Gala2008-01-232-0/+28
| * [POWERPC] 83xx: convert boards to use machine_device_initcallKumar Gala2008-01-235-24/+6
| * [POWERPC] 85xx: convert boards to use machine_device_initcallKumar Gala2008-01-233-14/+5
| * [POWERPC] Fixup use of phys_addr_t in mpic codeBecky Bruce2008-01-231-2/+2
| * [POWERPC] Remove update_bridge_resourceKumar Gala2008-01-231-58/+0
| * [POWERPC] FSL: Rework PCI/PCIe support for 85xx/86xxKumar Gala2008-01-231-88/+62
| * [POWERPC] Fixup transparent P2P resourcesKumar Gala2008-01-231-2/+3
| * [POWERPC] Ensure we only handle PowerMac PCI bus fixup for memory resourcesKumar Gala2008-01-231-1/+2
| * [POWERPC] Fix handling of memreserve if the range lands in highmemKumar Gala2008-01-232-2/+32
* | Merge branch 'linux-2.6'Paul Mackerras2008-01-2413-55/+177
|\ \
| * | Fix file references in documentation and KconfigJohann Felix Soden2008-01-221-1/+1
| * | [POWERPC] Fix boot failure on POWER6Paul Mackerras2008-01-152-9/+2
| * | [POWERPC] Workaround for iommu page alignmentBenjamin Herrenschmidt2008-01-151-3/+14
| * | [POWERPC] Fix CPU hotplug when using the SLB shadow bufferMichael Neuling2008-01-113-0/+11
| * | [POWERPC] efika: add phy-handle property for fec_mpc52xxOlaf Hering2008-01-101-0/+39
| * | [POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=yPaul Mackerras2008-01-021-9/+0
| * | [POWERPC] PS3: Fix printing of os-area magic numbersGeoff Levand2007-12-281-10/+30
| * | [POWERPC] Oprofile: Remove dependency on spufs moduleBob Nelson2007-12-287-38/+95
* | | [POWERPC] Provide a way to protect 4k subpages when using 64k pagesPaul Mackerras2008-01-246-18/+304
* | | [POWERPC] mpc5200: merge defconfigs for all mpc5200 boardsGrant Likely2008-01-211-57/+496
* | | [POWERPC] mpc5200: Add generic support for simple MPC5200 based boardsMarian Balakowicz2008-01-185-5/+112
* | | [POWERPC] mpc5200: Add Promess Motion-PRO DTSMarian Balakowicz2008-01-181-0/+309
* | | [POWERPC] mpc5200: add CM5200 DTSMarian Balakowicz2008-01-181-0/+236
* | | [POWERPC] mpc5200: Add TQM5200 DTSMarian Balakowicz2008-01-181-0/+184
* | | [POWERPC] mpc5200: eliminate mpc52xx_*_map_*() functions.Grant Likely2008-01-185-50/+33
* | | [POWERPC] mpc5200: Add common mpc52xx_setup_pci() routineMarian Balakowicz2008-01-182-11/+15
* | | [POWERPC] mpc5200: Add 'fsl,lpb' bus type for localplus busMarian Balakowicz2008-01-181-1/+11
| |/ |/|
* | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/olof...Paul Mackerras2008-01-176-121/+6
|\ \
| * | [POWERPC] pasemi: Move electra-ide to pata_of_platformOlof Johansson2008-01-154-108/+2
| * | [POWERPC] pasemi: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-022-12/+3
| * | [POWERPC] pasemi: Fix NMI handling checkOlof Johansson2008-01-021-1/+1
* | | [POWERPC] Use <linux/of_{platform, device}.h> and not <asm/...> variants.Jon Loeliger2008-01-173-3/+4
* | | [POWERPC] Check that the syscall table matches the syscall numbersStephen Rothwell2008-01-173-0/+101
* | | [POWERPC] Add hugepagesz boot-time parameterJon Tollefson2008-01-172-34/+96
* | | [POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell2008-01-175-11/+8
* | | [POWERPC] cell: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-176-26/+8
* | | [POWERPC] powermac: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-174-19/+6
* | | [POWERPC] Update .gitignore filesJochen Friedrich2008-01-172-0/+4
* | | [POWERPC] pci_32.c: Use for_each_child_of_nodeStephen Rothwell2008-01-171-7/+13
* | | [POWERPC] eeh.c: Use for_each_child_of_nodeStephen Rothwell2008-01-171-22/+21
* | | [POWERPC] iSeries: eliminate pci_dn bussubnoStephen Rothwell2008-01-172-10/+7
* | | [POWERPC] The pci_dn pcidev is only used by EEHStephen Rothwell2008-01-171-1/+0
* | | [POWERPC] Use for_each macros in arch/powerpc/platforms/powermacCyrill Gorcunov2008-01-171-2/+1
* | | [POWERPC] Use for_each macros in arch/powerpc/kernelCyrill Gorcunov2008-01-172-5/+5
* | | [POWERPC] Use for_each macros in arch/powerpc/sysdevCyrill Gorcunov2008-01-176-38/+25
* | | [POWERPC] Add of_find_matching_node() helper functionGrant Likely2008-01-174-0/+4
* | | Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer2008-01-113-3/+20
|\ \ \
| * | | [POWERPC] Xilinx: updated device tree compatibility to match uboot bsp genera...Stephen Neuendorffer2008-01-091-1/+2