messages from 2019-09-11 18:50:32 to 2019-10-22 01:59:07 UTC [more...]
[PATCH 00/45] KVM: Refactor vCPU creation
2019-10-22 1:59 UTC (28+ messages)
` [PATCH 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
` [PATCH 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
` [PATCH 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
` [PATCH 04/45] KVM: VMX: Allocate VPID after initializing VCPU
` [PATCH 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free
` [PATCH 06/45] KVM: SVM: "
` [PATCH 07/45] KVM: x86: Allocate vcpu struct in common x86 code
` [PATCH 08/45] KVM: x86: Move FPU allocation to "
` [PATCH 09/45] KVM: x86: Move allocation of pio_data page down a few lines
` [PATCH 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code
` [PATCH 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0
` [PATCH 12/45] KVM: PPC: Allocate vcpu struct in common PPC code
` [PATCH 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init
` [PATCH 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()
` [PATCH 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code
` [PATCH 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs
` [PATCH 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free()
` [PATCH 18/45] KVM: PPC: "
` [PATCH 19/45] KVM: arm: "
` [PATCH 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
` [PATCH 21/45] KVM: x86: Remove spurious clearing of async #PF MSR
` [PATCH 22/45] KVM: x86: Drop kvm_arch_vcpu_free()
` [PATCH 23/45] KVM: Remove kvm_arch_vcpu_free() declaration
` [PATCH 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
` [PATCH 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create()
` [PATCH 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page
` [PATCH 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
[PATCH 0/3] Replace current->mm by kvm->mm on powerpc/kvm
2019-10-22 0:43 UTC (7+ messages)
` [PATCH 1/3] powerpc/kvm/book3s: Replace current->mm by kvm->mm
` [PATCH 2/3] powerpc/kvm/book3e: "
` [PATCH 3/3] powerpc/kvm/e500: "
[PATCH v2 00/15] KVM: Dynamically size memslot arrays
2019-10-22 0:35 UTC (16+ messages)
` [PATCH v2 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v2 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v2 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v2 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v2 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v2 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v2 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v2 08/15] KVM: Move setting of memslot into helper routine
` [PATCH v2 09/15] KVM: Move memslot deletion to helper function
` [PATCH v2 10/15] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v2 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v2 12/15] KVM: Provide common implementation for generic dirty log functions
` [PATCH v2 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v2 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v2 15/15] KVM: Dynamically size memslot array based on number of used slots
[PATCH] KVM: Add separate helper for putting borrowed reference to kvm
2019-10-21 22:58 UTC
[kvm-unit-tests PATCH] Switch the order of the parameters in report() and report_xfail()
2019-10-21 15:30 UTC (2+ messages)
[GIT PULL] Please pull my kvm-ppc-fixes-4.16-1 tag
2019-10-21 4:19 UTC (2+ messages)
` [GIT PULL] Please pull my kvm-ppc-fixes-5.4-1 tag
[PATCH v2 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
2019-10-21 4:06 UTC (13+ messages)
` [PATCH v2 1/6] KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocated
` [PATCH v2 2/6] KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use
` [PATCH v2 3/6] KVM: PPC: Book3S HV: XIVE: Show VP id in debugfs
` [PATCH v2 4/6] KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper
` [PATCH v2 5/6] KVM: PPC: Book3S HV: XIVE: Make VP block size configurable
` [PATCH v2 6/6] KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs
[PATCH v12 06/22] powerpc: mm: Add p?d_leaf() definitions
2019-10-18 10:12 UTC
[PATCH v9 0/8] KVM: PPC: Driver to manage pages of secure guest
2019-10-18 3:00 UTC (12+ messages)
` [PATCH v9 1/8] KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslot
` [PATCH v9 2/8] KVM: PPC: Move pages between normal and secure memory
` [PATCH v9 3/8] KVM: PPC: Shared pages support for secure guests
` [PATCH v9 4/8] KVM: PPC: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [PATCH v9 5/8] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v9 6/8] KVM: PPC: Radix changes for secure guest
` [PATCH v9 7/8] KVM: PPC: Support reset of "
` [PATCH v9 8/8] KVM: PPC: Ultravisor: Add PPC_UV config option
[EMBARGOED RHEL8.1 PATCH v5 01/14] kvm: x86, powerpc: do not allow clearing largepages debugfs entry
2019-10-11 17:15 UTC
[EMBARGOED RHEL8.0 PATCH v5 01/11] kvm: x86, powerpc: do not allow clearing largepages debugfs entry
2019-10-11 17:14 UTC
[PATCH] powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_host
2019-10-11 8:22 UTC (5+ messages)
[PATCH v5 00/11] Introduces new count-based method for tracking lockless pagetable walks
2019-10-09 18:09 UTC (8+ messages)
` [PATCH v5 10/11] mm/Kconfig: Adds config option to track "
` [PATCH v5 01/11] asm-generic/pgtable: Adds generic functions to monitor lockless pgtable walks
[PATCH] powerpc: Fix up RTAS invocation for new qemu versions
2019-10-09 11:12 UTC (7+ messages)
[PATCH v11 06/22] powerpc: mm: Add p?d_leaf() definitions
2019-10-07 15:38 UTC
[PATCH v2 5/5] KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE mode
2019-10-02 6:00 UTC
[PATCH v2 4/5] KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interrupts
2019-10-02 6:00 UTC
[PATCH v2 3/5] KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest delivery
2019-10-02 6:00 UTC
[PATCH v2 2/5] KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op
2019-10-02 6:00 UTC
[PATCH v2 1/5] KVM: PPC: Book3S: Define and use SRR1_MSR_BITS
2019-10-02 6:00 UTC
[PATCH v2 0/5] Fix LPCR[AIL]=3 implementation and reject
2019-10-02 6:00 UTC (3+ messages)
` [PATCH v2 0/5] Fix LPCR[AIL]=3 implementation
[PATCH v4 00/11] Introduces new count-based method for monitoring lockless pagetable walks
2019-10-01 19:40 UTC (19+ messages)
` [PATCH v4 01/11] powerpc/mm: Adds counting method to monitor lockless pgtable walks
` [PATCH v4 02/11] asm-generic/pgtable: Adds dummy functions "
` [PATCH v4 03/11] mm/gup: Applies counting method to monitor gup_pgd_range
` [PATCH v4 04/11] powerpc/mce_power: Applies counting method to monitor lockless pgtbl walks
` [PATCH v4 05/11] powerpc/perf: "
` [PATCH v4 06/11] powerpc/mm/book3s64/hash: "
` [PATCH v4 07/11] powerpc/kvm/e500: "
` [PATCH v4 08/11] powerpc/kvm/book3s_hv: "
` [PATCH v4 09/11] powerpc/kvm/book3s_64: "
` [PATCH v4 10/11] powerpc/book3s_64: Enables counting method to monitor lockless pgtbl walk
` [PATCH v4 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing
[PATCH] kvm: x86, powerpc: do not allow clearing largepages debugfs entry
2019-09-30 16:52 UTC
[PATCH v3 00/11] Introduces new count-based method for monitoring lockless pagetable walks
2019-09-27 23:25 UTC (14+ messages)
` [PATCH v3 01/11] powerpc/mm: Adds counting method to monitor lockless pgtable walks
` [PATCH v3 02/11] asm-generic/pgtable: Adds dummy functions "
` [PATCH v3 03/11] mm/gup: Applies counting method to monitor gup_pgd_range
` [PATCH v3 04/11] powerpc/mce_power: Applies counting method to monitor lockless pgtbl walks
` [PATCH v3 05/11] powerpc/perf: "
` [PATCH v3 06/11] powerpc/mm/book3s64/hash: "
` [PATCH v3 07/11] powerpc/kvm/e500: "
` [PATCH v3 08/11] powerpc/kvm/book3s_hv: "
` [PATCH v3 09/11] powerpc/kvm/book3s_64: "
` [PATCH v3 10/11] powerpc/book3s_64: Enables counting method to monitor lockless pgtbl walk
` [PATCH v3 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing
[PATCH v2] KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flag
2019-09-25 11:05 UTC (3+ messages)
[PATCH 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
2019-09-25 8:47 UTC (15+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: XIVE: initialize private pointer when VPs are allocated
` [PATCH 2/6] KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive "
` [PATCH 3/6] KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use
` [PATCH 4/6] KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helper
` [PATCH 5/6] KVM: PPC: Book3S HV: XIVE: Make VP block size configurable
` [PATCH 6/6] KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPs
[PATCH 1/1] powerpc: kvm: Reduce calls to get current->mm by storing the value locally
2019-09-24 1:22 UTC (2+ messages)
[PATCH 00/13] KVM: Dynamically size memslot arrays
2019-09-19 19:39 UTC (16+ messages)
` [PATCH 02/13] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH 04/13] KVM: Drop kvm_arch_create_memslot()
` [PATCH 05/13] KVM: Refactor error handling for setting memory region
` [PATCH 07/13] KVM: Move memslot deletion to helper function
` [PATCH 08/13] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH 09/13] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH 10/13] KVM: Provide common implementation for generic dirty log functions
` [PATCH 11/13] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH 12/13] KVM: Terminate memslot walks via used_slots
` [PATCH 13/13] KVM: Dynamically size memslot array based on number of used slots
[PATCH 1/4] powerpc/kvm: Move kvm_tmp into .text, shrink to 64K
2019-09-19 10:25 UTC (2+ messages)
[PATCH] KVM: PPC: Remove superfluous check for non-zero return value
2019-09-19 5:51 UTC (4+ messages)
` [PATCH trivial] "
[PATCH v8 0/8] kvmppc: Driver to manage pages of secure guest
2019-09-18 10:59 UTC (16+ messages)
` [PATCH v8 2/8] kvmppc: Movement of pages between normal and secure memory
` [PATCH v8 3/8] kvmppc: Shared pages support for secure guests
` [PATCH v8 4/8] kvmppc: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [PATCH v8 7/8] kvmppc: Support reset of secure guest
` [PATCH v8 8/8] KVM: PPC: Ultravisor: Add PPC_UV config option
[PATCH v2 5/5] KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE mode
2019-09-16 7:31 UTC
[PATCH v2 4/5] KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interrupts
2019-09-16 7:31 UTC
[PATCH v2 3/5] KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest delivery
2019-09-16 7:31 UTC
[PATCH v2 2/5] KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op
2019-09-16 7:31 UTC
[PATCH v2 1/5] KVM: PPC: Book3S: Define and use SRR1_MSR_BITS
2019-09-16 7:31 UTC
[PATCH v3] powerpc/lockdep: fix a false positive warning
2019-09-15 2:12 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: Tunable to configure maximum # of vCPUs per VM
2019-09-12 13:49 UTC (4+ messages)
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