summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-071-3/+15
|\
| * Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-09-061-0/+2
| |\
| * | KVM: stats: Add halt polling related histogram statsJing Zhang2021-08-201-2/+14
| * | KVM: stats: Add halt_wait_ns stats for all architecturesJing Zhang2021-08-201-1/+1
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-08-261-16/+72
|\ \ \
| * | | powerpc/64s: Remove WORT SPR from POWER9/10Nicholas Piggin2021-08-251-3/+0
| * | | KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin2021-08-251-0/+20
| * | | KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1Fabiano Rosas2021-08-251-2/+29
| * | | KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessibleNicholas Piggin2021-08-251-0/+2
| * | | KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin2021-08-251-13/+22
| * | | KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_MENicholas Piggin2021-08-251-0/+1
| | |/ | |/|
* | | KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interruptsCédric Le Goater2021-08-101-2/+10
* | | KVM: PPC: Book3S HV: XIVE: Change interface of passthrough interrupt routinesCédric Le Goater2021-08-101-2/+2
* | | KVM: PPC: Book3S HV: Use the new IRQ chip to detect passthrough interruptsCédric Le Goater2021-08-101-1/+1
* | | KVM: PPC: Use arch_get_random_seed_long instead of powernv variantAlexey Kardashevskiy2021-08-101-1/+1
|/ /
* / KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crashNicholas Piggin2021-07-171-0/+2
|/
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-0/+3
|\
| * powerpc/64s: avoid reloading (H)SRR registers if they are still validNicholas Piggin2021-06-251-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-2/+2
|\ \
| * | arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()Liam Howlett2021-06-291-2/+2
| * | Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-06-061-1/+0
| |\ \
| | * | KVM: PPC: Book3S HV: Save host FSCR in the P7/8 pathNicholas Piggin2021-05-281-1/+0
* | | | KVM: stats: Separate generic stats from architecture specific onesJing Zhang2021-06-241-6/+6
* | | | Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-06-231-320/+479
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao2021-06-221-3/+56
| * | 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-211-6/+7
| * | KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 pathNicholas Piggin2021-06-101-40/+22
| * | KVM: PPC: Book3S HV P9: implement hash host / hash guest supportNicholas Piggin2021-06-101-1/+3
| * | KVM: PPC: Book3S HV P9: implement hash guest supportNicholas Piggin2021-06-101-6/+14
| * | 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-101-9/+136
| * | 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 support for dependent threads mode on P9Nicholas Piggin2021-06-101-22/+5
| * | KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMUNicholas Piggin2021-06-101-7/+14
| * | KVM: PPC: Book3S HV P9: Add helpers for OS SPR handlingNicholas Piggin2021-06-101-55/+93
| * | KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0Nicholas Piggin2021-06-101-2/+9
| * | KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_en...Nicholas Piggin2021-06-101-188/+2
| * | KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in CNicholas Piggin2021-06-101-3/+6
| * | KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 pathNicholas Piggin2021-06-101-11/+68
| * | 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-101-0/+15
| * | 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-101-0/+2
| * | KVM: PPC: Book3S HV: Save host FSCR in the P7/8 pathNicholas Piggin2021-06-041-1/+0
| |/
* / KVM: PPC: exit halt polling on need_resched()Wanpeng Li2021-05-271-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