summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-37/+11
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+6
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-3/+2
2023-02-10mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan1-1/+5
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-30powerpc/kvm: Fix unannotated intra-function call warningSathvika Vasireddy1-3/+2
2023-01-24KVM: PPC: Fix refactoring goof in kvmppc_e500mc_init()Sean Christopherson2-3/+3
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson1-5/+0
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson4-8/+3
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson1-5/+0
2022-12-29KVM: PPC: Move processor compatibility check to module initSean Christopherson4-13/+7
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson1-5/+0
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds11-44/+52
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-26/+18
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman3-13/+33
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin1-1/+1
2022-12-01mm: remove unused savedwrite infrastructureDavid Hildenbrand1-1/+1
2022-11-30Merge branch 'fixes' into nextMichael Ellerman1-0/+4
2022-11-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman6-22/+14
2022-11-30KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS supportNicholas Piggin2-9/+3
2022-11-24powerpc/xive: remove unused parameterDeming Wang3-8/+4
2022-11-24KVM: PPC: Book3S HV: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-11-24KVM: PPC: Book3s: Use arg->size directly in kvm_vm_ioctl_create_spapr_tce()Deming Wang1-3/+3
2022-11-24KVM: PPC: Book3S HV: XIVE: Fix spelling mistakesZhang Jiaming1-3/+3
2022-11-24KVM: PPC: Use __func__ to get function's nameXueBing Chen1-4/+3
2022-11-18powerpc/32: Fix objtool unannotated intra-function call warningsChristophe Leroy1-5/+12
2022-11-15powerpc: Curb objtool unannotated intra-function call warningsSathvika Vasireddy1-0/+3
2022-11-15powerpc: Fix objtool unannotated intra-function call warningsSathvika Vasireddy2-8/+18
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini2-24/+16
2022-11-09kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu2-2/+2
2022-10-18KVM: PPC: BookS PR-KVM and BookE do not support context trackingNicholas Piggin1-0/+4
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+12
2022-10-13mm: free device private pages have zero refcountAlistair Popple1-1/+1
2022-10-13mm/memory.c: fix race when faulting a device private pageAlistair Popple1-8/+11
2022-10-10Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-52/+115
2022-10-07KVM: PPC: Book3S HV: Fix stack frame regs markerNicholas Piggin1-1/+1
2022-09-30KVM: PPC: Book3S HV: Implement scheduling wait interval counters in the VPANicholas Piggin1-21/+41
2022-09-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-33/+76
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin3-4/+4
2022-09-27KVM: PPC: Book3S HV P9: Restore stolen time logging in dtlNicholas Piggin1-4/+45
2022-09-27KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new APINicholas Piggin1-21/+10
2022-09-27KVM: PPC: Book3S HV P9: Fix irq disabling in tick accountingNicholas Piggin1-2/+2
2022-09-27KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqsNicholas Piggin1-3/+3
2022-09-27KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas2-3/+16
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini4-4/+0
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy1-1/+1
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy1-2/+2
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy1-2/+2
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng6-14/+14
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds14-290/+322