aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAge
* Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-01-10
|\
| * KVM: PPC: annotate kvm_rma_init as __initNishanth Aravamudan2011-12-27
| * KVM: introduce id_to_memslot functionXiao Guangrong2011-12-27
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-01-06
|\ \ | |/ |/|
| * powerpc: Provide a way for KVM to indicate that NV GPR values are lostPaul Mackerras2011-12-07
* | KVM: PPC: e500: include linux/export.hScott Wood2011-12-26
* | KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling2011-12-26
* | KVM: PPC: protect use of kvmppc_h_prAndreas Schwab2011-12-26
|/
* Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-11-20
|\
| * Revert "KVM: PPC: Add support for explicit HIOR setting"Alexander Graf2011-11-17
* | powerpc: Add hvcall.h include to book3s_hv.cMichael Neuling2011-11-15
|/
* powerpc/kvm: Fix build with older toolchainsNishanth Aravamudan2011-11-07
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-31
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-31
* powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-31
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-31
* KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras2011-09-25
* KVM: PPC: book3s_pr: Simplify transitions between virtual and real modePaul Mackerras2011-09-25
* KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separatelyPaul Mackerras2011-09-25
* KVM: PPC: Add sanity checking to vcpu_runAlexander Graf2011-09-25
* KVM: PPC: Enable the PAPR CAP for Book3SAlexander Graf2011-09-25
* KVM: PPC: Support SC1 hypercalls for PAPR in PR modeAlexander Graf2011-09-25
* KVM: PPC: Stub emulate CFAR and PURR SPRsAlexander Graf2011-09-25
* KVM: PPC: Add PAPR hypercall code for PR modeAlexander Graf2011-09-25
* KVM: PPC: Add support for explicit HIOR settingAlexander Graf2011-09-25
* KVM: PPC: Read out syscall instruction on trapAlexander Graf2011-09-25
* KVM: PPC: Interpret SDR1 as HVA in PAPR modeAlexander Graf2011-09-25
* KVM: PPC: Check privilege level on SPRsAlexander Graf2011-09-25
* KVM: PPC: move compute_tlbie_rb to book3s common headerAlexander Graf2011-09-25
* powerpc/kvm: Fix build errors with older toolchainsNishanth Aravamudan2011-08-05
* Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-24
|\
| * KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras2011-07-12
| * powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras2011-07-12
| * KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras2011-07-12
| * KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras2011-07-12
| * KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson2011-07-12
| * KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras2011-07-12
| * KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras2011-07-12
| * KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpuPaul Mackerras2011-07-12
| * KVM: PPC: Move guest enter/exit down into subarch-specific codePaul Mackerras2011-07-12
| * KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops downPaul Mackerras2011-07-12
| * KVM: PPC: Deliver program interrupts right away instead of queueing themPaul Mackerras2011-07-12
| * powerpc, KVM: Rework KVM checks in first-level interrupt handlersPaul Mackerras2011-07-12
| * KVM: PPC: Split out code from book3s.c into book3s_pr.cPaul Mackerras2011-07-12
| * KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3sPaul Mackerras2011-07-12
| * KVM: PPC: Fix machine checks on 32-bit Book3SPaul Mackerras2011-07-12
| * KVM: PPC: e500: Don't search over the entire TLB0.Scott Wood2011-07-12
| * KVM: PPC: e500: Add shadow PID supportLiu Yu2011-07-12
| * KVM: PPC: e500: Stop keeping shadow TLBLiu Yu2011-07-12
| * KVM: PPC: e500: enable magic pageScott Wood2011-07-12