Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2021-03-05 15:06:33 to 2021-03-24 03:07:28 UTC [more...]

[PATCH v3 0/3] spapr: nvdimm: Enable sync-dax property for nvdimm
 2021-03-24  3:07 UTC  (6+ messages)
` [PATCH v3 1/3] spapr: nvdimm: Forward declare and move the definitions
` [PATCH v3 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v3 3/3] spapr: nvdimm: Enable sync-dax device property for nvdimm

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

[PATCH v2] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
 2021-03-23 17:06 UTC 

[RFC Qemu PATCH v2 0/2] spapr: nvdimm: Asynchronus flush hcall support
 2021-03-23  7:54 UTC  (7+ messages)
` [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level

[PATCH v3 00/41] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-23  7:26 UTC  (61+ 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 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 18/41] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_e
` [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 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 34/41] KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
` [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

[PATCH v6 0/6] Support for H_RPT_INVALIDATE in PowerPC KVM
 2021-03-23  4:17 UTC  (14+ 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
` [PATCH v6 4/6] KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATE
` [PATCH v6 5/6] KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capability
` [PATCH v6 6/6] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM

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

Clang: powerpc: kvm/book3s_hv_nested.c:264:6: error: stack frame size of 2480 bytes in function 'kvm
 2021-03-19 17:01 UTC  (2+ messages)
` Clang: powerpc: kvm/book3s_hv_nested.c:264:6: error: stack frame size of 2480 bytes in function

[PATCH 3/9] KVM: PPC: Fix typo "accesible"
 2021-03-18 20:22 UTC 

[RFC PATCH 0/4] KVM: stats: Retrieve statistics data in binary format
 2021-03-16 17:54 UTC  (23+ 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 v5 0/8] Add support for SVM atomics in Nouveau
 2021-03-12  4:42 UTC  (12+ 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] KVM: PPC: Book3S HV: Do not expose HFSCR sanitisation to nested hypervisor
 2021-03-12  1:13 UTC  (7+ messages)

[PATCH v4 0/8] Add support for SVM atomics in Nouveau
 2021-03-09  1:17 UTC  (13+ 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

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


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