aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 17-101/+186
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2023-04-20powerpc: add CFUNC assembly label annotationGravatar Nicholas Piggin 1-8/+8
2023-04-05kvm: Remove "select SRCU"Gravatar Paul E. McKenney 1-1/+0
2023-04-03KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMGravatar Paul Mackerras 3-2/+10
2023-04-03KVM: PPC: Fetch prefixed instructions from the guestGravatar Paul Mackerras 9-16/+52
2023-04-03KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tGravatar Paul Mackerras 8-29/+44
2023-04-03KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsGravatar Nicholas Piggin 5-20/+38
2023-04-03KVM: PPC: Permit SRR1 flags in more injected interrupt typesGravatar Nicholas Piggin 8-34/+38
2023-04-03KVM: PPC: BookE: Fix W=1 warningsGravatar Michael Ellerman 2-1/+4
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentGravatar Alexey Kardashevskiy 1-0/+6
2023-03-27KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scopeGravatar Kautuk Consul 1-2/+2
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Gravatar Valentin Schneider 1-0/+3
2023-03-22KVM: PPC: booke: Mark three local functions "static"Gravatar Sean Christopherson 2-3/+4
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Gravatar Thomas Huth 1-3/+2
2023-03-16KVM: PPC: Standardize on "int" return types in the powerpc KVM codeGravatar Thomas Huth 4-14/+14
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 5-37/+11
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+6
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADGravatar Paolo Bonzini 1-3/+2
2023-02-09mm: replace vma->vm_flags indirect modification in ksm_madviseGravatar Suren Baghdasaryan 1-1/+5
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-01-30powerpc/kvm: Fix unannotated intra-function call warningGravatar Sathvika Vasireddy 1-3/+2
2023-01-24KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()Gravatar Sean Christopherson 2-3/+3
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCGravatar Sean Christopherson 1-5/+0
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookGravatar Sean Christopherson 4-8/+3
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksGravatar Sean Christopherson 1-5/+0
2022-12-29KVM: PPC: Move processor compatibility check to module initGravatar Sean Christopherson 4-13/+7
2022-12-29KVM: Drop arch hardware (un)setup hooksGravatar Sean Christopherson 1-5/+0
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 11-44/+52
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-26/+18
2022-12-08Merge branch 'topic/objtool' into nextGravatar Michael Ellerman 3-13/+33
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameGravatar Nicholas Piggin 1-1/+1
2022-11-30mm: remove unused savedwrite infrastructureGravatar David Hildenbrand 1-1/+1
2022-11-30Merge branch 'fixes' into nextGravatar Michael Ellerman 1-0/+4
2022-11-30Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 6-22/+14
2022-11-30KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS supportGravatar Nicholas Piggin 2-9/+3
2022-11-24powerpc/xive: remove unused parameterGravatar Deming Wang 3-8/+4
2022-11-24KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-3/+2
2022-11-24KVM: PPC: Book3s: Use arg->size directly in kvm_vm_ioctl_create_spapr_tce()Gravatar Deming Wang 1-3/+3