messages from 2021-04-29 20:37:40 to 2021-06-05 00:58:10 UTC [more...]
[RFC][PATCH] kvm: add suspend pm-notifier
2021-06-05 0:58 UTC (11+ messages)
[RFC] powerpc/pseries: Interface to represent PAPR firmware attributes
2021-06-04 16:47 UTC
[PATCH] KVM: PPC: Book3S PR: remove unused define in kvmppc_mmu_book3s_64_xlate
2021-06-04 11:58 UTC (2+ messages)
[PATCH v7 0/4] KVM statistics data fd-based binary interface
2021-06-03 21:14 UTC (5+ 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 "
[PATCH] KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
2021-06-02 20:34 UTC (2+ messages)
[FSL P50x0] KVM HV doesn't work anymore
2021-06-02 11:26 UTC (12+ messages)
KVM P9 optimisation series
2021-05-31 5:10 UTC
[PATCH v2] KVM: PPC: Book3S HV: Fix reverse map real-mode address lookup with huge vmalloc
2021-05-28 23:36 UTC (2+ messages)
[PATCH v7 00/32] KVM: PPC: Book3S: C-ify the P9 entry/exit code
2021-05-28 9:07 UTC (34+ 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 v7 20/32] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v7 21/32] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v7 22/32] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v7 23/32] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v7 24/32] KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
` [PATCH v7 25/32] KVM: PPC: Book3S HV: Remove unused nested HV tests in XICS emulation
` [PATCH v7 26/32] KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
` [PATCH v7 27/32] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v7 28/32] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v7 29/32] KVM: PPC: Book3S HV P9: Reflect userspace hcalls to hash guests to support PR KVM
` [PATCH v7 30/32] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v7 31/32] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v7 32/32] KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path
[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] 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 "
[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 (3+ messages)
` [PATCH v3 3/4] KVM: stats: Add documentation for statistics data "
[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 (10+ 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 4/4] KVM: selftests: Add selftest for KVM statistics data binary interface
[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 (18+ messages)
` [PATCH v4 1/3] spapr: nvdimm: Forward declare and move the definitions
` [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
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