summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * KVM: PPC: e500: Support large page mappings of PFNMAP vmas.Scott Wood2011-07-121-9/+94
| * KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead.Scott Wood2011-07-121-37/+19
| * KVM: PPC: e500: don't use MAS0 as intermediate storage.Scott Wood2011-07-121-13/+13
| * KVM: PPC: e500: Disable preloading TLB1 in tlb_load().Scott Wood2011-07-121-18/+0
| * KVM: PPC: e500: Save/restore SPE stateScott Wood2011-07-124-17/+134
| * KVM: PPC: booke: use shadow_msrScott Wood2011-07-122-11/+7
| * KVM: PPC: Resolve real-mode handlers through function exportsAlexander Graf2011-07-123-12/+4
| * KVM: PPC: fix partial application of "exit timing in ticks"Stuart Yoder2011-07-121-9/+0
* | virtio: expose for non-virtualization users tooOhad Ben-Cohen2011-07-231-1/+0
|/
* Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-05-2310-21/+309
|\
| * KVM: PPC: booke: add sregs supportScott Wood2011-05-227-10/+259
| * KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)Scott Wood2011-05-222-1/+13
| * KVM: PPC: use ticks, not usecs, for exit timingStuart Yoder2011-05-221-4/+17
| * KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsxScott Wood2011-05-223-3/+6
| * KVM: PPC: e500: emulate SVRScott Wood2011-05-222-0/+3
| * KVM: PPC: Fix issue clearing exit timing countersBharat Bhushan2011-05-112-3/+11
* | powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processorsPaul Mackerras2011-05-201-0/+2
* | powerpc/kvm: Fix kvmppc_core_pending_decPaul Mackerras2011-05-201-1/+1
* | powerpc: Always use SPRN_SPRG_HSCRATCH0 when running in HV modePaul Mackerras2011-04-202-4/+4
* | powerpc: Base support for exceptions using HSRR0/1Benjamin Herrenschmidt2011-04-202-2/+9
* | powerpc: In HV mode, use HSPRG0 for PACABenjamin Herrenschmidt2011-04-201-3/+1
|/
* KVM: PPC: Fix SPRG get/set for Book3S and BookEPeter Tyser2011-03-172-12/+16
* KVM: Clean up vm creation and releaseJan Kiszka2011-01-121-17/+3
* KVM: replace vmalloc and memset with vzallocTakuya Yoshikawa2011-01-121-3/+1
* KVM: PPC: BookE: Load the lower half of MSRScott Wood2010-11-051-1/+1
* KVM: PPC: BookE: fix sleep with interrupts disabledScott Wood2010-11-051-2/+0
* KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().Scott Wood2010-11-051-1/+1
* KVM: PPC: fix information leak to userlandVasiliy Kulikov2010-11-051-0/+1
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-2421-390/+984
|\
OpenPOWER on IntegriCloud