summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLBNicholas Piggin2021-11-241-1/+4
* Merge tag 'powerpc-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-211-2/+2
|\
| * KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()Michael Ellerman2021-11-151-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-181-2/+2
|\ \ | |/ |/|
| * KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-2/+2
* | mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple2021-11-111-2/+2
|/
* Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-054-5/+54
|\
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-10-283-3/+52
| |\
| | * KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handlingLaurent Vivier2021-10-282-3/+43
| | * KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] valueNicholas Piggin2021-10-131-0/+9
| * | powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers2021-10-081-2/+2
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-022-2/+2
|\ \
| * | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-302-2/+2
| |/
* | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-021-2/+1
|\ \
| * | KVM: PPC: Replace zero-length array with flexible array memberLen Baker2021-10-211-2/+1
| |/
* | KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guestMichael Ellerman2021-10-151-2/+7
* | KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()Michael Ellerman2021-10-151-9/+10
|/
* KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registersNicholas Piggin2021-09-131-2/+34
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-075-15/+17
|\
| * Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-09-065-8/+68
| |\
| * | 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-203-3/+1
| * | KVM: stats: Support linear and logarithmic histogram statisticsJing Zhang2021-08-202-8/+0
| * | KVM: Move last_used_slot logic out of search_memslotsDavid Matlack2021-08-062-2/+2
* | | KVM: PPC: Fix clearing never mapped TCEs in realmodeAlexey Kardashevskiy2021-08-301-3/+6
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-08-265-136/+168
|\ \ \
| * | | 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: save_hv_return_state does not require trap argumentFabiano Rosas2021-08-251-3/+3
| * | | 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-252-2/+5
| * | | KVM: PPC: Book3S HV Nested: Sanitise vcpu registersFabiano Rosas2021-08-251-48/+46
| * | | KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin2021-08-252-33/+46
| * | | KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIPNicholas Piggin2021-08-251-2/+15
| * | | KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 pathNicholas Piggin2021-08-251-42/+0
| * | | KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_MENicholas Piggin2021-08-251-0/+1
| * | | KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radixFabiano Rosas2021-08-241-3/+0
| * | | KVM: PPC: Book3S HV: Add sanity check to copy_tofrom_guestFabiano Rosas2021-08-241-0/+3
| * | | KVM: PPC: Book3S HV: Fix copy_tofrom_guest routinesFabiano Rosas2021-08-241-2/+4
| | |/ | |/|
* | | KVM: PPC: Book3S PR: Remove unused variableCédric Le Goater2021-08-201-2/+1
* | | KVM: PPC: Book3S PR: Declare kvmppc_handle_exit_pr()Cédric Le Goater2021-08-201-1/+2
* | | powerpc/kvm: Remove obsolete and unneeded selectLukas Bulwahn2021-08-201-1/+0
* | | powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-133-7/+5
* | | KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restoreCédric Le Goater2021-08-103-2/+43
* | | KVM: PPC: Book3S HV: XIVE: Add a 'flags' fieldCédric Le Goater2021-08-103-15/+25
* | | KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interruptsCédric Le Goater2021-08-101-2/+10
* | | powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi()Cédric Le Goater2021-08-101-4/+4
* | | KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interruptsCédric Le Goater2021-08-101-1/+2
* | | KVM: PPC: Book3S HV: XIVE: Change interface of passthrough interrupt routinesCédric Le Goater2021-08-102-11/+10
* | | KVM: PPC: Book3S HV: Use the new IRQ chip to detect passthrough interruptsCédric Le Goater2021-08-101-1/+1