summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_book3s.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV nestedv2: Avoid reloading the tb offsetJordan Niethe2023-12-071-3/+6
* KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe2023-12-071-0/+1
* KVM: PPC: Add support for nestedv2 guestsJordan Niethe2023-09-141-21/+116
* KVM: PPC: Book3s HV: Hold LPIDs in an unsigned longJordan Niethe2023-09-141-5/+5
* KVM: PPC: Use accessors for VCORE registersJordan Niethe2023-09-141-1/+24
* KVM: PPC: Use accessors for VCPU registersJordan Niethe2023-09-141-1/+36
* KVM: PPC: Introduce FPR/VR accessor functionsJordan Niethe2023-09-141-0/+55
* KVM: PPC: Book3s HV: Remove unused function kvmppc_bad_interruptMurilo Opsfelder Araujo2022-07-201-1/+0
* KVM: PPC: Book3S HV: Remove kvmhv_p9_[set,restore]_lpcr declarationsMurilo Opsfelder Araujo2022-07-201-2/+0
* KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebaseNicholas Piggin2021-11-241-0/+6
* kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
* KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-221-0/+3
* KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacksNicholas Piggin2021-05-061-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-6/+6
|\
| * KVM: PPC: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-171-6/+6
* | KVM: PPC: Book3S HV: Add a function to filter guest LPCR bitsNicholas Piggin2021-04-121-0/+2
|/
* KVM: PPC: Book3S HV: Declare some prototypesCédric Le Goater2021-01-301-0/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-121-9/+7
|\
| * KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-271-9/+7
* | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-1/+1
|\ \ | |/ |/|
| * powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V2020-05-051-1/+1
* | kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-12/+1
* 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