messages from 2021-04-15 23:09:48 to 2021-05-28 09:07:39 UTC [more...]
[PATCH v7 00/32] KVM: PPC: Book3S: C-ify the P9 entry/exit code
2021-05-28 9:07 UTC (21+ messages)
` [PATCH v7 01/32] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v7 02/32] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v7 03/32] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v7 04/32] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v7 05/32] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v7 06/32] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v7 07/32] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v7 08/32] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v7 09/32] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v7 10/32] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v7 11/32] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v7 12/32] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v7 13/32] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v7 14/32] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v7 15/32] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
` [PATCH v7 16/32] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v7 17/32] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v7 18/32] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v7 19/32] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
[PATCH v6 0/4] KVM statistics data fd-based binary interface
2021-05-27 15:54 UTC (16+ messages)
` [PATCH v6 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v6 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v6 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v6 4/4] KVM: selftests: Add selftest for KVM "
[RFC PATCH v4] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
2021-05-27 2:01 UTC (2+ messages)
[PATCH v2] KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
2021-05-26 14:44 UTC (2+ messages)
[PATCH v2] KVM: PPC: Book3S HV: Fix reverse map real-mode address lookup with huge vmalloc
2021-05-26 12:00 UTC
[PATCH] KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
2021-05-24 12:49 UTC (3+ messages)
[PATCH] KVM: PPC: Book3S HV: Fix reverse map real-mode address lookup with huge vmalloc
2021-05-24 7:59 UTC (3+ messages)
[RFC PATCH v3] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
2021-05-24 7:32 UTC (6+ messages)
[PATCH v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
2021-05-24 4:45 UTC (5+ messages)
` [PATCH v5 1/3] spapr: nvdimm: Forward declare and move the definitions
` [PATCH v5 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v5 3/3] spapr: nvdimm: Introduce spapr-nvdimm device
[PATCH v5 0/4] KVM statistics data fd-based binary interface
2021-05-21 19:04 UTC (30+ messages)
` [PATCH v5 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v5 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v5 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v5 4/4] KVM: selftests: Add selftest for KVM "
[FSL P50x0] KVM HV doesn't work anymore
2021-05-19 23:07 UTC (10+ messages)
[RFC PATCH v2] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
2021-05-17 6:24 UTC (4+ messages)
[PATCH] KVM: PPC: Book3S HV: Fix kvm_unmap_gfn_range_hv() for Hash MMU
2021-05-15 22:43 UTC (4+ messages)
[PATCH v3 0/4] KVM statistics data fd-based binary interface
2021-05-13 20:54 UTC (9+ messages)
` [PATCH v3 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v3 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v3 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v3 4/4] KVM: selftests: Add selftest for KVM "
[RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
2021-05-13 17:35 UTC (3+ messages)
[PATCH 0/4] KVM: PPC: Convert P9 HV path to C
2021-05-13 12:22 UTC (5+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH 2/4] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH 3/4] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH 4/4] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
[PATCH v4 0/4] KVM statistics data fd-based binary interface
2021-05-11 8:38 UTC (11+ messages)
` [PATCH v4 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v4 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v4 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v4 4/4] KVM: selftests: Add selftest for KVM "
[PATCH] arch: powerpc: kvm: remove unnecessary casting
2021-05-09 12:00 UTC (2+ messages)
[PATCH v7 0/6] Support for H_RPT_INVALIDATE in PowerPC KVM
2021-05-07 10:42 UTC (11+ messages)
` [PATCH v7 1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
` [PATCH v7 2/6] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
` [PATCH v7 3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v7 4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
` [PATCH v7 5/6] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
` [PATCH v7 6/6] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
[PATCH] KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks
2021-05-06 13:43 UTC (5+ messages)
[RFC-PATCH] ppc/spapr: Add support for H_SCM_PERFORMANCE_STATS hcall
2021-05-06 3:31 UTC (5+ messages)
[PATCH v4 0/3] nvdimm: Enable sync-dax property for nvdimm
2021-05-05 0:12 UTC (19+ messages)
` [PATCH v4 1/3] spapr: nvdimm: Forward declare and move the definitions
` [PATCH v4 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v4 3/3] nvdimm: Enable sync-dax device property for nvdimm
[PATCH v3 0/2] KVM: PPC: Book3S HV: Nested guest HFSCR changes
2021-05-04 18:37 UTC (11+ messages)
` [PATCH v3 1/2] KVM: PPC: Book3S HV: Sanitise vcpu registers in nested path
` [PATCH v3 2/2] KVM: PPC: Book3S HV: Stop forwarding all HFSCR cause bits to L1
[PATCH kernel 0/2] powerpc/iommu: Stop crashing the host when VM is terminated
2021-04-29 14:01 UTC (2+ messages)
[PATCH kernel v2] powerpc/iommu: Annotate nested lock for lockdep
2021-04-29 14:01 UTC (2+ messages)
Guest entry/exit performance work and observations
2021-04-26 11:27 UTC
[PATCH v1] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
2021-04-21 13:31 UTC (2+ messages)
[PATCH] powerpc/kvm: Fix PR KVM with KUAP/MEM_KEYS enabled
2021-04-21 13:08 UTC (2+ messages)
[PATCH v2 0/4] KVM statistics data fd-based binary interface
2021-04-19 13:26 UTC (7+ messages)
` [PATCH v2 3/4] KVM: stats: Add documentation for statistics data "
` [PATCH v2 4/4] KVM: selftests: Add selftest for KVM "
[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
2021-04-19 8:49 UTC (3+ messages)
` [PATCH v2 09/10] KVM: Don't take mmu_lock for range invalidation unless necessary
[PATCH v1 00/12] minor KVM fixes and cleanups
2021-04-19 3:59 UTC (4+ messages)
` [PATCH v1 12/12] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSR
[PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
2021-04-19 3:59 UTC (2+ messages)
[PATCH v1 0/7] KVM / 64s interrupt handling changes
2021-04-16 18:28 UTC (5+ messages)
` [PATCH v1 4/7] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v1 5/7] KVM: PPC: Book3S 64: Move interrupt "
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