summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)Author
2024-02-20KVM: PPC: Book3S HV: Fix L2 guest reboot failure due to empty 'arch_compat'Amit Machhiwal
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-08Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-01-08KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini
2023-12-29Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exceptionJordan Niethe
2023-12-07KVM: PPC: Reduce reliance on analyse_instr() in mmio emulationJordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Jordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUESTJordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()Jordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not inject certain interruptsJordan Niethe
2023-12-07KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EENicholas Piggin
2023-12-07KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0Jordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guestJordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not check msr on hcallsJordan Niethe
2023-12-07KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe
2023-12-01powerpc: Add PVN support for HeXin C2000 processorZhao Ke
2023-11-30KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang
2023-11-14Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson
2023-11-13KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMUSean Christopherson
2023-11-13KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIERSean Christopherson
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-10-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2023-10-19powerpc: Remove extern from function implementationsBenjamin Gray
2023-10-19powerpc: Use NULL instead of 0 for null pointersBenjamin Gray
2023-10-10docs: move powerpc under archCosta Shulyupin
2023-09-14KVM: PPC: Add support for nestedv2 guestsJordan Niethe
2023-09-14KVM: PPC: Book3s HV: Hold LPIDs in an unsigned longJordan Niethe
2023-09-14KVM: PPC: Add helper library for Guest State BuffersJordan Niethe
2023-09-14KVM: PPC: Book3S HV: Introduce low level MSR accessorJordan Niethe
2023-09-14KVM: PPC: Book3S HV: Use accessors for VCPU registersJordan Niethe
2023-09-14KVM: PPC: Use accessors for VCORE registersJordan Niethe
2023-09-14KVM: PPC: Use accessors for VCPU registersJordan Niethe
2023-09-14KVM: PPC: Introduce FPR/VR accessor functionsJordan Niethe
2023-09-14KVM: PPC: Always use the GPR accessorsJordan Niethe
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-24powerpc: Don't include lppaca.h in paca.hMichael Ellerman
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada
2023-08-16powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-06-21powerpc: Mark writes registering ipi to host cpu through kvm and pollingRohan McLure
2023-06-19powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins