messages from 2019-12-06 13:52:57 to 2020-01-08 20:24:48 UTC [more...]
[PATCH 00/14] KVM: x86/mmu: Huge page fixes, cleanup, and DAX
2020-01-08 20:24 UTC (15+ messages)
` [PATCH 01/14] KVM: x86/mmu: Enforce max_level on HugeTLB mappings
` [PATCH 02/14] mm: thp: KVM: Explicitly check for THP when populating secondary MMU
` [PATCH 03/14] KVM: Use vcpu-specific gva->hva translation when querying host page size
` [PATCH 04/14] KVM: Play nice with read-only memslots "
` [PATCH 05/14] x86/mm: Introduce lookup_address_in_mm()
` [PATCH 06/14] KVM: x86/mmu: Refactor THP adjust to prep for changing query
` [PATCH 07/14] KVM: x86/mmu: Walk host page tables to find THP mappings
` [PATCH 08/14] KVM: x86/mmu: Drop level optimization from fast_page_fault()
` [PATCH 09/14] KVM: x86/mmu: Rely on host page tables to find HugeTLB mappings
` [PATCH 10/14] KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)
` [PATCH 11/14] KVM: x86/mmu: Zap any compound page when collapsing sptes
` [PATCH 12/14] KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()
` [PATCH 13/14] KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()
` [PATCH 14/14] KVM: x86/mmu: Use huge pages for DAX-backed files
[PATCH v4 1/2] KVM: PPC: Add skip_page_out parameter
2020-01-07 16:45 UTC (5+ messages)
` [PATCH v4 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
[PATCH kernel v2 0/4] Enable IOMMU support for pseries Secure VMs
2020-01-06 23:33 UTC (17+ messages)
` [PATCH kernel v2 1/4] Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests"
` [PATCH kernel v2 2/4] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce for
` [PATCH kernel v2 2/4] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce
` [PATCH kernel v2 3/4] powerpc/pseries/iommu: Separate FW_FEATURE_MULTITCE to put/stuff features
` [PATCH kernel v2 4/4] powerpc/pseries/svm: Allow IOMMU to work in SVM
[PATCH V3 1/2] KVM: PPC: Add skip_page_out parameter
2020-01-03 2:20 UTC (10+ messages)
` [PATCH V3 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
[PATCH 1/2] powerpc/pseries/svm: Use FW_FEATURE to detect SVM
2019-12-27 5:29 UTC (4+ messages)
` [PATCH 2/2] powerpc/pseries/svm: Disable BHRB/EBB/PMU access
[PATCH v4 00/19] KVM: Dynamically size memslot arrays
2019-12-24 18:19 UTC (35+ messages)
` [PATCH v4 01/19] KVM: x86: Allocate new rmap and large page tracking when moving memslot
` [PATCH v4 02/19] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v4 03/19] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v4 04/19] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v4 05/19] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v4 06/19] KVM: Drop kvm_arch_create_memslot()
` [PATCH v4 07/19] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v4 08/19] KVM: Refactor error handling for setting memory region
` [PATCH v4 09/19] KVM: Move setting of memslot into helper routine
` [PATCH v4 10/19] KVM: Drop "const" attribute from old memslot in commit_memory_region()
` [PATCH v4 11/19] KVM: x86: Free arrays for old memslot when moving memslot's base gfn
` [PATCH v4 12/19] KVM: Move memslot deletion to helper function
` [PATCH v4 13/19] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v4 14/19] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v4 15/19] KVM: Provide common implementation for generic dirty log functions
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v4 17/19] KVM: Terminate memslot walks via used_slots
` [PATCH v4 18/19] KVM: Dynamically size memslot array based on number of used slots
` [PATCH v4 19/19] KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION
[PATCH kernel v3] powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()
2019-12-23 23:32 UTC (3+ messages)
[PATCH kernel] vfio/spapr/nvlink2: Skip unpinning pages on error exit
2019-12-23 1:09 UTC
[GIT PULL] Please pull my kvm-ppc-fixes-4.16-1 tag
2019-12-22 12:18 UTC (3+ messages)
` [GIT PULL] Please pull my kvm-ppc-fixes-5.5-1 tag
[PATCH v2 00/45] KVM: Refactor vCPU creation
2019-12-20 16:22 UTC (63+ messages)
` [PATCH v2 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH v2 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH v2 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
` [PATCH v2 04/45] KVM: VMX: Allocate VPID after initializing VCPU
` [PATCH v2 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free
` [PATCH v2 06/45] KVM: SVM: "
` [PATCH v2 07/45] KVM: x86: Allocate vcpu struct in common x86 code
` [PATCH v2 08/45] KVM: x86: Move FPU allocation to "
` [PATCH v2 09/45] KVM: x86: Move allocation of pio_data page down a few lines
` [PATCH v2 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
` [PATCH v2 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH v2 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
` [PATCH v2 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
` [PATCH v2 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH v2 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
` [PATCH v2 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free()
` [PATCH v2 18/45] KVM: PPC: "
` [PATCH v2 19/45] KVM: arm: "
` [PATCH v2 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
` [PATCH v2 21/45] KVM: x86: Remove spurious clearing of async #PF MSR
` [PATCH v2 22/45] KVM: x86: Drop kvm_arch_vcpu_free()
` [PATCH v2 23/45] KVM: Remove kvm_arch_vcpu_free() declaration
` [PATCH v2 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
` [PATCH v2 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
` [PATCH v2 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
` [PATCH v2 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
` [PATCH v2 28/45] KVM: x86: "
` [PATCH v2 29/45] KVM: Introduce kvm_vcpu_destroy()
` [PATCH v2 30/45] KVM: Move vcpu alloc and init invocation to common code
` [PATCH v2 31/45] KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init()
` [PATCH v2 32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init()
` [PATCH v2 33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
` [PATCH v2 34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create()
` [PATCH v2 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create()
` [PATCH v2 36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create()
` [PATCH v2 37/45] KVM: Drop kvm_arch_vcpu_setup()
` [PATCH v2 38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
` [PATCH v2 39/45] KVM: MIPS: "
` [PATCH v2 40/45] KVM: ARM: "
` [PATCH v2 41/45] KVM: PPC: "
` [PATCH v2 42/45] KVM: arm64: Free sve_state via arm specific hook
` [PATCH v2 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
` [PATCH v2 44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy()
` [PATCH v2 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init()
[PATCH v17 06/23] powerpc: mm: Add p?d_leaf() definitions
2019-12-20 11:53 UTC (3+ messages)
[PATCH 1/1] kvm/book3s_64: Fixes crash caused by not cleaning vhost IOTLB
2019-12-20 3:35 UTC (4+ messages)
[PATCH 0/7] KVM: arm/arm64: Help VMs dying quicker
2019-12-19 13:46 UTC (14+ messages)
` [PATCH 1/7] KVM: Pass mmu_notifier_range down to kvm_unmap_hva_range()
` [PATCH 2/7] KVM: arm/arm64: Pass flags along Stage-2 unmapping functions
` [PATCH 3/7] KVM: arm/arm64: Condition cache maintenance on unmap with a flag
` [PATCH 4/7] KVM: arm/arm64: Condition TLB "
` [PATCH 5/7] KVM: arm/arm64: Elide both CMOs and TBLIs on freeing the whole Stage-2
` [PATCH 6/7] KVM: arm/arm64: Elide CMOs when retrying a block mapping
` [PATCH 7/7] KVM: arm/arm64: Elide CMOs when unmapping a range
[PATCH 1/2] powerpc/pseries/svm: Don't access some SPRs
2019-12-19 10:59 UTC (5+ messages)
` [PATCH 2/2] powerpc/pseries/svm: Disable PMUs in SVMs
[PATCH] KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisor
2019-12-18 5:11 UTC
[PATCH] KVM: PPC: Book3S HV: Fix regression on big endian hosts
2019-12-18 4:05 UTC (2+ messages)
[PATCH v3 00/15] KVM: Dynamically size memslot arrays
2019-12-17 17:55 UTC (7+ messages)
` [PATCH v3 05/15] KVM: Drop kvm_arch_create_memslot()
[PATCH kernel 0/3] Enable IOMMU support for pseries Secure VMs
2019-12-13 20:32 UTC (7+ messages)
` [PATCH kernel 1/3] powerpc/pseries/iommu: Use dma_iommu_ops for Secure VM
` [PATCH kernel 2/3] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce for DDW
` [PATCH kernel 2/3] powerpc/pseries: Allow not having ibm,hypertas-functions::hcall-multi-tce fo
` [PATCH kernel 3/3] powerpc/pseries/iommu: Do not use H_PUT_TCE_INDIRECT in secure VM
[PATCH v2 1/1] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
2019-12-12 22:14 UTC
[PATCH v16 06/25] powerpc: mm: Add p?d_leaf() definitions
2019-12-09 13:06 UTC (3+ messages)
KVM regression on 64-bit big endian in 5.4
2019-12-09 9:52 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox