Linux KVM PPC
[Prev Page][Next Page]
- [PATCH v3 00/15] KVM: Dynamically size memslot arrays,
Sean Christopherson
- [PATCH v3 14/15] KVM: Terminate memslot walks via used_slots, Sean Christopherson
- [PATCH v3 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log(), Sean Christopherson
- [PATCH v3 15/15] KVM: Dynamically size memslot array based on number of used slots, Sean Christopherson
- [PATCH v3 12/15] KVM: Provide common implementation for generic dirty log functions, Sean Christopherson
- [PATCH v3 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region(), Sean Christopherson
- [PATCH v3 10/15] KVM: Simplify kvm_free_memslot() and all its descendents, Sean Christopherson
- [PATCH v3 09/15] KVM: Move memslot deletion to helper function, Sean Christopherson
- [PATCH v3 08/15] KVM: Move setting of memslot into helper routine, Sean Christopherson
- [PATCH v3 07/15] KVM: Refactor error handling for setting memory region, Sean Christopherson
- [PATCH v3 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap, Sean Christopherson
- [PATCH v3 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region(), Sean Christopherson
- [PATCH v3 05/15] KVM: Drop kvm_arch_create_memslot(), Sean Christopherson
- [PATCH v3 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region(), Sean Christopherson
- [PATCH v3 01/15] KVM: Reinstall old memslots if arch preparation fails, Sean Christopherson
- [PATCH v3 02/15] KVM: Don't free new memslot if allocation of said memslot fails, Sean Christopherson
- Re: [PATCH v3 00/15] KVM: Dynamically size memslot arrays, Christoffer Dall
- Re: [PATCH v3 00/15] KVM: Dynamically size memslot arrays, Marc Zyngier
- Re: [PATCH v3 00/15] KVM: Dynamically size memslot arrays, Sean Christopherson
- [PATCH v13 06/22] powerpc: mm: Add p?d_leaf() definitions, Steven Price
- [PATCH 00/45] KVM: Refactor vCPU creation,
Sean Christopherson
- [PATCH 16/45] KVM: MIPS: Use kvm_vcpu_cache to allocate vCPUs, Sean Christopherson
- [PATCH 18/45] KVM: PPC: Drop kvm_arch_vcpu_free(), Sean Christopherson
- [PATCH 25/45] KVM: s390: Move guts of kvm_arch_vcpu_init() into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH 44/45] KVM: Move putting of vcpu->pid to kvm_vcpu_destroy(), Sean Christopherson
- [PATCH 45/45] KVM: Move vcpu->run page allocation out of kvm_vcpu_init(), Sean Christopherson
- [PATCH 43/45] KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit(), Sean Christopherson
- [PATCH 39/45] KVM: MIPS: Move all vcpu init code into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH 40/45] KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH 41/45] KVM: PPC: Move all vcpu init code into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH 42/45] KVM: arm64: Free sve_state via arm specific hook, Sean Christopherson
- [PATCH 38/45] KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH 37/45] KVM: Drop kvm_arch_vcpu_setup(), Sean Christopherson
- [PATCH 36/45] KVM: PPC: BookE: Setup vcpu during kvmppc_core_vcpu_create(), Sean Christopherson
- [PATCH 31/45] KVM: Unexport kvm_vcpu_cache and kvm_{un}init_vcpu(), Sean Christopherson
- [PATCH 35/45] KVM: s390: Manually invoke vcpu setup during kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH 34/45] KVM: MIPS: Move .vcpu_setup() call to kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH 32/45] KVM: Move initialization of preempt notifier to kvm_vcpu_init(), Sean Christopherson
- [PATCH 29/45] KVM: Introduce kvm_vcpu_destroy(), Sean Christopherson
- [PATCH 30/45] KVM: Move vcpu alloc and init invocation to common code, Sean Christopherson
- [PATCH 33/45] KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create(), Sean Christopherson
- [PATCH 28/45] KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu, Sean Christopherson
- [PATCH 23/45] KVM: Remove kvm_arch_vcpu_free() declaration, Sean Christopherson
- [PATCH 27/45] KVM: MIPS: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu, Sean Christopherson
- [PATCH 26/45] KVM: s390: Invoke kvm_vcpu_init() before allocating sie_page, Sean Christopherson
- [PATCH 24/45] KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues, Sean Christopherson
- [PATCH 21/45] KVM: x86: Remove spurious clearing of async #PF MSR, Sean Christopherson
- [PATCH 22/45] KVM: x86: Drop kvm_arch_vcpu_free(), Sean Christopherson
- [PATCH 19/45] KVM: arm: Drop kvm_arch_vcpu_free(), Sean Christopherson
- [PATCH 20/45] KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path, Sean Christopherson
- [PATCH 17/45] KVM: MIPS: Drop kvm_arch_vcpu_free(), Sean Christopherson
- [PATCH 12/45] KVM: PPC: Allocate vcpu struct in common PPC code, Sean Christopherson
- [PATCH 13/45] KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common init, Sean Christopherson
- [PATCH 15/45] KVM: PPC: Move kvm_vcpu_init() invocation to common code, Sean Christopherson
- [PATCH 14/45] KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init(), Sean Christopherson
- [PATCH 10/45] KVM: x86: Move kvm_vcpu_init() invocation to common code, Sean Christopherson
- [PATCH 11/45] KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0, Sean Christopherson
- [PATCH 04/45] KVM: VMX: Allocate VPID after initializing VCPU, Sean Christopherson
- [PATCH 09/45] KVM: x86: Move allocation of pio_data page down a few lines, Sean Christopherson
- [PATCH 08/45] KVM: x86: Move FPU allocation to common x86 code, Sean Christopherson
- [PATCH 06/45] KVM: SVM: Use direct vcpu pointer during vCPU create/free, Sean Christopherson
- [PATCH 05/45] KVM: VMX: Use direct vcpu pointer during vCPU create/free, Sean Christopherson
- [PATCH 07/45] KVM: x86: Allocate vcpu struct in common x86 code, Sean Christopherson
- [PATCH 03/45] KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails, Sean Christopherson
- [PATCH 02/45] KVM: PPC: Book3S PR: Free shared page if mmu initialization fails, Sean Christopherson
- [PATCH 01/45] KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails, Sean Christopherson
- Re: [PATCH 00/45] KVM: Refactor vCPU creation, Christoffer Dall
- [PATCH v2 00/15] KVM: Dynamically size memslot arrays,
Sean Christopherson
- [PATCH v2 02/15] KVM: Don't free new memslot if allocation of said memslot fails, Sean Christopherson
- [PATCH v2 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log(), Sean Christopherson
- [PATCH v2 14/15] KVM: Terminate memslot walks via used_slots, Sean Christopherson
- [PATCH v2 12/15] KVM: Provide common implementation for generic dirty log functions, Sean Christopherson
- [PATCH v2 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region(), Sean Christopherson
- [PATCH v2 10/15] KVM: Simplify kvm_free_memslot() and all its descendents, Sean Christopherson
- [PATCH v2 15/15] KVM: Dynamically size memslot array based on number of used slots, Sean Christopherson
- [PATCH v2 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap, Sean Christopherson
- [PATCH v2 08/15] KVM: Move setting of memslot into helper routine, Sean Christopherson
- [PATCH v2 09/15] KVM: Move memslot deletion to helper function, Sean Christopherson
- [PATCH v2 01/15] KVM: Reinstall old memslots if arch preparation fails, Sean Christopherson
- [PATCH v2 05/15] KVM: Drop kvm_arch_create_memslot(), Sean Christopherson
- [PATCH v2 07/15] KVM: Refactor error handling for setting memory region, Sean Christopherson
- [PATCH v2 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region(), Sean Christopherson
- [PATCH v2 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region(), Sean Christopherson
- Re: [PATCH v2 00/15] KVM: Dynamically size memslot arrays, Paolo Bonzini
- Re: [PATCH v2 00/15] KVM: Dynamically size memslot arrays, Paolo Bonzini
- Re: [PATCH v2 00/15] KVM: Dynamically size memslot arrays, Christoffer Dall
- [PATCH] KVM: Add separate helper for putting borrowed reference to kvm,
Sean Christopherson
- [GIT PULL] Please pull my kvm-ppc-fixes-5.4-1 tag,
Paul Mackerras
- [PATCH v12 06/22] powerpc: mm: Add p?d_leaf() definitions, Steven Price
- Re: [kvm-unit-tests PATCH] Switch the order of the parameters in report() and report_xfail(),
Thomas Huth
- [EMBARGOED RHEL8.1 PATCH v5 01/14] kvm: x86, powerpc: do not allow clearing largepages debugfs entry, Paolo Bonzini
- [EMBARGOED RHEL8.0 PATCH v5 01/11] kvm: x86, powerpc: do not allow clearing largepages debugfs entry, Paolo Bonzini
- [PATCH v11 06/22] powerpc: mm: Add p?d_leaf() definitions, Steven Price
- [PATCH] powerpc: Fix up RTAS invocation for new qemu versions,
David Gibson
- [PATCH] powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_host,
Jordan Niethe
- Re: [PATCH v5 01/11] asm-generic/pgtable: Adds generic functions to monitor lockless pgtable walks,
Leonardo Bras
- Re: [PATCH v5 10/11] mm/Kconfig: Adds config option to track lockless pagetable walks, Leonardo Bras
- Re: [PATCH v5 00/11] Introduces new count-based method for tracking lockless pagetable walks,
Leonardo Bras
- Re: [PATCH v5 00/11] Introduces new count-based method for tracking lockless pagetable walks, Peter Zijlstra
[PATCH v2 0/5] Fix LPCR[AIL]=3 implementation,
Nicholas Piggin
[PATCH] kvm: x86, powerpc: do not allow clearing largepages debugfs entry, Paolo Bonzini
[PATCH v4 00/11] Introduces new count-based method for monitoring lockless pagetable walks,
Leonardo Bras
[PATCH v4 02/11] asm-generic/pgtable: Adds dummy functions to monitor lockless pgtable walks, Leonardo Bras
[PATCH v4 05/11] powerpc/perf: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
[PATCH v4 03/11] mm/gup: Applies counting method to monitor gup_pgd_range, Leonardo Bras
[PATCH v4 04/11] powerpc/mce_power: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
[PATCH v4 08/11] powerpc/kvm/book3s_hv: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
[PATCH v4 06/11] powerpc/mm/book3s64/hash: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
[PATCH v4 09/11] powerpc/kvm/book3s_64: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
[PATCH v4 10/11] powerpc/book3s_64: Enables counting method to monitor lockless pgtbl walk, Leonardo Bras
[PATCH v4 07/11] powerpc/kvm/e500: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
[PATCH v4 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing, Leonardo Bras
[PATCH v2 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL,
Greg Kurz
[PATCH v9 0/8] KVM: PPC: Driver to manage pages of secure guest,
Bharata B Rao
[PATCH v3 00/11] Introduces new count-based method for monitoring lockless pagetable walks,
Leonardo Bras
- [PATCH v3 01/11] powerpc/mm: Adds counting method to monitor lockless pgtable walks, Leonardo Bras
- [PATCH v3 04/11] powerpc/mce_power: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
- [PATCH v3 03/11] mm/gup: Applies counting method to monitor gup_pgd_range, Leonardo Bras
- [PATCH v3 06/11] powerpc/mm/book3s64/hash: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
- [PATCH v3 08/11] powerpc/kvm/book3s_hv: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
- [PATCH v3 09/11] powerpc/kvm/book3s_64: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
- [PATCH v3 10/11] powerpc/book3s_64: Enables counting method to monitor lockless pgtbl walk, Leonardo Bras
- [PATCH v3 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing, Leonardo Bras
- [PATCH v3 02/11] asm-generic/pgtable: Adds dummy functions to monitor lockless pgtable walks, Leonardo Bras
- [PATCH v3 07/11] powerpc/kvm/e500: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
- [PATCH v3 05/11] powerpc/perf: Applies counting method to monitor lockless pgtbl walks, Leonardo Bras
- <Possible follow-ups>
- Re: [PATCH v3 00/11] Introduces new count-based method for monitoring lockless pagetable walks, Leonardo Bras
[PATCH 1/1] powerpc: kvm: Reduce calls to get current->mm by storing the value locally,
Leonardo Bras
[PATCH 0/3] Replace current->mm by kvm->mm on powerpc/kvm,
Leonardo Bras
[PATCH 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL,
Greg Kurz
[PATCH v2 0/5] Fix LPCR[AIL]=3 implementation and reject,
Nicholas Piggin
[PATCH v2] KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flag,
Michael Roth
[PATCH] KVM: PPC: Remove superfluous check for non-zero return value,
Thomas Huth
[PATCH 00/13] KVM: Dynamically size memslot arrays,
Sean Christopherson
- [PATCH 10/13] KVM: Provide common implementation for generic dirty log functions, Sean Christopherson
- [PATCH 05/13] KVM: Refactor error handling for setting memory region, Sean Christopherson
- [PATCH 07/13] KVM: Move memslot deletion to helper function, Sean Christopherson
- [PATCH 13/13] KVM: Dynamically size memslot array based on number of used slots, Sean Christopherson
- [PATCH 11/13] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log(), Sean Christopherson
- [PATCH 12/13] KVM: Terminate memslot walks via used_slots, Sean Christopherson
- [PATCH 09/13] KVM: Clean up local variable usage in __kvm_set_memory_region(), Sean Christopherson
- [PATCH 06/13] KVM: Move setting of memslot into helper routine, Sean Christopherson
- [PATCH 08/13] KVM: Simplify kvm_free_memslot() and all its descendents, Sean Christopherson
- [PATCH 01/13] KVM: Reinstall old memslots if arch preparation fails, Sean Christopherson
- [PATCH 04/13] KVM: Drop kvm_arch_create_memslot(), Sean Christopherson
- [PATCH 02/13] KVM: PPC: Move memslot memory allocation into prepare_memory_region(), Sean Christopherson
- [PATCH 03/13] KVM: x86: Allocate memslot resources during prepare_memory_region(), Sean Christopherson
[PATCH 1/4] powerpc/kvm: Move kvm_tmp into .text, shrink to 64K,
Michael Ellerman
[PATCH] KVM: PPC: Book3S HV: Tunable to configure maximum # of vCPUs per VM,
Greg Kurz
[PATCH 1/2] KVM: PPC: Book3S HV: XIVE: initialize private pointer when VPs are allocated,
Greg Kurz
[PATCH v8 0/8] kvmppc: Driver to manage pages of secure guest,
Bharata B Rao
[PATCH v3] powerpc/lockdep: fix a false positive warning,
Qian Cai
[PATCH v2] powerpc/lockdep: fix a false positive warning,
Qian Cai
[PATCH] powerpc/lockdep: fix a false positive warning, Qian Cai
[PATCH] KVM: PPC: Book3S HV: add smp_mb() in kvmppc_set_host_ipi(),
Michael Roth
[PATCH AUTOSEL 4.19 035/167] KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch, Sasha Levin
[PATCH AUTOSEL 4.19 075/167] powerpc/kvm: Save and restore host AMR/IAMR/UAMOR, Sasha Levin
[PATCH AUTOSEL 4.19 137/167] KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation, Sasha Levin
[PATCH AUTOSEL 4.19 136/167] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct, Sasha Levin
[PATCH v2 0/2] powerpc: Add PowerPC Capabilities ELF note,
Maxiwell S. Garcia
[PATCH kernel v3 0/5] powerpc/powernv/kvm: Invalidate multiple TCEs at once,
Alexey Kardashevskiy
[GIT PULL] Please pull my kvm-ppc-next-5.4-1 tag,
Paul Mackerras
[PATCH v3 1/2] powerpc/powernv/opal-msglog: Refactor memcons code,
Claudio Carvalho
[GIT PULL] Please pull my kvm-ppc-fixes-5.3-1 tag,
Paul Mackerras
[PATCH] KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9,
Paul Mackerras
[PATCH] KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual cores, Paul Mackerras
[PATCH] KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required functions,
Paul Mackerras
[PATCH 00/23] KVM: PPC: BOok3S HV: Support for nested HPT guests,
Suraj Jitindar Singh
- [PATCH 01/23] KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler, Suraj Jitindar Singh
- [PATCH 02/23] KVM: PPC: Book3S HV: Increment mmu_notifier_seq when modifying radix pte rc bits, Suraj Jitindar Singh
- [PATCH 03/23] KVM: PPC: Book3S HV: Nested: Don't allow hash guests to run nested guests, Suraj Jitindar Singh
- [PATCH 04/23] KVM: PPC: Book3S HV: Handle making H_ENTER_NESTED hcall in a separate function, Suraj Jitindar Singh
- [PATCH 05/23] KVM: PPC: Book3S HV: Enable calling kvmppc_hpte_hv_fault in virtual mode, Suraj Jitindar Singh
- [PATCH 06/23] KVM: PPC: Book3S HV: Allow hpt manipulation hcalls to be called in virtual mode, Suraj Jitindar Singh
- [PATCH 07/23] KVM: PPC: Book3S HV: Make kvmppc_invalidate_hpte() take lpid not a kvm struct, Suraj Jitindar Singh
- [PATCH 08/23] KVM: PPC: Book3S HV: Nested: Allow pseries hypervisor to run hpt nested guest, Suraj Jitindar Singh
- [PATCH 09/23] KVM: PPC: Book3S HV: Nested: Improve comments and naming of nest rmap functions, Suraj Jitindar Singh
- [PATCH 10/23] KVM: PPC: Book3S HV: Nested: Increase gpa field in nest rmap to 46 bits, Suraj Jitindar Singh
- [PATCH 11/23] KVM: PPC: Book3S HV: Nested: Remove single nest rmap entries, Suraj Jitindar Singh
- [PATCH 12/23] KVM: PPC: Book3S HV: Nested: add kvmhv_remove_all_nested_rmap_lpid(), Suraj Jitindar Singh
- [PATCH 13/23] KVM: PPC: Book3S HV: Nested: Infrastructure for nested hpt guest setup, Suraj Jitindar Singh
- [PATCH 14/23] KVM: PPC: Book3S HV: Nested: Context switch slb for nested hpt guest, Suraj Jitindar Singh
- [PATCH 15/23] KVM: PPC: Book3S HV: Store lpcr and hdec_exp in the vcpu struct, Suraj Jitindar Singh
- [PATCH 16/23] KVM: PPC: Book3S HV: Nested: Make kvmppc_run_vcpu() entry path nested capable, Suraj Jitindar Singh
- [PATCH 17/23] KVM: PPC: Book3S HV: Nested: Rename kvmhv_xlate_addr_nested_radix, Suraj Jitindar Singh
- [PATCH 18/23] KVM: PPC: Book3S HV: Separate out hashing from kvmppc_hv_find_lock_hpte(), Suraj Jitindar Singh
- [PATCH 19/23] KVM: PPC: Book3S HV: Nested: Implement nested hpt mmu translation, Suraj Jitindar Singh
- [PATCH 20/23] KVM: PPC: Book3S HV: Nested: Handle tlbie hcall for nested hpt guest, Suraj Jitindar Singh
- [PATCH 21/23] KVM: PPC: Book3S HV: Nested: Implement nest rmap invalidations for hpt guests, Suraj Jitindar Singh
- [PATCH 22/23] KVM: PPC: Book3S HV: Nested: Enable nested hpt guests, Suraj Jitindar Singh
- [PATCH 23/23] KVM: PPC: Book3S HV: Add nested hpt pte information to debugfs, Suraj Jitindar Singh
[PATCH kernel v2 0/4] powerpc/powernv/kvm: Invalidate multiple TCEs at once,
Alexey Kardashevskiy
[PATCH kernel] KVM: PPC: Fix incorrect guest-to-user-translation error handling,
Alexey Kardashevskiy
[PATCH v2] powerpc/powernv: Add ultravisor message log interface,
Claudio Carvalho
[PATCH v7 0/7] KVMPPC driver to manage secure guest pages,
Bharata B Rao
[PATCH v6 0/7] kvmppc: Paravirtualize KVM to support ultravisor,
Claudio Carvalho
[PATCH] powerpc/64s/exception: most SRR type interrupts need only test KVM for PR-KVM, Nicholas Piggin
[PATCH] KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslot,
Suraj Jitindar Singh
[PATCH kernel] KVM: PPC: vfio/spapr_tce: Split out TCE invalidation from TCE updates, Alexey Kardashevskiy
[PATCH kernel] vfio/spapr_tce: Fix incorrect tce_iommu_group memory free,
Alexey Kardashevskiy
[PATCH 0/3] series to optionally disable tlbie for 64s/radix,
Nicholas Piggin
[PATCH] KVM: Assert that struct kvm_vcpu is always as offset zero,
Sean Christopherson
[PATCH v2 0/3] powerpc/xive: Fix race condition leading to host crashes and hangs,
Paul Mackerras
[PATCH 0/2] powerpc/xive: Fix race condition leading to host crashes and hangs,
Paul Mackerras
[PATCH v6 0/7] KVMPPC driver to manage secure guest pages,
Bharata B Rao
[PATCH v5 0/7] kvmppc: Paravirtualize KVM to support ultravisor,
Claudio Carvalho
[PATCH] KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VP,
Cédric Le Goater
[PATCH v10 06/22] powerpc: mm: Add p?d_leaf() definitions, Steven Price
[PATCH] powerpc/kvm: Mark expected switch fall-through,
Paul Menzel
[PATCH v9 05/21] powerpc: mm: Add p?d_leaf() definitions, Steven Price
[PATCH kernel RFC 0/2] powerpc/pseries: Kexec style boot,
Alexey Kardashevskiy
[RFC PATCH] KVM: PPC: Enable the kvm_create_max_vcpus selftest on ppc64, Thomas Huth
[PATCH] treewide: Rename rcu_dereference_raw_notrace to _check,
Joel Fernandes (Google)
[PATCH] powerpc: mm: Limit rma_size to 1TB when running without HV mode,
Suraj Jitindar Singh
[PATCH v5 0/7] kvmppc: HMM driver to manage pages of secure guest,
Bharata B Rao
[RFC PATCH] powerpc/powernv: Add ultravisor message log interface,
Claudio Carvalho
[PATCH 1/3] KVM: PPC: Book3S HV: Always save guest pmu for guest capable of nesting,
Suraj Jitindar Singh
[RFC PATCH] powerpc: Add the ppc_capabilities ELF note,
Claudio Carvalho
[PATCH v4 0/8] kvmppc: Paravirtualize KVM to support ultravisor,
Claudio Carvalho
[PATCH v4 3/8] KVM: PPC: Ultravisor: Add generic ultravisor call handler, Claudio Carvalho
[PATCH v4 5/8] KVM: PPC: Ultravisor: Restrict flush of the partition tlb cache, Claudio Carvalho
[PATCH v4 4/8] KVM: PPC: Ultravisor: Use UV_WRITE_PATE ucall to register a PATE, Claudio Carvalho
[PATCH v4 7/8] KVM: PPC: Ultravisor: Enter a secure guest, Claudio Carvalho
[PATCH v4 6/8] KVM: PPC: Ultravisor: Restrict LDBAR access, Claudio Carvalho
[PATCH v4 8/8] KVM: PPC: Ultravisor: Check for MSR_S during hv_reset_msr, Claudio Carvalho
[PATCH 1/2] powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ARCH_300_INVALIDATE_ERAT,
Nicholas Piggin
[PATCH] KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation,
Michael Neuling
[PATCH 1/3] KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries,
Suraj Jitindar Singh
[PATCH v3] KVM: PPC: Report single stepping capability, Fabiano Rosas
[PATCH 0/2] Fix handling of h_set_dawr,
Suraj Jitindar Singh
[PATCH] KVM: PPC: Book3S PR: fix software breakpoints,
Mark Cave-Ayland
[PATCH kernel] powerpc/pci/of: Parse unassigned resources,
Alexey Kardashevskiy
[PATCH v2] KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr(), Michael Neuling
[PATCH] KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr(),
Michael Neuling
[PATCH kernel v2] powerpc/powernv/ioda: Fix race in TCE level allocation, Alexey Kardashevskiy
[PATCH kernel] powerpc/powernv/ioda: Fix race in TCE level allocation,
Alexey Kardashevskiy
[PATCH AUTOSEL 4.14 24/31] KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu, Sasha Levin
[PATCH AUTOSEL 4.14 23/31] KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list, Sasha Levin
[PATCH AUTOSEL 4.9 15/20] KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu, Sasha Levin
[PATCH AUTOSEL 4.9 14/20] KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list, Sasha Levin
[PATCH AUTOSEL 4.4 10/13] KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list, Sasha Levin
[PATCH AUTOSEL 4.19 37/49] KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu, Sasha Levin
[PATCH AUTOSEL 4.19 36/49] KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list, Sasha Levin
[PATCH AUTOSEL 5.1 54/70] KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpu, Sasha Levin
[PATCH AUTOSEL 5.1 53/70] KVM: PPC: Book3S: Use new mutex to synchronize access to rtas token list, Sasha Levin
[PATCH AUTOSEL 5.1 52/70] KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup, Sasha Levin
[PATCH v3 0/9] kvmppc: Paravirtualize KVM to support ultravisor,
Claudio Carvalho
[Index of Archives]
[KVM]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]