summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/kvm_host.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-06KVM: PPC: Make EPCR a valid field for booke64 and bookehvAlexander Graf1-1/+6
2012-12-06KVM: PPC: Book3S HV: Improve handling of local vs. global TLB invalidationsPaul Mackerras1-2/+3
2012-12-06KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEsPaul Mackerras1-0/+1
2012-10-30KVM: PPC: Book3S HV: Fix accounting of stolen timePaul Mackerras1-0/+5
2012-10-30KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can runPaul Mackerras1-3/+2
2012-10-30KVM: PPC: Book3S HV: Fixes for late-joining threadsPaul Mackerras1-3/+4
2012-10-05KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras1-4/+5
2012-10-05booke: Added ONE_REG interface for IAC/DAC debug registersBharat Bhushan1-2/+22
2012-10-05KVM: PPC: booke: Add watchdog emulationBharat Bhushan1-0/+3
2012-10-05KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier supportAlexander Graf1-2/+1
2012-10-05KVM: PPC: E500: Implement MMU notifiersAlexander Graf1-1/+2
2012-08-26Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti1-0/+1
2012-08-16KVM: PPC: Add cache flush on page mapAlexander Graf1-0/+1
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa1-0/+1
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa1-0/+2
2012-05-30KVM: PPC: booke: Added DECAR supportBharat Bhushan1-0/+2
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras1-0/+4
2012-05-06kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt1-1/+3
2012-04-08KVM: PPC: Pass EA to updating emulation opsAlexander Graf1-0/+1
2012-04-08KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace logPaul Mackerras1-0/+4
2012-04-08KVM: PPC: Book3S HV: Make virtual processor area registration more robustPaul Mackerras1-6/+21
2012-04-08KVM: PPC: bookehv: add comment about shadow_msrAlexander Graf1-0/+1
2012-04-08KVM: PPC: booke: category E.HV (GS-mode) supportScott Wood1-1/+18
2012-04-08KVM: PPC: e500: refactor core-specific TLB codeScott Wood1-0/+2
2012-04-08KVM: PPC: Rework wqp conditional codeAlexander Graf1-5/+1
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall1-0/+6
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-0/+3
2012-03-05KVM: PPC: Add HPT preallocatorAlexander Graf1-0/+1
2012-03-05KVM: PPC: Convert RMA allocation into generic codeAlexander Graf1-3/+4
2012-03-05KVM: PPC: Rename MMIO register identifiersAlexander Graf1-0/+8
2012-03-05KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bitsPaul Mackerras1-2/+3
2012-03-05KVM: PPC: Implement MMU notifiers for Book3S HV guestsPaul Mackerras1-0/+16
2012-03-05KVM: PPC: Implement MMIO emulation support for Book3S HV guestsPaul Mackerras1-0/+5
2012-03-05KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfnPaul Mackerras1-1/+16
2012-03-05KVM: PPC: Allow I/O mappings in memory slotsPaul Mackerras1-0/+2
2012-03-05KVM: PPC: Allow use of small pages to back Book3S HV guestsPaul Mackerras1-2/+1
2012-03-05KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()Paul Mackerras1-0/+2
2012-03-05KVM: PPC: Keep page physical addresses in per-slot arraysPaul Mackerras1-3/+6
2012-03-05KVM: PPC: Keep a record of HV guest view of hashed page table entriesPaul Mackerras1-0/+10
2012-03-05KVM: PPC: booke: Improve timer register emulationScott Wood1-1/+1
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood1-6/+0
2011-09-25KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode codePaul Mackerras1-4/+15
2011-09-25KVM: PPC: book3s_pr: Simplify transitions between virtual and real modePaul Mackerras1-8/+0
2011-09-25KVM: PPC: Add sanity checking to vcpu_runAlexander Graf1-0/+2
2011-09-25KVM: PPC: Add papr_enabled flagAlexander Graf1-0/+1
2011-07-12KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras1-1/+1
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras1-1/+14
2011-07-12KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras1-1/+45
2011-07-12KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson1-0/+9
2011-07-12KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras1-0/+11