summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-173-18/+8
|\
| * Merge tag 'kvm-x86-generic-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-1/+0
| |\
| | * KVM: move KVM_CAP_DEVICE_CTRL to the generic checkWei Wang2023-11-301-1/+0
| * | KVM: introduce CONFIG_KVM_COMMONPaolo Bonzini2024-01-081-2/+1
| * | KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2023-12-082-3/+1
| * | KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini2023-12-081-1/+0
| |/
| * Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-143-11/+6
| |\
| | * KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson2023-11-141-1/+1
| | * KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson2023-11-132-7/+5
| | * KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMUSean Christopherson2023-11-131-4/+0
| | * KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIERSean Christopherson2023-11-131-3/+4
* | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \ \
| * | | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
| |/ /
* | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2023-12-296-36/+99
|\ \ \
| * | | KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exceptionJordan Niethe2023-12-071-1/+1
| * | | KVM: PPC: Reduce reliance on analyse_instr() in mmio emulationJordan Niethe2023-12-071-11/+10
| * | | KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0Jordan Niethe2023-12-072-9/+58
| * | | KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUESTJordan Niethe2023-12-071-0/+3
| * | | KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()Jordan Niethe2023-12-071-1/+1
| * | | KVM: PPC: Book3S HV nestedv2: Do not inject certain interruptsJordan Niethe2023-12-071-2/+2
| * | | KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EENicholas Piggin2023-12-071-6/+12
| * | | KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0Jordan Niethe2023-12-071-0/+2
| * | | KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guestJordan Niethe2023-12-071-1/+3
| * | | KVM: PPC: Book3S HV nestedv2: Do not check msr on hcallsJordan Niethe2023-12-071-2/+2
| * | | KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guestJordan Niethe2023-12-072-3/+5
| |/ /
* / / powerpc: Add PVN support for HeXin C2000 processorZhao Ke2023-12-011-0/+1
|/ /
* | Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-11-0321-228/+2414
|\ \
| * \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2023-10-2720-223/+2409
| |\ \
| | * | KVM: PPC: Add support for nestedv2 guestsJordan Niethe2023-09-147-52/+1251
| | * | KVM: PPC: Book3s HV: Hold LPIDs in an unsigned longJordan Niethe2023-09-145-17/+17
| | * | KVM: PPC: Add helper library for Guest State BuffersJordan Niethe2023-09-143-0/+902
| | * | KVM: PPC: Book3S HV: Introduce low level MSR accessorJordan Niethe2023-09-144-21/+33
| | * | KVM: PPC: Book3S HV: Use accessors for VCPU registersJordan Niethe2023-09-143-72/+139
| | * | KVM: PPC: Use accessors for VCORE registersJordan Niethe2023-09-143-17/+15
| | * | KVM: PPC: Use accessors for VCPU registersJordan Niethe2023-09-145-23/+23
| | * | KVM: PPC: Introduce FPR/VR accessor functionsJordan Niethe2023-09-143-45/+45
| | * | KVM: PPC: Always use the GPR accessorsJordan Niethe2023-09-146-13/+21
| | |/
| * | powerpc: Remove extern from function implementationsBenjamin Gray2023-10-191-4/+4
| * | powerpc: Use NULL instead of 0 for null pointersBenjamin Gray2023-10-191-1/+1
| |/
* / docs: move powerpc under archCosta Shulyupin2023-10-101-1/+1
|/
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-316-5/+11
|\
| * powerpc: Don't include lppaca.h in paca.hMichael Ellerman2023-08-241-0/+1
| * powerpc: Make virt_to_pfn() a static inlineLinus Walleij2023-08-161-1/+1
| * powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-163-3/+3
| * powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers2023-08-161-1/+6
* | mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan2023-08-211-0/+1
|/
* Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-301-2/+2
|\
| * powerpc: Mark writes registering ipi to host cpu through kvm and pollingRohan McLure2023-06-211-2/+2
* | powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()Hugh Dickins2023-06-191-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-015-17/+16
|\