summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
AgeCommit message (Expand)Author
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-06-19KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_pagePaul Mackerras
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-05-08KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson
2012-05-06KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf
2012-05-06kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt
2012-05-06kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt
2012-04-08KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace logPaul Mackerras
2012-04-08KVM: PPC: Book3S HV: Make virtual processor area registration more robustPaul Mackerras
2012-04-08KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIsPaul Mackerras
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-08arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka
2012-03-05KVM: PPC: Convert RMA allocation into generic codeAlexander Graf
2012-03-05KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras
2012-03-05KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin
2012-03-05KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras
2012-03-05KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras
2012-03-05KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras
2012-03-05KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras
2012-03-05KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras
2012-03-05KVM: PPC: Add an interface for pinning guest pages in Book3s HV guestsPaul Mackerras
2012-03-05KVM: PPC: Keep page physical addresses in per-slot arraysPaul Mackerras
2012-03-05KVM: PPC: Move prepare_to_enter call site into subarch codeScott Wood
2012-03-05KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood
2012-02-27arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka
2011-12-26KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling
2011-11-16powerpc: Add hvcall.h include to book3s_hv.cMichael Neuling
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker
2011-09-25KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras
2011-09-25KVM: PPC: Add sanity checking to vcpu_runAlexander Graf
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras
2011-07-12KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras
2011-07-12KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson
2011-07-12KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras