messages from 2018-10-02 04:44:33 to 2018-10-17 00:46:14 UTC [more...]
[PATCH kernel 0/4] vfio/spapr_tce: Reworks for NVIDIA V100 + P9 passthrough (part 1)
2018-10-17 0:46 UTC (7+ messages)
` [PATCH kernel 1/4] powerpc/mm/iommu: Rename mm_iommu_get
` [PATCH kernel 2/4] powerpc/mm/iommu/vfio_spapr_tce: Change mm_iommu_get to reference a region
` [PATCH kernel 3/4] powerpc/mm/iommu: Make mm_iommu_new() fail on existing regions
` [PATCH kernel 4/4] powerpc/vfio/iommu/kvm: Do not pin device memory
[PATCH 4.18 086/135] KVM: PPC: Book3S HV: Dont use compound_order to determine host mapping size
2018-10-16 22:32 UTC (2+ messages)
[PATCH kernel 0/3] vfio/spapr_tce: Reworks for NVIDIA V100 + P9 passthrough (part 3)
2018-10-16 19:08 UTC (5+ messages)
` [PATCH kernel 1/3] vfio_pci: Allow mapping extra regions
` [PATCH kernel 2/3] vfio_pci: Allow regions to add own capabilities
` [PATCH kernel 3/3] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] [10de:1db1] subdriver
[PATCH V4 00/15] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
2018-10-15 12:04 UTC (15+ messages)
` [PATCH V4 1/15] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
` [PATCH V4 2/15] KVM/MMU: Add tlb flush with range helper function
` [PATCH V4 3/15] KVM: Replace old tlb flush function with new one to flush a specified range
` [PATCH V4 4/15] KVM: Make kvm_set_spte_hva() return int
[PATCH kernel v2] KVM: PPC: Optimize clearing TCEs for sparse tables
2018-10-15 10:08 UTC
[PATCH kernel 0/5] powerpc/powernv/npu: Reworks for NVIDIA V100 + P9 passthrough (part 2)
2018-10-15 9:34 UTC (7+ messages)
` [PATCH kernel 1/5] powerpc/powernv/npu: Add helper to access struct npu for NPU device
` [PATCH kernel 2/5] powerpc/powernv/npu: Collect all static symbols under one struct
` [PATCH kernel 3/5] powerpc/powernv: Detach npu struct from pnv_phb
` [PATCH kernel 4/5] powerpc/powernv/npu: Factor out OPAL calls from context manipulation
` [PATCH kernel 5/5] powerpc/powernv/npu: Add helper to map GPU to LPAR
[PATCH kernel RFC 0/3] powerpc/pseries/iommu: GPU coherent memory pass through
2018-10-15 7:29 UTC (5+ messages)
[PATCH v6] powerpc/64s: reimplement book3s idle code in C
2018-10-13 12:04 UTC
[PATCH v5] powerpc/64s: reimplement book3s idle code in C
2018-10-12 11:22 UTC
[GIT PULL] Please pull my kvm-ppc-next-4.16-1 tag
2018-10-10 16:38 UTC (3+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-4.20-1 tag
[PATCH v5 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
2018-10-09 0:26 UTC (41+ messages)
` [PATCH v5 01/33] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v5 02/33] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v5 03/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v5 04/33] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v5 05/33] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v5 06/33] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v5 07/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v5 08/33] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v5 09/33] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v5 10/33] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v5 11/33] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v5 12/33] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v5 13/33] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v5 14/33] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v5 15/33] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v5 16/33] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v5 17/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v5 18/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v5 19/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v5 20/33] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v5 21/33] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v5 22/33] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v5 23/33] KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
` [PATCH v5 24/33] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
` [PATCH v5 25/33] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v5 26/33] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v5 27/33] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v5 28/33] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v5 29/33] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v5 30/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v5 31/33] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v5 32/33] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
` [PATCH v5 33/33] KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result
[RFC PATCH kernel] vfio/spapr_tce: Get rid of possible infinite loop
2018-10-08 10:18 UTC (5+ messages)
[PATCH v4 00/32] KVM: PPC: Book3S HV: Nested HV virtualization
2018-10-08 2:02 UTC (45+ messages)
` [PATCH v4 01/32] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v4 02/32] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v4 03/32] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v4 04/32] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v4 05/32] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v4 06/32] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v4 07/32] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v4 08/32] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v4 09/32] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v4 10/32] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v4 11/32] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v4 12/32] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v4 13/32] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v4 14/32] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v4 15/32] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v4 16/32] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v4 17/32] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v4 18/32] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v4 19/32] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v4 20/32] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v4 21/32] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v4 22/32] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v4 23/32] KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
` [PATCH v4 24/32] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
` [PATCH v4 25/32] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v4 26/32] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v4 27/32] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v4 28/32] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v4 29/32] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v4 30/32] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v4 31/32] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v4 32/32] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
[PATCH AUTOSEL 4.18 24/48] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping s
2018-10-05 16:14 UTC
[GIT PULL] Please pull my kvm-ppc-fixes-4.16-1 tag
2018-10-05 7:43 UTC (3+ messages)
` [GIT PULL] Please pull my kvm-ppc-fixes-4.19-3 tag
[PATCH v3 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
2018-10-05 3:29 UTC (54+ messages)
` [PATCH v3 01/33] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v3 02/33] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v3 03/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v3 04/33] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v3 05/33] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v3 06/33] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v3 07/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v3 08/33] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v3 09/33] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v3 10/33] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v3 11/33] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v3 12/33] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v3 13/33] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v3 14/33] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v3 15/33] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v3 16/33] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v3 17/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v3 18/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v3 19/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v3 20/33] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v3 21/33] KVM: PPC: Book3S HV: Framework to handle HV Emulation Assist Interrupt
` [PATCH v3 22/33] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v3 23/33] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v3 24/33] KVM: PPC: Book3S HV: Emulate Privileged TLBIE for guest hypervisors
` [PATCH v3 25/33] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v3 26/33] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v3 27/33] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v3 28/33] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v3 29/33] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v3 30/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v3 31/33] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v3 32/33] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
` [PATCH v3 33/33] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
[PATCH] KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page fault
2018-10-04 13:14 UTC (2+ messages)
[PATCH v2 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
2018-10-03 5:09 UTC (14+ messages)
` [PATCH v2 02/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v2 06/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v2 18/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v2 19/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v2 20/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
[PATCH kernel] powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses on d
2018-10-02 4:56 UTC (2+ messages)
` [PATCH kernel] powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox