summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)Author
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
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-20powerpc: add CFUNC assembly label annotationNicholas Piggin
2023-04-05kvm: Remove "select SRCU"Paul E. McKenney
2023-04-03KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras
2023-04-03KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras
2023-04-03KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras
2023-04-03KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin
2023-04-03KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin
2023-04-03KVM: PPC: BookE: Fix W=1 warningsMichael Ellerman
2023-03-31KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependentAlexey Kardashevskiy
2023-03-27KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scopeKautuk Consul
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-22KVM: PPC: booke: Mark three local functions "static"Sean Christopherson
2023-03-16KVM: Change return type of kvm_arch_vm_ioctl() to "int"Thomas Huth
2023-03-16KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-09mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-01-30powerpc/kvm: Fix unannotated intra-function call warningSathvika Vasireddy
2023-01-24KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()Sean Christopherson
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson
2022-12-29KVM: PPC: Move processor compatibility check to module initSean Christopherson
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand
2022-11-30Merge branch 'fixes' into nextMichael Ellerman
2022-11-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2022-11-30KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS supportNicholas Piggin
2022-11-24powerpc/xive: remove unused parameterDeming Wang