messages from 2017-09-28 08:07:13 to 2017-11-29 17:34:08 UTC [more...]
[PATCH v2 00/16] Move vcpu_load and vcpu_put calls to arch code
2017-11-29 17:34 UTC (23+ messages)
` [PATCH v2 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v2 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v2 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v2 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v2 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v2 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v2 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v2 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v2 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v2 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v2 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v2 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v2 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v2 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v2 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v2 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
[PATCH kernel] vfio/spapr: Add trace points for map/unmap
2017-11-29 16:44 UTC (8+ messages)
[PATCH 0/4] Fix use after free in HPT resizing code and related minor improvements
2017-11-29 16:38 UTC (5+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt and cleanups
` [PATCH 2/4] KVM: PPC: Book3S HV: Improve kvmppc_allocate_hpt()/kvmppc_free_hpt()
` [PATCH 3/4] KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests
` [PATCH 4/4] KVM: PPC: Book3S HV: Remove redundant parameter from resize_hpt_release()
[PATCH 00/15] Move vcpu_load and vcpu_put calls to arch code
2017-11-28 21:29 UTC (24+ messages)
` [PATCH 01/15] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH 02/15] KVM: Factor out vcpu->pid adjustment for KVM_RUN
` [PATCH 03/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH 04/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH 05/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH 06/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH 07/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH 08/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH 09/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH 10/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH 11/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH 12/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH 13/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH 14/15] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH 15/15] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
[GIT PULL] Please pull paulus/powerpc kvm-ppc-fixes-4.14-2 tag
2017-11-27 16:58 UTC (9+ messages)
` [GIT PULL] Please pull paulus/powerpc kvm-ppc-next-4.15-2 tag
` [GIT PULL] Please pull paulus/powerpc kvm-ppc-fixes-4.15-1 tag
[PATCH] KVM: PPC: Book3S HV: check for XIVE device before executing the XICS hcalls
2017-11-27 7:30 UTC
[PATCH v2 01/11] powerpc/kvm/xive: Add more debugfs queues info
2017-11-26 21:58 UTC (18+ messages)
` [PATCH v2 02/11] powerpc/kvm/xive: Enable use of the new "single escalation" feature
` [PATCH v2 03/11] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations
` [PATCH v2 04/11] powerpc/kvm/xive: Check DR not IR to chose real vs virt mode MMIOs
` [PATCH v2 05/11] powerpc/kvm/xive: Make xive_pushed a byte, not a word
` [PATCH v2 06/11] powerpc/xive: Move definition of ESB bits
` [PATCH v2 07/11] powerpc/xive: Add interrupt flag to disable automatic EOI
` [PATCH v2 08/11] powerpc/kvm/xive: Keep escalation interrupt masked unless ceded
` [PATCH v2 09/11] powerpc/kvm: Make "no_xive:" label local
` [PATCH v2 10/11] powerpc/kvm: Store the MMU mode in the PACA on KVM exit
` [PATCH v2 11/11] powerpc/kvm: Use the PACA virt/real mode info instead of mfmsr
[RFC PATCH kernel] KVM: PPC: Book3S PR: Fix WIMG handling under pHyp
2017-11-23 23:33 UTC (3+ messages)
[PATCH] powerpc/xive: store server for masked interrupt in kvmppc_xive_set_xive()
2017-11-23 20:38 UTC (2+ messages)
[RFC PATCH] KVM: Only register preempt notifiers and load arch cpu state as needed
2017-11-23 18:43 UTC (10+ messages)
[PATCH 0/5] KVM: PPC: Book3S: Miscellaneous minor fixes
2017-11-23 10:15 UTC (9+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Avoid shifts by negative amounts
` [PATCH 2/5] KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
` [PATCH 3/5] KVM: PPC: Book3S HV: Remove useless statement
` [PATCH 4/5] KVM: PPC: Book3S HV: Fix conditions for starting vcpu
` [PATCH 5/5] KVM: PPC: Book3S: Eliminate some unnecessary checks
[RFC PATCH] powerpc: add tests for XICS
2017-11-23 4:52 UTC (7+ messages)
` [RFC kvm-unit-tests "
[PATCH] KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts
2017-11-22 5:55 UTC (2+ messages)
[PATCH] powerpc/kvm/xive: Don't use existing "prodded" flag for xive escalations
2017-11-21 9:40 UTC
[PATCH] powerpc/kvm/xive: Enable use of the new "single escalation" feature
2017-11-21 9:37 UTC (2+ messages)
[PATCH] powerpc/kvm/xive: Add more debugfs queues info
2017-11-21 3:57 UTC
[PATCH] powerpc/pseries/cpuidle: add polling idle for shared processor guests
2017-11-16 16:17 UTC (3+ messages)
[PATCH v4.14] KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates
2017-11-08 3:49 UTC
[PATCH] KVM: PPC: Book3S HV: Handle host system reset in guest mode
2017-11-07 23:30 UTC (2+ messages)
` "
[PATCH kernel v2] powerpc/powernv: Reserve a hole which appears after enabling IOV
2017-11-07 23:30 UTC (4+ messages)
` [kernel, "
[RFC PATCH] KVM: PPC: Book3S HV: Handle host system reset in guest mode
2017-11-03 5:11 UTC (2+ messages)
[GIT PULL] Please pull my kvm-ppc-next branch
2017-11-02 17:16 UTC (3+ messages)
[PATCH v2 0/6] KVM: PPC: Book3S HV: Run HPT guests on radix hosts
2017-10-27 4:46 UTC (7+ messages)
` [PATCH v2 1/6] KVM: PPC: Book3S HV: Don't rely on host's page size information
` [PATCH v2 2/6] KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready
` [PATCH v2 3/6] KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix
` [PATCH v2 4/6] KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
` [PATCH v2 5/6] KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode
` [PATCH v2 6/6] KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts
[PATCH] KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabled
2017-10-26 6:04 UTC
[4/6] Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread management"
2017-10-24 8:09 UTC
[PATCH] KVM: PPC: Book3S: Fix gas warning due to using r0 as immediate 0
2017-10-21 4:32 UTC
[GIT PULL] Please pull my kvm-ppc-fixes branch
2017-10-19 13:11 UTC (3+ messages)
[PATCH 6/6] KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts
2017-10-19 4:14 UTC
[PATCH 5/6] KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode
2017-10-19 4:14 UTC
[PATCH 4/6] Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread management"
2017-10-19 4:14 UTC
[PATCH 3/6] KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
2017-10-19 4:14 UTC
[PATCH 2/6] KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready
2017-10-19 4:14 UTC
[PATCH 1/6] KVM: PPC: Book3S HV: Don't rely on host's page size information
2017-10-19 4:14 UTC
[PATCH 0/6] KVM: PPC: Book3S HV: Run HPT guests on radix hosts
2017-10-19 4:14 UTC
[PATCH] KVM: PPC: Book3S HV: Explicitly disable HPT operations on radix guests
2017-10-19 3:49 UTC (2+ messages)
[PATCH kernel] KVM: PPC: Enable in-kernel TCE handlers for PR KVM
2017-10-19 3:48 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation in kvmppc_alloca
2017-10-19 3:48 UTC (2+ messages)
` [PATCH] KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation in kvmppc_al
[PATCH 6/7] KVM: PPC: Cocci spatch "vma_pages"
2017-10-19 3:46 UTC (2+ messages)
[PATCH 1/10] KVM: PPC: Book3S HV: Use ARRAY_SIZE macro
2017-10-19 3:44 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: Handle unexpected interrupts better
2017-10-19 3:44 UTC (2+ messages)
[PATCH v3] KVM: PPC: Book3S PR: only install valid SLBs during KVM_SET_SREGS
2017-10-18 3:26 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: Add more barriers in XIVE load/unload code
2017-10-15 21:45 UTC
[PATCH v2 0/9] improve early structure allocations (paca, lppaca, etc)
2017-10-14 3:54 UTC (4+ messages)
` [PATCH v2 7/9] powerpc/64s: do not allocate lppaca if we are not virtualized
[PATCH v2] KVM: PPC: Book3S PR: only install valid SLBs during KVM_SET_SREGS
2017-10-14 2:49 UTC (4+ messages)
[PATCH kernel] KVM: PPC: Protect kvmppc_gpa_to_ua() with srcu
2017-10-14 1:25 UTC (2+ messages)
[PATCH] KVM: PPC: Book3S HV: POWER9 more doorbell fixes
2017-10-14 1:24 UTC (3+ messages)
[PATCH] KVM: PPC: fix oops when checking KVM_CAP_PPC_HTM
2017-10-14 1:23 UTC (8+ messages)
[PATCH] MAINTAINERS: Add Paul Mackerras as maintainer for KVM/powerpc
2017-10-09 15:01 UTC (7+ messages)
[PATCH 1/1] KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive()
2017-10-03 16:15 UTC (5+ messages)
[PATCH kernel v3] vfio/spapr: Add cond_resched() for huge updates
2017-09-29 22:17 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