aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-14powerpc: Align TOC to 256 bytesAnton Blanchard1-0/+1
2015-05-12powerpc/mce: fix off by one errors in mce event handlingDaniel Axtens1-2/+2
2015-05-01powerpc/powernv: Restore non-volatile CRs after napSam Bobroff1-0/+2
2015-05-01powerpc/eeh: Delay probing EEH device during hotplugGavin Shan1-0/+6
2015-05-01powerpc/eeh: Fix race condition in pcibios_set_pcie_reset_state()Gavin Shan1-1/+4
2015-04-30Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman1-19/+0
2015-04-26Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds2-7/+9
2015-04-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+23
2015-04-21KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8Paul Mackerras1-0/+3
2015-04-21KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras1-1/+1
2015-04-21KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras1-1/+0
2015-04-21KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras1-1/+0
2015-04-21KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2-0/+19
2015-04-17powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2-7/+9
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds30-308/+1439
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-14powerpc/eeh: Fix crash in eeh_add_device_early() on CellMichael Ellerman1-1/+1
2015-04-14Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman2-0/+149
2015-04-11powerpc: Fix missing L2 cache size in /sys/devices/system/cpuDave Olson1-10/+34
2015-04-11powerpc: Add ppc64 hard lockup detector supportAnton Blanchard1-0/+20
2015-04-11powerpc/tm: Abort syscalls in active transactionsSam bobroff1-0/+19
2015-04-11powerpc: Remove shims for pci_controller_ops operationsDaniel Axtens3-10/+45
2015-04-11powerpc: fsl_pci, swiotlb: Move controller ops from ppc_md to controller_opsDaniel Axtens1-7/+4
2015-04-11powerpc: Create pci_controller_ops.reset_secondary_bus and shimDaniel Axtens1-6/+1
2015-04-11powerpc: Create pci_controller_ops.window_alignment and shimDaniel Axtens1-9/+1
2015-04-11powerpc: Create pci_controller_ops.enable_device_hook and shimDaniel Axtens1-3/+2
2015-04-11powerpc: Create pci_controller_ops.probe_mode and shimDaniel Axtens3-6/+4
2015-04-11powerpc: Create pci_controller_ops.dma_bus_setup and shimDaniel Axtens1-2/+1
2015-04-11powerpc: Create pci_controller_ops.dma_dev_setup and shimDaniel Axtens1-2/+1
2015-04-11powerpc: pcibios_enable_device_hook: return bool rather than intDaniel Axtens1-1/+1
2015-04-11powerpc: move find_and_init_phbs() to pSeries specific codeDaniel Axtens1-47/+0
2015-04-10powerpc: Reword the "returning from prom_init" messageMichael Ellerman1-2/+2
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2-3/+3
2015-04-07powerpc: Remove the celleb supportMichael Ellerman1-2/+0
2015-04-07Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into nextMichael Ellerman10-176/+378
2015-03-31Merge branch 'next-eeh' into next-sriovBenjamin Herrenschmidt1-6/+7
2015-03-31powerpc/eeh: Fix PE#0 check in eeh_add_to_parent_pe()Gavin Shan1-6/+7
2015-03-31powerpc/powernv: Shift VF resource with an offsetWei Yang1-0/+13
2015-03-31powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernvWei Yang1-0/+10
2015-03-31powerpc/powernv: Reserve additional space for IOV BAR according to the number of total_peWei Yang1-0/+6
2015-03-31powerpc/pci: Don't unset PCI resources for VFsWei Yang1-0/+4
2015-03-31powerpc/pci: Create pci_dn for VFsGavin Shan1-0/+116
2015-03-28powerpc: Add a proper syscall for switching endiannessMichael Ellerman4-0/+26
2015-03-28powerpc/pseries: Simplify check for suspendability during suspend/migrationTyrel Datwyler1-13/+13
2015-03-24powerpc/eeh: Remove device_node dependencyGavin Shan6-58/+51
2015-03-24powerpc/eeh: Replace device_node with pci_dn in eeh_opsGavin Shan2-60/+62
2015-03-24powerpc/eeh: Do probe on pci_dnGavin Shan3-44/+23
2015-03-24powerpc/eeh: Create eeh_dev from pci_dn instead of device_nodeGavin Shan2-7/+47
2015-03-24powerpc/pci: Trace more information from pci_dnGavin Shan1-0/+10
2015-03-24powerpc/pci: Refactor pci_dnGavin Shan1-4/+126