summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-1/+0Star
|\
| * arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-02-271-1/+0Star
* | powerpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-01-102-2/+2
|\
| * KVM: PPC: annotate kvm_rma_init as __initNishanth Aravamudan2011-12-271-1/+1
| * KVM: introduce id_to_memslot functionXiao Guangrong2011-12-271-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-01-071-0/+3
|\ \ | |/ |/|
| * powerpc: Provide a way for KVM to indicate that NV GPR values are lostPaul Mackerras2011-12-081-0/+3
* | 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/+2Star
|\
| * Revert "KVM: PPC: Add support for explicit HIOR setting"Alexander Graf2011-11-172-13/+2Star
* | 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-11-011-1/+0Star
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-011-1/+1
* powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-012-0/+2
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-11-013-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/+117Star
* 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/+0Star
* 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/+54Star
| * 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/+3Star
| * 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