messages from 2018-05-02 05:53:23 to 2018-05-23 07:01:54 UTC [more...]
[PATCH v4 00/29] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
2018-05-23 7:01 UTC (12+ messages)
` [PATCH v4 01/29] powerpc: export symbol msr_check_and_set()
` [PATCH v4 02/29] powerpc: add TEXASR related macros
` [PATCH v4 03/29] powerpc: export tm_enable()/tm_disable/tm_abort() APIs
` [PATCH v4 04/29] KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
` [PATCH v4 05/29] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_rest
` [PATCH v4 06/29] KVM: PPC: Book3S PR: turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
` [PATCH v4 07/29] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH v4 08/29] KVM: PPC: Book3S PR: In PR KVM suspends Transactional state when inject an interrup
` [PATCH v4 09/29] KVM: PPC: Book3S PR: PR KVM pass through MSR TM/TS bits to shadow_msr
` [PATCH v4 10/29] KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
` [PATCH v4 11/29] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
[PATCH v3 00/29] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
2018-05-23 7:01 UTC (32+ messages)
` [PATCH v3 01/29] powerpc: export symbol msr_check_and_set()
` [PATCH v3 02/29] powerpc: add TEXASR related macros
` [PATCH v3 03/29] powerpc: export tm_enable()/tm_disable/tm_abort() APIs
` [PATCH v3 04/29] KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
` [PATCH v3 05/29] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_rest
` [PATCH v3 06/29] KVM: PPC: Book3S PR: turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
` [PATCH v3 07/29] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH v3 08/29] KVM: PPC: Book3S PR: In PR KVM suspends Transactional state when inject an interrup
` [PATCH v3 09/29] KVM: PPC: Book3S PR: PR KVM pass through MSR TM/TS bits to shadow_msr
` [PATCH v3 10/29] KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
` [PATCH v3 11/29] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
` [PATCH v3 12/29] KVM: PPC: Book3S PR: prevent TS bits change in kvmppc_interrupt_pr()
` [PATCH v3 13/29] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for
` [PATCH v3 14/29] KVM: PPC: Book3S PR: add kvmppc_save/restore_tm_sprs() APIs
` [PATCH v3 15/29] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton for PR KVM
` [PATCH v3 16/29] KVM: PPC: Book3S PR: add math support for PR KVM HTM
` [PATCH v3 17/29] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH v3 18/29] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH v3 19/29] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at guest privilege st
` [PATCH v3 20/29] KVM: PPC: Book3S PR: adds emulation for treclaim
` [PATCH v3 21/29] KVM: PPC: Book3S PR: add emulation for trechkpt in PR KVM
` [PATCH v3 22/29] KVM: PPC: Book3S PR: add emulation for tabort. for privilege guest
` [PATCH v3 23/29] KVM: PPC: Book3S PR: add guard code to prevent returning to guest with PR=0 and Tra
` [PATCH v3 24/29] KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM
` [PATCH v3 25/29] KVM: PPC: Book3S PR: enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl
` [PATCH v3 26/29] KVM: PPC: move vcpu_load/vcpu_put down to each ioctl case in kvm_arch_vcpu_ioctl
` [PATCH v3 27/29] KVM: PPC: remove load/put vcpu for KVM_GET/SET_ONE_REG ioctl
` [PATCH v3 28/29] KVM: PPC: remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGS
` [PATCH v3 29/29] KVM: PPC: Book3S PR: enable kvmppc_get/set_one_reg_pr() for HTM registers
[PATCH v3 0/7] KVM: PPC: reimplement mmio emulation with analyse_instr()
2018-05-23 3:06 UTC (10+ messages)
` [PATCH v3 1/7] KVM: PPC: add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation
` [PATCH v3 2/7] KVM: PPC: reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_int
` [PATCH v3 3/7] KVM: PPC: add giveup_ext() hook for PPC KVM ops
` [PATCH v3 4/7] KVM: PPC: reimplement LOAD_FP/STORE_FP instruction mmio emulation with analyse_intr()
` [PATCH v3 5/7] KVM: PPC: reimplements LOAD_VSX/STORE_VSX instruction mmio emulation with analyse_int
` [PATCH v3 5/7] KVM: PPC: reimplements LOAD_VSX/STORE_VSX instruction mmio emulation with analyse
` [PATCH v3 6/7] KVM: PPC: expand mmio_vsx_copy_type to mmio_copy_type to cover VMX load/store elem ty
` [PATCH v3 7/7] KVM: PPC: reimplements LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_int
[PATCH 00/19] powerpc/ppc32: make W=1 compilation errors free
2018-05-22 6:28 UTC (2+ messages)
[PPC64] P5020DS: Booting from img possible (-drive)?
2018-05-20 18:51 UTC (16+ messages)
` [Qemu-devel] "
` [Qemu-ppc] "
[PATCH] KVM: PPC: Book3S PR: Enable use on POWER9 inside HPT-mode guests
2018-05-19 5:56 UTC
[PATCH v2 00/10] KVM: PPC: reimplement mmio emulation with analyse_instr()
2018-05-18 12:30 UTC (17+ messages)
` [PATCH v2 01/10] KVM: PPC: add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
` [PATCH v2 02/10] KVM: PPC: mov nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
` [PATCH v2 03/10] KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issue when VMX store
` [PATCH v2 04/10] KVM: PPC: add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation
` [PATCH v2 05/10] KVM: PPC: reimplement non-SIMD LOAD/STORE instruction mmio emulation with analyse_i
` [PATCH v2 05/10] KVM: PPC: reimplement non-SIMD LOAD/STORE instruction mmio emulation with analy
` [PATCH v2 06/10] KVM: PPC: add giveup_ext() hook for PPC KVM ops
` [PATCH v2 07/10] KVM: PPC: reimplement LOAD_FP/STORE_FP instruction mmio emulation with analyse_intr
` [PATCH v2 07/10] KVM: PPC: reimplement LOAD_FP/STORE_FP instruction mmio emulation with analyse_
` [PATCH v2 08/10] KVM: PPC: reimplements LOAD_VSX/STORE_VSX instruction mmio emulation with analyse_i
` [PATCH v2 09/10] KVM: PPC: expand mmio_vsx_copy_type to mmio_copy_type to cover VMX load/store elem
` [PATCH v2 10/10] KVM: PPC: reimplements LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_i
[PATCH 2/2] KVM: PPC: Book3S HV: send kvmppc_bad_interrupt NMIs to Linux handlers
2018-05-17 17:49 UTC
[PATCH 1/2] KVM: PPC: Book3S: HV: Fix kvmppc_bad_host_intr for real mode interrupts
2018-05-17 17:49 UTC
[PATCH 0/2] kvmppc bad host interrupt improvements
2018-05-17 17:49 UTC
[RFC PATCH] KVM: PPC: Book3S HV: send kvmppc_bad_interrupt NMIs to Linux handlers
2018-05-17 7:24 UTC (3+ messages)
[PATCH v3 8/8] KVM: PPC: Book3S HV: radix do not clear partition pte when RC or write bits do not ma
2018-05-17 7:06 UTC
[PATCH v3 7/8] KVM: PPC: Book3S HV: radix refine IO region partition scope attributes
2018-05-17 7:06 UTC
[PATCH v3 6/8] KVM: PPC: Book3S HV: radix handle process scoped LPID flush in C, with relocation on
2018-05-17 7:06 UTC
[PATCH v3 5/8] KVM: PPC: Book3S HV: radix use the Linux translation flush functions for partition sc
2018-05-17 7:06 UTC
[PATCH v3 4/8] KVM: PPC: Book3S HV: recursively unmap all page table entries when unmapping
2018-05-17 7:06 UTC
[PATCH v3 3/8] KVM: PPC: Book3S HV: use a helper to unmap ptes in the radix fault path
2018-05-17 7:06 UTC
[PATCH v3 2/8] KVM: PPC: Book3S HV: radix clear pte when unmapping
2018-05-17 7:06 UTC
[PATCH v3 1/8] KVM: PPC: Book3S HV: radix use correct tlbie sequence in kvmppc_radix_tlbie_page
2018-05-17 7:06 UTC
[PATCH v3 0/8] assorted radix fixes and improvemets for page fault and invalidation
2018-05-17 7:06 UTC
[PATCH v3] KVM: PPC: Book3S HV: lockless tlbie for HPT hcalls
2018-05-17 6:59 UTC
[PATCH] KVM: PPC: Book 3S HV: Do ptesync in radix guest exit path
2018-05-17 4:48 UTC
[PATCH 0/2] KVM powerpc tlbie scalability improvement
2018-05-17 3:53 UTC (6+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: lockless tlbie for HPT hcalls
[PATCH v2 4/9] KVM: PPC: Book3S HV: recursively unmap all page table entries when unmapping
2018-05-17 1:16 UTC (2+ messages)
[PATCH v2 2/9] KVM: PPC: Book3S HV: radix clear pte when unmapping
2018-05-17 0:13 UTC (2+ messages)
[PATCH v2] powerpc: kvm: Change return type to vm_fault_t
2018-05-16 7:54 UTC (4+ messages)
[PATCH v2 11/30] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
2018-05-16 2:13 UTC (10+ messages)
` [PATCH v2 17/30] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH v2 17/30] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPR
` [PATCH v2 18/30] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH v2 29/30] KVM: PPC: add KVM_SET_ONE_REG/KVM_GET_ONE_REG to async ioctl
[PATCH v2 00/30] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
2018-05-15 12:41 UTC (6+ messages)
` [PATCH v2 07/30] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
[PATCH kernel v2 3/3] KVM: PPC: Check KVM_CREATE_SPAPR_TCE_64 parameters
2018-05-15 5:37 UTC (2+ messages)
[PATCH kernel v2 1/3] KVM: PPC: Use correct page shift in H_STUFF_TCE
2018-05-15 5:05 UTC (2+ messages)
[PATCH kernel v2 2/3] KVM: PPC: Allow backing bigger guest IOMMU pages with smaller physical pages
2018-05-14 10:00 UTC
[PATCH kernel v2 0/3] KVM: PPC: Allow backing bigger guest IOMMU pages with smaller physical
2018-05-14 10:00 UTC
[PATCH] kvm: Change return type to vm_fault_t
2018-05-10 16:42 UTC (4+ messages)
[PATCH] powerpc/kvm/xive: Resend re-routed interrupts on CPU priority change
2018-05-10 3:26 UTC (2+ messages)
[PATCH v2 9/9] KVM: PPC: Book3S HV: radix do not clear partition pte when RC or write bits do not ma
2018-05-09 2:20 UTC
[PATCH v2 8/9] KVM: PPC: Book3S HV: radix refine IO region partition scope attributes
2018-05-09 2:20 UTC
[PATCH v2 7/9] KVM: PPC: Book3S HV: radix handle process scoped LPID flush in C, with relocation on
2018-05-09 2:20 UTC
[PATCH v2 6/9] KVM: PPC: Book3S HV: radix use the Linux translation flush functions for partition sc
2018-05-09 2:20 UTC
[PATCH v2 0/9] assorted radix fixes and improvemets for page fault and invalidation
2018-05-09 2:20 UTC (2+ messages)
` [PATCH v2 5/9] powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM
[PATCH v2 3/9] KVM: PPC: Book3S HV: use a helper to unmap ptes in the radix fault path
2018-05-09 2:20 UTC
[PATCH v2 1/9] KVM: PPC: Book3S HV: radix use correct tlbie sequence in kvmppc_radix_tlbie_page
2018-05-09 2:20 UTC
[PATCH 00/10] assorted radix fixes and improvemets for page fault and invalidation
2018-05-07 9:38 UTC (4+ messages)
` [PATCH 06/10] powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM
[PATCH 04/10] KVM: PPC: Book3S HV: recursively unmap all page table entries when unmapping
2018-05-07 9:34 UTC (5+ messages)
[PATCH 05/10] KVM: PPC: Book3S HV: move table entry clear unmap into helpers
2018-05-07 5:08 UTC (2+ messages)
[PATCH 02/10] KVM: PPC: Book3S HV: radix clear pte when unmapping
2018-05-07 2:41 UTC (3+ messages)
[PATCH 10/10] KVM: PPC: Book3S HV: radix do not clear partition pte when RC or write bits do not mat
2018-05-06 7:37 UTC
[PATCH 09/10] KVM: PPC: Book3S HV: radix refine IO region partition scope attributes
2018-05-06 7:37 UTC
[PATCH 08/10] KVM: PPC: Book3S HV: radix handle process scoped LPID flush in C, with relocation on
2018-05-06 7:37 UTC
[PATCH 07/10] KVM: PPC: Book3S HV: radix use the Linux translation flush functions for partition sco
2018-05-06 7:37 UTC
[PATCH 03/10] KVM: PPC: Book3S HV: use a helper to unmap ptes in the radix fault path
2018-05-06 7:37 UTC
[PATCH 01/10] KVM: PPC: Book3S HV: radix use correct tlbie sequence in kvmppc_radix_tlbie_page
2018-05-06 7:37 UTC
[PATCH QEMU] osdep: powerpc64 align memory to allow 2MB radix THP page tables
2018-05-06 7:29 UTC
[PATCH 00/11] KVM: PPC: reconstruct mmio emulation with analyse_instr()
2018-05-03 9:46 UTC (35+ messages)
` [PATCH 01/11] KVM: PPC: add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into it
` [PATCH 02/11] KVM: PPC: mov nip/ctr/lr/xer registers to pt_regs in kvm_vcpu_arch
` [PATCH 03/11] KVM: PPC: Fix a mmio_host_swabbed uninitialized usage issue when VMX store
` [PATCH 04/11] KVM: PPC: fix incorrect element_size for stxsiwx in analyse_instr
` [PATCH 05/11] KVM: PPC: add GPR RA update skeleton for MMIO emulation
` [PATCH 06/11] KVM: PPC: add KVMPPC_VSX_COPY_WORD_LOAD_DUMP type support for mmio emulation
` [PATCH 07/11] KVM: PPC: reconstruct non-SIMD LOAD/STORE instruction mmio emulation with analyse_intr
` [PATCH 07/11] KVM: PPC: reconstruct non-SIMD LOAD/STORE instruction mmio emulation with analyse_
` [PATCH 08/11] KVM: PPC: add giveup_ext() hook for PPC KVM ops
` [PATCH 09/11] KVM: PPC: reconstruct LOAD_FP/STORE_FP instruction mmio emulation with analyse_intr()
` [PATCH 09/11] KVM: PPC: reconstruct LOAD_FP/STORE_FP instruction mmio emulation with analyse_int
` [PATCH 10/11] KVM: PPC: reconstruct LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_intr(
` [PATCH 10/11] KVM: PPC: reconstruct LOAD_VMX/STORE_VMX instruction mmio emulation with analyse_i
` [PATCH 11/11] KVM: PPC: reconstruct LOAD_VSX/STORE_VSX instruction mmio emulation with analyse_intr(
` [PATCH 11/11] KVM: PPC: reconstruct LOAD_VSX/STORE_VSX instruction mmio emulation with analyse_i
[PATCH RFC 1/1] KVM: PPC: Book3S HV: pack VCORE IDs to access full VCPU ID space
2018-05-03 3:38 UTC (8+ messages)
[PATCH v2 RFC 1/1] KVM: PPC: Book3S HV: pack VCORE IDs to access full VCPU ID space
2018-05-03 3:07 UTC (3+ messages)
[PATCH kernel 0/2] KVM: PPC: Allow backing bigger guest IOMMU pages with smaller physical
2018-05-02 9:13 UTC (10+ messages)
` [PATCH kernel 2/2] KVM: PPC: Allow backing bigger guest IOMMU pages with smaller physical pages
[PATCH] powerpc/kvm/booke: fix altivec related build break
2018-05-02 8:35 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox