summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2014-10-16powerpc/pci: Fix IO space breakage after of_pci_range_to_resource() changeMichael Ellerman-1/+5
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds-448/+641
2014-10-09Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds-3/+1
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven-3/+1
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+1
2014-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman-96/+95
2014-10-03powerpc/kdump: crash_dump.c needs to include io.hMichael Ellerman-0/+1
2014-10-03powerpc/pci: remove duplicate declaration of pci_bus_find_capabilityWei Yang-1/+0
2014-10-02powerpc: Add printk levels to powerpc codeAnton Blanchard-4/+4
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard-7/+3
2014-10-02powerpc: Use pr_fmt in module loader codeAnton Blanchard-36/+31
2014-10-01PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev-11/+1
2014-10-01powerpc/eeh: Show hex prefix for PE state sysfsGavin Shan-1/+1
2014-09-30powerpc/powernv: Override dma_get_required_mask()Gavin Shan-4/+10
2014-09-30powerpc/eeh: Dump PCI config space for all child devicesGavin Shan-15/+20
2014-09-30powerpc/eeh: Emulate EEH recovery for VFIO devicesGavin Shan-6/+143
2014-09-30powerpc/eeh: Tag reset state for user owned PEGavin Shan-0/+2
2014-09-30powerpc/eeh: Block PCI config access during resetGavin Shan-0/+4
2014-09-30powerpc/eeh: Use eeh_unfreeze_pe()Gavin Shan-50/+8
2014-09-30powerpc/eeh: Unfreeze PE on enabling EEH functionalityGavin Shan-28/+32
2014-09-30powerpc/eeh: Fix improper condition in eeh_pci_enable()Gavin Shan-16/+42
2014-09-30powerpc/eeh: Clear frozen device state in timeGavin Shan-3/+18
2014-09-30powerpc/eeh: Clear frozen state on passing deviceGavin Shan-1/+35
2014-09-30powerpc/eeh: Reenable PCI devices after resetGavin Shan-14/+48
2014-09-30powerpc/eeh: Freeze PE before PE resetGavin Shan-0/+7
2014-09-30powerpc/eeh: Add eeh_pe_state sysfs entryGavin Shan-1/+59
2014-09-30powerpc/eeh: Drop unused argument in eeh_check_failure()Gavin Shan-9/+6
2014-09-25powerpc/eeh: Fix kernel crash when passing through VFWei Yang-3/+3
2014-09-25powerpc/ppc64: Print CPU/MMU/FW features at bootMichael Ellerman-0/+8
2014-09-25powerpc/ppc64: Clean up the boot-time settings displayMichael Ellerman-10/+12
2014-09-25powerpc: Only set numa node information for present cpus at boottimeLi Zhong-2/+8
2014-09-25powerpc: Check flat device tree version at bootMichael Ellerman-0/+4
2014-09-25powerpc/powernv: Don't call generic code on offline cpusPaul Mackerras-1/+1
2014-09-25powerpc: Simplify symbol check in prom_init_check.shAndreas Schwab-16/+6
2014-09-25powerpc: make of_device_ids constUwe Kleine-König-3/+3
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard-0/+1
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard-10/+11
2014-09-25powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.cAnton Blanchard-108/+79
2014-09-25powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard-32/+0
2014-09-25powerpc: Remove unused 32bit symbol exportsAnton Blanchard-16/+0
2014-09-25powerpc: Move more symbol exports next to function definitionsAnton Blanchard-14/+6
2014-09-25powerpc: Move via-cuda symbol exports next to function definitionsAnton Blanchard-4/+0
2014-09-25powerpc: Move adb symbol exports next to function definitionsAnton Blanchard-7/+0
2014-09-22powerpc/booke: Revert SPE/AltiVec common defines for interrupt numbersMihai Caraman-6/+6
2014-09-22powerpc/booke: Restrict SPE exception handlers to e200/e500 coresMihai Caraman-6/+29
2014-09-04powerpc/8xx: Duplicate two insns instead of branchingLEROY Christophe-2/+4
2014-09-04powerpc/8xx: Optimize verification in FixupDARLEROY Christophe-4/+2
2014-09-04powerpc/8xx: No need to save r10 and r3 when not calling FixupDARLEROY Christophe-14/+13
2014-09-04powerpc/8xx: Fix comment about DIRTY updateLEROY Christophe-6/+2
2014-09-04powerpc/8xx: Remove loading of r10 at end of FixupDARLEROY Christophe-4/+3