summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: PPC: Use get/set for to_svcpu to help preemptionAlexander Graf2012-03-055-52/+110
| * KVM: PPC: Book3s: PR: No irq_disable in vcpu_runAlexander Graf2012-03-051-2/+0
| * KVM: PPC: Book3s: PR: Disable preemption in vcpu_runAlexander Graf2012-03-051-2/+11
| * KVM: PPC: booke: Improve timer register emulationScott Wood2012-03-056-69/+113
| * KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood2012-03-0510-116/+128
| * KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirtScott Wood2012-03-051-5/+1
| * KVM: PPC: booke: Check for MSR[WE] in prepare_to_enterScott Wood2012-03-051-10/+18
| * KVM: PPC: Move prepare_to_enter call site into subarch codeScott Wood2012-03-054-2/+8
| * KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood2012-03-055-8/+8
| * KVM: PPC: booke: check for signals in kvmppc_vcpu_runScott Wood2012-03-051-1/+9
| * KVM: PPC: booke: Do Not start decrementer when SPRN_DEC set 0Bharat Bhushan2012-03-051-1/+2
| * KVM: PPC: Fix DEC truncation for greater than 0xffff_ffff/1000Bharat Bhushan2012-03-051-5/+7
| * KVM: PPC: E500: Support hugetlbfsAlexander Graf2012-03-051-0/+24
| * KVM: PPC: e500: Don't hardcode PIR=0Scott Wood2012-03-052-5/+2
| * KVM: PPC: e500: tlbsx: fix tlb0 eselScott Wood2012-03-051-0/+2
| * KVM: PPC: e500: MMU APIScott Wood2012-03-055-150/+326
| * KVM: PPC: e500: clear up confusion between host and guest entriesScott Wood2012-03-052-95/+189
| * KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_allScott Wood2012-03-051-3/+1
| * KVM: PPC: e500: don't translate gfn to pfn with preemption disabledScott Wood2012-03-051-13/+23
| * KVM: s390: ucontrol: export SIE control block to userCarsten Otte2012-03-051-0/+5
| * KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte2012-03-051-1/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-1/+0
|\ \
| * | arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-02-271-1/+0
| |/
* | 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-061-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/+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
OpenPOWER on IntegriCloud