aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | KVM: PPC: Book3S HV: remove extraneous asterisk from rm_host_ipi_action() com...Bagas Sanjaya2022-05-181-1/+1
| * | KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES settingNicholas Piggin2022-05-132-2/+5
| * | KVM: PPC: Book3S HV Nested: L2 must not run with L1 xive contextNicholas Piggin2022-05-132-7/+21
| * | KVM: PPC: Book3S HV P9: Split !nested case out from guest entryNicholas Piggin2022-05-131-4/+13
| * | KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearmingNicholas Piggin2022-05-132-5/+14
| * | KVM: PPC: Book3S HV P9: Inject pending xive interrupts at guest entryNicholas Piggin2022-05-131-2/+7
| * | KVM: PPC: Book3S HV: Remove KVMPPC_NR_LPIDSNicholas Piggin2022-05-131-3/+0
| * | KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximumNicholas Piggin2022-05-132-14/+12
| * | KVM: PPC: Book3S HV Nested: Change nested guest lookup to use idrNicholas Piggin2022-05-131-52/+58
| * | KVM: PPC: Book3S HV: Use IDA allocator for LPID allocatorNicholas Piggin2022-05-131-12/+13
| * | KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin2022-05-132-8/+29
| * | KVM: PPC: Remove kvmppc_claim_lpidNicholas Piggin2022-05-133-15/+7
| * | KVM: PPC: Book3S HV P9: Optimise loads around context switchNicholas Piggin2022-05-131-4/+11
| * | KVM: PPC: Book3S HV: HFSCR[PREFIX] does not existNicholas Piggin2022-05-131-1/+1
* | | Merge branch 'fixes' into nextMichael Ellerman2022-05-191-5/+21
|\ \ \ | | |/ | |/|
| * | KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf2022-05-111-5/+21
* | | powerpc: Add missing headersChristophe Leroy2022-05-082-0/+2