aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-18/+8
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+1
2024-01-08Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADGravatar Paolo Bonzini 1-1/+0
2024-01-08KVM: introduce CONFIG_KVM_COMMONGravatar Paolo Bonzini 1-2/+1
2023-12-29Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 6-36/+99
2023-12-27Kill sched.h dependency on rcupdate.hGravatar Kent Overstreet 1-0/+1
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDGravatar Paolo Bonzini 2-3/+1
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDGravatar Paolo Bonzini 1-1/+0
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exceptionGravatar Jordan Niethe 1-1/+1
2023-12-07KVM: PPC: Reduce reliance on analyse_instr() in mmio emulationGravatar Jordan Niethe 1-11/+10
2023-12-07KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Gravatar Jordan Niethe 2-9/+58
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUESTGravatar Jordan Niethe 1-0/+3
2023-12-07KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()Gravatar Jordan Niethe 1-1/+1
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not inject certain interruptsGravatar Jordan Niethe 1-2/+2
2023-12-07KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EEGravatar Nicholas Piggin 1-6/+12
2023-12-07KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0Gravatar Jordan Niethe 1-0/+2
2023-12-07KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guestGravatar Jordan Niethe 1-1/+3
2023-12-07KVM: PPC: Book3S HV nestedv2: Do not check msr on hcallsGravatar Jordan Niethe 1-2/+2
2023-12-07KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestGravatar Jordan Niethe 2-3/+5
2023-12-01powerpc: Add PVN support for HeXin C2000 processorGravatar Zhao Ke 1-0/+1
2023-11-30KVM: move KVM_CAP_DEVICE_CTRL to the generic checkGravatar Wei Wang 1-1/+0
2023-11-14Merge branch 'kvm-guestmemfd' into HEADGravatar Paolo Bonzini 3-11/+6
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMGravatar Sean Christopherson 1-1/+1
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERGravatar Sean Christopherson 2-7/+5
2023-11-13KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMUGravatar Sean Christopherson 1-4/+0
2023-11-13KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIERGravatar Sean Christopherson 1-3/+4
2023-11-03Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 21-228/+2414
2023-10-27Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 20-223/+2409
2023-10-19powerpc: Remove extern from function implementationsGravatar Benjamin Gray 1-4/+4
2023-10-19powerpc: Use NULL instead of 0 for null pointersGravatar Benjamin Gray 1-1/+1
2023-10-10docs: move powerpc under archGravatar Costa Shulyupin 1-1/+1
2023-09-14KVM: PPC: Add support for nestedv2 guestsGravatar Jordan Niethe 7-52/+1251
2023-09-14KVM: PPC: Book3s HV: Hold LPIDs in an unsigned longGravatar Jordan Niethe 5-17/+17
2023-09-14KVM: PPC: Add helper library for Guest State BuffersGravatar Jordan Niethe 3-0/+902
2023-09-14KVM: PPC: Book3S HV: Introduce low level MSR accessorGravatar Jordan Niethe 4-21/+33
2023-09-14KVM: PPC: Book3S HV: Use accessors for VCPU registersGravatar Jordan Niethe 3-72/+139
2023-09-14KVM: PPC: Use accessors for VCORE registersGravatar Jordan Niethe 3-17/+15
2023-09-14KVM: PPC: Use accessors for VCPU registersGravatar Jordan Niethe 5-23/+23
2023-09-14KVM: PPC: Introduce FPR/VR accessor functionsGravatar Jordan Niethe 3-45/+45
2023-09-14KVM: PPC: Always use the GPR accessorsGravatar Jordan Niethe 6-13/+21
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 6-5/+11
2023-08-24powerpc: Don't include lppaca.h in paca.hGravatar Michael Ellerman 1-0/+1
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceGravatar Suren Baghdasaryan 1-0/+1
2023-08-16powerpc: Make virt_to_pfn() a static inlineGravatar Linus Walleij 1-1/+1
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 3-3/+3
2023-08-16powerpc/inst: add PPC_TLBILX_LPIDGravatar Nick Desaulniers 1-1/+6
2023-06-30Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+2
2023-06-21powerpc: Mark writes registering ipi to host cpu through kvm and pollingGravatar Rohan McLure 1-2/+2
2023-06-19powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Gravatar Hugh Dickins 1-1/+1
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-17/+16