summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-2621-364/+1560
|\
| * KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8Paul Mackerras2015-04-214-22/+70
| * KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to CPaul Mackerras2015-04-214-68/+75
| * KVM: PPC: Book3S HV: Streamline guest entry and exitPaul Mackerras2015-04-211-86/+126
| * KVM: PPC: Book3S HV: Use bitmap of active threads rather than countPaul Mackerras2015-04-215-49/+44
| * KVM: PPC: Book3S HV: Use decrementer to wake napping threadsPaul Mackerras2015-04-211-2/+41
| * KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPIPaul Mackerras2015-04-211-3/+7
| * KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_wokenPaul Mackerras2015-04-214-35/+34
| * KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpuPaul Mackerras2015-04-212-42/+55
| * KVM: PPC: Book3S HV: Minor cleanupsPaul Mackerras2015-04-213-28/+19
| * KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA updatePaul Mackerras2015-04-212-29/+32
| * KVM: PPC: Book3S HV: Accumulate timing information for real-mode codePaul Mackerras2015-04-217-2/+346
| * KVM: PPC: Book3S HV: Create debugfs file for each guest's HPTPaul Mackerras2015-04-214-0/+152
| * KVM: PPC: Book3S HV: Add ICP real mode countersSuresh Warrier2015-04-213-2/+20
| * KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-modeSuresh Warrier2015-04-211-14/+211
| * KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lockSuresh Warrier2015-04-212-22/+48
| * KVM: PPC: Book3S HV: Add guest->host real mode completion countersSuresh E. Warrier2015-04-212-4/+33
| * KVM: PPC: Book3S HV: Add helpers for lock/unlock hpteAneesh Kumar K.V2015-04-213-31/+33
| * KVM: PPC: Book3S HV: Remove RMA-related variables from codeAneesh Kumar K.V2015-04-213-21/+20
| * KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.Michael Ellerman2015-04-216-2/+173
| * kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVMDavid Gibson2015-04-214-0/+119
| * powerpc: Export __spin_yieldSuresh E. Warrier2015-04-211-0/+1
* | 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-174-22/+18
|\ \ \
| * | | powerpc/oprofile: reduce mmap_sem hold for exe_fileDavidlohr Bueso2015-04-171-5/+8
| * | | powerpc: switch to using asm-generic for seccomp.hKees Cook2015-04-173-17/+10
* | | | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-16233-9344/+7188
|\ \ \ \ | |/ / / |/| | |
| * | | powerpc/powermac: Fix build error seen with powermac smp buildsGuenter Roeck2015-04-151-6/+4
| * | | powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVEAlexey Kardashevskiy2015-04-151-0/+13
| * | | powerpc: Remove PPC32 code from pseries specific find_and_init_phbs()Daniel Axtens2015-04-141-7/+0
| * | | powerpc/cell: Fix iommu breakage caused by controller_ops changeMichael Ellerman2015-04-141-2/+2
| * | | powerpc/eeh: Fix crash in eeh_add_device_early() on CellMichael Ellerman2015-04-141-1/+1
| * | | powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTHAnton Blanchard2015-04-141-1/+1
| * | | powerpc/perf/hv-24x7: Fail 24x7 initcall if create_events_from_catalog() failsLi Zhong2015-04-141-8/+29
| * | | Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-148-32/+937
| |\ \ \
| | * \ \ Merge branch 'next-eeh' into next-sriovBenjamin Herrenschmidt2015-03-312-7/+9
| | |\ \ \
| | * | | | powerpc/pci: Remove unused struct pci_dn.pcidev fieldWei Yang2015-03-312-2/+0
| | * | | | powerpc/powernv: Group VF PE when IOV BAR is big on PHB3Wei Yang2015-03-312-45/+154
| | * | | | powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov suppo...Wei Yang2015-03-312-3/+32
| | * | | | powerpc/powernv: Shift VF resource with an offsetWei Yang2015-03-315-17/+553
| | * | | | powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernvWei Yang2015-03-313-0/+31
| | * | | | powerpc/powernv: Reserve additional space for IOV BAR according to the number...Wei Yang2015-03-314-0/+56
| | * | | | powerpc/powernv: Allocate struct pnv_ioda_pe iommu_table dynamicallyWei Yang2015-03-313-13/+18
| | * | | | powerpc/pci: Don't unset PCI resources for VFsWei Yang2015-03-311-0/+4
| | * | | | powerpc/pci: Create pci_dn for VFsGavin Shan2015-03-313-0/+135
| * | | | | powerpc/pseries: Correct memory hotplug lockingNathan Fontenot2015-04-141-4/+7
| * | | | | Merge branch 'next-dlpar' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-134-2/+627
| |\ \ \ \ \
| | * | | | | powerpc/pseries: Implement memory hotplug remove in the kernelNathan Fontenot2015-03-171-1/+191
| | * | | | | powerpc/pseries: Implement memory hotplug add in the kernelNathan Fontenot2015-03-171-1/+265