summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-201-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-015-17/+16
|\
| * KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth2023-03-161-3/+2
| * KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth2023-03-164-14/+14
* | Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-2917-101/+186
|\ \
| * | powerpc: add CFUNC assembly label annotationNicholas Piggin2023-04-201-8/+8
| * | KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras2023-04-033-2/+10
| * | KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras2023-04-039-16/+52
| * | KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras2023-04-038-29/+44
| * | KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin2023-04-035-20/+38
| * | KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin2023-04-038-34/+38
| * | KVM: PPC: BookE: Fix W=1 warningsMichael Ellerman2023-04-032-1/+4
| * | KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scopeKautuk Consul2023-03-271-2/+2
| * | KVM: PPC: booke: Mark three local functions "static"Sean Christopherson2023-03-222-3/+4
| |/
* | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-291-0/+3
|\ \
| * | treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-0/+3
| |/
* | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-241-1/+0
|\ \
| * | kvm: Remove "select SRCU"Paul E. McKenney2023-04-051-1/+0
| |/
* / KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy2023-03-311-0/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-255-37/+11
|\
| * Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-02-151-3/+2
| |\
| * | KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()Sean Christopherson2023-01-242-3/+3
| * | KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson2022-12-291-5/+0
| * | KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson2022-12-294-8/+3
| * | KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson2022-12-291-5/+0
| * | KVM: PPC: Move processor compatibility check to module initSean Christopherson2022-12-294-13/+7
| * | KVM: Drop arch hardware (un)setup hooksSean Christopherson2022-12-291-5/+0
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-242-2/+6
|\ \ \ | |_|/ |/| |