kvm-ppc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-21 22:31:38 to 2020-02-18 21:07:36 UTC [more...]

[PATCH v6 00/22] KVM: Dynamically size memslot arrays
 2020-02-18 21:07 UTC  (23+ messages)
` [PATCH v6 01/22] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v6 02/22] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v6 03/22] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v6 04/22] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v6 05/22] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v6 06/22] KVM: Drop kvm_arch_create_memslot()
` [PATCH v6 07/22] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v6 08/22] KVM: Refactor error handling for setting memory region
` [PATCH v6 09/22] KVM: Move setting of memslot into helper routine
` [PATCH v6 10/22] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v6 11/22] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v6 12/22] KVM: Move memslot deletion to helper function
` [PATCH v6 13/22] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v6 14/22] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v6 15/22] KVM: Provide common implementation for generic dirty log functions
` [PATCH v6 16/22] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v6 17/22] KVM: Terminate memslot walks via used_slots
` [PATCH v6 18/22] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v6 19/22] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
` [PATCH v6 20/22] KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
` [PATCH v6 21/22] KVM: x86/mmu: Use ranged-based TLB flush for dirty log memslot flush
` [PATCH v6 22/22] KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes

[PATCH v5 00/19] KVM: Dynamically size memslot arrays
 2020-02-18 17:10 UTC  (70+ messages)
` [PATCH v5 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v5 02/19] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v5 03/19] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v5 04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v5 05/19] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v5 06/19] KVM: Drop kvm_arch_create_memslot()
` [PATCH v5 07/19] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v5 08/19] KVM: Refactor error handling for setting memory region
` [PATCH v5 09/19] KVM: Move setting of memslot into helper routine
` [PATCH v5 10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v5 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v5 12/19] KVM: Move memslot deletion to helper function
` [PATCH v5 13/19] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v5 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v5 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v5 17/19] KVM: Terminate memslot walks via used_slots
` [PATCH v5 18/19] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v5 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION

[PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages
 2020-02-18 16:02 UTC  (10+ messages)

[PATCH kernel v3] powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()
 2020-02-18 11:53 UTC  (5+ messages)

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-18 10:54 UTC  (19+ messages)
` [PATCH v2 01/13] arm/arm64: add support for folded p4d page tables
` [PATCH v2 02/13] h8300: remove usage of __ARCH_USE_5LEVEL_HACK
` [PATCH v2 03/13] hexagon: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 04/13] ia64: add support for folded p4d page tables
` [PATCH v2 05/13] nios2: "
` [PATCH v2 06/13] openrisc: "
` [PATCH v2 07/13] powerpc: "
` [PATCH v2 08/13] sh: fault: Modernize printing of kernel messages
` [PATCH v2 09/13] sh: drop __pXd_offset() macros that duplicate pXd_index() ones
` [PATCH v2 10/13] sh: add support for folded p4d page tables
` [PATCH v2 11/13] unicore32: remove __ARCH_USE_5LEVEL_HACK
` [PATCH v2 12/13] asm-generic: remove pgtable-nop4d-hack.h
` [PATCH v2 13/13] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h

[PATCH kernel 0/5] powerpc/powenv/ioda: Allow huge DMA window at 4GB
 2020-02-18  7:36 UTC  (6+ messages)
` [PATCH kernel 1/5] powerpc/powernv/ioda: Move TCE bypass base to PE
` [PATCH kernel 2/5] powerpc/powernv/ioda: Rework for huge DMA window at 4GB
` [PATCH kernel 3/5] powerpc/powernv/ioda: Allow smaller TCE table levels
` [PATCH kernel 4/5] powerpc/powernv/phb4: Add 4GB IOMMU bypass mode
` [PATCH kernel 5/5] vfio/spapr_tce: Advertise and allow a huge DMA windows at 4GB

[PATCH] KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code
 2020-02-18  4:36 UTC 

[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
 2020-02-17 20:55 UTC  (30+ messages)
` [PATCH v6 01/11] asm-generic/pgtable: Adds generic functions to track lockless pgtable walks
` [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range
` [PATCH v6 03/11] powerpc/mm: Adds arch-specificic functions to track lockless pgtable walks
` [PATCH v6 04/11] powerpc/mce_power: Use functions to track lockless pgtbl walks
` [PATCH v6 05/11] powerpc/perf: "
` [PATCH v6 06/11] powerpc/mm/book3s64/hash: "
` [PATCH v6 07/11] powerpc/kvm/e500: "
` [PATCH v6 08/11] powerpc/kvm/book3s_hv: "
` [PATCH v6 09/11] powerpc/kvm/book3s_64: "
` [PATCH v6 10/11] powerpc/mm: Adds counting method to track lockless pagetable walks
` [PATCH v6 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing

[PATCH 0/5] mm/vma: Use available wrappers when possible
 2020-02-17  9:33 UTC  (3+ messages)
` [PATCH 3/5] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()

[PATCH] KVM: PPC: Book3S HV: Treat unrecognized TM instructions as illegal
 2020-02-17  7:37 UTC  (7+ messages)

Kernel (little-endian) crashing on POWER8 on heavy PowerKVM load
 2020-02-16 22:57 UTC 

Teo En Ming's Manual for Setting Up Samba 4.11.6 and CentOS 8.1 (1911) Linux Server QEMU/KVM Virtual
 2020-02-15  6:43 UTC 

[PATCH AUTOSEL 5.4 341/459] KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'
 2020-02-14 15:59 UTC 

[PATCH AUTOSEL 5.5 395/542] KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'
 2020-02-14 15:48 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 493/542] KVM: PPC: Book3S HV: Release lock on page-out failure path

4K video rendering speed in Windows 10 virtual machine with GPU passthrough (QEMU/KVM)
 2020-02-12 15:08 UTC 

[PATCH 2/6] powerpc: kvm: no need to check return value of debugfs_create functions
 2020-02-09 10:58 UTC 

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2020-02-07 18:52 UTC  (6+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()

[PATCH 0/5] KVM: Move x86 init ops to separate struct
 2020-01-31 18:55 UTC  (9+ messages)
` [PATCH 1/5] KVM: Pass kvm_init()'s opaque param to additional arch funcs
` [PATCH 2/5] KVM: x86: Move init-only kvm_x86_ops to separate struct
` [PATCH 3/5] KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
` [PATCH 4/5] KVM: VMX: Configure runtime hooks using vmx_x86_ops
` [PATCH 5/5] KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes

[PATCH] KVM: PPC: Book3S PR: Fix -Werror=return-type build failure
 2020-01-30  0:57 UTC  (2+ messages)

[PATCH FIX] KVM: PPC: Book3S HV: Release lock on page-out failure path
 2020-01-30  0:55 UTC  (3+ messages)

[GIT PULL] Please pull my kvm-ppc-next-5.1-1 tag
 2020-01-30  0:54 UTC  (2+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-5.6-2 tag

[PATCH v3] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH v2 00/45] KVM: Refactor vCPU creation
 2020-01-26  3:02 UTC  (7+ messages)
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 30/45] KVM: Move vcpu alloc and init invocation to common code

[PATCH v4 1/2] powerpc/pseries/svm: Use FW_FEATURE to detect SVM
 2020-01-22  5:50 UTC  (2+ messages)
` [PATCH v4 2/2] powerpc/pseries/svm: Disable BHRB/EBB/PMU 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 NNTP newsgroup(s).