Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2021-06-07 19:22:35 to 2021-06-22 07:24:25 UTC [more...]

[PATCH v8 0/6] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-06-22  7:24 UTC  (10+ messages)
` [PATCH v8 2/6] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
` [PATCH v8 3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v8 1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
` [PATCH v8 4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
` [PATCH v8 5/6] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
` [PATCH v8 6/6] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[PATCH v12 0/7] KVM statistics data fd-based binary interface
 2021-06-21 23:38 UTC  (16+ messages)
` [PATCH v12 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v12 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v12 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v12 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v12 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v12 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v12 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

arch/powerpc/kvm/book3s_hv_nested.c:264:6: error: stack frame size of 2304 bytes in function 'kv
 2021-06-21 18:24 UTC  (6+ messages)
        ` [PATCH] KVM: PPC: Book3S HV: Workaround high stack usage with clang

[PATCH 0/1] Interface to represent PAPR firmware attributes
 2021-06-21 15:47 UTC  (5+ messages)
` [PATCH 1/1] powerpc/pseries: "

[PATCH] KVM: PPC: Book3S HV Nested: Reflect L2 PMU in-use to L0 when L2 SPRs are live
 2021-06-19 13:34 UTC 

[PATCH v11 0/7] KVM statistics data fd-based binary interface
 2021-06-18 17:57 UTC  (24+ messages)
` [PATCH v11 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v11 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v11 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v11 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v11 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v11 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v11 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH v10 0/5] KVM statistics data fd-based binary interface
 2021-06-17 22:15 UTC  (29+ messages)
` [PATCH v10 1/5] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v10 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v10 3/5] KVM: stats: Add documentation for binary statistics interface
` [PATCH v10 4/5] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v10 5/5] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH v9 0/5] KVM statistics data fd-based binary interface
 2021-06-16 21:35 UTC  (22+ messages)
` [PATCH v9 1/5] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v9 2/5] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v9 3/5] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v9 4/5] KVM: selftests: Add selftest for KVM "
` [PATCH v9 5/5] KVM: stats: Remove code duplication for binary and debugfs stats

[PATCH 0/4] Remove duplicated stats definitions for debugfs
 2021-06-16 12:55 UTC  (12+ messages)
` [PATCH 1/4] KVM: stats: Make sure no missing or mismatched binary stats definition
` [PATCH 2/4] KVM: stats: Use binary stats descriptors for debugfs interface
` [PATCH 3/4] KVM: stats: Update documentation supporting stats mode and offset
` [PATCH 4/4] KVM: selftests: Update binary stats test for stats mode

[RFC] powerpc/pseries: Interface to represent PAPR firmware attributes
 2021-06-16  0:03 UTC  (7+ messages)

[PATCH kernel v2] powerpc/powernv: Reserve a hole which appears after enabling IOV
 2021-06-15 15:09 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S PR: remove unused define in kvmppc_mmu_book3s_64_xlate
 2021-06-15 13:50 UTC  (2+ messages)

[PATCH v7 0/4] KVM statistics data fd-based binary interface
 2021-06-14 13:19 UTC  (32+ messages)
` [PATCH v7 1/4] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v7 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v7 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v7 4/4] KVM: selftests: Add selftest for KVM "

[kvm-unit-tests PATCH v2 0/7] unify header guards
 2021-06-14  9:01 UTC  (28+ messages)
` [kvm-unit-tests PATCH v2 1/7] README.md: add guideline for header guards format
` [kvm-unit-tests PATCH v2 2/7] lib: unify header guards
` [kvm-unit-tests PATCH v2 3/7] asm-generic: "
` [kvm-unit-tests PATCH v2 4/7] arm: "
` [kvm-unit-tests PATCH v2 5/7] powerpc: "
` [kvm-unit-tests PATCH v2 6/7] s390x: "
` [kvm-unit-tests PATCH v2 7/7] x86: "

[PATCH] KVM: stats: Remove debugfs interface for KVM stats
 2021-06-11 15:26 UTC  (4+ messages)

[PATCH v8 0/4] KVM statistics data fd-based binary interface
 2021-06-11 13:40 UTC  (7+ messages)
` [PATCH v8 1/4] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v8 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v8 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v8 4/4] KVM: selftests: Add selftest for KVM "

[FSL P50x0] KVM HV doesn't work anymore
 2021-06-11  2:24 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox