Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2020-05-29 09:48:13 to 2020-07-06 00:30:05 UTC [more...]

[PATCH v2 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-06  0:30 UTC  (9+ messages)
` [PATCH v2 1/6] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH v2 2/6] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH v2 3/6] powerpc: move spinlock implementation to simple_spinlock
` [PATCH v2 4/6] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH v2 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH v2 6/6] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint

[PATCH 0/2] Rework secure memslot dropping
 2020-07-03 15:59 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up
` [PATCH 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping

[RFC PATCH v0 0/2] Use H_RPT_INVALIDATE for nested guest
 2020-07-03 10:56 UTC  (3+ messages)
` [RFC PATCH v0 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)
` [RFC PATCH v0 2/2] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[PATCH 0/8] powerpc: queued spinlocks and rwlocks
 2020-07-03 10:52 UTC  (18+ messages)
` [PATCH 1/8] powerpc/powernv: must include hvcall.h to get PAPR defines
` [PATCH 2/8] powerpc/pseries: use smp_rmb() in H_CONFER spin yield
` [PATCH 3/8] powerpc/pseries: move some PAPR paravirt functions to their own file
` [PATCH 4/8] powerpc: move spinlock implementation to simple_spinlock
` [PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
` [PATCH 6/8] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
` [PATCH 7/8] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint
` [PATCH 8/8] powerpc/64s: remove paravirt from simple spinlocks (RFC only)

[PATCH v2 0/3] remove PROT_SAO support and disable
 2020-07-03  1:19 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc: remove stale calc_vm_prot_bits comment
` [PATCH v2 2/3] powerpc/64s: remove PROT_SAO support
` [PATCH v2 3/3] powerpc/64s/hash: disable subpage_prot syscall by default

[PATCH AUTOSEL 5.4 23/40] powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL
 2020-07-02  1:23 UTC 

[PATCH AUTOSEL 5.7 29/53] powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL
 2020-07-02  1:21 UTC 

[PATCH 0/3] powerpc/pseries: IPI doorbell improvements
 2020-06-30 11:57 UTC  (11+ messages)
` [PATCH 1/3] powerpc: inline doorbell sending functions
` [PATCH 2/3] powerpc/pseries: Use doorbells even if XIVE is available
` [PATCH 3/3] powerpc/pseries: Add KVM guest doorbell restrictions

[PATCH v2 0/3] powerpc/pseries: IPI doorbell improvements
 2020-06-30 11:50 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc: inline doorbell sending functions
` [PATCH v2 2/3] powerpc/pseries: Use doorbells even if XIVE is available
` [PATCH v2 3/3] powerpc/pseries: Add KVM guest doorbell restrictions

[PATCH v3 0/4] Migrate non-migrated pages of a SVM
 2020-06-29 19:25 UTC  (10+ messages)
` [PATCH v3 1/4] KVM: PPC: Book3S HV: Fix function definition in book3s_hv_uvmem.c
` [PATCH v3 2/4] KVM: PPC: Book3S HV: track the state GFNs associated with secure VMs
` [PATCH v3 3/4] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_DONE
  ` [PATCH v3 3/4] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_D
` [PATCH v3 4/4] KVM: PPC: Book3S HV: migrate hot plugged memory

[PATCH] powerpc/pseries: Use doorbells even if XIVE is available
 2020-06-27 14:59 UTC  (6+ messages)

[PATCH] powerpc/kvm/book3s64/nested: Fix kernel crash with nested kvm
 2020-06-26  4:44 UTC  (2+ messages)

PowerPC KVM-PR issue
 2020-06-25  9:38 UTC  (9+ messages)

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-06-24  2:39 UTC  (8+ messages)
` [PATCH v6 1/5] KVM: s390: "
` [PATCH v6 2/5] KVM: arm64: "
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v6 4/5] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v6 5/5] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH] KVM: PPC: Book3S HV: Use feature flag CPU_FTR_P9_TIDR when accessing TIDR
 2020-06-23 16:50 UTC 

[PATCH] KVM: PPC: Book3S HV: increase KVMPPC_NR_LPIDS on POWER8 and POWER9
 2020-06-23 15:08 UTC  (2+ messages)

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-06-23 10:24 UTC  (9+ messages)
` [PATCH v4 6/7] KVM: MIPS: "

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-22 19:40 UTC  (54+ messages)
` [PATCH 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH v2 0/4] Migrate non-migrated pages of a SVM
 2020-06-19  1:16 UTC  (8+ messages)
` [PATCH v2 1/4] KVM: PPC: Book3S HV: Fix function definition in book3s_hv_uvmem.c
` [PATCH v2 2/4] KVM: PPC: Book3S HV: track the state GFNs associated with secure VMs
` [PATCH v2 3/4] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_DONE
` [PATCH v2 4/4] KVM: PPC: Book3S HV: migrate hot plugged memory

[PATCH AUTOSEL 4.19 124/172] KVM: PPC: Book3S HV: Ignore kmemleak false positives
 2020-06-18  1:21 UTC 

[PATCH AUTOSEL 5.4 195/266] KVM: PPC: Book3S HV: Ignore kmemleak false positives
 2020-06-18  1:15 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 196/266] KVM: PPC: Book3S: Fix some RCU-list locks

[PATCH AUTOSEL 5.7 287/388] KVM: PPC: Book3S HV: Ignore kmemleak false positives
 2020-06-18  1:06 UTC  (3+ messages)
` [PATCH AUTOSEL 5.7 288/388] KVM: PPC: Book3S: Fix some RCU-list locks
` [PATCH AUTOSEL 5.7 289/388] KVM: PPC: Book3S HV: Relax check on H_SVM_INIT_ABORT

[PATCH v1 0/4] Migrate non-migrated pages of a SVM
 2020-06-15 17:00 UTC  (18+ messages)
` [PATCH v1 1/4] KVM: PPC: Book3S HV: Fix function definition in book3s_hv_uvmem.c
` [PATCH v1 2/4] KVM: PPC: Book3S HV: track shared GFNs of secure VMs
` [PATCH v1 3/4] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_DONE
  ` [PATCH v1 3/4] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_D
` [PATCH v1 4/4] KVM: PPC: Book3S HV: migrate hot plugged memory

[PATCH kernel] KVM: PPC: Fix nested guest RC bits update
 2020-06-12 22:49 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-next-5.1-1 tag
 2020-06-11  1:01 UTC  (5+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-5.8-1 tag

[PATCH v2] powerpc/XIVE: SVM: share the event-queue page with the Hypervisor
 2020-06-09  5:29 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] powerpc/book3s64/kvm: Fix secondary page table walk warning during migration
 2020-06-09  5:28 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Protect kvm_vcpu_read_guest with srcu locks
 2020-06-09  2:12 UTC 

[PATCH v3 0/7] Statsfs: a new ram-based file system for Linux kernel statistics
 2020-06-04 15:34 UTC  (4+ messages)
` [PATCH v3 2/7] documentation for stats_fs

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-06-04 12:11 UTC  (3+ messages)

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-06-04  9:50 UTC  (4+ messages)
` [PATCH v4 08/14] powerpc: add support for folded p4d page tables

[PATCH] powerpc/kvm: Enable support for ISA v3.1 guests
 2020-06-02 13:05 UTC  (3+ messages)


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