summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin2021-07-231-0/+20
* KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin2021-07-231-3/+22
* KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin2021-07-171-2/+2
* KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crashNicholas Piggin2021-07-171-0/+2
* KVM: PPC: Book3S HV P9: Fix guest TM supportNicholas Piggin2021-07-151-3/+22
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-023-3/+5
|\
| * powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-252-0/+5
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-236-16/+242
| |\
| * \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-1715-1164/+1475
| |\ \
| * | | powerpc/32s: move CTX_TO_VSID() into mmu-hash.hChristophe Leroy2021-06-171-3/+0
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-292-3/+3
|\ \ \ \
| * | | | arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()Liam Howlett2021-06-291-2/+2
| * | | | arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...Liam Howlett2021-06-291-1/+1
* | | | | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-293-0/+3
|\ \ \ \ \
| * | | | | powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier2021-06-103-0/+3
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-06-2821-1243/+1839
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | KVM: debugfs: Reuse binary stats descriptorsJing Zhang2021-06-242-58/+0
| * | | | | KVM: stats: Support binary stats retrieval for a VCPUJing Zhang2021-06-242-0/+83
| * | | | | KVM: stats: Support binary stats retrieval for a VMJing Zhang2021-06-242-0/+34
| * | | | | KVM: stats: Add fd-based API to read binary stats dataJing Zhang2021-06-241-1/+1
| * | | | | KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-245-21/+21
| * | | | | Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-06-2319-1181/+1724
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | KVM: PPC: Book3S HV: Workaround high stack usage with clangNathan Chancellor2021-06-231-1/+2
| | * | | | KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVMBharata B Rao2021-06-222-7/+32
| | * | | | KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capabilityBharata B Rao2021-06-221-0/+3
| | * | | | KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-222-3/+163
| | * | | | KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao2021-06-211-0/+36
| | * | | | KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh2021-06-213-8/+9
| | | |_|/ | | |/| |
| | * | | KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 pathNicholas Piggin2021-06-103-457/+35
| | * | | KVM: PPC: Book3S HV P9: implement hash host / hash guest supportNicholas Piggin2021-06-103-12/+43
| | * | | KVM: PPC: Book3S HV P9: implement hash guest supportNicholas Piggin2021-06-105-37/+100
| | * | | KVM: PPC: Book3S HV P9: Reflect userspace hcalls to hash guests to support PR...Nicholas Piggin2021-06-101-6/+16
| | * | | KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faultsNicholas Piggin2021-06-102-9/+144
| | * | | KVM: PPC: Book3S HV: small pseries_do_hcall cleanupNicholas Piggin2021-06-101-14/+15
| | * | | KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HVNicholas Piggin2021-06-101-1/+1
| | * | | KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulationNicholas Piggin2021-06-102-51/+8
| | * | | KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlersNicholas Piggin2021-06-107-129/+22
| | * | | KVM: PPC: Book3S HV: Remove radix guest support from P7/8 pathNicholas Piggin2021-06-101-100/+3
| | * | | KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9Nicholas Piggin2021-06-102-24/+6
| | * | | KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin2021-06-103-44/+25
| | * | | KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possibleNicholas Piggin2021-06-101-20/+20
| | * | | KVM: PPC: Book3S HV P9: Add helpers for OS SPR handlingNicholas Piggin2021-06-101-55/+93
| | * | | KVM: PPC: Book3S HV P9: Move SPR loading after expiry time checkNicholas Piggin2021-06-101-14/+22
| | * | | KVM: PPC: Book3S HV P9: Improve exit timing accounting coverageNicholas Piggin2021-06-101-4/+4
| | * | | KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0Nicholas Piggin2021-06-102-5/+39
| | * | | KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_en...Nicholas Piggin2021-06-102-190/+177
| | * | | KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin2021-06-105-121/+475
| | * | | KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 pathNicholas Piggin2021-06-104-11/+143
| | * | | KVM: PPC: Book3S HV P9: Move radix MMU switching instructions togetherNicholas Piggin2021-06-101-21/+41
| | * | | KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest...Nicholas Piggin2021-06-101-4/+3