summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | [POWERPC] Remove bogus comment in dma_direct_alloc_coherent()Michael Ellerman2008-01-251-1/+0
* | | [POWERPC] Remove the global dma_direct_offsetMichael Ellerman2008-01-251-3/+4
* | | [POWERPC] Use archdata.dma_data in dma_direct_ops and add the offsetMichael Ellerman2008-01-251-3/+8
* | | [POWERPC] Always hookup PHB IO resource even when emptyBenjamin Herrenschmidt2008-01-251-7/+4
* | | [POWERPC] kdump shutdown hook supportMichael Neuling2008-01-251-5/+96
* | | [POWERPC] Make setjmp/longjmp code usable outside of xmonMichael Neuling2008-01-251-0/+65
* | | [POWERPC] Fix a couple of copyright symbolsStephen Rothwell2008-01-252-2/+2
* | | [POWERPC] Make ibmebus use of_(un)register_driverStephen Rothwell2008-01-251-5/+2
* | | [POWERPC] Export copy_page() on 32bitJoseph Fannin2008-01-251-0/+1
* | | [POWERPC] Make smp_send_stop() handle panic and xmon rebootOlof Johansson2008-01-251-8/+29
* | | [POWERPC] Make smp_call_function_map staticOlof Johansson2008-01-251-6/+8
|/ /
* | Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-01-245-68/+71
|\ \
| * | [POWERPC] Move RapidIO support code from arch/ppcKumar Gala2008-01-232-0/+53
| * | [POWERPC] 85xx: Respect KERNELBASE, PAGE_OFFSET, and PHYSICAL_START on e500Dale Farnsworth2008-01-231-7/+13
| * | [POWERPC] Remove update_bridge_resourceKumar Gala2008-01-231-58/+0
| * | [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
* | | Merge branch 'linux-2.6'Paul Mackerras2008-01-242-3/+53
|\ \ \ | | |/ | |/|
| * | [POWERPC] Workaround for iommu page alignmentBenjamin Herrenschmidt2008-01-151-3/+14
| * | [POWERPC] efika: add phy-handle property for fec_mpc52xxOlaf Hering2008-01-101-0/+39
* | | [POWERPC] Provide a way to protect 4k subpages when using 64k pagesPaul Mackerras2008-01-241-0/+1
| |/ |/|
* | [POWERPC] Use <linux/of_{platform, device}.h> and not <asm/...> variants.Jon Loeliger2008-01-171-1/+1
* | [POWERPC] Check that the syscall table matches the syscall numbersStephen Rothwell2008-01-173-0/+101
* | [POWERPC] arch/powerpc/kernel: Use for_each_child_of_nodeStephen Rothwell2008-01-175-11/+8
* | [POWERPC] pci_32.c: Use for_each_child_of_nodeStephen Rothwell2008-01-171-7/+13
* | [POWERPC] iSeries: eliminate pci_dn bussubnoStephen Rothwell2008-01-171-5/+0
* | [POWERPC] Use for_each macros in arch/powerpc/kernelCyrill Gorcunov2008-01-172-5/+5
* | [POWERPC] Add of_find_matching_node() helper functionGrant Likely2008-01-172-0/+2
* | Revert "[POWERPC] Disable PCI IO/Mem on a device when resources can't be allo...Paul Mackerras2007-12-311-10/+3
* | [POWERPC] Conditionally compile e200 and e500 platforms in cputableJosh Boyer2007-12-241-0/+3
* | [POWERPC] 4xx: update 440EP(x)/440GR(x) identical PVR issue workaroundValentine Barshak2007-12-231-12/+25
* | [POWERPC] 4xx: Fix 440grx setup function to call 440A fixupJosh Boyer2007-12-231-1/+5
* | [POWERPC] 4xx: Correct 440GRx machine_check callbackValentine Barshak2007-12-231-1/+1
* | [POWERPC] 4xx: Add early udbg support for 40x processorsBenjamin Herrenschmidt2007-12-233-0/+75
* | [POWERPC] Reworking machine check handling and Fix 440/440ABenjamin Herrenschmidt2007-12-235-18/+174
* | Merge branch 'linux-2.6'Paul Mackerras2007-12-211-12/+0
|\ \ | |/
| * [POWERPC] Kill non-existent symbols from ksyms and commproc.hJochen Friedrich2007-12-131-12/+0
* | [POWERPC] Constify the of_device_id passed to of_platform_bus_probeStephen Rothwell2007-12-211-4/+4
* | [POWERPC] The builtin matches for ibmebus.c can be __initdataStephen Rothwell2007-12-211-1/+1
* | [POWERPC] Fix possible NULL deref in ppc32 PCIBenjamin Herrenschmidt2007-12-211-2/+3
* | [POWERPC] Implement arch disable/enable irq hooks.Scott Wood2007-12-211-0/+39
* | [POWERPC] Optimize counting distinct entries in the relocation sectionsEmil Medve2007-12-212-31/+127
* | [POWERPC] arch/powerpc: Remove duplicate includesLucas Woods2007-12-201-2/+1
* | [POWERPC] Stop the TOC overflowing for large buildsStephen Rothwell2007-12-201-1/+1
* | [POWERPC] Fix PCI IRQ fallback code to not map IRQ 0Benjamin Herrenschmidt2007-12-201-2/+3
* | [POWERPC] Disable PCI IO/Mem on a device when resources can't be allocatedBenjamin Herrenschmidt2007-12-201-3/+10
* | [POWERPC] Fixup skipping of PowerMac PCI<->PCI bridge "closed" resourcesBenjamin Herrenschmidt2007-12-201-0/+22
* | [POWERPC] Various fixes to pcibios_enable_device()Benjamin Herrenschmidt2007-12-201-1/+4
* | [POWERPC] Merge 32 and 64 bits pcibios_enable_deviceBenjamin Herrenschmidt2007-12-203-67/+38
* | [POWERPC] Updates/fixes to 32 bits pcibios_enable_device()Benjamin Herrenschmidt2007-12-201-2/+8
OpenPOWER on IntegriCloud