kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-30 12:01:37 to 2015-05-08 14:16:16 UTC [more...]

[PATCH] MIPS: KVM: do not sign extend on unsigned MMIO load
 2015-05-08 14:16 UTC  (2+ messages)

[PATCH v3 00/12] KVM Guest Debug support for arm64
 2015-05-08 14:12 UTC  (22+ 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] kvm: irqchip: Break up high order allocations of kvm_irq_routing_table
 2015-05-08 12:31 UTC 

[PATCH 00/12] KVM: x86: SMM support
 2015-05-08 11:20 UTC  (13+ messages)
` [PATCH 01/12] KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_async
` [PATCH 02/12] KVM: x86: introduce num_emulated_msrs
` [PATCH 03/12] KVM: remove unnecessary arg from mark_page_dirty_in_slot, export it
` [PATCH 04/12] KVM: x86: pass host_initiated to functions that read MSRs
` [PATCH 05/12] KVM: x86: pass the whole hflags field to emulator and back
` [PATCH 06/12] KVM: x86: API changes for SMM support
` [PATCH 07/12] KVM: x86: stubs "
` [PATCH 08/12] KVM: x86: save/load state on SMM switch
` [PATCH 09/12] KVM: x86: add vcpu-specific functions to read/write/translate GFNs
` [PATCH 10/12] KVM: x86: add SMM to the MMU role
` [PATCH 11/12] KVM: x86: add KVM_MEM_X86_SMRAM memory slot flag
` [PATCH 12/12] KVM: x86: advertise KVM_CAP_X86_SMM

vmfork in KVM
 2015-05-08  9:55 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Replace kvmppc_find_vcpu() with kvm_get_vcpu()
 2015-05-08  9:01 UTC  (4+ messages)

[RFC PATCH 00/13] KVM: x86: SMM support
 2015-05-08  2:52 UTC  (41+ 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 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 12/13] KVM: x86: add KVM_MEM_X86_SMRAM memory slot flag

[GIT PULL] VFIO fixes for v4.1-rc2
 2015-05-07 22:37 UTC  (21+ 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] "

[RFC] ARM/ARM64: KVM: Implement KVM_FLUSH_DCACHE_GPA ioctl
 2015-05-07 17:01 UTC  (8+ messages)

[PATCH 0/9] KVM: MTRR fixes and some cleanups
 2015-05-07 16:53 UTC  (13+ messages)
` [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 8/9] KVM: MMU: fix MTRR update
` [PATCH 1/9] KVM: MMU: fix decoding cache type from MTRR

[PATCH 0/5] VFIO platform reset
 2015-05-07 14:27 UTC  (6+ messages)
` [PATCH 1/5] VFIO: platform: add reset_list and register/unregister functions
` [PATCH 2/5] VFIO: platform: add get_device callback
` [PATCH 3/5] VFIO: platform: add reset callback
` [PATCH 4/5] VFIO: platform: populate reset function according to compat
` [PATCH 5/5] VFIO: platform: VFIO platform Calxeda xgmac reset module

[PATCH RFC] MIPS: KVM: role back pc in case of EMULATE_FAIL
 2015-05-07 12:51 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/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: "

[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 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)

[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  (5+ messages)

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

[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 


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).