Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2017-12-22 11:22:08 to 2018-02-13 19:04:39 UTC [more...]

[PATCH 1/2] KVM: PPC: Fix compile error that occurs when CONFIG_ALTIVEC=n
 2018-02-13 19:04 UTC  (3+ messages)

[PATCH 2/2] KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
 2018-02-13  4:52 UTC 

KVM compile error
 2018-02-12 21:02 UTC  (2+ messages)

[RFC PATCH] KVM: PPC: Book3S HV: add support for page faults in VM_IO|VM_PFNMAP vmas
 2018-02-12 14:41 UTC  (13+ messages)

[GIT PULL] Please pull my kvm-ppc-next-4.16-1 tag
 2018-02-10 14:52 UTC  (4+ messages)
` [GIT PULL] Please pull my kvm-ppc-next-4.16-2 tag

[PATCH 1/2] KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
 2018-02-08 23:40 UTC  (6+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
  ` [PATCH v2] "

[PATCH] KVM: PPC: Book3S HV: Branch inside feature section
 2018-02-08 17:38 UTC 

[PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling
 2018-02-05  7:56 UTC  (4+ messages)

[PATCH v6 0/1] Implements MMIO emulation for lvx/stvx instructions
 2018-02-03 20:24 UTC  (2+ messages)
` [PATCH v6 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

[PATCH v5 0/1] Implements MMIO emulation for lvx/stvx instructions
 2018-02-03  0:02 UTC  (5+ messages)
` [PATCH v5 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

[kvm-ppc:kvm-ppc-svcpu-preempt 1/1] arch/powerpc/kvm/book3s_pr.c:148:44: error: too few arguments to
 2018-02-02  9:29 UTC 

[PATCH v4 0/1] Implements MMIO emulation for lvx/stvx instructions
 2018-02-01 17:34 UTC  (2+ messages)
` [PATCH v4 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

[PATCH] KVM: PPC: Fix svcpu copying with preemption enabled
 2018-01-31 21:24 UTC 

[PATCH v3 0/1] Implements MMIO emulation for lvx/stvx instructions
 2018-01-31 12:12 UTC  (2+ messages)
` [PATCH v3 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

[PATCH] KVM: PPC: Book3S PR: close a race window when SVCPU pointer is hold before kvmppc_copy_from_
 2018-01-31 10:51 UTC  (4+ messages)
` [PATCH] KVM: PPC: Book3S PR: close a race window when SVCPU pointer is hold before kvmppc_copy_f

[PATCH 00/26] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
 2018-01-30  3:26 UTC  (58+ messages)
` [PATCH 01/26] KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
` [PATCH 02/26] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_restore
  ` [PATCH 02/26] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_res
` [PATCH 03/26] KVM: PPC: Book3S PR: turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
` [PATCH 04/26] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH 05/26] KVM: PPC: Book3S PR: In PR KVM suspends Transactional state when inject an interrupt
` [PATCH 06/26] KVM: PPC: Book3S PR: PR KVM pass through MSR TM/TS bits to shadow_msr
` [PATCH 07/26] KVM: PPC: Book3S PR: add TEXASR related macros
` [PATCH 08/26] KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
` [PATCH 09/26] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
` [PATCH 10/26] KVM: PPC: Book3S PR: set MSR HV bit accordingly for PPC970 and others
` [PATCH 11/26] KVM: PPC: Book3S PR: prevent TS bits change in kvmppc_interrupt_pr()
` [PATCH 12/26] powerpc: export symbol msr_check_and_set()
` [PATCH 13/26] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for PR
  ` [PATCH 13/26] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API fo
` [PATCH 14/26] KVM: PPC: Book3S PR: export tm_enable()/tm_disable/tm_abort() APIs
` [PATCH 15/26] KVM: PPC: Book3S PR: add kvmppc_save/restore_tm_sprs() APIs
` [PATCH 16/26] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton for PR KVM
` [PATCH 17/26] KVM: PPC: Book3S PR: add math support for PR KVM HTM
` [PATCH 18/26] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH 19/26] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH 20/26] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at "
  ` [PATCH 20/26] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at guest privilege s
` [PATCH 21/26] KVM: PPC: Book3S PR: adds emulation for treclaim
` [PATCH 22/26] KVM: PPC: Book3S PR: add emulation for trechkpt in PR KVM
` [PATCH 23/26] KVM: PPC: Book3S PR: add emulation for tabort. for privilege guest
` [PATCH 24/26] KVM: PPC: Book3S PR: add guard code to prevent returning to guest with PR=0 and Transa
` [PATCH 25/26] KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM
` [PATCH 26/26] KVM: PPC: Book3S PR: enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl

[PATCH v2 0/1] Implements MMIO emulation for lvx/stvx instructions
 2018-01-30  1:18 UTC  (2+ messages)
` [PATCH v2 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

Trouble with Qemu KVM Call Kernel for OS X( 7447a )
 2018-01-30  0:01 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_page
 2018-01-29 23:51 UTC  (2+ messages)
` [PATCH] KVM: PPC: Book3S HV: Drop locks before reading guest memory

[PATCH 1/2] powerpc/powernv: Fix trailing semicolon
 2018-01-23 13:29 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: "

[PATCH 0/6] KVM: PPC: Book3S HV: Changes for POWER9 v2.2 support
 2018-01-22  3:34 UTC  (11+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
` [PATCH 2/6] KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
` [PATCH 3/6] KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
` [PATCH 4/6] KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
  ` [4/6] "
` [PATCH 5/6] powerpc: Add a CPU feature bit for TM bug workarounds on POWER9 v2.2
` [PATCH 6/6] KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9

[PATCH] powerpc/pseries/cpuidle: add polling idle for shared processor guests
 2018-01-22  3:34 UTC  (2+ messages)
`  "

[GIT PULL] Please pull my kvm-ppc-cve-4.15-2 tag
 2018-01-20 17:49 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Provide information about hardware/firmware CVE workarounds
 2018-01-19  4:51 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] KVM: PPC: Book3S HV: Enable migration of decrementer register
 2018-01-12  9:57 UTC 

[GIT PULL] Please pull paulus/powerpc kvm-ppc-fixes-4.14-2 tag
 2018-01-12  9:28 UTC  (7+ messages)
` [GIT PULL] Please pull paulus/powerpc kvm-ppc-fixes-4.15-3 tag
` [GIT PULL] Please pull paulus/powerpc kvm-ppc-cve-4.15 tag

[PATCH v4 1/6] powerpc/kvm/xive: Add more debugfs queues info
 2018-01-12  2:37 UTC  (6+ messages)
` [PATCH v4 2/6] powerpc/kvm/xive: Enable use of the new "single escalation" feature
` [PATCH v4 3/6] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations
` [PATCH v4 4/6] powerpc/kvm/xive: Check DR not IR to chose real vs virt mode MMIOs
` [PATCH v4 5/6] powerpc/kvm/xive: Make xive_pushed a byte, not a word
` [PATCH v4 6/6] powerpc/kvm/xive: Keep escalation interrupt masked unless ceded

[PATCH] KVM: PPC: Book3S HV: Remove vcpu->arch.dec usage
 2018-01-11 10:01 UTC  (2+ messages)

[PATCH] KVM: PPC: Use seq_puts() in kvmppc_exit_timing_show()
 2018-01-11  9:57 UTC  (2+ messages)

[RFC PATCH kernel] KVM: PPC: Book3S PR: Fix WIMG handling under pHyp
 2018-01-11  9:56 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()
 2018-01-11  9:54 UTC  (2+ messages)

[PATCH v3 01/16] powerpc/xive: Remove incorrect debug code
 2018-01-11  4:34 UTC  (16+ messages)
` [PATCH v3 02/16] powerpc: Remove DEBUG define in 64-bit early setup code
` [PATCH v3 03/16] powerpc: Reduce log level of "OPAL detected !" message
` [PATCH v3 04/16] powerpc/kvm/xive: Add more debugfs queues info
` [PATCH v3 05/16] powerpc/kvm/xive: Enable use of the new "single escalation" feature
` [PATCH v3 06/16] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations
` [PATCH v3 07/16] powerpc/kvm/xive: Check DR not IR to chose real vs virt mode MMIOs
` [PATCH v3 08/16] powerpc/kvm/xive: Make xive_pushed a byte, not a word
` [PATCH v3 09/16] powerpc/xive: Move definition of ESB bits
` [PATCH v3 10/16] powerpc/xive: Add interrupt flag to disable automatic EOI
` [PATCH v3 11/16] powerpc/kvm/xive: Keep escalation interrupt masked unless ceded
` [PATCH v3 12/16] powerpc/kvm: Make "no_xive:" label local
` [PATCH v3 13/16] powerpc: Use the TRAP macro whenever comparing a trap number
` [PATCH v3 14/16] powerpc: Remove useless EXC_COMMON_HV
` [PATCH v3 15/16] powerpc/kvm: Store the MMU mode in the PACA on KVM exit
` [PATCH v3 16/16] powerpc/kvm: Use the PACA virt/real mode info instead of mfmsr

[PATCH] KVM: PPC: Book3S HV: Skip treclaim if non-transactional in kvmppc_save_tm
 2018-01-11  2:53 UTC 

[PATCH RESEND 0/1] Implements MMIO emulation for lvx/stvx instructions
 2018-01-10 23:19 UTC  (4+ messages)
` [PATCH RESEND 1/1] KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

[PATCH v2] KVM: PPC: Book3S: Add capabilities for Meltdown/Spectre workarounds
 2018-01-10  5:07 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S: Add capabilities for Meltdown/Spectre workarounds
 2018-01-10  0:59 UTC  (10+ messages)

[RFC PATCH 0/2] KVM: PPC: Book3S HV: Transactional memory bug workarounds for POWER9
 2018-01-02 23:15 UTC  (3+ messages)
` [RFC PATCH 2/2] KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9

[PATCH] KVM: PPC: Book3S: fix XIVE migration of pending interrupts
 2017-12-22 12:18 UTC  (10+ messages)
`  "

[PATCH] KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()
 2017-12-22 11:24 UTC  (2+ messages)
`  "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox