summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-171-4/+0
|\
| * KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliverKunwu Chan2024-05-081-4/+0
* | KVM: delete .change_pte MMU notifier callbackPaolo Bonzini2024-04-111-5/+0
|/
* KVM: PPC: Book3S HV nestedv2: Do not inject certain interruptsJordan Niethe2023-12-071-2/+2
* KVM: PPC: Use accessors for VCPU registersJordan Niethe2023-09-141-11/+11
* KVM: PPC: Introduce FPR/VR accessor functionsJordan Niethe2023-09-141-8/+8
* KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2023-04-031-5/+27
* KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin2023-04-031-16/+16
* KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-291-1/+1
* KVM: PPC: Move processor compatibility check to module initSean Christopherson2022-12-291-10/+0
* KVM: PPC: Avoid referencing userspace memory region in memslot updatesSean Christopherson2021-12-081-4/+2
* KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-081-6/+6
* KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang2021-08-201-1/+0
* KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2021-08-201-4/+0
* KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-241-33/+0
* KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-241-0/+45
* KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-241-0/+17
* KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-6/+6
* KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlersNicholas Piggin2021-06-101-10/+1
* KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 pathNicholas Piggin2021-06-101-0/+6
* KVM: PPC: Convert to the gfn-based MMU notifier callbacksSean Christopherson2021-04-171-10/+8
* KVM: PPC: Don't return -ENOTSUPP to userspace in ioctlsGreg Kurz2020-09-171-2/+2
* KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' methodGreg Kurz2020-09-031-1/+3
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-211-1/+2
* KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-271-2/+2
* kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-211-32/+29
* KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-191-5/+0
* KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-161-0/+5
* KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-161-3/+2
* KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson2020-03-161-8/+4
* KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson2020-01-271-5/+0
* KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson2020-01-241-3/+2
* KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson2020-01-241-2/+3
* KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opNicholas Piggin2019-10-221-26/+1
* KVM: PPC: Book3S: Define and use SRR1_MSR_BITSNicholas Piggin2019-10-221-1/+1
* kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-301-4/+4
* KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras2019-08-271-3/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token listPaul Mackerras2019-05-291-0/+1
* KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' methodCédric Le Goater2019-04-301-0/+11
* KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE stateCédric Le Goater2019-04-301-0/+24
* KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater2019-04-301-1/+6
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-02-221-0/+7
|\
| * KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras2019-02-211-0/+7
* | KVM: PPC: Book3S HV: Add KVM stat largepages_[2M/1G]Suraj Jitindar Singh2019-02-191-0/+3
* | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras2019-02-191-5/+5
|/
* KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-211-1/+2
* KVM: PPC: Pass change type down to memslot commit functionBharata B Rao2018-12-171-2/+3
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-10-091-10/+33
|\
| * KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras2018-10-091-10/+33