Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2020-07-02 01:23:44 to 2020-07-22 10:13:22 UTC [more...]

[v4 0/5] Migrate non-migrated pages of a SVM
 2020-07-22 10:13 UTC  (8+ messages)
` [v4 1/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
` [v4 2/5] KVM: PPC: Book3S HV: track the state GFNs associated with secure VMs
` [v4 3/5] KVM: PPC: Book3S HV: in H_SVM_INIT_DONE, migrate remaining normal-GFNs to secure-GFNs
` [v4 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out
` [v4 5/5] KVM: PPC: Book3S HV: migrate hot plugged memory

[RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
 2020-07-22  7:49 UTC  (12+ messages)
  ` Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 regi

[PATCH v2 0/2] Rework secure memslot dropping
 2020-07-22  7:18 UTC  (6+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up
` [PATCH v2 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping

[v3 00/15] powerpc/perf: Add support for power10 PMU Hardware
 2020-07-22  6:15 UTC  (30+ messages)
` [v3 01/15] powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registers
` [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
` [v3 03/15] powerpc/perf: Update Power PMU cache_events to u64 type
` [v3 04/15] powerpc/perf: Add support for ISA3.1 PMU SPRs
` [v3 05/15] KVM: PPC: Book3S HV: Save/restore new PMU registers
` [v3 06/15] powerpc/xmon: Add PowerISA v3.1 PMU SPRs
` [v3 07/15] powerpc/perf: Add power10_feat to dt_cpu_ftrs
` [v3 08/15] powerpc/perf: power10 Performance Monitoring support
` [v3 09/15] powerpc/perf: Ignore the BHRB kernel address filtering for P10
` [v3 10/15] powerpc/perf: Add Power10 BHRB filter support for PERF_SAMPLE_BRANCH_IND_CALL/COND
` [v3 11/15] powerpc/perf: BHRB control to disable BHRB logic when not used
` [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
` [v3 13/15] tools/perf: Add perf tools support for extended register capability in powerpc
` [v3 14/15] powerpc/perf: Add extended regs support for power10 platform
` [v3 15/15] tools/perf: Add perf tools support for extended regs in power10

[PATCH v2 0/3] powerpc/pseries: IPI doorbell improvements
 2020-07-22  0:52 UTC  (3+ messages)
` [PATCH v2 1/3] powerpc: inline doorbell sending functions

[PATCH v3 0/5] mm/migrate: avoid device private invalidations
 2020-07-21 21:31 UTC  (6+ messages)
` [PATCH v3 1/5] nouveau: fix storing invalid ptes
` [PATCH v3 2/5] mm/migrate: add a flags parameter to migrate_vma
` [PATCH v3 3/5] mm/notifier: add migration invalidation type
` [PATCH v3 4/5] nouveau/svm: use the new migration invalidation
` [PATCH v3 5/5] mm/hmm/test: "

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

[PATCH 0/2] Rework secure memslot dropping
 2020-07-21  5:46 UTC  (7+ 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

[PATCH] KVM: PPC: Book3S HV: Use feature flag CPU_FTR_P9_TIDR when accessing TIDR
 2020-07-21  5:39 UTC  (3+ messages)

[PATCH v2 0/5] mm/migrate: avoid device private invalidations
 2020-07-20 23:53 UTC  (16+ messages)
` [PATCH v2 1/5] nouveau: fix storing invalid ptes
` [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
` [PATCH v2 3/5] mm/notifier: add migration invalidation type
` [PATCH v2 4/5] nouveau/svm: use the new migration invalidation
` [PATCH v2 5/5] mm/hmm/test: "

[PATCH -next] powerpc: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-16  9:07 UTC 

[v3 0/5] Migrate non-migrated pages of a SVM
 2020-07-15  8:15 UTC  (14+ messages)
` [v3 1/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
` [v3 2/5] KVM: PPC: Book3S HV: track the state of GFNs associated with secure VMs
` [v3 3/5] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_DONE
` [v3 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out H_SVM_PAGE_IN
` [v3 5/5] KVM: PPC: Book3S HV: migrate hot plugged memory

[RFC PATCH v0 0/2] Use H_RPT_INVALIDATE for nested guest
 2020-07-14  5:43 UTC  (7+ 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 v4 0/7] clean up redundant 'kvm_run' parameters
 2020-07-13  3:07 UTC  (4+ messages)
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly

[PATCH 0/5] mm/migrate: avoid device private invalidations
 2020-07-10 20:17 UTC  (10+ messages)
` [PATCH 1/5] nouveau: fix storing invalid ptes
` [PATCH 2/5] mm/migrate: add a direction parameter to migrate_vma
` [PATCH 3/5] mm/notifier: add migration invalidation type
` [PATCH 4/5] nouveau/svm: use the new migration invalidation
` [PATCH 5/5] mm/hmm/test: "

[PATCH v2 0/2] mm/migrate: optimize migrate_vma_setup() for holes
 2020-07-10 19:48 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm/migrate: add migrate-shared test for migrate_vma_*()

[PATCH 0/2] mm/migrate: optimize migrate_vma_setup() for holes
 2020-07-10 16:19 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm/migrate: add migrate-shared test for migrate_vma_*()

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

[PATCH v2 0/3] remove PROT_SAO support and disable
 2020-07-09 22:46 UTC  (8+ 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 1/1] KVM/PPC: Fix typo on H_DISABLE_AND_GET hcall
 2020-07-09  4:09 UTC  (2+ messages)

[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/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 AUTOSEL 5.4 23/40] powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL
 2020-07-02  1:23 UTC 


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