aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: e500: Fix bad address type in deliver_tlb_misss()Mihai Caraman2014-04-021-1/+1
* KVM: PPC: Book3S HV: Fix typo in saving DSCRPaul Mackerras2013-11-281-1/+1
* KVM: PPC: Emulate dcbfAlexander Graf2013-02-061-0/+2
* KVM: PPC: 44x: fix DCR read/writeAlexander Graf2013-01-031-0/+2
* powerpc/kvm: sldi should be sldMichael Neuling2012-07-121-1/+1
* KVM: PPC: e500: include linux/export.hScott Wood2011-12-261-0/+1
* KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling2011-12-261-1/+1
* KVM: PPC: protect use of kvmppc_h_prAndreas Schwab2011-12-261-0/+2
* Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-11-202-13/+2
|\
| * Revert "KVM: PPC: Add support for explicit HIOR setting"Alexander Graf2011-11-172-13/+2
* | powerpc: Add hvcall.h include to book3s_hv.cMichael Neuling2011-11-161-0/+1
|/
* powerpc/kvm: Fix build with older toolchainsNishanth Aravamudan2011-11-081-1/+1
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-312-0/+2
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-313-0/+3
* KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras2011-09-253-192/+461
* KVM: PPC: book3s_pr: Simplify transitions between virtual and real modePaul Mackerras2011-09-257-195/+117
* KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separatelyPaul Mackerras2011-09-253-0/+9
* KVM: PPC: Add sanity checking to vcpu_runAlexander Graf2011-09-256-1/+59
* KVM: PPC: Enable the PAPR CAP for Book3SAlexander Graf2011-09-251-0/+5
* KVM: PPC: Support SC1 hypercalls for PAPR in PR modeAlexander Graf2011-09-251-1/+21
* KVM: PPC: Stub emulate CFAR and PURR SPRsAlexander Graf2011-09-251-0/+4
* KVM: PPC: Add PAPR hypercall code for PR modeAlexander Graf2011-09-252-0/+159
* KVM: PPC: Add support for explicit HIOR settingAlexander Graf2011-09-252-2/+13
* KVM: PPC: Read out syscall instruction on trapAlexander Graf2011-09-251-0/+5
* KVM: PPC: Interpret SDR1 as HVA in PAPR modeAlexander Graf2011-09-251-1/+7
* KVM: PPC: Check privilege level on SPRsAlexander Graf2011-09-251-0/+25
* KVM: PPC: move compute_tlbie_rb to book3s common headerAlexander Graf2011-09-251-33/+0
* powerpc/kvm: Fix build errors with older toolchainsNishanth Aravamudan2011-08-051-2/+2
* Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-2428-1480/+5689
|\
| * KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras2011-07-128-38/+345
| * powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras2011-07-124-5/+7
| * KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras2011-07-126-109/+434
| * KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras2011-07-123-33/+455
| * KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson2011-07-125-3/+209
| * KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras2011-07-125-7/+699
| * KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras2011-07-1210-24/+1738
| * KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpuPaul Mackerras2011-07-123-59/+54
| * KVM: PPC: Move guest enter/exit down into subarch-specific codePaul Mackerras2011-07-124-12/+21
| * KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops downPaul Mackerras2011-07-123-3/+46
| * KVM: PPC: Deliver program interrupts right away instead of queueing themPaul Mackerras2011-07-121-5/+3
| * powerpc, KVM: Rework KVM checks in first-level interrupt handlersPaul Mackerras2011-07-122-37/+48
| * KVM: PPC: Split out code from book3s.c into book3s_pr.cPaul Mackerras2011-07-123-988/+1018
| * KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3sPaul Mackerras2011-07-124-63/+73
| * KVM: PPC: Fix machine checks on 32-bit Book3SPaul Mackerras2011-07-121-2/+3
| * KVM: PPC: e500: Don't search over the entire TLB0.Scott Wood2011-07-121-4/+14
| * KVM: PPC: e500: Add shadow PID supportLiu Yu2011-07-127-31/+325
| * KVM: PPC: e500: Stop keeping shadow TLBLiu Yu2011-07-121-177/+140
| * KVM: PPC: e500: enable magic pageScott Wood2011-07-123-2/+34