summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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-121-1/+1
| * mm/memory.c: fix race when faulting a device private pageAlistair Popple2022-10-121-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-281-4/+45
| | * | KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new APINicholas Piggin2022-09-281-21/+10
| | * | KVM: PPC: Book3S HV P9: Fix irq disabling in tick accountingNicholas Piggin2022-09-281-2/+2
| | * | KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqsNicholas Piggin2022-09-281-3/+3
| | * | KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas2022-09-282-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-0614-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
| | * KVM: PPC: Book3S HV: Expose timing functions to module codeFabiano Rosas2022-06-292-9/+12
| | * KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry pathFabiano Rosas2022-06-293-4/+25
| | * KVM: PPC: Book3S HV: Add a new config for P8 debug timingFabiano Rosas2022-06-292-13/+17
| | * KVM: PPC: Book3S HV: Fix "rm_exit" entry in debugfs timingsFabiano Rosas2022-06-291-11/+2
| | * KVM: PPC: Book3s: Fix warning about xics_rm_h_xirr_xAlexey Kardashevskiy2022-06-241-0/+1
| * | powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2022-06-292-0/+2
| * | powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy2022-06-201-0/+1
| |/
* / random: handle archrandom with multiple longsJason A. Donenfeld2022-07-251-1/+1
|/
* powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-222-2/+2
* powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-0/+5
* powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy2022-05-192-2/+2
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-1919-1594/+883
|\
| * KVM: PPC: Book3S HV: Fix vcore_blocked tracepointFabiano Rosas2022-05-192-8/+8
| * KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlersAlexey Kardashevskiy2022-05-198-778/+632
| * KVM: PPC: Book3s: PR: Enable default TCE hypercallsAlexey Kardashevskiy2022-05-191-0/+6
| * KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-195-685/+49
| * Merge branch 'fixes' into topic/ppc-kvmMichael Ellerman2022-05-193-49/+66
| |\
| * | KVM: PPC: Book3S HV: Initialize AMOR in nested entryFabiano Rosas2022-05-191-0/+1
| * | KVM: PPC: Book3S HV: Use consistent type for return value of kvm_age_rmapp()Bo Liu2022-05-181-3/+3
| * | KVM: PPC: Book3S HV: fix incorrect NULL check on list iteratorXiaomeng Tong2022-05-181-3/+5