summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-141-2/+0
|\
| * KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-131-2/+0
* | KVM: PPC: Add support for nestedv2 guestsJordan Niethe2023-09-141-0/+20
* | KVM: PPC: Book3s HV: Hold LPIDs in an unsigned longJordan Niethe2023-09-141-1/+1
|/
* KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2023-04-031-2/+2
* KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-1/+0
* KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-1/+0
* KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-1/+0
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-1/+1
* KVM: PPC: Align pt_regs in kvm_vcpu_arch structureFabiano Rosas2022-06-291-1/+5
* KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry pathFabiano Rosas2022-06-291-5/+7
* KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry pathFabiano Rosas2022-06-291-0/+8
* KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximumNicholas Piggin2022-05-131-1/+6
* KVM: PPC: Book3S HV Nested: Change nested guest lookup to use idrNicholas Piggin2022-05-131-2/+1
* KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy2022-02-021-4/+2
* KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin2022-01-251-0/+1
* Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-12-191-2/+5
|\
| * KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exitNicholas Piggin2021-11-241-1/+0
| * KVM: PPC: Book3S HV P9: Demand fault TM facility registersNicholas Piggin2021-11-241-0/+3
| * KVM: PPC: Book3S HV P9: Demand fault EBB facility registersNicholas Piggin2021-11-241-0/+1
| * KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebaseNicholas Piggin2021-11-241-1/+1
* | KVM: Drop obsolete kvm_arch_vcpu_block_finish()Sean Christopherson2021-12-081-1/+0
* | KVM: Force PPC to define its own rcuwait objectSean Christopherson2021-12-081-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-021-2/+2
|\
| * kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-2/+2
* | KVM: PPC: Replace zero-length array with flexible array memberLen Baker2021-10-201-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-071-1/+0
|\
| * KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang2021-08-201-1/+0
* | KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessibleNicholas Piggin2021-08-251-0/+2
|/
* KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-7/+2
* Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-06-231-2/+6
|\
| * KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9Nicholas Piggin2021-06-101-1/+0
| * KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin2021-06-101-1/+6
* | KVM: switch per-VM stats to u64Paolo Bonzini2021-06-171-3/+3
* | KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti2021-05-271-0/+1
|/
* KVM: Kill off the old hva-based MMU notifier callbacksSean Christopherson2021-04-171-1/+0
* KVM: PPC: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-171-0/+1
* KVM: Move prototypes for MMU notifier callbacks to generic codeSean Christopherson2021-04-171-7/+0
* KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWRRavi Bangoria2021-02-101-0/+3
* KVM: PPC: Book3S HV: Rename current DAWR macros and variablesRavi Bangoria2021-02-101-2/+2
* KVM: Raise the maximum number of user memslotsVitaly Kuznetsov2021-02-091-1/+0
* KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' methodGreg Kurz2020-09-031-0/+1
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-211-1/+2
* KVM: PPC: Book3S HV: Save/restore new PMU registersAthira Rajeev2020-07-221-2/+2
* KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCRAthira Rajeev2020-07-221-1/+3
* KVM: PPC: Remove redundant kvm_run from vcpu_archTianjia Zhang2020-05-271-1/+0
* kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-1/+1
* Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-051-3/+0
|\
| * powerpc/kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-041-3/+0
* | KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-261-0/+1
|/