messages from 2018-07-12 08:10:17 to 2018-09-28 09:45:30 UTC [more...]
[PATCH v2 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
2018-09-28 9:45 UTC
[PATCH kernel] KVM: PPC: Optimize clearing TCEs for sparse tables
2018-09-28 6:47 UTC
[PATCH kernel] powerpc/powernv/ioda: Allocate indirect TCE levels of cached userspace addresses on d
2018-09-28 6:45 UTC
[RFC PATCH 25/32] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
2018-09-28 1:04 UTC (4+ messages)
[PATCH v4] powerpc/64s: reimplement book3s idle code in C
2018-09-28 0:16 UTC (3+ messages)
[RFC PATCH 32/32] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
2018-09-27 5:01 UTC (2+ messages)
[RFC PATCH 31/32] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
2018-09-27 4:59 UTC (2+ messages)
[RFC PATCH 30/32] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
2018-09-27 4:59 UTC (2+ messages)
[RFC PATCH 29/32] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
2018-09-27 4:56 UTC (2+ messages)
[RFC PATCH 28/32] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
2018-09-27 4:40 UTC (2+ messages)
[RFC PATCH 27/32] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
2018-09-27 4:37 UTC (2+ messages)
[RFC PATCH 18/32] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
2018-09-27 4:13 UTC (5+ messages)
[RFC PATCH 26/32] KVM: PPC: Book3S HV: Emulate Privileged TLBIE for guest hypervisors
2018-09-27 4:12 UTC (2+ messages)
[RFC PATCH 24/32] KVM: PPC: Book3S HV: Handle page fault for a nested guest
2018-09-27 3:46 UTC (2+ messages)
[RFC PATCH 23/32] KVM: PPC: Book3S HV: Framework to handle HV Emulation Assist Interrupt
2018-09-27 3:28 UTC (4+ messages)
[RFC PATCH 20/32] KVM: PPC: Book3S HV: Nested guest entry via hypercall
2018-09-27 3:28 UTC (6+ messages)
[RFC PATCH 19/32] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
2018-09-27 0:47 UTC (5+ messages)
[RFC PATCH 12/32] powerpc: Provide dummy versions of plpar_hcall functions when !CONFIG_PPC_PSERIES
2018-09-26 11:21 UTC (3+ messages)
` [RFC PATCH 12/32] powerpc: Provide dummy versions of plpar_hcall functions when !CONFIG_PPC_PSER
[RFC PATCH 22/32] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
2018-09-26 5:46 UTC (2+ messages)
[RFC PATCH 21/32] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
2018-09-26 5:44 UTC (2+ messages)
[RFC PATCH 17/32] KVM: PPC: Book3S HV: Refactor radix page fault handler
2018-09-26 3:55 UTC (2+ messages)
[RFC PATCH 16/32] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
2018-09-26 3:47 UTC (2+ messages)
` [RFC PATCH 16/32] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnos
[RFC PATCH 15/32] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
2018-09-26 3:36 UTC (2+ messages)
[RFC PATCH 14/32] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
2018-09-26 3:34 UTC (2+ messages)
[RFC PATCH 13/32] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
2018-09-26 3:32 UTC (2+ messages)
[RFC PATCH 11/32] powerpc: Add LPCR_EVIRT define
2018-09-26 3:29 UTC (2+ messages)
[RFC PATCH 10/32] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
2018-09-26 3:27 UTC (2+ messages)
[RFC PATCH 09/32] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
2018-09-25 6:53 UTC (2+ messages)
[RFC PATCH 08/32] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
2018-09-25 6:51 UTC (2+ messages)
[RFC PATCH 07/32] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
2018-09-25 5:49 UTC (2+ messages)
[RFC PATCH 04/32] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
2018-09-24 4:32 UTC (2+ messages)
` [RFC PATCH 04/32] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functio
[RFC PATCH 03/32] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
2018-09-24 4:10 UTC (2+ messages)
[RFC PATCH 01/32] KVM: PPC: Book3S: Simplify external interrupt handling
2018-09-24 2:37 UTC (2+ messages)
Looking for material about powerpc virtualization
2018-09-23 7:07 UTC
KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
2018-09-21 11:59 UTC (2+ messages)
[RFC PATCH 06/32] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
2018-09-21 10:01 UTC
[RFC PATCH 05/32] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
2018-09-21 10:01 UTC
[RFC PATCH 02/32] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
2018-09-21 10:01 UTC
[RFC PATCH 00/32] KVM: PPC: Book3S HV: Nested HV virtualization
2018-09-21 10:01 UTC
[GIT PULL] Please pull my kvm-ppc-fixes-4.16-1 tag
2018-09-18 13:22 UTC (4+ messages)
` [GIT PULL] Please pull my kvm-ppc-fixes-4.19-1 tag
` [GIT PULL] Please pull my kvm-ppc-fixes-4.19-2 tag
[PATCH kernel RFC 0/3] powerpc/pseries/iommu: GPU coherent memory pass through
2018-09-17 7:05 UTC (8+ messages)
` [PATCH kernel RFC 1/3] powerpc/pseries/iommu: Allow dynamic window to start from zero
` [PATCH kernel RFC 2/3] powerpc/pseries/iommu: Force default DMA window removal
` [PATCH kernel RFC 3/3] powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
[PATCH] KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
2018-09-13 5:33 UTC
[PATCH] KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VM
2018-09-12 0:42 UTC
[PATCH v2] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
2018-09-11 10:48 UTC
[PATCH] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
2018-09-11 10:46 UTC (5+ messages)
[PATCH kernel v2 0/6] KVM: PPC: TCE improvements
2018-09-11 3:15 UTC (9+ messages)
` [PATCH kernel v2 1/6] KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode
` [PATCH kernel v2 2/6] KVM: PPC: Validate all tces before updating tables
` [PATCH kernel v2 3/6] KVM: PPC: Inform the userspace about TCE update failures
` [PATCH kernel v2 4/6] KVM: PPC: Validate TCEs against preregistered memory page sizes
` [PATCH kernel v2 5/6] KVM: PPC: Propagate errors to the guest when failed instead of ignoring
` [PATCH kernel v2 6/6] KVM: PPC: Remove redundand permission bits removal
[PATCH kernel] KVM: PPC: Remove redundand permission bits removal
2018-09-10 4:50 UTC (2+ messages)
[RFC PATCH kernel v2] KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode
2018-09-06 9:49 UTC
[PATCH kernel] KVM: PPC: Avoid mapping compound pages to TCEs in real mode
2018-09-03 5:17 UTC (4+ messages)
[PATCH v3] powerpc/64s: reimplement book3s idle code in C
2018-08-31 5:16 UTC (3+ messages)
[PATCH kernel 0/4] KVM: PPC: Some error handling rework
2018-08-31 4:04 UTC (10+ messages)
` [PATCH kernel 1/4] KVM: PPC: Validate all tces before updating tables
` [PATCH kernel 2/4] KVM: PPC: Inform the userspace about TCE update failures
` [PATCH kernel 3/4] KVM: PPC: Validate TCEs against preregistered memory page sizes
` [PATCH kernel 4/4] KVM: PPC: Propagate errors to the guest when failed instead of ignoring
[PATCH] KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
2018-08-23 14:18 UTC (2+ messages)
` "
[PATCH] KVM: PPC: Book3S HV: Set fault_dsisr on H_INST_STORAGE interrupts
2018-08-23 0:09 UTC
[PATCH] powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
2018-08-21 5:47 UTC (5+ messages)
[PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
2018-08-20 6:31 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: Use correct pagesize in kvm_unmap_radix()
2018-08-14 10:37 UTC
[PATCH v2 1/2] powerpc/64s: move machine check SLB flushing to mm/slb.c
2018-08-13 14:41 UTC (6+ messages)
` [PATCH v2 2/2] powerpc/64s: reimplement book3s idle code in C
` [v2,1/2] powerpc/64s: move machine check SLB flushing to mm/slb.c
[PATCH 16/19] powerpc/powermac: Add missing include of header pmac.h
2018-08-13 11:22 UTC (2+ messages)
` [16/19] "
[PATCH 1/2] powerpc/64s: move machine check SLB flushing to mm/slb.c
2018-08-09 23:30 UTC (6+ messages)
` [PATCH 2/2] powerpc/64s: reimplement book3s idle code in C
[RFC PATCH kernel 0/5] powerpc/P9/vfio: Pass through NVIDIA Tesla V100
2018-08-09 14:06 UTC (20+ messages)
[GIT PULL] Please pull my kvm-ppc-next-4.16-1 tag
2018-08-02 11:56 UTC (3+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-4.19-1 tag
[PATCH] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
2018-07-31 14:39 UTC
[PATCH 1/2] KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9
2018-07-30 3:37 UTC (2+ messages)
[PATCH 2/2] KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lock
2018-07-26 5:44 UTC
[PATCH v4 1/1] KVM: PPC: Book3S HV: pack VCORE IDs to access full VCPU ID space
2018-07-26 3:22 UTC (3+ messages)
[PATCH v3 1/1] KVM: PPC: Book3S HV: pack VCORE IDs to access full VCPU ID space
2018-07-25 5:26 UTC (5+ messages)
[PATCH kernel v7 0/2] KVM: PPC: Check if IOMMU page is contained in the pinned physical page
2018-07-20 3:06 UTC (8+ messages)
` [PATCH kernel v7 1/2] vfio/spapr: Use IOMMU pageshift rather than pagesize
` [kernel,v7,1/2] "
` [PATCH kernel v7 2/2] KVM: PPC: Check if IOMMU page is contained in the pinned physical page
` [kernel, v7, "
[PATCH v2] KVM: PPC: remove mmio_vsx_tx_sx_enabled in KVM MMIO emulation
2018-07-18 6:30 UTC (2+ messages)
[PATCH kernel] KVM: PPC: Fix hardware and emulated TCE tables matching
2018-07-18 6:29 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: fix constant size warning
2018-07-18 6:29 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: add of_node_put() in success path
2018-07-18 6:29 UTC (2+ messages)
[PATCH kernel v3 1/6] powerpc/powernv: Remove useless wrapper
2018-07-17 2:05 UTC (2+ messages)
` [kernel,v3,1/6] "
[PATCH kernel] KVM: PPC: Expose userspace mm context id via debugfs
2018-07-17 2:01 UTC (2+ messages)
[PATCH kernel v6 0/2] KVM: PPC: Check if IOMMU page is contained in the pinned physical page
2018-07-16 4:17 UTC (5+ messages)
` [PATCH kernel v6 2/2] "
[PATCH kernel v3 0/6] powerpc/powernv/iommu: Optimize memory use
2018-07-15 23:37 UTC (4+ messages)
` [PATCH kernel v3 3/6] KVM: PPC: Make iommu_table::it_userspace big endian
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