kvm-ppc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-02 13:54:22 to 2022-01-18 16:20:38 UTC [more...]

[kvm-unit-tests] Permitted license for new library
 2022-01-18 16:20 UTC  (2+ messages)

[kvm-unit-tests PATCH] scripts/arch-run: Mark migration tests as SKIP if ncat is not available
 2022-01-18 14:24 UTC  (9+ messages)

[PATCH 0/3] KVM: PPC: KVM module exit fixes
 2022-01-11 14:43 UTC  (8+ messages)
` [PATCH 1/3] KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
` [PATCH 2/3] KVM: PPC: Book3S HV: Delay setting of kvm ops
` [PATCH 3/3] KVM: PPC: Book3S HV: Free allocated memory if module init fails

[PATCH v3 0/6] KVM: PPC: MMIO fixes
 2022-01-11 14:39 UTC  (17+ messages)
` [PATCH v3 2/6] KVM: PPC: Fix vmx/vsx mixup in mmio emulation
` [PATCH v3 1/6] KVM: PPC: Book3S HV: Stop returning internal values to userspace
` [PATCH v3 5/6] KVM: PPC: mmio: Return to guest after emulation failure
` [PATCH v3 6/6] KVM: PPC: mmio: Reject instructions that access more than mmio.data size
` [PATCH v3 3/6] KVM: PPC: Don't use pr_emerg when mmio emulation fails
` [PATCH v3 4/6] KVM: PPC: mmio: Queue interrupt at kvmppc_emulate_mmio

[PATCH kernel v5] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2022-01-11  0:54 UTC 

[PATCH v2 0/7] KVM: PPC: MMIO fixes
 2022-01-07 13:07 UTC  (13+ messages)
` [PATCH v2 1/7] KVM: PPC: Book3S HV: Stop returning internal values to userspace
` [PATCH v2 2/7] KVM: PPC: Fix vmx/vsx mixup in mmio emulation
` [PATCH v2 3/7] KVM: PPC: Fix mmio length message
` [PATCH v2 4/7] KVM: PPC: Don't use pr_emerg when mmio emulation fails
` [PATCH v2 5/7] KVM: PPC: mmio: Queue interrupt at kvmppc_emulate_mmio
` [PATCH v2 6/7] KVM: PPC: mmio: Return to guest after emulation failure
` [PATCH v2 7/7] KVM: PPC: mmio: Reject instructions that access more than mmio.data size

[PATCH 0/3] KVM: PPC: Minor fixes
 2022-01-04  9:01 UTC  (10+ messages)
` [PATCH 1/3] KVM: PPC: Book3S HV: Stop returning internal values to userspace
` [PATCH 2/3] KVM: PPC: Fix vmx/vsx mixup in mmio emulation
` [PATCH 3/3] KVM: PPC: Fix mmio length message

[PATCH kernel v4] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2021-12-29  9:39 UTC  (5+ messages)

[PATCH kernel v3] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2021-12-17  7:14 UTC  (5+ messages)

[PATCH kernel] KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
 2021-12-15  0:40 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
 2021-12-15  0:40 UTC  (2+ messages)

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-12-02 12:02 UTC  (24+ messages)
` [PATCH v2 10/43] KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
` [PATCH v2 11/43] KVM: Don't block+unblock when halt-polling is successful

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-26 12:33 UTC  (66+ messages)
` [PATCH v5.5 01/30] KVM: Ensure local memslot copies operate on up-to-date arch-specific data
` [PATCH v5.5 02/30] KVM: Disallow user memslot with size that exceeds "unsigned long"
` [PATCH v5.5 03/30] KVM: Require total number of memslot pages to fit in an unsigned long
` [PATCH v5.5 04/30] KVM: Open code kvm_delete_memslot() into its only caller
` [PATCH v5.5 05/30] KVM: Resync only arch fields when slots_arch_lock gets reacquired
` [PATCH v5.5 06/30] KVM: Use "new" memslot's address space ID instead of dedicated param
` [PATCH v5.5 07/30] KVM: Let/force architectures to deal with arch specific memslot data
` [PATCH v5.5 08/30] KVM: arm64: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 09/30] KVM: MIPS: Drop pr_debug from memslot commit to avoid using "mem"
` [PATCH v5.5 10/30] KVM: PPC: Avoid referencing userspace memory region in memslot updates
` [PATCH v5.5 11/30] KVM: s390: Use "new" memslot instead of userspace memory region
` [PATCH v5.5 12/30] KVM: x86: "
` [PATCH v5.5 13/30] KVM: RISC-V: "
` [PATCH v5.5 14/30] KVM: Stop passing kvm_userspace_memory_region to arch memslot hooks
` [PATCH v5.5 15/30] KVM: Use prepare/commit hooks to handle generic memslot metadata updates
` [PATCH v5.5 16/30] KVM: x86: Don't assume old/new memslots are non-NULL at memslot commit
` [PATCH v5.5 17/30] KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY
` [PATCH v5.5 18/30] KVM: Don't make a full copy of the old memslot in __kvm_set_memory_region()
` [PATCH v5.5 19/30] KVM: x86: Don't call kvm_mmu_change_mmu_pages() if the count hasn't changed
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array
` [PATCH v5.5 21/30] KVM: Integrate gfn_to_memslot_approx() into search_memslots()
` [PATCH v5.5 22/30] KVM: Move WARN on invalid memslot index to update_memslots()
` [PATCH v5.5 23/30] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v5.5 24/30] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v5.5 25/30] KVM: s390: Introduce kvm_s390_get_gfn_end()
` [PATCH v5.5 26/30] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v5.5 27/30] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v5.5 28/30] KVM: Optimize overlapping memslots check
` [PATCH v5.5 29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot
` [PATCH v5.5 30/30] KVM: Dynamically allocate "new" memslots from the get-go

[PATCH v2 0/6] KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS and re-purpose it on x86
 2021-11-17 12:12 UTC  (12+ messages)
` [PATCH v2 1/6] KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus()
` [PATCH v2 2/6] KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
` [PATCH v2 3/6] KVM: PPC: "
` [PATCH v2 4/6] KVM: RISC-V: "
` [PATCH v2 5/6] KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()
` [PATCH v2 6/6] KVM: x86: Drop arbitraty KVM_SOFT_MAX_VCPUS

[PATCH 0/5] KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS and re-purpose it on x86
 2021-11-16 15:58 UTC  (21+ messages)
` [PATCH 1/5] KVM: arm64: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
` [PATCH 2/5] KVM: MIPS: "
` [PATCH 3/5] KVM: PPC: "
` [PATCH 4/5] KVM: RISC-V: "
` [PATCH 5/5] KVM: x86: Drop arbitraty KVM_SOFT_MAX_VCPUS

[PATCH 5.4 063/355] powerpc/kvm: Fix kvm_use_magic_page
 2021-11-16 14:30 UTC  (5+ messages)

[PATCH] drm/virtio: Fix NULL dereference error in virtio_gpu_poll
 2021-11-05 18:05 UTC 

KVM on POWER8 host lock up since 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C")
 2021-11-05  1:47 UTC  (3+ messages)

[PATCH v9 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-11-04 20:31 UTC  (4+ messages)
` [PATCH v9 04/17] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable

[GIT PULL] gfs2: Fix mmap + page fault deadlocks
 2021-11-02 19:52 UTC  (2+ 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).