summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_pr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-3/+13
|\
| * Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-07-111-1/+11
| |\
| | * KVM: PPC: Book3S PR: Fix contents of SRR1 when injecting a program exceptionThomas Huth2016-06-201-1/+11
| * | KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini2016-07-011-2/+2
| |/
* / powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt2016-07-211-3/+3
|/
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-1/+5
|\
| * powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-011-1/+5
* | KVM: PPC: Book3S PR: Manage single-step modeLaurent Vivier2016-05-111-1/+31
|/
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-15/+6Star
|\
| * powerpc: create giveup_all()Anton Blanchard2015-12-021-15/+2Star
| * powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard2015-12-011-0/+4
* | KVM: powerpc: kvmppc_visible_gpa can be booleanYaowei Bai2015-11-251-2/+2
|/
* KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-1/+2
* KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
* KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-261-1/+3
* arch: powerpc: kvm: book3s_pr.c: Remove unused functionRickard Strandqvist2014-12-171-5/+0Star
* Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2014-09-241-0/+3
|\
| * powerpc/kvm: support to handle sw breakpointMadhavan Srinivasan2014-09-221-0/+3
* | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-1/+2
|/
* KVM: PPC: PR: Handle FSCR feature deselectsAlexander Graf2014-07-311-0/+9
* KVM: PPC: Book3S: Fix LPCR one_reg interfaceAlexey Kardashevskiy2014-07-281-0/+2
* KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-281-12/+33
* KVM: PPC: Book3s: Remove kvmppc_read_inst() functionMihai Caraman2014-07-281-51/+34Star
* KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf2014-07-281-7/+6Star
* KVM: PPC: Book3S: Add hack for split real modeAlexander Graf2014-07-281-0/+48
* KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabledPaul Mackerras2014-07-281-0/+3
* KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras2014-07-281-0/+5
* KVM: PPC: Book3S PR: Handle hyp doorbell exitsAlexander Graf2014-07-281-0/+1
* KVM: PPC: Book3s PR: Disable AIL mode with OPALAlexander Graf2014-07-281-0/+12
* KVM: PPC: BOOK3S: PR: Emulate instruction counterAneesh Kumar K.V2014-07-281-0/+4
* KVM: PPC: BOOK3S: PR: Emulate virtual timebase registerAneesh Kumar K.V2014-07-281-1/+2
* KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulationAneesh Kumar K.V2014-07-061-0/+11
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-43/+195
|\
| * KVM: PPC: Book3S PR: Expose TM registersAlexander Graf2014-05-301-1/+19
| * KVM: PPC: Book3S PR: Expose TAR facility to guestAlexander Graf2014-05-301-0/+18
| * KVM: PPC: Book3S PR: Handle Facility interrupt and FSCRAlexander Graf2014-05-301-0/+68
| * KVM: PPC: Book3S PR: Do dcbz32 patching with big endian instructionsAlexander Graf2014-05-301-2/+2
| * KVM: PPC: Make shared struct aka magic page guest endianAlexander Graf2014-05-301-39/+58
| * KVM: PPC: Book3S PR: Default to big endian guestAlexander Graf2014-05-301-1/+1
| * KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options onAneesh Kumar K.V2014-05-301-0/+8
| * KVM: PPC: BOOK3S: PR: Enable Little Endian PR guestAneesh Kumar K.V2014-05-301-1/+22
* | KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bitAlexander Graf2014-04-281-3/+3
|/
* Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-291-121/+34Star
|\
| * KVM: PPC: Book3S PR: Cope with doorbell interruptsPaul Mackerras2014-01-271-0/+1
| * kvm/ppc: IRQ disabling cleanupScott Wood2014-01-271-8/+6Star
| * KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu structPaul Mackerras2014-01-091-56/+16Star
| * KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-59/+4Star
| * KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivecPaul Mackerras2014-01-091-6/+12
| * KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf2014-01-091-0/+3
* | KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvyAlexander Graf2013-12-091-0/+22
|/