summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+1
|\
| * Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-181-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-028-223/+551
|\ \
| * | KVM: PPC: Introduce KVM_CAP_PPC_HTMSam Bobroff2016-08-011-0/+4
| * | KVM: PPC: Book3S HV: Save/restore TM state in H_CEDEPaul Mackerras2016-07-281-0/+13
| * | KVM: PPC: Book3S HV: Pull out TM state save/restore into separate proceduresPaul Mackerras2016-07-281-212/+237
| * | KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-141-1/+2
| * | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-07-115-3/+288
| |\ \
| | * | KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar2016-06-203-1/+277
| | * | KVM: PPC: Book3S PR: Fix contents of SRR1 when injecting a program exceptionThomas Huth2016-06-201-1/+11
| | * | KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth2016-06-201-1/+0Star
| | |/
| * / KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-014-7/+7
| |/
* | powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt2016-07-211-8/+10
* | powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt2016-07-211-3/+3
* | powerpc/powernv: Rename reusable idle functions to hardware agnostic namesShreyas B. Prabhu2016-07-151-2/+2
* | powerpc/kvm: Clarify __user annotationsDaniel Axtens2016-07-141-1/+2
* | powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman2016-06-142-2/+2
|/
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-204-13/+22
|\
| * powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-012-1/+11
| * powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-012-12/+11Star
* | KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger2016-05-132-0/+2
* | KVM: PPC: Book3S HV: Re-enable XICS fast path for irqfd-generated interruptsPaul Mackerras2016-05-122-10/+16
* | KVM: PPC: Book3S HV: Fix build error in book3s_hv.cGavin Shan2016-05-111-0/+1
* | KVM: PPC: Fix emulated MMIO sign-extensionPaul Mackerras2016-05-111-10/+12
* | KVM: PPC: Fix debug macrosAlexey Kardashevskiy2016-05-111-2/+2
* | KVM: PPC: Book3S PR: Manage single-step modeLaurent Vivier2016-05-111-1/+31
|/
* KVM: PPC: do not compile in vfio.o unconditionallyPaolo Bonzini2016-03-221-1/+2
* KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter()Lan Tianyu2016-03-221-0/+3
* KVM: PPC: Create a virtual-mode only TCE table handlersAlexey Kardashevskiy2016-03-223-7/+57
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-1911-11/+11
|\
| * powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V2016-03-038-8/+8
| * powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-013-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-1610-71/+822
|\ \
| * | KVM: PPC: Add support for 64bit TCE windowsAlexey Kardashevskiy2016-03-012-4/+31
| * | KVM: PPC: Add @offset to kvmppc_spapr_tce_tableAlexey Kardashevskiy2016-03-011-2/+5
| * | KVM: PPC: Add @page_shift to kvmppc_spapr_tce_tableAlexey Kardashevskiy2016-03-012-22/+21Star
| * | KVM: PPC: Book3S HV: Add tunable to control H_IPI redirectionSuresh E. Warrier2016-02-292-1/+15
| * | KVM: PPC: Book3S HV: Send IPI to host core to wake VCPUSuresh E. Warrier2016-02-292-3/+99
| * | KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVMSuresh Warrier2016-02-292-0/+38
| * | KVM: PPC: Book3S HV: kvmppc_host_rm_ops - handle offlining CPUsSuresh Warrier2016-02-291-0/+39
| * | KVM: PPC: Book3S HV: Manage core host stateSuresh Warrier2016-02-291-0/+44
| * | KVM: PPC: Book3S HV: Host-side RM data structuresSuresh Warrier2016-02-292-0/+73
| * | KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy2016-02-166-9/+269
| * | KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpersAlexey Kardashevskiy2016-02-161-10/+79
| * | KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4KAlexey Kardashevskiy2016-02-162-3/+4
| * | KVM: PPC: Account TCE-containing pages in locked_vmAlexey Kardashevskiy2016-02-161-5/+58
| * | KVM: PPC: Use RCU for arch.spapr_tce_tablesAlexey Kardashevskiy2016-02-163-11/+13
| * | KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlersAlexey Kardashevskiy2016-02-161-42/+75
| * | vfio: Enable VFIO device for powerpcDavid Gibson2016-02-151-1/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-151-12/+11Star
|\ \