summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-241-12/+28
|\
| * KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras2012-05-301-12/+28
* | KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_pagePaul Mackerras2012-06-191-30/+66
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-251-184/+283
|\
| * KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf2012-05-061-2/+2
| * kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt2012-05-061-0/+32
| * kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt2012-05-061-109/+0Star
| * KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace logPaul Mackerras2012-04-081-1/+45
| * KVM: PPC: Book3S HV: Make virtual processor area registration more robustPaul Mackerras2012-04-081-69/+158
| * KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIsPaul Mackerras2012-04-081-3/+46
* | KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson2012-05-081-2/+0Star
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-0/+1
|\
| * Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-0/+1
| * arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-02-271-1/+0Star
* | arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka2012-03-081-1/+0Star
* | KVM: PPC: Convert RMA allocation into generic codeAlexander Graf2012-03-051-4/+4
* | KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras2012-03-051-0/+36
* | KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUsSasha Levin2012-03-051-3/+3
* | KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras2012-03-051-0/+37
* | KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras2012-03-051-11/+14
* | KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras2012-03-051-9/+12
* | KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras2012-03-051-26/+31
* | KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras2012-03-051-107/+137
* | KVM: PPC: Add an interface for pinning guest pages in Book3s HV guestsPaul Mackerras2012-03-051-30/+37
* | KVM: PPC: Keep page physical addresses in per-slot arraysPaul Mackerras2012-03-051-59/+55Star
* | KVM: PPC: Move prepare_to_enter call site into subarch codeScott Wood2012-03-051-0/+2
* | KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood2012-03-051-3/+3
|/
* KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling2011-12-261-1/+1
* powerpc: Add hvcall.h include to book3s_hv.cMichael Neuling2011-11-161-0/+1
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-11-011-0/+1
* KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras2011-09-251-147/+188
* KVM: PPC: Add sanity checking to vcpu_runAlexander Graf2011-09-251-0/+8
* KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras2011-07-121-11/+49
* powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras2011-07-121-1/+2
* KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras2011-07-121-9/+250
* KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras2011-07-121-27/+289
* KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson2011-07-121-1/+115
* KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras2011-07-121-1/+169
* KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras2011-07-121-0/+445