kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-29 19:20:12 to 2015-05-07 12:47:50 UTC [more...]

[PATCH] MIPS: KVM: do not sign extend on unsigned MMIO load
 2015-05-07 12:47 UTC 

[BUG ?] MIPS: KVM: condition with no effect
 2015-05-07 12:18 UTC  (3+ messages)

Networking: Questions about KVM-Host to KVM-Guest interal traffic Handling
 2015-05-07 12:12 UTC  (3+ messages)

[PATCH 0/9] KVM: MTRR fixes and some cleanups
 2015-05-07 12:04 UTC  (25+ messages)
` [PATCH 1/9] KVM: MMU: fix decoding cache type from MTRR
` [PATCH 2/9] KVM: MMU: introduce slot_handle_level() and its helper
` [PATCH 3/9] KVM: MMU: use slot_handle_level and its helper to clean up the code
` [PATCH 4/9] KVM: MMU: introduce for_each_rmap_spte()
` [PATCH 5/9] KVM: MMU: KVM: introduce for_each_slot_rmap
` [PATCH 6/9] KVM: MMU: introduce kvm_zap_rmapp
` [PATCH 7/9] KVM: MMU: introduce kvm_zap_gfn_range()
` [PATCH 8/9] KVM: MMU: fix MTRR update
` [PATCH 9/9] KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changed

[PATCH 0/3] Report guest steal time in host
 2015-05-07 12:04 UTC  (7+ messages)
` [PATCH 1/3] procfs: add guest steal time in /proc/<pid>/stat
` [PATCH 2/3] kvm/x86: report guest steal time in host
` [PATCH 3/3] kvm/powerpc: "

[RFC] ARM/ARM64: KVM: Implement KVM_FLUSH_DCACHE_GPA ioctl
 2015-05-07 11:20 UTC  (4+ messages)

[PATCH] KVM: x86: Mask DR7 correctly on task-switch while debugging
 2015-05-07 11:12 UTC  (3+ messages)
` [PATCH v2] KVM: x86: Fix DR7 mask "

[PATCH 0/3] KVM: MMU: fix SMAP virtualization
 2015-05-07  9:50 UTC  (6+ messages)
` [PATCH 1/3] KVM: MMU: fix smap permission check
` [PATCH 2/3] KVM: MMU: fix SMAP virtualization
` [PATCH 3/3] KVM: MMU: document smap_andnot_wp

[PATCH 3.16.y-ckt 084/180] MIPS: KVM: Handle MSA Disabled exceptions from guest
 2015-05-07  9:44 UTC 

[RFC v2 0/4] chip/vgic adaptations for forwarded irq
 2015-05-07  9:39 UTC  (10+ messages)
` [RFC v2 2/4] KVM: arm: vgic: fix state machine for forwarded IRQ

[PATCH] KVM: remove pointless cpu hotplug messages
 2015-05-07  9:31 UTC  (3+ messages)

[PATCH] KVM: nVMX: Fix host crash when loading MSRs with userspace irqchip
 2015-05-07  9:31 UTC  (2+ messages)

[PATCH] KVM: x86: Call-far should not be emulated as stack op
 2015-05-07  9:31 UTC  (2+ messages)

[PATCH v3 00/12] KVM Guest Debug support for arm64
 2015-05-07  9:07 UTC  (13+ messages)
` [PATCH v3 01/12] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v3 02/12] KVM: define common __KVM_GUESTDBG_USE_SW/HW_BP values
` [PATCH v3 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v3 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v3 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v3 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v3 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v3 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v3 09/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v3 10/12] KVM: arm64: trap nested debug register access
` [PATCH v3 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v3 12/12] KVM: arm64: add trace points for guest_debug debug

[PATCH RESEND kvm-unit-tests] x86/run: Rearrange the valid binary and testdev support checks
 2015-05-07  9:00 UTC  (2+ messages)

[PATCH] check smap and !cr0.wp
 2015-05-07  8:44 UTC 

[PATCH] check smap and !cr0.wp
 2015-05-07  8:43 UTC  (3+ messages)

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-06 19:43 UTC  (45+ messages)
` [PATCH 01/13] KVM: MMU: fix for CR4.SMEP=1, CR0.WP=0?
` [PATCH 02/13] KVM: reuse memslot in kvm_write_guest_page
` [PATCH 03/13] KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
` [PATCH 04/13] KVM: remove unnecessary arg from mark_page_dirty_in_slot, export it
` [PATCH 05/13] KVM: x86: pass host_initiated to functions that read MSRs
` [PATCH 06/13] KVM: x86: pass the whole hflags field to emulator and back
` [PATCH 07/13] KVM: x86: API changes for SMM support
` [PATCH 08/13] KVM: x86: stubs "
` [PATCH 09/13] KVM: x86: save/load state on SMM switch
` [PATCH 10/13] KVM: x86: add vcpu-specific functions to read/write/translate GFNs
` [PATCH 11/13] KVM: x86: add SMM to the MMU role
` [PATCH 12/13] KVM: x86: add KVM_MEM_X86_SMRAM memory slot flag
` [PATCH 13/13] KVM: x86: advertise KVM_CAP_X86_SMM

[GIT PULL] VFIO fixes for v4.1-rc3
 2015-05-06 18:15 UTC 

[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
 2015-05-06 11:55 UTC  (11+ messages)
` [PATCH 1/6] x86: use macro instead of "0" for setting TICKET_SLOWPATH_FLAG
` [PATCH 2/6] x86: move decision about clearing slowpath flag into arch_spin_lock()
` [PATCH 3/6] x86: introduce new pvops function clear_slowpath
` [PATCH 4/6] x86: introduce new pvops function spin_unlock
` [PATCH 5/6] x86: switch config from UNINLINE_SPIN_UNLOCK to INLINE_SPIN_UNLOCK
` [PATCH 6/6] x86: remove no longer needed paravirt_ticketlocks_enabled

[RFC PATCH 0/3] Report guest steal time in host
 2015-05-06 11:55 UTC  (2+ messages)
` [PATCH "

[GIT PULL] VFIO fixes for v4.1-rc2
 2015-05-06 10:19 UTC  (18+ messages)
  ` [PATCH] signals: Generate warning when flush_signals() is called from non-kthread context
      ` [PATCH 0/1] signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()
        ` [PATCH 1/1] "

[3.16.y-ckt stable] Patch "MIPS: KVM: Handle MSA Disabled exceptions from guest" has been added to staging queue
 2015-05-06  9:50 UTC 

(unknown)
 2015-05-06  5:37 UTC 

(unknown)
 2015-05-06  5:37 UTC 

[PATCH] kvm: remove one useless check extension
 2015-05-05 12:21 UTC  (3+ messages)

[PATCHv2 0/2] KVM: micro-optimization and interrupt disabling
 2015-05-05 12:08 UTC  (9+ messages)
` [PATCH 1/2] KVM: provide irq_unsafe kvm_guest_{enter|exit}
` [PATCH 2/2] KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}

[PATCH] KVM: arm64: add active register handling to GICv3 emulation as well
 2015-05-05 11:57 UTC  (2+ messages)

[RFC 2/4] target-arm/kvm: Flush data cache support
 2015-05-05  9:13 UTC  (2+ messages)
` [RFC 3/4] kvm-all: Pre-run cache coherency maintenance

[PATCH v16 00/14] qspinlock: a 4-byte queue spinlock with PV support
 2015-05-04 17:18 UTC  (11+ messages)
` [PATCH v16 08/14] pvqspinlock: Implement simple paravirt support for the qspinlock
` [PATCH v16 13/14] pvqspinlock: Improve slowpath performance by avoiding cmpxchg

[PATCH kvm-unit-tests] x86: vmx: Remove bogus GUEST_RIP update from interrupt test
 2015-05-04  8:12 UTC 

upgrade question
 2015-05-03 19:00 UTC 

upgrade question
 2015-05-03 18:56 UTC 

[PATCH 3.19 034/177] MIPS: KVM: Handle MSA Disabled exceptions from guest
 2015-05-02 19:00 UTC 

[PATCH 4.0 035/220] MIPS: KVM: Handle MSA Disabled exceptions from guest
 2015-05-02 18:59 UTC 

[PATCH] KVM: x86: dump VMCS on invalid entry
 2015-05-02 11:34 UTC  (3+ messages)

[PATCH v2] vfio: Fix runaway interruptible timeout
 2015-05-01 23:07 UTC 

APIC_ID in apic_reg_write()
 2015-04-30 16:50 UTC  (7+ messages)

[PATCH] KVM: booke: use __kvm_guest_exit
 2015-04-30 15:51 UTC  (2+ messages)

[GIT PULL] KVM changes (kvmclock) for 4.1-rc2
 2015-04-30 15:18 UTC 

[PATCH v2 06/10] KVM: arm64: guest debug, add SW break point support
 2015-04-29 19:20 UTC  (13+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).