summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-12-011-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
|\
| * mm: free device private pages have zero refcountAlistair Popple2022-10-131-1/+1
| * mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-131-8/+11
* | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-098-52/+115
|\ \
| * | KVM: PPC: Book3S HV: Fix stack frame regs markerNicholas Piggin2022-10-071-1/+1
| * | KVM: PPC: Book3S HV: Implement scheduling wait interval counters in the VPANicholas Piggin2022-09-301-21/+41
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-09-302-33/+76
| |\ \
| | * | KVM: PPC: Book3S HV P9: Restore stolen time logging in dtlNicholas Piggin2022-09-271-4/+45
| | * | KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new APINicholas Piggin2022-09-271-21/+10
| | * | KVM: PPC: Book3S HV P9: Fix irq disabling in tick accountingNicholas Piggin2022-09-271-2/+2
| | * | KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqsNicholas Piggin2022-09-271-3/+3
| | * | KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas2022-09-272-3/+16
| | |/
| * | powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-283-4/+4
| * | powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-261-1/+1
| * | powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2022-09-261-2/+2
| * | powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-261-2/+2
| |/
* / KVM: remove KVM_REQ_UNHALTPaolo Bonzini2022-09-264-4/+0
|/
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-196-14/+14
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-0714-290/+322
|\
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-08-014-239/+220
| |\
| | * powerpc/kvm: Remove comment related to moving PMU code to perf subsystemKajol Jain2022-07-201-6/+0
| | * powerpc/kvm: Move pmu code in kvm folder to separate file for power9 and late...Kajol Jain2022-07-203-221/+226
| | * KVM: PPC: Book3s HV: Remove unused function kvmppc_bad_interruptMurilo Opsfelder Araujo2022-07-201-18/+0
| * | powerpc/powernv/kvm: Use darn for H_RANDOM on Power9Jason A. Donenfeld2022-07-281-3/+4
| * | powerpc: Fix all occurences of duplicate wordsMichael Ellerman2022-07-251-1/+1
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-07-098-47/+94
| |\|
| | * KVM: PPC: Kconfig: Fix indentationJuerg Haefliger2022-06-291-1/+1
| | * KVM: PPC: Do not warn when userspace asked for too big TCE tableAlexey Kardashevskiy2022-06-291-1/+1
| | * KVM: PPC: Book3S HV: tracing: Add missing hcall namesFabiano Rosas2022-06-291-1/+20
| | * KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry pathFabiano Rosas2022-06-293-19/+27