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

[PATCH v3 0/3] spapr: nvdimm: Enable sync-dax property for nvdimm
 2021-03-30 23:57 UTC  (12+ 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] ppc/spapr: Add support for implement support for H_SCM_HEALTH
 2021-03-30 23:49 UTC  (6+ messages)

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

[PATCH 00/18] KVM: Consolidate and optimize MMU notifiers
 2021-03-30 19:58 UTC  (22+ messages)
` [PATCH 01/18] KVM: x86/mmu: Coalesce TDP MMU TLB flushes when zapping collapsible SPTEs
` [PATCH 02/18] KVM: x86/mmu: Move flushing for "slot" handlers to caller for legacy MMU
` [PATCH 03/18] KVM: x86/mmu: Coalesce TLB flushes when zapping collapsible SPTEs
` [PATCH 04/18] KVM: x86/mmu: Coalesce TLB flushes across address spaces for gfn range zap
` [PATCH 05/18] KVM: x86/mmu: Pass address space ID to __kvm_tdp_mmu_zap_gfn_range()
` [PATCH 06/18] KVM: x86/mmu: Pass address space ID to TDP MMU root walkers
` [PATCH 07/18] KVM: x86/mmu: Use leaf-only loop for walking TDP SPTEs when changing SPTE
` [PATCH 08/18] KVM: Move prototypes for MMU notifier callbacks to generic code
` [PATCH 09/18] KVM: Move arm64's MMU notifier trace events "
` [PATCH 10/18] KVM: Move x86's MMU notifier memslot walkers "
` [PATCH 11/18] KVM: arm64: Convert to the gfn-based MMU notifier callbacks
` [PATCH 12/18] KVM: MIPS/MMU: "
` [PATCH 13/18] KVM: PPC: "
` [PATCH 14/18] KVM: Kill off the old hva-based "
` [PATCH 15/18] KVM: Take mmu_lock when handling MMU notifier iff the hva hits a memslot
` [PATCH 16/18] KVM: Don't take mmu_lock for range invalidation unless necessary
` [PATCH 17/18] KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
` [PATCH 18/18] KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint

[PATCH v2] powerpc/traps: Enhance readability for trap types
 2021-03-30 15:04 UTC 

[PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
 2021-03-30  4:56 UTC  (2+ messages)

[PATCH v4 00/46] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-26  2:05 UTC  (68+ 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-24  9:53 UTC  (2+ messages)

[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  (48+ messages)
` [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 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  (9+ messages)
` [RFC PATCH 3/4] KVM: stats: Add ioctl commands to pull statistics "

[PATCH v5 0/8] Add support for SVM atomics in Nouveau
 2021-03-12  4:42 UTC  (4+ messages)
` [PATCH v5 1/8] mm: Remove special swap entry functions

[PATCH] KVM: PPC: Book3S HV: Do not expose HFSCR sanitisation to nested hypervisor
 2021-03-12  1:13 UTC  (4+ messages)


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