summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)AuthorFilesLines
2025-03-13Revert "KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()"Greg Kroah-Hartman1-6/+7
2025-03-13Revert "KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_l...Greg Kroah-Hartman1-1/+3
2025-03-13Revert "KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults"Greg Kroah-Hartman1-3/+5
2025-03-13Revert "KVM: e500: always restore irqs"Greg Kroah-Hartman1-2/+2
2025-02-21KVM: e500: always restore irqsPaolo Bonzini1-2/+2
2025-02-21KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faultsSean Christopherson1-5/+3
2025-02-21KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lockSean Christopherson1-3/+1
2025-02-21KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()Sean Christopherson1-7/+6
2024-12-14KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on pending doorbellsGautam Menghani1-1/+0
2024-12-14KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guestsGautam Menghani2-4/+19
2024-08-03powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap()Al Viro1-1/+3
2024-07-25KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()Michael Ellerman1-5/+13
2023-09-13powerpc: Don't include lppaca.h in paca.hMichael Ellerman1-0/+1
2022-10-18KVM: PPC: BookS PR-KVM and BookE do not support context trackingNicholas Piggin1-0/+4
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+12
2022-10-13mm: free device private pages have zero refcountAlistair Popple1-1/+1
2022-10-13mm/memory.c: fix race when faulting a device private pageAlistair Popple1-8/+11
2022-10-10Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-52/+115
2022-10-07KVM: PPC: Book3S HV: Fix stack frame regs markerNicholas Piggin1-1/+1
2022-09-30KVM: PPC: Book3S HV: Implement scheduling wait interval counters in the VPANicholas Piggin1-21/+41
2022-09-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-33/+76
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin3-4/+4
2022-09-27KVM: PPC: Book3S HV P9: Restore stolen time logging in dtlNicholas Piggin1-4/+45
2022-09-27KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new APINicholas Piggin1-21/+10
2022-09-27KVM: PPC: Book3S HV P9: Fix irq disabling in tick accountingNicholas Piggin1-2/+2
2022-09-27KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqsNicholas Piggin1-3/+3
2022-09-27KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas2-3/+16
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini4-4/+0
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy1-1/+1
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy1-2/+2
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy1-2/+2
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng6-14/+14
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds14-290/+322
2022-08-01Merge branch 'topic/ppc-kvm' into nextMichael Ellerman4-239/+220
2022-07-28powerpc/powernv/kvm: Use darn for H_RANDOM on Power9Jason A. Donenfeld1-3/+4
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld1-1/+1
2022-07-25powerpc: Fix all occurences of duplicate wordsMichael Ellerman1-1/+1
2022-07-20powerpc/kvm: Remove comment related to moving PMU code to perf subsystemKajol Jain1-6/+0
2022-07-20powerpc/kvm: Move pmu code in kvm folder to separate file for power9 and late...Kajol Jain3-221/+226
2022-07-20KVM: PPC: Book3s HV: Remove unused function kvmppc_bad_interruptMurilo Opsfelder Araujo1-18/+0
2022-07-09Merge branch 'topic/ppc-kvm' into nextMichael Ellerman8-47/+94
2022-06-29KVM: PPC: Kconfig: Fix indentationJuerg Haefliger1-1/+1
2022-06-29KVM: PPC: Do not warn when userspace asked for too big TCE tableAlexey Kardashevskiy1-1/+1
2022-06-29KVM: PPC: Book3S HV: tracing: Add missing hcall namesFabiano Rosas1-1/+20
2022-06-29KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry pathFabiano Rosas3-19/+27
2022-06-29KVM: PPC: Book3S HV: Expose timing functions to module codeFabiano Rosas2-9/+12
2022-06-29KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry pathFabiano Rosas3-4/+25
2022-06-29KVM: PPC: Book3S HV: Add a new config for P8 debug timingFabiano Rosas2-13/+17
2022-06-29KVM: PPC: Book3S HV: Fix "rm_exit" entry in debugfs timingsFabiano Rosas1-11/+2
2022-06-29powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2-0/+2