summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_hv.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-30KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming onlinePaul Mackerras1-2/+10
2012-10-06KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areasPaul Mackerras1-1/+63
2012-10-06KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interfacePaul Mackerras1-0/+42
2012-10-06KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interfacePaul Mackerras1-12/+64
2012-10-06KVM: PPC: Book3S HV: Remove bogus update of physical thread IDsPaul Mackerras1-6/+0
2012-10-06KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras1-2/+16
2012-10-06KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras1-43/+61
2012-10-06KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslotsPaul Mackerras1-4/+23
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+28
2012-06-19KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_pagePaul Mackerras1-30/+66
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras1-12/+28
2012-05-25Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-184/+283
2012-05-08KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson1-2/+0
2012-05-06KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf1-2/+2
2012-05-06kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt1-0/+32
2012-05-06kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt1-109/+0
2012-04-08KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace logPaul Mackerras1-1/+45
2012-04-08KVM: PPC: Book3S HV: Make virtual processor area registration more robustPaul Mackerras1-69/+158
2012-04-08KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIsPaul Mackerras1-3/+46
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-0/+1
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2012-03-08arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka1-1/+0
2012-03-05KVM: PPC: Convert RMA allocation into generic codeAlexander Graf1-4/+4
2012-03-05KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras1-0/+36
2012-03-05KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin1-3/+3
2012-03-05KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras1-0/+37
2012-03-05KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras1-11/+14
2012-03-05KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras1-9/+12
2012-03-05KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras1-26/+31
2012-03-05KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras1-107/+137
2012-03-05KVM: PPC: Add an interface for pinning guest pages in Book3s HV guestsPaul Mackerras1-30/+37
2012-03-05KVM: PPC: Keep page physical addresses in per-slot arraysPaul Mackerras1-59/+55
2012-03-05KVM: PPC: Move prepare_to_enter call site into subarch codeScott Wood1-0/+2
2012-03-05KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood1-3/+3
2012-02-27arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka1-1/+0
2011-12-26KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling1-1/+1
2011-11-16powerpc: Add hvcall.h include to book3s_hv.cMichael Neuling1-0/+1
2011-11-01powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-09-25KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras1-147/+188
2011-09-25KVM: PPC: Add sanity checking to vcpu_runAlexander Graf1-0/+8
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras1-11/+49
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras1-1/+2
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras1-9/+250
2011-07-12KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras1-27/+289
2011-07-12KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson1-1/+115
2011-07-12KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras1-1/+169
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras1-0/+445