summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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-2817-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-281-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-232-2/+6
|\ \ \ | |_|/ |/| |
| * | mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan2023-02-091-1/+5
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| |/
* / powerpc/kvm: Fix unannotated intra-function call warningSathvika Vasireddy2023-01-301-3/+2
|/
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-1911-44/+52
|\
| * Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-083-13/+33
| |\
| | * powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy2022-11-181-5/+12
| | * powerpc: Curb objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-151-0/+3
| | * powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2022-11-152-8/+18
| * | powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin2022-12-021-1/+1
| * | Merge branch 'fixes' into nextMichael Ellerman2022-11-301-0/+4
| |\ \
| * \ \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-11-306-22/+14
| |\ \ \
| | * | | KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS supportNicholas Piggin2022-11-302-9/+3
| | * | | KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-11-241-3/+2
| | * | | KVM: PPC: Book3s: Use arg->size directly in kvm_vm_ioctl_create_spapr_tce()Deming Wang2022-11-241-3/+3
| | * | | KVM: PPC: Book3S HV: XIVE: Fix spelling mistakesZhang Jiaming2022-11-241-3/+3
| | * | | KVM: PPC: Use __func__ to get function's nameXueBing Chen2022-11-241-4/+3
| | | |/ | | |/|
| * / | powerpc/xive: remove unused parameterDeming Wang2022-11-243-8/+4
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-154-26/+18
|\ \ \
| * | | KVM: replace direct irq.h inclusionPaolo Bonzini2022-11-092-24/+16
| * | | kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu2022-11-092-2/+2
| | |/ | |/|
* / | mm: remove unused savedwrite infrastructureDavid Hildenbrand2022-11-301-1/+1
|/ /
* / KVM: PPC: BookS PR-KVM and BookE do not support context trackingNicholas Piggin2022-10-181-0/+4
|/
* Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-9/+12
|\