public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-15 23:35:38 to 2013-05-20 01:30:13 UTC [more...]

[PATCHv2] virtio_pci: better macro exported in uapi
 2013-05-20  1:30 UTC  (2+ messages)

[PATCH] virtio_pci: fix macro exported in uapi
 2013-05-20  0:08 UTC  (4+ messages)

[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
 2013-05-19 22:56 UTC  (7+ messages)

[PATCH v3 0/4] KVM/MIPS32: Fixes for Linux 3.10
 2013-05-19 21:17 UTC  (9+ messages)
` [PATCH 1/4] KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a user visible API
` [PATCH 2/4] KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()
` [PATCH 3/4] KVM/MIPS32: Export min_low_pfn
` [PATCH 4/4] KVM/MIPS32: Bring in patch from David Daney with new 64 bit compatible ABI

[PATCH v2 00/10] uaccess: better might_sleep/might_fault behavior
 2013-05-19 20:35 UTC  (21+ messages)
` [PATCH v2 01/10] asm-generic: uaccess s/might_sleep/might_fault/
` [PATCH v2 02/10] arm64: "
` [PATCH v2 03/10] frv: "
` [PATCH v2 04/10] m32r: "
` [PATCH v2 05/10] microblaze: "
` [PATCH v2 06/10] mn10300: "
` [PATCH v2 07/10] powerpc: "
` [PATCH v2 08/10] tile: "
` [PATCH v2 09/10] x86: "
` [PATCH v2 10/10] kernel: might_fault does not imply might_sleep

VFIO VGA test branches
 2013-05-19 19:26 UTC  (5+ messages)

[RFC PATCH v2 0/2] Hyper-V timers
 2013-05-19 14:37 UTC  (5+ messages)
` [RFC PATCH v2 1/2] add support for Hyper-V reference time counter
` [RFC PATCH v2 2/2] add support for Hyper-V invariant TSC

[PATCH 00/18] KVM/MIPS32: Support for the new Virtualization ASE (VZ-ASE)
 2013-05-19 13:36 UTC  (20+ messages)
` [PATCH 01/18] Revert "MIPS: microMIPS: Support dynamic ASID sizing."
` [PATCH 02/18] Revert "MIPS: Allow ASID size to be determined at boot time."
` [PATCH 03/18] KVM/MIPS32: Export min_low_pfn
` [PATCH 04/18] KVM/MIPS32-VZ: MIPS VZ-ASE related register defines and helper macros
` [PATCH 05/18] KVM/MIPS32-VZ: VZ-ASE assembler wrapper functions to set GuestIDs
` [PATCH 06/18] KVM/MIPS32-VZ: VZ-ASE related callbacks to handle guest exceptions that trap to the Root context
` [PATCH 07/18] KVM/MIPS32: VZ-ASE related CPU feature flags and options
` [PATCH 08/18] KVM/MIPS32-VZ: Entry point for trampolining to the guest and trap handlers
` [PATCH 09/18] KVM/MIPS32-VZ: Add support for CONFIG_KVM_MIPS_VZ option
` [PATCH 10/18] KVM/MIPS32-VZ: Add API for VZ-ASE Capability
` [PATCH 11/18] KVM/MIPS32-VZ: VZ: Handle Guest TLB faults that are handled in Root context
` [PATCH 12/18] KVM/MIPS32-VZ: VM Exit Stats, add VZ exit reasons
` [PATCH 13/18] KVM/MIPS32-VZ: Top level handler for Guest faults
` [PATCH 14/18] KVM/MIPS32-VZ: Guest exception batching support
` [PATCH 15/18] KVM/MIPS32: Add dummy trap handler to catch unexpected exceptions and dump out useful info
` [PATCH 16/18] KVM/MIPS32-VZ: Add VZ-ASE support to KVM/MIPS data structures
` [PATCH 17/18] KVM/MIPS32: Revert to older method for accessing ASID parameters
` [PATCH 18/18] KVM/MIPS32-VZ: Dump out additional info about VZ features as part of /proc/cpuinfo

[PATCH] KVM: take over co-maintainership from Marcelo, fix MAINTAINERS entry
 2013-05-19 12:48 UTC  (3+ messages)

Bug#707257: linux-image-3.8-1-686-pae: KVM crashes with "entry failed, hardware error 0x80000021"
 2013-05-19 12:32 UTC  (2+ messages)

[PATCH v3 0/2] ARM: KVM: Moving GIC/timer out of arch/arm
 2013-05-19 12:14 UTC  (5+ messages)
` [PATCH v3 2/2] KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in Makefiles

[PATCH v6 0/7] KVM: MMU: fast zap all shadow pages
 2013-05-19 10:49 UTC  (11+ messages)
` [PATCH v6 1/7] KVM: MMU: drop unnecessary kvm_reload_remote_mmus
` [PATCH v6 2/7] KVM: MMU: delete shadow page from hash list in kvm_mmu_prepare_zap_page
` [PATCH v6 3/7] KVM: MMU: fast invalidate all pages
` [PATCH v6 4/7] KVM: MMU: zap pages in batch
` [PATCH v6 5/7] KVM: x86: use the fast way to invalidate all pages
` [PATCH v6 6/7] KVM: MMU: show mmu_valid_gen in shadow page related tracepoints
` [PATCH v6 7/7] KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages

[PATCH] KVM/MIPS32: Export min_low_pfn
 2013-05-19  9:22 UTC  (4+ messages)

[PATCH 0/8] s390/kvm fixes
 2013-05-19  8:49 UTC  (10+ messages)
` [PATCH 1/8] s390/pgtable: fix ipte notify bit
` [PATCH 2/8] s390/kvm: fix psw rewinding in handle_skey
` [PATCH 3/8] s390/kvm: rename RCP_xxx defines to PGSTE_xxx
` [PATCH 4/8] s390/kvm: Mark if a cpu is in SIE
` [PATCH 5/8] s390/kvm: Provide a way to prevent reentering SIE
` [PATCH 6/8] s390/kvm: Kick guests out of sie if prefix page host pte is touched
` [PATCH 7/8] s390/kvm: avoid automatic sie reentry
` [PATCH 8/8] s390: fix gmap_ipte_notifier vs. software dirty pages

[RFC PATCH 0/2] Hyper-V timers
 2013-05-19  6:37 UTC  (24+ messages)
` [RFC PATCH 1/2] Hyper-H reference counter
` [RFC PATCH 2/2] Hyper-V iTSC handler

[PATCH v3 01/13] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
 2013-05-19  4:57 UTC  (3+ messages)

[PATCH v3 01/13] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
 2013-05-19  4:52 UTC  (13+ messages)
` [PATCH v3 02/13] nEPT: Move gpte_access() and prefetch_invalid_gpte() to paging_tmpl.h
` [PATCH v3 03/13] nEPT: Add EPT tables support "
` [PATCH v3 04/13] nEPT: Define EPT-specific link_shadow_page()
` [PATCH v3 05/13] nEPT: MMU context for nested EPT
` [PATCH v3 06/13] nEPT: Fix cr3 handling in nested exit and entry
` [PATCH v3 07/13] nEPT: Fix wrong test in kvm_set_cr3
` [PATCH v3 08/13] nEPT: Some additional comments
` [PATCH v3 09/13] nEPT: Advertise EPT to L1
` [PATCH v3 10/13] nEPT: Nested INVEPT
` [PATCH v3 11/13] nEPT: Miscelleneous cleanups
` [PATCH v3 12/13] nEPT: Move is_rsvd_bits_set() to paging_tmpl.h
` [PATCH v3 13/13] nEPT: Inject EPT violation/misconfigration

Genuine Cruzer Blade USB flash drive 8GB Flash Disk
 2013-05-17 13:45 UTC 

Problems while booting a linux system on fast models based CortexA15
 2013-05-18 12:22 UTC  (2+ messages)

[PATCH v2 0/3] KVM/MIPS32: Fixes for Linux 3.10
 2013-05-18  6:23 UTC  (7+ messages)
` [PATCH 1/3] KVM/MIPS32: Move include/asm/kvm.h => include/uapi/asm/kvm.h since it is a user visible API
` [PATCH 2/3] KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()
` [PATCH 3/3] KVM/MIPS32: Fix up KVM breakage caused by d532f3d26716a39dfd4b88d687bd344fbe77e390 which allows ASID mask and increment to be determined @ runtime

[RESEND][PATCH v2] kvm/ppc/booke: Hold srcu lock when calling gfn functions
 2013-05-17 21:25 UTC 

[PATCH] KVM: allow host header to be included even for !CONFIG_KVM
 2013-05-17 17:00 UTC  (14+ messages)

2013 Linux Plumbers Virtualization Microconference proposal call for participation
 2013-05-17  8:01 UTC  (2+ messages)

[PATCH] vhost-scsi: Depend on NET for memcpy_fromiovec
 2013-05-17  4:42 UTC  (17+ messages)

[PATCH] virtio_console: fix uapi header
 2013-05-17  1:16 UTC  (2+ messages)

[RFC v2 0/2] virtio_balloon: auto-ballooning support
 2013-05-16 21:04 UTC  (3+ messages)

[PATCH v5 0/8] KVM: MMU: fast zap all shadow pages
 2013-05-16 19:57 UTC  (27+ messages)
` [PATCH v5 1/8] KVM: MMU: drop unnecessary kvm_reload_remote_mmus
` [PATCH v5 2/8] KVM: MMU: delete shadow page from hash list in kvm_mmu_prepare_zap_page
` [PATCH v5 3/8] KVM: MMU: fast invalidate all pages
` [PATCH v5 4/8] KVM: x86: use the fast way to "
` [PATCH v5 5/8] KVM: MMU: make kvm_mmu_zap_all preemptable
` [PATCH v5 6/8] KVM: MMU: show mmu_valid_gen in shadow page related tracepoints
` [PATCH v5 7/8] KVM: MMU: add tracepoint for kvm_mmu_invalidate_memslot_pages
` [PATCH v5 8/8] KVM: MMU: zap pages in batch

./configure options when building KVM-Qemu
 2013-05-16 12:54 UTC  (2+ messages)

[virt-test] virt: Cartesian config update v3
 2013-05-16  9:35 UTC  (8+ messages)
` [virt-test][PATCH 4/7] virt: Adds named variants to Cartesian config
          ` virt: New version "

[Qemu-devel] Para-Virtualized Clock Usage
 2013-05-16  8:37 UTC  (6+ messages)
    `  "

Your Mailbox Has Exceeded Quota Limit
 2013-05-16  8:12 UTC 

[PATCH 0/2] KVM/MIPS32: Fixes for Linux 3.10
 2013-05-16  5:53 UTC  (8+ messages)
` [PATCH 2/2] KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()


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