Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2020-11-12 01:16:55 to 2021-02-19 04:04:07 UTC [more...]

[PATCH v2 0/4] Add support for SVM atomics in Nouveau
 2021-02-19  4:04 UTC  (6+ messages)
` [PATCH v2 1/4] hmm: Device exclusive memory access
` [PATCH v2 2/4] hmm: Selftests for exclusive device memory
` [PATCH v2 3/4] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v2 4/4] nouveau/svm: Implement atomic SVM access

[PATCH kernel] powerpc/iommu: Annotate nested lock for lockdep
 2021-02-18 12:59 UTC  (2+ messages)

[PATCH 0/9] Add support for SVM atomics in Nouveau
 2021-02-17 23:00 UTC  (27+ messages)
` [PATCH 1/9] mm/migrate.c: Always allow device private pages to migrate
` [PATCH 2/9] mm/migrate.c: Allow pfn flags to be passed to migrate_vma_setup()
` [PATCH 3/9] mm/migrate: Add a unmap and pin migration mode
` [PATCH 4/9] Documentation: Add unmap and pin to HMM
` [PATCH 5/9] hmm-tests: Add test for unmap and pin
` [PATCH 6/9] nouveau/dmem: Only map migrating pages
` [PATCH 7/9] nouveau/svm: Refactor nouveau_range_fault
` [PATCH 8/9] nouveau/dmem: Add support for multiple page types
` [PATCH 9/9] nouveau/svm: Implement atomic SVM access

[PATCH kernel 0/2] powerpc/iommu: Stop crashing the host when VM is terminated
 2021-02-17 19:32 UTC  (7+ messages)
` [PATCH kernel 1/2] powerpc/iommu: Allocate it_map by vmalloc
` [PATCH kernel 2/2] powerpc/iommu: Do not immediately panic when failed IOMMU table allocation

[PATCH v4 0/3] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-02-17  0:38 UTC  (7+ messages)
` [PATCH v4 1/3] powerpc/book3s64/radix/tlb: tlbie primitives for process-scoped invalidations from gu
  ` [PATCH v4 1/3] powerpc/book3s64/radix/tlb: tlbie primitives for process-scoped invalidations fro
` [PATCH v4 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v4 3/3] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[RFC PATCH 0/9] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-02-12 20:33 UTC  (13+ messages)
` [RFC PATCH 1/9] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [RFC PATCH 2/9] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [RFC PATCH 3/9] KVM: PPC: Book3S 64: add hcall interrupt handler
` [RFC PATCH 4/9] KVM: PPC: Book3S HV: Move hcall early register setup to KVM
` [RFC PATCH 5/9] powerpc/64s: Remove EXSLB interrupt save area
` [RFC PATCH 6/9] KVM: PPC: Book3S HV: Move interrupt early register setup to KVM
` [RFC PATCH 7/9] KVM: PPC: Book3S HV: move bad_host_intr check to HV handler
` [RFC PATCH 8/9] KVM: PPC: Book3S HV: Minimise hcall handler calling convention differences
` [RFC PATCH 9/9] KVM: PPC: Book3S HV: Implement the rest of the P9 entry/exit handling in C

[PATCH] powerpc/xive: Assign boolean values to a bool variable
 2021-02-12  0:19 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-next-5.1-1 tag
 2021-02-11 13:00 UTC  (3+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-5.12-1 tag

[PATCH 1/2] KVM: PPC: Book3S HV: Remove user-triggerable WARN_ON
 2021-02-10  5:33 UTC  (8+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Remove shared-TLB optimisation from vCPU TLB coherency logic

[PATCH 0/4] a few KVM patches
 2021-02-10  2:51 UTC  (14+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode
  ` [PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed
  ` [PATCH] KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2
` [PATCH 2/4] KVM: PPC: Book3S HV: Fix radix guest SLB side channel
` [PATCH 3/4] KVM: PPC: Book3S HV: No need to clear radix host SLB before loading guest
` [PATCH 4/4] KVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant to clear SLB

[PATCH 2/2] KVM: PPC: Book3S HV: Optimise TLB flushing when a vcpu moves between threads in a core
 2021-02-09  8:47 UTC  (7+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Optimise TLB flushing when a vcpu moves between threads in a co

[PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code
 2021-02-08 16:37 UTC  (8+ messages)

[RFC Qemu PATCH v2 0/2] spapr: nvdimm: Asynchronus flush hcall support
 2021-02-08  6:21 UTC  (10+ messages)
` [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level
` [RFC Qemu PATCH v2 2/2] spapr: nvdimm: Implement async flush hcalls

[PATCH v3 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
 2021-02-05  5:58 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
` [PATCH v3 2/2] KVM: x86/mmu: Consider the hva in mmu_notifier retry

[PATCH 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code
 2021-02-05  3:16 UTC 

[PATCH] KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path
 2021-02-04 20:05 UTC 

[PATCH] powerpc/kvm: Force selection of CONFIG_PPC_FPU
 2021-02-03 11:40 UTC  (2+ messages)

[PATCH] KVM: PPC: remove unneeded semicolon
 2021-02-02  3:30 UTC 

FSL P5040: KVM HV doesn't work with the RC5 of kernel 5.11
 2021-02-01  8:29 UTC 

[PATCH v2] KVM: x86/mmu: consider the hva in mmu_notifier retry
 2021-01-27 18:23 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: consider the hva in mmu_notifer retry
 2021-01-27  0:04 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S: Assign boolean values to a bool variable
 2021-01-25  7:59 UTC  (4+ messages)

[PATCH v6 01/39] KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs
 2021-01-16 10:38 UTC  (2+ messages)

KVM on POWER8 host lock up since 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C")
 2021-01-14 13:08 UTC 

[PATCH v3 0/2] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-01-07  4:20 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v3 2/2] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[PATCH] KVM: PPC: fix comparison to bool warning
 2020-12-21 11:03 UTC  (3+ messages)

[PATCH v2 1/1] powerpc/kvm: Fix mask size for emulated msgsndp
 2020-12-21 11:03 UTC  (3+ messages)

[PATCH v2 0/2] Support for H_RPT_INVALIDATE in PowerPC KVM
 2020-12-17  8:53 UTC  (7+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v2 2/2] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[PATCH v3 0/4] KVM: PPC: Power10 2nd DAWR enablement
 2020-12-16 10:54 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1
` [PATCH v3 2/4] KVM: PPC: Rename current DAWR macros and variables
` [PATCH v3 3/4] KVM: PPC: Add infrastructure to support 2nd DAWR
` [PATCH v3 4/4] KVM: PPC: Introduce new capability for "

[PATCH v1 0/2] Use H_RPT_INVALIDATE for nested guest
 2020-12-14  6:05 UTC  (10+ messages)
` [PATCH v1 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)

[PATCH 0/8] powerpc/64s: fix and improve machine check handling
 2020-12-10 11:30 UTC  (14+ messages)
` [PATCH 1/8] powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE
` [PATCH 2/8] powerpc/64s/powernv: Allow KVM to handle guest machine check details
` [PATCH 3/8] KVM: PPC: Book3S HV: Don't attempt to recover machine checks for FWNMI enabled guests
` [PATCH 4/8] KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guests
` [PATCH 5/8] powerpc/64s/powernv: ratelimit harmless HMI error printing
` [PATCH 6/8] powerpc/64s/pseries: Add ERAT specific machine check handler
` [PATCH 7/8] powerpc/64s: Remove "Host" from MCE logging
` [PATCH 8/8] powerpc/64s: tidy machine check SLB logging

[PATCH v2 0/4] KVM: PPC: Power10 2nd DAWR enablement
 2020-12-09 14:25 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1
` [PATCH v2 2/4] KVM: PPC: Rename current DAWR macros and variables
` [PATCH v2 3/4] KVM: PPC: Add infrastructure to support 2nd DAWR
` [PATCH v2 4/4] KVM: PPC: Introduce new capability for "

[PATCH kernel v2] vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
 2020-12-03 23:48 UTC  (2+ messages)

[RFC PATCH] powerpc/papr_scm: Implement scm async flush
 2020-12-01 13:09 UTC  (4+ messages)

[PATCH] KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check
 2020-11-30 12:47 UTC  (2+ messages)

[RFC PATCH] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode
 2020-11-30  2:40 UTC  (2+ messages)
` [RFC PATCH] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed

hcall H_READ when running kvm-hv: where serviced?
 2020-11-29 19:17 UTC 

[PATCH kernel v2] powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU
 2020-11-22  7:38 UTC 

[PATCH] powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU context
 2020-11-20  7:00 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
 2020-11-16 12:29 UTC  (4+ messages)

[PATCH 1/1] powerpc/kvm: Fix mask size for emulated msgsndp
 2020-11-12  1:16 UTC 


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