summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_book3s.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()Suraj Jitindar Singh2018-12-211-0/+2
* KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants...Suraj Jitindar Singh2018-12-171-0/+4
* KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guestSuraj Jitindar Singh2018-12-171-1/+1
* KVM: PPC: Book3S HV: Implement functions to access quadrants 1 & 2Suraj Jitindar Singh2018-12-171-0/+4
* KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/offPaul Mackerras2018-12-171-0/+2
* KVM: PPC: Book3S HV: Cleanups - constify memslots, fix commentsPaul Mackerras2018-12-171-6/+3
* KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcallSuraj Jitindar Singh2018-10-091-0/+1
* KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappingsSuraj Jitindar Singh2018-10-091-0/+3
* KVM: PPC: Book3S HV: Handle page fault for a nested guestSuraj Jitindar Singh2018-10-091-0/+17
* KVM: PPC: Book3S HV: Nested guest entry via hypercallPaul Mackerras2018-10-091-0/+7
* KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualizationPaul Mackerras2018-10-091-3/+7
* KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agno...Suraj Jitindar Singh2018-10-091-0/+3
* KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu structPaul Mackerras2018-10-091-2/+2
* KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID spaceSam Bobroff2018-07-261-0/+47
* KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTMSimon Guo2018-06-011-0/+2
* KVM: PPC: Book3S PR: Add emulation for trechkpt.Simon Guo2018-06-011-0/+2
* KVM: PPC: Book3S PR: Always fail transactions in guest privileged stateSimon Guo2018-06-011-0/+2
* KVM: PPC: Book3S PR: Emulate mtspr/mfspr using active TM SPRsSimon Guo2018-06-011-0/+1
* KVM: PPC: Book3S PR: Add transaction memory save/restore skeletonSimon Guo2018-06-011-0/+9
* KVM: PPC: Move nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_archSimon Guo2018-05-181-8/+8
* KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo2018-05-181-2/+2
* KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctlyPaul Mackerras2018-05-171-0/+1
* KVM: PPC: Book3S HV: Snapshot timebase offset on guest entryPaul Mackerras2018-05-171-0/+1
* KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Paul Mackerras2018-03-241-0/+4
* KVM: PPC: Book3S PR: Fix svcpu copying with preemption enabledAlexander Graf2018-02-011-4/+2
* KVM: PPC: Book3S HV: Unify dirty page map between HPT and radixPaul Mackerras2017-11-011-1/+2
* KVM: PPC: Book3S HV: Simplify dynamic micro-threading codePaul Mackerras2017-07-011-1/+0
* KVM: PPC: Book3S HV: Enable radix guest supportPaul Mackerras2017-01-311-0/+2
* KVM: PPC: Book3S HV: Implement dirty page logging for radix guestsPaul Mackerras2017-01-311-1/+6
* KVM: PPC: Book3S HV: MMU notifier callbacks for radix guestsPaul Mackerras2017-01-311-0/+6
* KVM: PPC: Book3S HV: Page table construction and page faults for radix guestsPaul Mackerras2017-01-311-0/+8
* KVM: PPC: Book3S HV: Add basic infrastructure for radix guestsPaul Mackerras2017-01-311-0/+3
* KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-threadPaul Mackerras2016-09-271-0/+2
* KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypassSuresh Warrier2016-09-121-0/+1
* KVM: PPC: Book3S HV: Implement halt pollingSuraj Jitindar Singh2016-09-081-0/+1
* KVM: PPC: Book3S HV: Change vcore element runnable_threads from linked-list t...Suraj Jitindar Singh2016-09-081-1/+1
* KVM: PPC: Book3S HV: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.hSuraj Jitindar Singh2016-09-081-0/+35
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-2/+2
* KVM: PPC: Book3S: correct width in XER handlingSam bobroff2015-08-221-2/+2
* KVM: PPC: Book3S HV: Fix bug in dirty page trackingPaul Mackerras2015-08-221-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-261-0/+3
|\
| * kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVMDavid Gibson2015-04-211-0/+3
* | ppc: Remove unused cpp symbols in kvm headersFrederic Weisbecker2015-03-091-4/+0
|/
* KVM: PPC: Book3S HV: Remove code for PPC970 processorsPaul Mackerras2014-12-171-2/+0
* KVM: PPC: PR: Handle FSCR feature deselectsAlexander Graf2014-07-311-0/+1
* KVM: PPC: Handle magic page in kvmppc_ld/stAlexander Graf2014-07-281-0/+7
* KVM: PPC: Move kvmppc_ld/st to common codeAlexander Graf2014-07-281-1/+1
* KVM: PPC: Allow kvmppc_get_last_inst() to failMihai Caraman2014-07-281-26/+0
* KVM: PPC: Book3S: Make magic page properly 4k mappableAlexander Graf2014-07-281-1/+1
* KVM: PPC: Book3S: Add hack for split real modeAlexander Graf2014-07-281-0/+3
OpenPOWER on IntegriCloud