Age | Commit message (Expand) | Author | Files | Lines |
2014-06-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+7 |
2014-05-30 | KVM: PPC: Make shared struct aka magic page guest endian | Alexander Graf | 1 | -1/+79 |
2014-05-28 | powerpc/kvm/book3s_hv: Rework the secondary inhibit code | Michael Ellerman | 1 | -0/+7 |
2014-03-26 | KVM: PPC: Book3S: Introduce hypervisor call H_GET_TCE | Laurent Dufour | 1 | -0/+2 |
2014-01-27 | kvm/ppc: IRQ disabling cleanup | Scott Wood | 1 | -0/+6 |
2014-01-27 | KVM: PPC: Book3S: MMIO emulation support for little endian guests | Cédric Le Goater | 1 | -3/+4 |
2013-10-17 | kvm: powerpc: book3s: drop is_hv_enabled | Aneesh Kumar K.V | 1 | -1/+5 |
2013-10-17 | kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine | Aneesh Kumar K.V | 1 | -3/+4 |
2013-10-17 | kvm: Add struct kvm arg to memslot APIs | Aneesh Kumar K.V | 1 | -2/+4 |
2013-10-17 | kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops | Aneesh Kumar K.V | 1 | -2/+3 |
2013-10-17 | kvm: powerpc: Add kvmppc_ops callback | Aneesh Kumar K.V | 1 | -23/+66 |
2013-10-17 | kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE | Aneesh Kumar K.V | 1 | -1/+1 |
2013-07-11 | kvm/ppc: Call trace_hardirqs_on before entry | Scott Wood | 1 | -3/+8 |
2013-07-08 | powerpc/kvm: Contiguous memory allocator based RMA allocation | Aneesh Kumar K.V | 1 | -6/+2 |
2013-07-08 | powerpc/kvm: Contiguous memory allocator based hash page table allocation | Aneesh Kumar K.V | 1 | -2/+6 |
2013-05-02 | KVM: PPC: Book3S: Add API for in-kernel XICS emulation | Paul Mackerras | 1 | -0/+2 |
2013-04-26 | KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state | Paul Mackerras | 1 | -0/+2 |
2013-04-26 | KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls | Paul Mackerras | 1 | -0/+2 |
2013-04-26 | KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM | Benjamin Herrenschmidt | 1 | -0/+29 |
2013-04-26 | KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller | Benjamin Herrenschmidt | 1 | -0/+29 |
2013-04-26 | KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls | Michael Ellerman | 1 | -0/+4 |
2013-04-26 | kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC | Scott Wood | 1 | -1/+14 |
2013-04-26 | kvm/ppc/mpic: in-kernel MPIC emulation | Scott Wood | 1 | -0/+17 |
2013-04-26 | Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER | Bharat Bhushan | 1 | -1/+1 |
2013-04-26 | KVM: PPC: cache flush for kernel managed pages | Bharat Bhushan | 1 | -1/+8 |
2013-03-22 | KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external | Paul Mackerras | 1 | -2/+1 |
2013-03-05 | KVM: set_memory_region: Refactor commit_memory_region() | Takuya Yoshikawa | 1 | -1/+1 |
2013-02-13 | KVM: PPC: booke: Allow multiple exception types | Bharat Bhushan | 1 | -2/+0 |
2013-01-10 | KVM: PPC: BookE: Implement EPR exit | Alexander Graf | 1 | -0/+9 |
2013-01-10 | KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1 | Alexander Graf | 1 | -0/+1 |
2012-12-06 | KVM: PPC: Mask ea's high 32-bits in 32/64 instr emulation | Mihai Caraman | 1 | -0/+10 |
2012-12-06 | KVM: PPC: e500: Add emulation helper for getting instruction ea | Mihai Caraman | 1 | -0/+11 |
2012-12-06 | KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT | Paul Mackerras | 1 | -0/+2 |
2012-10-06 | KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas | Paul Mackerras | 1 | -0/+4 |
2012-10-06 | KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interface | Paul Mackerras | 1 | -0/+2 |
2012-10-06 | KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interface | Paul Mackerras | 1 | -0/+32 |
2012-10-06 | KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly | Paul Mackerras | 1 | -1/+4 |
2012-10-06 | KVM: PPC: Move kvm->arch.slot_phys into memslot.arch | Paul Mackerras | 1 | -0/+5 |
2012-10-06 | KVM: PPC: booke: Add watchdog emulation | Bharat Bhushan | 1 | -0/+2 |
2012-10-06 | KVM: PPC: Add return value to core_check_requests | Alexander Graf | 1 | -1/+1 |
2012-10-06 | KVM: PPC: Book3S: PR: Rework irq disabling | Alexander Graf | 1 | -0/+10 |
2012-10-06 | KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr | Alexander Graf | 1 | -0/+3 |
2012-10-06 | KVM: PPC: E500: Implement MMU notifiers | Alexander Graf | 1 | -0/+1 |
2012-08-16 | KVM: PPC: Add cache flush on page map | Alexander Graf | 1 | -0/+12 |
2012-05-30 | KVM: PPC: Book3S HV: Make the guest hash table size configurable | Paul Mackerras | 1 | -1/+2 |
2012-05-06 | KVM: PPC: Emulator: clean up SPR reads and writes | Alexander Graf | 1 | -2/+4 |
2012-05-06 | kvm/powerpc: Add new ioctl to retreive server MMU infos | Benjamin Herrenschmidt | 1 | -0/+2 |
2012-05-06 | kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM | Benjamin Herrenschmidt | 1 | -0/+2 |
2012-04-08 | KVM: PPC: booke: rework rescheduling checks | Alexander Graf | 1 | -1/+1 |
2012-04-08 | KVM: PPC: booke: category E.HV (GS-mode) support | Scott Wood | 1 | -0/+3 |