| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: add "new" argument to kvm_arch_commit_memory_region | Paolo Bonzini | 2015-05-28 | 1 | -2/+4 |
* | KVM: const-ify uses of struct kvm_userspace_memory_region | Paolo Bonzini | 2015-05-26 | 1 | -4/+4 |
* | KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation. | Michael Ellerman | 2015-04-21 | 1 | -0/+2 |
* | KVM: PPC: Book3S HV: Remove code for PPC970 processors | Paul Mackerras | 2014-12-17 | 1 | -2/+0 |
* | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-... | Paolo Bonzini | 2014-09-24 | 1 | -1/+10 |
|\ |
|
| * | powerpc/kvm: support to handle sw breakpoint | Madhavan Srinivasan | 2014-09-22 | 1 | -0/+6 |
| * | KVM: PPC: Remove the tasklet used by the hrtimer | Mihai Caraman | 2014-09-22 | 1 | -1/+1 |
| * | KVM: PPC: BOOKE: Emulate debug registers and exception | Bharat Bhushan | 2014-09-22 | 1 | -0/+3 |
* | | kvm: Fix page ageing bugs | Andres Lagar-Cavilla | 2014-09-24 | 1 | -1/+1 |
|/ |
|
* | KVM: PPC: BOOKEHV: rename e500hv_spr to bookehv_spr | Bharat Bhushan | 2014-07-30 | 1 | -10/+10 |
* | KVM: PPC: Remove DCR handling | Alexander Graf | 2014-07-28 | 1 | -1/+0 |
* | KVM: PPC: Expose helper functions for data/inst faults | Alexander Graf | 2014-07-28 | 1 | -0/+8 |
* | KVM: PPC: Separate loadstore emulation from priv emulation | Alexander Graf | 2014-07-28 | 1 | -0/+1 |
* | KVM: PPC: Move kvmppc_ld/st to common code | Alexander Graf | 2014-07-28 | 1 | -0/+4 |
* | KVM: PPC: Implement kvmppc_xlate for all targets | Alexander Graf | 2014-07-28 | 1 | -0/+13 |
* | KVM: PPC: Allow kvmppc_get_last_inst() to fail | Mihai Caraman | 2014-07-28 | 1 | -0/+31 |
* | kvm: ppc: Add SPRN_EPR get helper function | Bharat Bhushan | 2014-07-28 | 1 | -0/+11 |
* | kvm: ppc: booke: Add shared struct helpers of SPRN_ESR | Bharat Bhushan | 2014-07-28 | 1 | -0/+1 |
* | kvm: ppc: bookehv: Added wrapper macros for shadow registers | Bharat Bhushan | 2014-07-28 | 1 | -8/+36 |
* | KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled | Paul Mackerras | 2014-07-28 | 1 | -1/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-06-10 | 1 | -0/+7 |
|\ |
|
| * | powerpc/kvm/book3s_hv: Rework the secondary inhibit code | Michael Ellerman | 2014-05-28 | 1 | -0/+7 |
* | | KVM: PPC: Make shared struct aka magic page guest endian | Alexander Graf | 2014-05-30 | 1 | -1/+79 |
|/ |
|
* | KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCE | Laurent Dufour | 2014-03-26 | 1 | -0/+2 |
* | kvm/ppc: IRQ disabling cleanup | Scott Wood | 2014-01-27 | 1 | -0/+6 |
* | KVM: PPC: Book3S: MMIO emulation support for little endian guests | Cédric Le Goater | 2014-01-27 | 1 | -3/+4 |
* | kvm: powerpc: book3s: drop is_hv_enabled | Aneesh Kumar K.V | 2013-10-17 | 1 | -1/+5 |
* | kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine | Aneesh Kumar K.V | 2013-10-17 | 1 | -3/+4 |
* | kvm: Add struct kvm arg to memslot APIs | Aneesh Kumar K.V | 2013-10-17 | 1 | -2/+4 |
* | kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops | Aneesh Kumar K.V | 2013-10-17 | 1 | -2/+3 |
* | kvm: powerpc: Add kvmppc_ops callback | Aneesh Kumar K.V | 2013-10-17 | 1 | -23/+66 |
* | kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE | Aneesh Kumar K.V | 2013-10-17 | 1 | -1/+1 |
* | kvm/ppc: Call trace_hardirqs_on before entry | Scott Wood | 2013-07-11 | 1 | -3/+8 |
* | powerpc/kvm: Contiguous memory allocator based RMA allocation | Aneesh Kumar K.V | 2013-07-08 | 1 | -6/+2 |
* | powerpc/kvm: Contiguous memory allocator based hash page table allocation | Aneesh Kumar K.V | 2013-07-08 | 1 | -2/+6 |
* | KVM: PPC: Book3S: Add API for in-kernel XICS emulation | Paul Mackerras | 2013-05-02 | 1 | -0/+2 |
* | KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state | Paul Mackerras | 2013-04-26 | 1 | -0/+2 |
* | KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls | Paul Mackerras | 2013-04-26 | 1 | -0/+2 |
* | KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM | Benjamin Herrenschmidt | 2013-04-26 | 1 | -0/+29 |
* | KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller | Benjamin Herrenschmidt | 2013-04-26 | 1 | -0/+29 |
* | KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls | Michael Ellerman | 2013-04-26 | 1 | -0/+4 |
* | kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC | Scott Wood | 2013-04-26 | 1 | -1/+14 |
* | kvm/ppc/mpic: in-kernel MPIC emulation | Scott Wood | 2013-04-26 | 1 | -0/+17 |
* | Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER | Bharat Bhushan | 2013-04-26 | 1 | -1/+1 |
* | KVM: PPC: cache flush for kernel managed pages | Bharat Bhushan | 2013-04-26 | 1 | -1/+8 |
* | KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external | Paul Mackerras | 2013-03-22 | 1 | -2/+1 |
* | KVM: set_memory_region: Refactor commit_memory_region() | Takuya Yoshikawa | 2013-03-04 | 1 | -1/+1 |
* | KVM: PPC: booke: Allow multiple exception types | Bharat Bhushan | 2013-02-13 | 1 | -2/+0 |
* | KVM: PPC: BookE: Implement EPR exit | Alexander Graf | 2013-01-10 | 1 | -0/+9 |
* | KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1 | Alexander Graf | 2013-01-10 | 1 | -0/+1 |