messages from 2021-06-11 12:08:52 to 2021-06-24 03:57:49 UTC [more...]
[PATCH 0/6] KVM: Remove uses of struct page from x86 and arm64 MMU
2021-06-24 3:57 UTC (7+ messages)
` [PATCH 1/6] KVM: x86/mmu: release audited pfns
` [PATCH 2/6] KVM: mmu: also return page from gfn_to_pfn
` [PATCH 3/6] KVM: x86/mmu: avoid struct page in MMU
` [PATCH 4/6] KVM: arm64/mmu: "
` [PATCH 5/6] KVM: mmu: remove over-aggressive warnings
` [PATCH 6/6] drm/i915/gvt: use gfn_to_pfn's page instead of pfn
[PATCH v8 0/6] Support for H_RPT_INVALIDATE in PowerPC KVM
2021-06-23 6:47 UTC (11+ 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 6/6] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
` [PATCH v8 5/6] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
[PATCH] KVM: PPC: Book3S HV Nested: Reflect L2 PMU in-use to L0 when L2 SPRs are live
2021-06-22 20:47 UTC (2+ messages)
[RFC PATCH 00/43] KVM: PPC: Book3S HV P9: entry/exit optimisations round 1
2021-06-22 10:57 UTC (44+ messages)
` [RFC PATCH 01/43] powerpc/64s: Remove WORT SPR from POWER9/10
` [RFC PATCH 02/43] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
` [RFC PATCH 03/43] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [RFC PATCH 04/43] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [RFC PATCH 05/43] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [RFC PATCH 06/43] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [RFC PATCH 07/43] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [RFC PATCH 08/43] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [RFC PATCH 09/43] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [RFC PATCH 10/43] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [RFC PATCH 11/43] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [RFC PATCH 12/43] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [RFC PATCH 13/43] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
` [RFC PATCH 14/43] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
` [RFC PATCH 15/43] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [RFC PATCH 16/43] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [RFC PATCH 17/43] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [RFC PATCH 18/43] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [RFC PATCH 19/43] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [RFC PATCH 20/43] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [RFC PATCH 21/43] KVM: PPC: Book3S HV P9: Move TB updates
` [RFC PATCH 22/43] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [RFC PATCH 23/43] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [RFC PATCH 24/43] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [RFC PATCH 25/43] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [RFC PATCH 26/43] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
` [RFC PATCH 27/43] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [RFC PATCH 28/43] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [RFC PATCH 29/43] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [RFC PATCH 30/43] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [RFC PATCH 31/43] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [RFC PATCH 32/43] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that requir
` [RFC PATCH 33/43] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [RFC PATCH 34/43] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [RFC PATCH 35/43] KVM: PPC: Book3S HV P9: Demand fault TM "
` [RFC PATCH 36/43] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [RFC PATCH 37/43] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [RFC PATCH 38/43] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [RFC PATCH 39/43] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [RFC PATCH 40/43] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [RFC PATCH 41/43] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [RFC PATCH 42/43] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [RFC PATCH 43/43] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
arch/powerpc/kvm/book3s_hv_nested.c:264:6: error: stack frame size of 2304 bytes in function 'kv
2021-06-22 8:57 UTC (7+ messages)
` [PATCH] KVM: PPC: Book3S HV: Workaround high stack usage with clang
[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
[PATCH 0/1] Interface to represent PAPR firmware attributes
2021-06-21 15:47 UTC (5+ messages)
` [PATCH 1/1] powerpc/pseries: "
[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 (5+ 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 (14+ 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
[kvm-unit-tests PATCH v2 0/7] unify header guards
2021-06-14 9:01 UTC (3+ messages)
` [kvm-unit-tests PATCH v2 1/7] README.md: add guideline for header guards format
[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 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox