Linux KVM PPC
[Prev Page][Next Page]
- [PATCH v2 12/37] KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 30/37] KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 29/37] KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 28/37] KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 27/37] KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 25/37] KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 23/37] KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 21/37] powerpc: add set_dec_or_work API for safely updating decrementer
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 19/37] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 17/37] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 15/37] KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 14/37] KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 13/37] KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 11/37] KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 10/37] KVM: PPC: Book3S 64: Move interrupt early register setup to KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 09/37] KVM: PPC: Book3S 64: Move hcall early register setup to KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 08/37] KVM: PPC: Book3S 64: add hcall interrupt handler
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 07/37] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 06/37] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 05/37] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 04/37] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 03/37] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 02/37] KVM: PPC: Book3S HV: Fix CONFIG_SPAPR_TCE_IOMMU=n default hcalls
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 01/37] KVM: PPC: Book3S 64: remove unused kvmppc_h_protect argument
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 00/37] KVM: PPC: Book3S: C-ify the P9 entry/exit code
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH] Documentation: kvm: fix messy conversion from .txt to .rst
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 12/13] KVM: PPC: Book3S HV: Move radix MMU switching together in the P9 path
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 12/13] KVM: PPC: Book3S HV: Move radix MMU switching together in the P9 path
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH v5 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- [PATCH v5 3/3] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v5 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v5 1/3] powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_def
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v5 0/3] Support for H_RPT_INVALIDATE in PowerPC KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH kernel] powerpc/iommu: Annotate nested lock for lockdep
- From: Alexey Kardashevskiy <aik@xxxxxxxxx>
- Re: [PATCH v4 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 06/13] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH 03/13] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH 02/13] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH 01/13] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH kernel 2/2] powerpc/iommu: Do not immediately panic when failed IOMMU table allocation
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v4 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v4 2/2] KVM: x86/mmu: Consider the hva in mmu_notifier retry
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH v2 1/4] hmm: Device exclusive memory access
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH v4 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v4 1/3] powerpc/book3s64/radix/tlb: tlbie primitives for process-scoped invalidations from guests
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH kernel 2/2] powerpc/iommu: Do not immediately panic when failed IOMMU table allocation
- From: Alexey Kardashevskiy <aik@xxxxxxxxx>
- [PATCH v4 2/2] KVM: x86/mmu: Consider the hva in mmu_notifier retry
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v4 1/2] KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v4 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- Re: [PATCH kernel] powerpc/iommu: Annotate nested lock for lockdep
- From: Alexey Kardashevskiy <aik@xxxxxxxxx>
- Re: [PATCH v2 1/4] hmm: Device exclusive memory access
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH v2 1/4] hmm: Device exclusive memory access
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [RFC PATCH 1/9] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [RFC PATCH 2/9] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [RFC PATCH 2/9] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 09/13] KVM: PPC: Book3S HV: Move interrupt early register setup to KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 10/13] KVM: PPC: Book3S HV: move bad_host_intr check to HV handler
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 08/13] KVM: PPC: Book3S HV: Move hcall early register setup to KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 13/13] KVM: PPC: Book3S HV: Implement the rest of the P9 entry/exit handling in C
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 12/13] KVM: PPC: Book3S HV: Move radix MMU switching together in the P9 path
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 11/13] KVM: PPC: Book3S HV: Minimise hcall handler calling convention differences
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 07/13] KVM: PPC: Book3S 64: add hcall interrupt handler
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 05/13] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 06/13] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 04/13] KVM: PPC: Book3S 64: remove unused kvmppc_h_protect argument
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 03/13] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 02/13] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 01/13] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 00/13] KVM: PPC: Book3S: C-ify the P9 entry/exit code
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [RFC PATCH 2/9] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
- From: Daniel Axtens <dja@xxxxxxxxxx>
- Re: [RFC PATCH 1/9] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
- From: Daniel Axtens <dja@xxxxxxxxxx>
- Re: [PATCH v2 1/4] hmm: Device exclusive memory access
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v2 1/4] hmm: Device exclusive memory access
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH v2 1/4] hmm: Device exclusive memory access
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v2 4/4] nouveau/svm: Implement atomic SVM access
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH v2 3/4] nouveau/svm: Refactor nouveau_range_fault
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH v2 2/4] hmm: Selftests for exclusive device memory
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH v2 1/4] hmm: Device exclusive memory access
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH v2 0/4] Add support for SVM atomics in Nouveau
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH kernel] powerpc/iommu: Annotate nested lock for lockdep
- From: Frederic Barrat <fbarrat@xxxxxxxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH kernel 2/2] powerpc/iommu: Do not immediately panic when failed IOMMU table allocation
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH kernel 1/2] powerpc/iommu: Allocate it_map by vmalloc
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v4 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH kernel 1/2] powerpc/iommu: Allocate it_map by vmalloc
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 1/3] powerpc/book3s64/radix/tlb: tlbie primitives for process-scoped invalidations from guests
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH kernel 2/2] powerpc/iommu: Do not immediately panic when failed IOMMU table allocation
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH kernel 2/2] powerpc/iommu: Do not immediately panic when failed IOMMU table allocation
- From: Alexey Kardashevskiy <aik@xxxxxxxxx>
- [PATCH kernel 1/2] powerpc/iommu: Allocate it_map by vmalloc
- From: Alexey Kardashevskiy <aik@xxxxxxxxx>
- [PATCH kernel 0/2] powerpc/iommu: Stop crashing the host when VM is terminated
- From: Alexey Kardashevskiy <aik@xxxxxxxxx>
- [PATCH kernel] powerpc/iommu: Annotate nested lock for lockdep
- From: Alexey Kardashevskiy <aik@xxxxxxxxx>
- Re: [PATCH v4 1/3] powerpc/book3s64/radix/tlb: tlbie primitives for process-scoped invalidations from guests
- From: kernel test robot <lkp@xxxxxxxxx>
- [PATCH v4 1/3] powerpc/book3s64/radix/tlb: tlbie primitives for process-scoped invalidations from guests
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v4 2/3] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v4 3/3] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v4 0/3] Support for H_RPT_INVALIDATE in PowerPC KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [RFC PATCH 3/9] KVM: PPC: Book3S 64: add hcall interrupt handler
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [RFC PATCH 2/9] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH] powerpc/xive: Assign boolean values to a bool variable
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [GIT PULL] Please pull my kvm-ppc-next-5.12-1 tag
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [GIT PULL] Please pull my kvm-ppc-next-5.12-1 tag
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [PATCH 1/9] mm/migrate.c: Always allow device private pages to migrate
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 1/2] KVM: PPC: Book3S HV: Remove shared-TLB optimisation from vCPU TLB coherency logic
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 1/9] mm/migrate.c: Always allow device private pages to migrate
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH 2/4] KVM: PPC: Book3S HV: Fix radix guest SLB side channel
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 1/2] KVM: PPC: Book3S HV: Remove shared-TLB optimisation from vCPU TLB coherency logic
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: PPC: Book3S HV: Remove shared-TLB optimisation from vCPU TLB coherency logic
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 2/4] KVM: PPC: Book3S HV: Fix radix guest SLB side channel
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 1/2] KVM: PPC: Book3S HV: Remove shared-TLB optimisation from vCPU TLB coherency logic
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Jerome Glisse <jglisse@xxxxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: John Hubbard <jhubbard@xxxxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [PATCH 1/9] mm/migrate.c: Always allow device private pages to migrate
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Daniel Vetter <daniel@xxxxxxxx>
- Re: [PATCH 2/2] KVM: PPC: Book3S HV: Optimise TLB flushing when a vcpu moves between threads in a core
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 1/2] KVM: PPC: Book3S HV: Remove shared-TLB optimisation from vCPU TLB coherency logic
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 2/2] KVM: PPC: Book3S HV: Optimise TLB flushing when a vcpu moves between threads in a core
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 1/2] KVM: PPC: Book3S HV: Remove shared-TLB optimisation from vCPU TLB coherency logic
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: PPC: Book3S HV: Optimise TLB flushing when a vcpu moves between threads in a core
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM: PPC: Book3S HV: Optimise TLB flushing when a vcpu moves between threads in a core
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- [PATCH 9/9] nouveau/svm: Implement atomic SVM access
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 7/9] nouveau/svm: Refactor nouveau_range_fault
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 8/9] nouveau/dmem: Add support for multiple page types
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 6/9] nouveau/dmem: Only map migrating pages
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 5/9] hmm-tests: Add test for unmap and pin
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 4/9] Documentation: Add unmap and pin to HMM
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 3/9] mm/migrate: Add a unmap and pin migration mode
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 2/9] mm/migrate.c: Allow pfn flags to be passed to migrate_vma_setup()
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 1/9] mm/migrate.c: Always allow device private pages to migrate
- From: Alistair Popple <apopple@xxxxxxxxxx>
- [PATCH 0/9] Add support for SVM atomics in Nouveau
- From: Alistair Popple <apopple@xxxxxxxxxx>
- Re: [PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH] powerpc/xive: Assign boolean values to a bool variable
- From: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code.
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code.
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code.
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [RFC PATCH 1/9] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- [PATCH] KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code.
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH v3 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code.
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- [PATCH] KVM: PPC: Book3S HV: Save and restore FSCR in the P9 path
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH] powerpc/kvm: Force selection of CONFIG_PPC_FPU
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- [PATCH] KVM: PPC: remove unneeded semicolon
- From: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>
- [RFC PATCH 9/9] KVM: PPC: Book3S HV: Implement the rest of the P9 entry/exit handling in C
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 8/9] KVM: PPC: Book3S HV: Minimise hcall handler calling convention differences
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 6/9] KVM: PPC: Book3S HV: Move interrupt early register setup to KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 7/9] KVM: PPC: Book3S HV: move bad_host_intr check to HV handler
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 5/9] powerpc/64s: Remove EXSLB interrupt save area
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 1/9] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 4/9] KVM: PPC: Book3S HV: Move hcall early register setup to KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 3/9] KVM: PPC: Book3S 64: add hcall interrupt handler
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 2/9] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 0/9] KVM: PPC: Book3S: C-ify the P9 entry/exit code
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: FSL P5040: KVM HV doesn't work with the RC5 of kernel 5.11
- From: Christian Zigotzky <chzigotzky@xxxxxxxxxxx>
- Re: [PATCH v3 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v3 2/2] KVM: x86/mmu: Consider the hva in mmu_notifier retry
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v3 1/2] KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page fault
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- [PATCH v3 0/2] KVM: x86/mmu: Skip mmu_notifier changes when possible
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- Re: [PATCH v2] KVM: x86/mmu: consider the hva in mmu_notifier retry
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH v2] KVM: x86/mmu: consider the hva in mmu_notifier retry
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- Re: [PATCH] KVM: x86/mmu: consider the hva in mmu_notifer retry
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- Re: [PATCH] KVM: x86/mmu: consider the hva in mmu_notifer retry
- From: David Stevens <stevensd@xxxxxxxxxxxx>
- Re: [PATCH] KVM: x86/mmu: consider the hva in mmu_notifer retry
- From: Sean Christopherson <seanjc@xxxxxxxxxx>
- [PATCH] KVM: PPC: Book3S: Assign boolean values to a bool variable
- From: Jiapeng Zhong <abaci-bugfix@xxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] KVM: PPC: Book3S HV: Optimise TLB flushing when a vcpu moves between threads in a core
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] KVM: PPC: Book3S HV: Optimise TLB flushing when a vcpu moves between threads in a core
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- [PATCH] powerpc/kvm: Force selection of CONFIG_PPC_FPU
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level
- From: Shivaprasad G Bhat <sbhat@xxxxxxxxxxxxx>
- Re: [PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH 2/4] KVM: PPC: Book3S HV: Fix radix guest SLB side channel
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- [PATCH 1/2] KVM: PPC: Book3S HV: Remove shared-TLB optimisation from vCPU TLB coherency logic
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 2/2] KVM: PPC: Book3S HV: Optimise TLB flushing when a vcpu moves between threads in a core
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 2/4] KVM: PPC: Book3S HV: Fix radix guest SLB side channel
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 4/4] KVM: PPC: Book3S HV: Use POWER9 SLBIA IH=6 variant to clear SLB
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 3/4] KVM: PPC: Book3S HV: No need to clear radix host SLB before loading guest
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 1/4] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 0/4] a few KVM patches
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v6 01/39] KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v6 01/39] KVM: PPC: Book3S HV: Context tracking exit guest context before enabling irqs
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: KVM on POWER8 host lock up since 10d91611f426 ("powerpc/64s: Reimplement book3s idle code in C")
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v3 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v3 2/2] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v3 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v3 0/2] Support for H_RPT_INVALIDATE in PowerPC KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [RFC Qemu PATCH v2 0/2] spapr: nvdimm: Asynchronus flush hcall support
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [RFC Qemu PATCH v2 2/2] spapr: nvdimm: Implement async flush hcalls
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S: Assign boolean values to a bool variable
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: fix comparison to bool warning
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/1] powerpc/kvm: Fix mask size for emulated msgsndp
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] Support for H_RPT_INVALIDATE in PowerPC KVM
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- [PATCH v3 1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH v3 4/4] KVM: PPC: Introduce new capability for 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH v3 0/4] KVM: PPC: Power10 2nd DAWR enablement
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH v3 3/4] KVM: PPC: Add infrastructure to support 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH v3 2/4] KVM: PPC: Rename current DAWR macros and variables
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH v2 0/2] Support for H_RPT_INVALIDATE in PowerPC KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v2 2/2] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v2 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: fix comparison to bool warning
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S: Assign boolean values to a bool variable
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH v2 1/1] powerpc/kvm: Fix mask size for emulated msgsndp
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH v1 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v1 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH v1 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/8] powerpc/64s: fix and improve machine check handling
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH v1 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH v2 4/4] KVM: PPC: Introduce new capability for 2nd DAWR
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH v1 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- [PATCH v2 1/1] powerpc/kvm: Fix mask size for emulated msgsndp
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH 0/8] powerpc/64s: fix and improve machine check handling
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH kernel v2] vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
- From: Alex Williamson <alex.williamson@xxxxxxxxxx>
- Re: [PATCH 5/8] powerpc/64s/powernv: ratelimit harmless HMI error printing
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH 4/8] KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guests
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [RFC PATCH] powerpc/papr_scm: Implement scm async flush
- From: Pankaj Gupta <pankaj.gupta.linux@xxxxxxxxx>
- Re: [RFC PATCH] powerpc/papr_scm: Implement scm async flush
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- Re: [RFC PATCH] powerpc/papr_scm: Implement scm async flush
- From: Pankaj Gupta <pankaj.gupta.linux@xxxxxxxxx>
- [RFC PATCH] powerpc/papr_scm: Implement scm async flush
- From: Shivaprasad G Bhat <sbhat@xxxxxxxxxxxxx>
- [RFC Qemu PATCH v2 2/2] spapr: nvdimm: Implement async flush hcalls
- From: Shivaprasad G Bhat <sbhat@xxxxxxxxxxxxx>
- [RFC Qemu PATCH v2 1/2] spapr: drc: Add support for async hcalls at the drc level
- From: Shivaprasad G Bhat <sbhat@xxxxxxxxxxxxx>
- [RFC Qemu PATCH v2 0/2] spapr: nvdimm: Asynchronus flush hcall support
- From: Shivaprasad G Bhat <sbhat@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check
- From: Cédric Le Goater <clg@xxxxxxxx>
- [PATCH] KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [PATCH 1/8] powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE
- From: Mahesh J Salgaonkar <mahesh@xxxxxxxxxxxxx>
- Re: [RFC PATCH] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- hcall H_READ when running kvm-hv: where serviced?
- From: Jim <jdonoghue04@xxxxxxxxx>
- [PATCH 2/8] powerpc/64s/powernv: Allow KVM to handle guest machine check details
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 5/8] powerpc/64s/powernv: ratelimit harmless HMI error printing
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 1/8] powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCE
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 0/8] powerpc/64s: fix and improve machine check handling
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 4/8] KVM: PPC: Book3S HV: Ratelimit machine check messages coming from guests
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 3/8] KVM: PPC: Book3S HV: Don't attempt to recover machine checks for FWNMI enabled guests
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 6/8] powerpc/64s/pseries: Add ERAT specific machine check handler
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 7/8] powerpc/64s: Remove "Host" from MCE logging
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH] KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without mixed mode support
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH 8/8] powerpc/64s: tidy machine check SLB logging
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 4/4] KVM: PPC: Introduce new capability for 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH v2 0/4] KVM: PPC: Power10 2nd DAWR enablement
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH v2 1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH v2 3/4] KVM: PPC: Add infrastructure to support 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH v2 2/4] KVM: PPC: Rename current DAWR macros and variables
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- Re: [PATCH v1 0/2] Use H_RPT_INVALIDATE for nested guest
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH kernel v2] vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
- From: Alexey Kardashevskiy <aik@xxxxxxxxx>
- [PATCH kernel v2] powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU
- From: Alexey Kardashevskiy <aik@xxxxxxxxx>
- Re: [PATCH] powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU context
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- [PATCH] powerpc/64s/exception: KVM Fix for host DSI being taken in HPT guest MMU context
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- [PATCH 1/1] powerpc/kvm: Fix mask size for emulated msgsndp
- From: Leonardo Bras <leobras.c@xxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
- From: Cédric Le Goater <clg@xxxxxxxx>
- [PATCH] KVM: PPC: fix comparison to bool warning
- From: xiakaixu1987@xxxxxxxxx
- Re: [PATCH] KVM: PPC: Book3S: Assign boolean values to a bool variable
- From: Greg Kurz <groug@xxxxxxxx>
- [PATCH] KVM: PPC: Book3S: Assign boolean values to a bool variable
- From: xiakaixu1987@xxxxxxxxx
- Re: [PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
- From: Greg Kurz <groug@xxxxxxxx>
- [PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
- From: Cédric Le Goater <clg@xxxxxxxx>
- [PATCH AUTOSEL 5.9 020/147] powerpc/64s: handle ISA v3.1 local copy-paste context switches
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.8 018/132] powerpc/64s: handle ISA v3.1 local copy-paste context switches
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.9 121/147] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.8 112/132] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.4 21/25] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 67/80] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH 1/4] KVM: PPC: Book3S HV: Make struct kernel_param_ops definition const
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [PATCH v1 0/2] Use H_RPT_INVALIDATE for nested guest
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v1 1/2] KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATE (nested case only)
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v1 2/2] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range
- From: "Aneesh Kumar K.V" <aneesh.kumar@xxxxxxxxxxxxx>
- Re: [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range
- From: Michal Suchánek <msuchanek@xxxxxxx>
- Re: [PATCH v2] mm/hmm: make device private reference counts zero based
- From: Christoph Hellwig <hch@xxxxxx>
- RE: [RFC v1 0/2] Plumbing to support multiple secure memory backends.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [RFC v1 0/2] Plumbing to support multiple secure memory backends.
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2] mm/hmm: make device private reference counts zero based
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- [PATCH v2] mm/hmm: make device private reference counts zero based
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [RFC v1 2/2] KVM: PPC: Book3S HV: abstract secure VM related calls.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [RFC v1 2/2] KVM: PPC: Book3S HV: abstract secure VM related calls.
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [RFC v1 2/2] KVM: PPC: Book3S HV: abstract secure VM related calls.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [RFC v1 1/2] KVM: PPC: Book3S HV: rename all variables in book3s_hv_uvmem.c
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [RFC v1 0/2] Plumbing to support multiple secure memory backends.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH] mm: make device private reference counts zero based
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH] mm: make device private reference counts zero based
- From: Ira Weiny <ira.weiny@xxxxxxxxx>
- [PATCH] mm: make device private reference counts zero based
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [RFC PATCH v3 2/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [RFC PATCH v3 2/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [RFC PATCH v3 2/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [RFC PATCH v3 1/2] ext4/xfs: add page refcount helper
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: Where is the declaration of buffer used in kernel_param_ops .get functions?
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: Where is the declaration of buffer used in kernel_param_ops .get functions?
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Where is the declaration of buffer used in kernel_param_ops .get functions?
- From: Joe Perches <joe@xxxxxxxxxxx>
- [PATCH 0/4] treewide: Make definitions of struct kernel_param_ops const
- From: Joe Perches <joe@xxxxxxxxxxx>
- [PATCH 1/4] KVM: PPC: Book3S HV: Make struct kernel_param_ops definition const
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [RFC PATCH v3 2/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [RFC PATCH v3 1/2] ext4/xfs: add page refcount helper
- From: Christoph Hellwig <hch@xxxxxx>
- [RFC PATCH v3 1/2] ext4/xfs: add page refcount helper
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [RFC PATCH v3 2/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
- From: Cornelia Huck <cohuck@xxxxxxxxxx>
- Re: [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
- From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
- Re: [PATCH 2/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH 1/2] ext4/xfs: add page refcount helper
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- Re: [RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
- From: Janosch Frank <frankja@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/2] ext4/xfs: add page refcount helper
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/2] ext4/xfs: add page refcount helper
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH 1/2] ext4/xfs: add page refcount helper
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- [RFC PATCH v2 0/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH 2/2] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH 1/2] ext4/xfs: add page refcount helper
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
- From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
- Re: [RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
- From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
- Re: [RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- Re: [PATCH V2] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
- From: Jonathan Corbet <corbet@xxxxxxx>
- Re: [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
- From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
- Re: [PATCH] KVM: Enable hardware before doing arch VM initialization
- From: Huacai Chen <chenhuacai@xxxxxxxxx>
- Re: [PATCH] KVM: Enable hardware before doing arch VM initialization
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- Re: [PATCH] KVM: Enable hardware before doing arch VM initialization
- From: Huacai Chen <chenhuacai@xxxxxxxxx>
- Re: [PATCH] KVM: Enable hardware before doing arch VM initialization
- From: Christian Borntraeger <borntraeger@xxxxxxxxxx>
- [RFC PATCH 1/3] KVM: Export kvm_make_all_cpus_request() for use in marking VMs as bugged
- From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
- [RFC PATCH 3/3] KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
- From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
- [RFC PATCH 2/3] KVM: Add infrastructure and macro to mark VM as bugged
- From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
- [RFC PATCH 0/3] KVM: Introduce "VM bugged" concept
- From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
- [PATCH] KVM: Enable hardware before doing arch VM initialization
- From: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
- Re: [RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S: Remove redundant initialization of variable ret
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Don't return -ENOTSUPP to userspace in ioctls
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH -next v2] KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTE
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH -next] powerpc/kvm/books: Fix symbol undeclared warnings
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [GIT PULL] Please pull my kvm-ppc-next-5.10-1 tag
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- [GIT PULL] Please pull my kvm-ppc-next-5.10-1 tag
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH V2] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH -next v2] KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTE
- From: Cédric Le Goater <clg@xxxxxxxx>
- Re: [PATCH V2] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S: Remove redundant initialization of variable ret
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- [PATCH -next] powerpc/kvm/books: Fix symbol undeclared warnings
- From: Wang Wensheng <wangwensheng4@xxxxxxxxxx>
- [PATCH V2] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
- From: sathnaga@xxxxxxxxxxxxxxxxxx
- [PATCH] KVM: PPC: Book3S: Remove redundant initialization of variable ret
- From: Jing Xiangfeng <jingxiangfeng@xxxxxxxxxx>
- [PATCH -next v2] KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTE
- From: Qinglang Miao <miaoqinglang@xxxxxxxxxx>
- Re: [PATCH -next] powerpc: Convert to DEFINE_SHOW_ATTRIBUTE
- From: miaoqinglang <miaoqinglang@xxxxxxxxxx>
- Re: [kbuild-all] Re: arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:633:12: error: no previous prototype for 'kvm_arch_post_init_vm'
- From: Rong Chen <rong.a.chen@xxxxxxxxx>
- [PATCH AUTOSEL 5.4 180/330] KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 5.4 290/330] KVM: PPC: Book3S HV: Close race with page faults around memslot flushes
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 114/206] KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
- From: Satheesh Rajendran <sathnaga@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- [PATCH] Doc: admin-guide: Add entry for kvm_cma_resv_ratio kernel param
- From: sathnaga@xxxxxxxxxxxxxxxxxx
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Dan Williams <dan.j.williams@xxxxxxxxx>
- [PATCH] mm: remove extra ZONE_DEVICE struct page refcount
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:633:12: error: no previous prototype for 'kvm_arch_post_init_vm'
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Don't return -ENOTSUPP to userspace in ioctls
- From: Thadeu Lima de Souza Cascardo <cascardo@xxxxxxxxxxxxx>
- [PATCH] KVM: PPC: Don't return -ENOTSUPP to userspace in ioctls
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Michal Suchánek <msuchanek@xxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Greg Kurz <groug@xxxxxxxx>
- [PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
- From: Fabiano Rosas <farosas@xxxxxxxxxxxxx>
- Re: [PATCH] powerpc/64s: handle ISA v3.1 local copy-paste context switches
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- [PATCH] KVM: PPC: Book3S HV: Set LPCR[HDICE] before writing HDEC
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH] powerpc/64s: handle ISA v3.1 local copy-paste context switches
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [RFC PATCH 1/2] KVM: PPC: Use the ppc_inst type
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [RFC PATCH 2/2] KVM: PPC: Book3S HV: Support prefixed instructions
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- Re: [RFC PATCH 1/2] KVM: PPC: Use the ppc_inst type
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method
- From: Cédric Le Goater <clg@xxxxxxxx>
- Re: [RFC PATCH 2/2] KVM: PPC: Book3S HV: Support prefixed instructions
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [RFC PATCH 1/2] KVM: PPC: Use the ppc_inst type
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- Re: [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- Re: [PATCH 1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- Re: [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- Re: [PATCH -next] powerpc: Convert to DEFINE_SHOW_ATTRIBUTE
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH 1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method
- From: Greg Kurz <groug@xxxxxxxx>
- [PATCH] powerpc/64s: handle ISA v3.1 local copy-paste context switches
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [RFC PATCH 2/2] KVM: PPC: Book3S HV: Support prefixed instructions
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- [RFC PATCH 1/2] KVM: PPC: Use the ppc_inst type
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- Re: [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full
- From: Christian Zigotzky <chzigotzky@xxxxxxxxxxx>
- Re: [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full
- From: Gerd Hoffmann <kraxel@xxxxxxxxxx>
- Re: [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full
- From: Christian Zigotzky <chzigotzky@xxxxxxxxxxx>
- Re: [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full
- From: Christian Zigotzky <chzigotzky@xxxxxxxxxxx>
- Re: [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full
- From: Gerd Hoffmann <kraxel@xxxxxxxxxx>
- Re: [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full
- From: Christian Zigotzky <chzigotzky@xxxxxxxxxxx>
- [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full
- From: Christian Zigotzky <chzigotzky@xxxxxxxxxxx>
- [PATCH] powerpc: kvm: Increase HDEC threshold to enter guest
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full
- From: Christian Zigotzky <chzigotzky@xxxxxxxxxxx>
- [PATCH] KVM: PPC: Book3S HV: XICS: Replace the 'destroy' method by a 'release' method
- From: Greg Kurz <groug@xxxxxxxx>
- Re: [GIT PULL] Please pull my kvm-ppc-next-5.9-1 tag
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [GIT PULL] Please pull my kvm-ppc-next-5.9-1 tag
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH v4 6/6] mm/migrate: remove range invalidation in migrate_vma_pages()
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v4 6/6] mm/migrate: remove range invalidation in migrate_vma_pages()
- From: Jason Gunthorpe <jgg@xxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: fix a oops in kvmppc_uvmem_page_free()
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: fix a oops in kvmppc_uvmem_page_free()
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Define H_PAGE_IN_NONSHARED for H_SVM_PAGE_IN hcall
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Define H_PAGE_IN_NONSHARED for H_SVM_PAGE_IN hcall
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: fix a oops in kvmppc_uvmem_page_free()
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH] KVM: PPC: Book3S HV: fix a oops in kvmppc_uvmem_page_free()
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH] KVM: PPC: Book3S HV: Define H_PAGE_IN_NONSHARED for H_SVM_PAGE_IN hcall
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH v4 6/6] mm/migrate: remove range invalidation in migrate_vma_pages()
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v4 3/6] mm/notifier: add migration invalidation type
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v4 0/6] mm/migrate: avoid device private invalidations
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v4 6/6] mm/migrate: remove range invalidation in migrate_vma_pages()
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v4 3/6] mm/notifier: add migration invalidation type
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v6 0/5] Migrate non-migrated pages of a SVM.
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH v2 0/2] Rework secure memslot dropping
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- [GIT PULL] Please pull my kvm-ppc-next-5.9-1 tag
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- [PATCH v2 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v2 1/2] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v2 0/2] Rework secure memslot dropping
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v6 5/5] KVM: PPC: Book3S HV: migrate hot plugged memory
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v6 4/5] KVM: PPC: Book3S HV: in H_SVM_INIT_DONE, migrate remaining normal-GFNs to secure-GFNs.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v6 3/5] KVM: PPC: Book3S HV: track the state GFNs associated with secure VMs
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v6 2/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v6 0/5] Migrate non-migrated pages of a SVM.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v6 1/5] KVM: PPC: Book3S HV: Fix function definition in book3s_hv_uvmem.c
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: increase KVMPPC_NR_LPIDS on POWER8 and POWER9
- From: Cédric Le Goater <clg@xxxxxxxx>
- Re: [PATCH v5 5/7] KVM: PPC: Book3S HV: migrate hot plugged memory
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v5 6/7] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v3 1/3] powerpc: inline doorbell sending functions
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- [PATCH v3 3/3] powerpc/pseries: Add KVM guest doorbell restrictions
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v3 2/3] powerpc/pseries: Use doorbells even if XIVE is available
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v3 1/3] powerpc: inline doorbell sending functions
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v3 0/3] powerpc/pseries: IPI doorbell improvements
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v4 0/6] powerpc: queued spinlocks and rwlocks
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v4 6/6] powerpc: implement smp_cond_load_relaxed
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- Re: [v3 13/15] tools/perf: Add perf tools support for extended register capability in powerpc
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/3] remove PROT_SAO support and disable
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH 1/1] KVM/PPC: Fix typo on H_DISABLE_AND_GET hcall
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [v3 00/15] powerpc/perf: Add support for power10 PMU Hardware
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- [PATCH v4 6/6] powerpc: implement smp_cond_load_relaxed
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v4 5/6] powerpc/qspinlock: optimised atomic_try_cmpxchg_lock that adds the lock hint
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v4 4/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v4 3/6] powerpc/64s: implement queued spinlocks and rwlocks
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v4 2/6] powerpc: move spinlock implementation to simple_spinlock
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v4 1/6] powerpc/pseries: move some PAPR paravirt functions to their own file
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v4 0/6] powerpc: queued spinlocks and rwlocks
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- RE: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [v3 13/15] tools/perf: Add perf tools support for extended register capability in powerpc
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- Re: [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH v5 7/7] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- Re: [PATCH v5 4/7] KVM: PPC: Book3S HV: in H_SVM_INIT_DONE, migrate remaining normal-GFNs to secure-GFNs.
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v5 7/7] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v4 4/6] nouveau/svm: use the new migration invalidation
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v4 0/6] mm/migrate: avoid device private invalidations
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v4 3/6] mm/notifier: add migration invalidation type
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v4 1/6] nouveau: fix storing invalid ptes
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v4 6/6] mm/migrate: remove range invalidation in migrate_vma_pages()
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v4 5/6] mm/hmm/test: use the new migration invalidation
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v4 2/6] mm/migrate: add a flags parameter to migrate_vma
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Segher Boessenkool <segher@xxxxxxxxxxxxxxxxxxx>
- [PATCH v5 7/7] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v5 6/7] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v5 5/7] KVM: PPC: Book3S HV: migrate hot plugged memory
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v5 4/7] KVM: PPC: Book3S HV: in H_SVM_INIT_DONE, migrate remaining normal-GFNs to secure-GFNs.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v5 3/7] KVM: PPC: Book3S HV: track the state GFNs associated with secure VMs
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v5 2/7] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v5 1/7] KVM: PPC: Book3S HV: Fix function definition in book3s_hv_uvmem.c
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v5 0/7] Migrate non-migrated pages of a SVM.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: peterz@xxxxxxxxxxxxx
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: peterz@xxxxxxxxxxxxx
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v2 0/3] powerpc/pseries: IPI doorbell improvements
- From: Cédric Le Goater <clg@xxxxxxxx>
- Re: [PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
- From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
- Re: [PATCH v3 4/6] powerpc/64s: implement queued spinlocks and rwlocks
- From: Michal Suchánek <msuchanek@xxxxxxx>
- Re: [PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v2 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- Re: [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v2 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- Re: [v4 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [v4 3/5] KVM: PPC: Book3S HV: in H_SVM_INIT_DONE, migrate remaining normal-GFNs to secure-GFNs.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [v4 2/5] KVM: PPC: Book3S HV: track the state GFNs associated with secure VMs
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH 4/7] powerpc/selftests/ptrace-hwbreak: Add testcases for 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH 7/7] powerpc/selftests: Add selftest to test concurrent perf/ptrace events
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH 6/7] powerpc/selftests/perf-hwbreak: Add testcases for 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH 5/7] powerpc/selftests/perf-hwbreak: Coalesce event creation code
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH 3/7] powerpc/watchpoint/kvm: Introduce new capability for 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH 1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR
- From: Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx>
- Re: [PATCH] powerpc/kvm: Enable support for ISA v3.1 guests
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: increase KVMPPC_NR_LPIDS on POWER8 and POWER9
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH kernel] KVM: PPC: Protect kvm_vcpu_read_guest with srcu locks
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [v4 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [v4 3/5] KVM: PPC: Book3S HV: in H_SVM_INIT_DONE, migrate remaining normal-GFNs to secure-GFNs.
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
- From: kajoljain <kjain@xxxxxxxxxxxxx>
- Re: [v4 2/5] KVM: PPC: Book3S HV: track the state GFNs associated with secure VMs
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [v3 11/15] powerpc/perf: BHRB control to disable BHRB logic when not used
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- Re: [v3 11/15] powerpc/perf: BHRB control to disable BHRB logic when not used
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- RE: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [v3 04/15] powerpc/perf: Add support for ISA3.1 PMU SPRs
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH v3 2/5] mm/migrate: add a flags parameter to migrate_vma
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [v3 04/15] powerpc/perf: Add support for ISA3.1 PMU SPRs
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- Re: [v3 07/15] powerpc/perf: Add power10_feat to dt_cpu_ftrs
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- Re: [v3 07/15] powerpc/perf: Add power10_feat to dt_cpu_ftrs
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [v4 5/5] KVM: PPC: Book3S HV: migrate hot plugged memory
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [v4 1/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- RE: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Ram Pai <linuxram@xxxxxxxxxx>
- RE: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH v2 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- Re: [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
- From: Madhavan Srinivasan <maddy@xxxxxxxxxxxxx>
- Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [v3 07/15] powerpc/perf: Add power10_feat to dt_cpu_ftrs
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- Re: [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [v3 04/15] powerpc/perf: Add support for ISA3.1 PMU SPRs
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/3] powerpc: inline doorbell sending functions
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH v3 5/5] mm/hmm/test: use the new migration invalidation
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v3 1/5] nouveau: fix storing invalid ptes
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v3 0/5] mm/migrate: avoid device private invalidations
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v3 2/5] mm/migrate: add a flags parameter to migrate_vma
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v3 4/5] nouveau/svm: use the new migration invalidation
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v3 3/5] mm/notifier: add migration invalidation type
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v2 1/2] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
- From: Waiman Long <longman@xxxxxxxxxx>
- Re: [PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- [PATCH v2 0/2] Rework secure memslot dropping
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- [PATCH v2 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- [PATCH v2 1/2] KVM: PPC: Book3S HV: move kvmppc_svm_page_out up
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- Re: [v3 15/15] tools/perf: Add perf tools support for extended regs in power10
- From: kajoljain <kjain@xxxxxxxxxxxxx>
- Re: [v3 14/15] powerpc/perf: Add extended regs support for power10 platform
- From: kajoljain <kjain@xxxxxxxxxxxxx>
- Re: [v3 13/15] tools/perf: Add perf tools support for extended register capability in powerpc
- From: kajoljain <kjain@xxxxxxxxxxxxx>
- Re: [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
- From: kajoljain <kjain@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] KVM: PPC: Book3S HV: rework secure mem slot dropping
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Use feature flag CPU_FTR_P9_TIDR when accessing TIDR
- From: David Gibson <david@xxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] KVM: PPC: Book3S HV: Use feature flag CPU_FTR_P9_TIDR when accessing TIDR
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
- From: Paul Mackerras <paulus@xxxxxxxxxx>
- Re: [v3 01/15] powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registers
- From: Jordan Niethe <jniethe5@xxxxxxxxx>
- Re: [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Segher Boessenkool <segher@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Segher Boessenkool <segher@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH v2 0/5] mm/migrate: avoid device private invalidations
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v2 3/5] mm/notifier: add migration invalidation type
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v2 0/5] mm/migrate: avoid device private invalidations
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v2 3/5] mm/notifier: add migration invalidation type
- From: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
- Re: [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [v3 11/15] powerpc/perf: BHRB control to disable BHRB logic when not used
- From: Gautham R Shenoy <ego@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Laurent Dufour <ldufour@xxxxxxxxxxxxx>
- Re: [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
- From: kernel test robot <lkp@xxxxxxxxx>
- [v3 13/15] tools/perf: Add perf tools support for extended register capability in powerpc
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 15/15] tools/perf: Add perf tools support for extended regs in power10
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 12/15] powerpc/perf: Add support for outputting extended regs in perf intr_regs
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 14/15] powerpc/perf: Add extended regs support for power10 platform
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 11/15] powerpc/perf: BHRB control to disable BHRB logic when not used
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 10/15] powerpc/perf: Add Power10 BHRB filter support for PERF_SAMPLE_BRANCH_IND_CALL/COND
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 09/15] powerpc/perf: Ignore the BHRB kernel address filtering for P10
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 08/15] powerpc/perf: power10 Performance Monitoring support
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 07/15] powerpc/perf: Add power10_feat to dt_cpu_ftrs
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 06/15] powerpc/xmon: Add PowerISA v3.1 PMU SPRs
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 05/15] KVM: PPC: Book3S HV: Save/restore new PMU registers
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 04/15] powerpc/perf: Add support for ISA3.1 PMU SPRs
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 03/15] powerpc/perf: Update Power PMU cache_events to u64 type
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 01/15] powerpc/perf: Update cpu_hw_event to use `struct` for storing MMCR registers
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 02/15] KVM: PPC: Book3S HV: Cleanup updates for kvm vcpu MMCR
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v3 00/15] powerpc/perf: Add support for power10 PMU Hardware
- From: Athira Rajeev <atrajeev@xxxxxxxxxxxxxxxxxx>
- [v4 5/5] KVM: PPC: Book3S HV: migrate hot plugged memory
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v4 3/5] KVM: PPC: Book3S HV: in H_SVM_INIT_DONE, migrate remaining normal-GFNs to secure-GFNs.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v4 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v4 2/5] KVM: PPC: Book3S HV: track the state GFNs associated with secure VMs
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v4 1/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v4 0/5] Migrate non-migrated pages of a SVM.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [PATCH -next] powerpc: Convert to DEFINE_SHOW_ATTRIBUTE
- From: Qinglang Miao <miaoqinglang@xxxxxxxxxx>
- [RFC PATCH] powerpc/pseries/svm: capture instruction faulting on MMIO access, in sprg0 register
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [v3 3/5] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_DONE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [v3 1/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [v3 1/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [v3 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out H_SVM_PAGE_IN
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [v3 3/5] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_DONE
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [RFC PATCH v0 2/2] KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- [PATCH v2 0/5] mm/migrate: avoid device private invalidations
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v2 1/5] nouveau: fix storing invalid ptes
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v2 4/5] nouveau/svm: use the new migration invalidation
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v2 5/5] mm/hmm/test: use the new migration invalidation
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v2 3/5] mm/notifier: add migration invalidation type
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [v3 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out H_SVM_PAGE_IN
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [v3 3/5] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_DONE
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [v3 1/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
- From: Bharata B Rao <bharata@xxxxxxxxxxxxx>
- Re: [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
- From: Tianjia Zhang <tianjia.zhang@xxxxxxxxxxxxxxxxx>
- [v3 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out H_SVM_PAGE_IN
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v3 0/5] Migrate non-migrated pages of a SVM.
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v3 5/5] KVM: PPC: Book3S HV: migrate hot plugged memory
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v3 3/5] KVM: PPC: Book3S HV: migrate remaining normal-GFNs to secure-GFNs in H_SVM_INIT_DONE
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v3 2/5] KVM: PPC: Book3S HV: track the state of GFNs associated with secure VMs
- From: Ram Pai <linuxram@xxxxxxxxxx>
- [v3 1/5] KVM: PPC: Book3S HV: Disable page merging in H_SVM_INIT_START
- From: Ram Pai <linuxram@xxxxxxxxxx>
- Re: [PATCH 3/5] mm/notifier: add migration invalidation type
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v2 2/2] mm/migrate: add migrate-shared test for migrate_vma_*()
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v2 1/2] mm/migrate: optimize migrate_vma_setup() for holes
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- [PATCH v2 0/2] mm/migrate: optimize migrate_vma_setup() for holes
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH 3/5] mm/notifier: add migration invalidation type
- From: Jason Gunthorpe <jgg@xxxxxxxxxx>
- Re: [PATCH 1/2] mm/migrate: optimize migrate_vma_setup() for holes
- From: Ralph Campbell <rcampbell@xxxxxxxxxx>
- Re: [PATCH v6 0/5] clean up redundant 'kvm_run' parameters
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
- Re: [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
- From: Paolo Bonzini <pbonzini@xxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Scanner]
[Linux SCSI]
[Samba]
[Yosemite News]