summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman2015-04-301-1/+1
* Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-262-31/+14Star
|\
| * powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V2015-04-171-10/+2Star
| * powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-171-1/+10
| * KVM: PPC: Remove page table walk helpersAneesh Kumar K.V2015-04-171-21/+0Star
| * KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V2015-04-171-1/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-266-16/+68
|\ \
| * | KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras2015-04-211-0/+2
| * | KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras2015-04-211-7/+8
| * | KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras2015-04-211-2/+0Star
| * | KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpuPaul Mackerras2015-04-211-2/+3
| * | KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras2015-04-211-2/+0Star
| * | KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA updatePaul Mackerras2015-04-211-3/+2Star
| * | KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2015-04-212-0/+24
| * | KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2015-04-212-0/+4
| * | KVM: PPC: Book3S HV: Add helpers for lock/unlock hpteAneesh Kumar K.V2015-04-211-0/+14
| * | KVM: PPC: Book3S HV: Remove RMA-related variables from codeAneesh Kumar K.V2015-04-211-2/+1Star
| * | KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2015-04-212-2/+11
| * | kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVMDavid Gibson2015-04-211-0/+3
* | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-1/+1
|\ \ \
| * | | powerpc: fix deprecated CPU_MASK_CPU0 usage.Rusty Russell2015-03-101-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-173-17/+10Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | powerpc: switch to using asm-generic for seccomp.hKees Cook2015-04-173-17/+10Star
* | | | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-1640-1001/+1060
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-143-1/+20
| |\ \ \
| | * | | powerpc/pci: Remove unused struct pci_dn.pcidev fieldWei Yang2015-03-311-1/+0Star
| | * | | powerpc/powernv: Group VF PE when IOV BAR is big on PHB3Wei Yang2015-03-311-1/+1
| | * | | powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov suppo...Wei Yang2015-03-311-0/+2
| | * | | powerpc/powernv: Shift VF resource with an offsetWei Yang2015-03-311-0/+4
| | * | | powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernvWei Yang2015-03-311-0/+1
| | * | | powerpc/powernv: Reserve additional space for IOV BAR according to the number...Wei Yang2015-03-312-0/+7
| | * | | powerpc/powernv: Allocate struct pnv_ioda_pe iommu_table dynamicallyWei Yang2015-03-311-0/+3
| | * | | powerpc/pci: Create pci_dn for VFsGavin Shan2015-03-311-0/+3
| * | | | Merge branch 'next-dlpar' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-131-0/+26
| |\ \ \ \
| | * | | | powerpc/pseries: Define rtas hotplug event sectionsNathan Fontenot2015-03-171-0/+26
| | | |/ / | | |/| |
| * | | | powerpc: Add ppc64 hard lockup detector supportAnton Blanchard2015-04-111-0/+4
| * | | | powerpc/powernv: Add interfaces for flash device accessCyril Bur2015-04-112-2/+12
| * | | | powerpc/tm: Abort syscalls in active transactionsSam bobroff2015-04-111-1/+1
| * | | | powerpc: Remove shims for pci_controller_ops operationsDaniel Axtens2015-04-113-98/+5Star
| * | | | powerpc: dart_iommu: optionally populate controller_ops on initDaniel Axtens2015-04-111-1/+2
| * | | | powerpc: Create pci_controller_ops.reset_secondary_bus and shimDaniel Axtens2015-04-111-0/+17
| * | | | powerpc: Create pci_controller_ops.window_alignment and shimDaniel Axtens2015-04-111-0/+21
| * | | | powerpc: Create pci_controller_ops.enable_device_hook and shimDaniel Axtens2015-04-111-0/+15
| * | | | powerpc: Create pci_controller_ops.probe_mode and shimDaniel Axtens2015-04-112-5/+18
| * | | | powerpc: Create pci_controller_ops.dma_bus_setup and shimDaniel Axtens2015-04-111-0/+11
| * | | | powerpc: Create pci_controller_ops.dma_dev_setup and shimDaniel Axtens2015-04-111-0/+21
| * | | | powerpc: pcibios_enable_device_hook: return bool rather than intDaniel Axtens2015-04-111-2/+2
| * | | | powerpc: move find_and_init_phbs() to pSeries specific codeDaniel Axtens2015-04-111-3/+0Star
| * | | | powerpc: Drop return value of smp_ops->probe()Michael Ellerman2015-04-102-3/+3
| * | | | powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-101-1/+0Star