kvm-ppc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-22 02:45:22 to 2021-03-11 08:51:36 UTC [more...]

[PATCH v6 0/6] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-03-11  8:51 UTC  (4+ messages)
` [PATCH v6 1/6] KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE arguments
` [PATCH v6 2/6] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
` [PATCH v6 3/6] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE

[RFC PATCH 0/4] KVM: stats: Retrieve statistics data in binary format
 2021-03-10 21:43 UTC  (18+ messages)
` [RFC PATCH 1/4] KVM: stats: Separate statistics name strings from debugfs code
` [RFC PATCH 2/4] KVM: stats: Define APIs for aggregated stats retrieval in binary format
` [RFC PATCH 3/4] KVM: stats: Add ioctl commands to pull statistics "
` [RFC PATCH 4/4] KVM: selftests: Add selftest for KVM binary form statistics interface

[PATCH] KVM: PPC: Book3S HV: Do not expose HFSCR sanitisation to nested hypervisor
 2021-03-10  9:23 UTC  (6+ messages)

[PATCH v5 0/8] Add support for SVM atomics in Nouveau
 2021-03-10  2:59 UTC  (11+ messages)
` [PATCH v5 1/8] mm: Remove special swap entry functions
` [PATCH v5 2/8] mm/swapops: Rework swap entry manipulation code
` [PATCH v5 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v5 4/8] mm/rmap: Split migration into its own function
` [PATCH v5 5/8] mm: Device exclusive memory access
` [PATCH v5 6/8] mm: Selftests for exclusive device memory
` [PATCH v5 7/8] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v5 8/8] nouveau/svm: Implement atomic SVM access

[PATCH v4 0/8] Add support for SVM atomics in Nouveau
 2021-03-09  1:17 UTC  (16+ messages)
` [PATCH v4 1/8] mm: Remove special swap entry functions
` [PATCH v4 2/8] mm/swapops: Rework swap entry manipulation code
` [PATCH v4 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v4 4/8] mm/rmap: Split migration into its own function
` [PATCH v4 5/8] mm: Device exclusive memory access
` [PATCH v4 6/8] mm: Selftests for exclusive device memory
` [PATCH v4 7/8] nouveau/svm: Refactor nouveau_range_fault
` [PATCH v4 8/8] nouveau/svm: Implement atomic SVM access

[PATCH v3 00/41] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-09  1:14 UTC  (47+ messages)
` [PATCH v3 01/41] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v3 02/41] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]
` [PATCH v3 03/41] KVM: PPC: Book3S HV: Remove redundant mtspr PSPB
` [PATCH v3 04/41] KVM: PPC: Book3S HV: remove unused kvmppc_h_protect argument
` [PATCH v3 05/41] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v3 06/41] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v3 07/41] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v3 08/41] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v3 09/41] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v3 10/41] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v3 11/41] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v3 12/41] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v3 13/41] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v3 14/41] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v3 15/41] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v3 16/41] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v3 17/41] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v3 18/41] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v3 19/41] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v3 20/41] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v3 21/41] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v3 22/41] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v3 23/41] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v3 24/41] powerpc: add set_dec_or_work API for safely updating decrementer
` [PATCH v3 25/41] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v3 26/41] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v3 27/41] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
` [PATCH v3 28/41] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v3 29/41] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v3 30/41] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v3 31/41] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
` [PATCH v3 32/41] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v3 33/41] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v3 34/41] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v3 35/41] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v3 36/41] KVM: PPC: Book3S HV P9: Allow all P9 processors to enable nested HV
` [PATCH v3 37/41] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v3 38/41] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v3 39/41] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v3 40/41] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v3 41/41] KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 path

[RFC PATCH 5/7] KVM: PPC: Remove RECONCILE_IRQ_STATE from guest exit
 2021-03-08  9:52 UTC 

[PATCH v2 00/37] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-05  6:48 UTC  (67+ messages)
` [PATCH v2 01/37] KVM: PPC: Book3S 64: remove unused kvmppc_h_protect argument
` [PATCH v2 02/37] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
` [PATCH v2 03/37] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH v2 04/37] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v2 05/37] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH v2 06/37] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
` [PATCH v2 07/37] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH v2 08/37] KVM: PPC: Book3S 64: add hcall interrupt handler
` [PATCH v2 09/37] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
` [PATCH v2 10/37] KVM: PPC: Book3S 64: Move interrupt "
` [PATCH v2 11/37] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
` [PATCH v2 12/37] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
` [PATCH v2 13/37] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
` [PATCH v2 14/37] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
` [PATCH v2 15/37] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
` [PATCH v2 16/37] KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
` [PATCH v2 17/37] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
` [PATCH v2 18/37] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [PATCH v2 19/37] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [PATCH v2 20/37] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [PATCH v2 21/37] powerpc: add set_dec_or_work API for safely updating decrementer
` [PATCH v2 22/37] KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
` [PATCH v2 23/37] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
` [PATCH v2 24/37] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
  ` [PATCH v2 24/37] KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entr
` [PATCH v2 25/37] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
` [PATCH v2 26/37] KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
` [PATCH v2 27/37] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
` [PATCH v2 28/37] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
` [PATCH v2 29/37] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
` [PATCH v2 30/37] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
` [PATCH v2 31/37] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [PATCH v2 32/37] KVM: PPC: Book3S HV: Remove radix guest support from P7/8 path
` [PATCH v2 33/37] KVM: PPC: Book3S HV: small pseries_do_hcall cleanup
` [PATCH v2 34/37] KVM: PPC: Book3S HV: add virtual mode handlers for HPT hcalls and page faults
` [PATCH v2 35/37] KVM: PPC: Book3S HV P9: implement hash guest support
` [PATCH v2 36/37] KVM: PPC: Book3S HV P9: implement hash host / "
` [PATCH v2 37/37] KVM: PPC: Book3S HV: remove POWER9 support from P7/8 paths

[PATCH v5 0/3] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-03-04  7:00 UTC  (12+ messages)
` [PATCH v5 1/3] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
` [PATCH v5 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
` [PATCH v5 3/3] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

[PATCH kernel v2] powerpc/iommu: Annotate nested lock for lockdep
 2021-03-01  6:36 UTC 

[PATCH] Documentation: kvm: fix messy conversion from .txt to .rst
 2021-02-25 13:38 UTC 

[PATCH 00/13] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-02-25 10:59 UTC  (12+ messages)
` [PATCH 01/13] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH 02/13] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH 03/13] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH 06/13] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
` [PATCH 12/13] KVM: PPC: Book3S HV: Move radix MMU switching together in the P9 path

[PATCH kernel] powerpc/iommu: Annotate nested lock for lockdep
 2021-02-23  5:13 UTC  (3+ messages)

[PATCH v4 0/3] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-02-22 23:26 UTC  (8+ 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 kernel 0/2] powerpc/iommu: Stop crashing the host when VM is terminated
 2021-02-22 18:39 UTC  (5+ messages)
` [PATCH kernel 2/2] powerpc/iommu: Do not immediately panic when failed IOMMU table allocation

[PATCH v4 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
 2021-02-22 18:17 UTC  (4+ messages)
` [PATCH v4 2/2] KVM: x86/mmu: Consider the hva in mmu_notifier retry

[PATCH v2 0/4] Add support for SVM atomics in Nouveau
 2021-02-22 10:46 UTC  (4+ messages)
` [PATCH v2 1/4] hmm: Device exclusive memory access


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