aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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-246-28/+23
* Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-06-2351-1603/+2229
|\
| * 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-225-7/+170
| * KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao2021-06-213-0/+222
| * powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao2021-06-212-0/+6
| * KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE argumentsAneesh Kumar K.V2021-06-211-2/+2
| * KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh2021-06-214-8/+39
| * KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 pathNicholas Piggin2021-06-104-501/+43
| * KVM: PPC: Book3S HV P9: implement hash host / hash guest supportNicholas Piggin2021-06-104-13/+44
| * KVM: PPC: Book3S HV P9: implement hash guest supportNicholas Piggin2021-06-106-38/+101
| * 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-108-138/+23
| * KVM: PPC: Book3S HV: Remove radix guest support from P7/8 pathNicholas Piggin2021-06-102-101/+3
| * KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9Nicholas Piggin2021-06-104-26/+7
| * KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin2021-06-107-118/+34
| * 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-103-191/+178
| * KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin2021-06-1010-124/+496
| * KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 pathNicholas Piggin2021-06-105-11/+149
| * 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
| * KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer racesNicholas Piggin2021-06-103-10/+27
| * KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCRNicholas Piggin2021-06-101-12/+7
| * KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in CNicholas Piggin2021-06-104-0/+40
| * KVM: PPC: Book3S 64: Minimise hcall handler calling convention differencesNicholas Piggin2021-06-102-37/+45
| * KVM: PPC: Book3S 64: move bad_host_intr check to HV handlerNicholas Piggin2021-06-103-5/+6
| * KVM: PPC: Book3S 64: Move interrupt early register setup to KVMNicholas Piggin2021-06-102-110/+71
| * KVM: PPC: Book3S 64: Move hcall early register setup to KVMNicholas Piggin2021-06-103-41/+44
| * KVM: PPC: Book3S 64: add hcall interrupt handlerNicholas Piggin2021-06-102-4/+8
| * KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVMNicholas Piggin2021-06-102-61/+58
| * KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry pointNicholas Piggin2021-06-104-16/+40
| * KVM: PPC: Book3S HV: Save host FSCR in the P7/8 pathNicholas Piggin2021-06-042-1/+7
| * powerpc/64e/interrupt: Fix nvgprs being clobberedNicholas Piggin2021-05-141-14/+24
| * powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabledNicholas Piggin2021-05-141-0/+7
| * powerpc/64s: Fix stf mitigation patching w/strict RWX & hashMichael Ellerman2021-05-141-10/+10