aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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-10-31powerpc: 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 architecture bitsPaul 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