kvm-ppc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 15:18:25 to 2021-06-17 04:41:46 UTC [more...]

[PATCH v10 0/5] KVM statistics data fd-based binary interface
 2021-06-17  4:41 UTC  (6+ 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/1] Interface to represent PAPR firmware attributes
 2021-06-16 13:54 UTC  (2+ messages)
` [PATCH 1/1] powerpc/pseries: "

[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  (3+ 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  (13+ messages)

[PATCH v7 00/32] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-06-06 12:27 UTC  (35+ 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 v2] KVM: PPC: Book3S HV: Fix reverse map real-mode address lookup with huge vmalloc
 2021-06-06 11:34 UTC  (3+ messages)

[PATCH v2] KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
 2021-06-06 11:34 UTC  (3+ messages)

[RFC][PATCH] kvm: add suspend pm-notifier
 2021-06-05  0:58 UTC  (11+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors
 2021-06-02 20:34 UTC  (2+ messages)

KVM P9 optimisation series
 2021-05-31  5:10 UTC 

[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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).