public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-22 09:37:52 to 2016-02-25 08:46:55 UTC [more...]

[PATCH 00/12] KVM: MMU: cleanup around kvm_sync_page, and a few micro-optimizations
 2016-02-25  8:46 UTC  (20+ messages)
` [PATCH 01/12] KVM: MMU: Fix ubsan warnings
` [PATCH 02/12] KVM: MMU: check kvm_mmu_pages and mmu_page_path indices
` [PATCH 03/12] KVM: MMU: introduce kvm_mmu_flush_or_zap
` [PATCH 04/12] KVM: MMU: move TLB flush out of __kvm_sync_page
` [PATCH 05/12] KVM: MMU: use kvm_sync_page in kvm_sync_pages
` [PATCH 06/12] KVM: MMU: cleanup __kvm_sync_page and its callers
` [PATCH 07/12] KVM: MMU: invert return value of FNAME(sync_page) and *kvm_sync_page*
` [PATCH 08/12] KVM: MMU: move zap/flush to kvm_mmu_get_page
` [PATCH 09/12] KVM: MMU: coalesce zapping page after mmu_sync_children
` [PATCH 10/12] KVM: mark memory barrier with smp_mb__after_atomic
` [PATCH 11/12] KVM: MMU: simplify last_pte_bitmap
` [PATCH 12/12] KVM: MMU: micro-optimize gpte_access

KVM call for agenda for 2016-03-01
 2016-02-25  8:40 UTC  (2+ messages)

kvm: "warning: host doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]"
 2016-02-25  8:39 UTC  (5+ messages)

[PATCH] KVM: x86: MMU: fix ubsan index-out-of-range warning
 2016-02-25  8:30 UTC  (2+ messages)

[patch] vfio/pci: return -EFAULT if copy_to_user fails
 2016-02-25  7:52 UTC 

What time is it kvm-clock?
 2016-02-25  3:50 UTC  (18+ messages)

[PATCH v13 00/20] KVM: ARM64: Add guest PMU support
 2016-02-25  2:02 UTC  (28+ messages)
` [PATCH v13 01/20] ARM64: Move PMU register related defines to asm/perf_event.h
` [PATCH v13 02/20] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v13 03/20] KVM: ARM64: Add access handler for PMCR register
` [PATCH v13 04/20] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v13 05/20] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v13 06/20] KVM: ARM64: Add access handler for event counter register
` [PATCH v13 07/20] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v13 08/20] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v13 09/20] KVM: ARM64: Add access handler for event type register
` [PATCH v13 10/20] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v13 11/20] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v13 12/20] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v13 13/20] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v13 14/20] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v13 15/20] KVM: ARM64: Add PMU overflow interrupt routing
  ` [PATCH v14 "
` [PATCH v13 16/20] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v13 17/20] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v13 18/20] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v13 19/20] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v13 20/20] KVM: ARM64: Add a new vcpu device control group for PMUv3

KVM-Clock
 2016-02-24 18:08 UTC  (17+ messages)

[PULL] KVM/ARM fixes for 4.5-rc6
 2016-02-24 17:33 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm/arm64: vgic: Ensure bitmaps are long enough
` [PATCH 2/3] arm/arm64: KVM: Feed initialized memory to MMIO accesses
` [PATCH 3/3] arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2

[PATCH 00/33] Compile-time stack metadata validation
 2016-02-24 16:32 UTC  (8+ messages)

[PATCH 0/4] kvmtool: add PRE_INIT support for ARM/ARM64
 2016-02-24 15:33 UTC  (5+ messages)
` [PATCH 1/4] pre_init: rename x86/init.S to x86/init64.S
` [PATCH 2/4] pre_init: x86/init64.S: use defines for syscall numbers
` [PATCH 3/4] pre_init: add support for i386 also
` [PATCH 4/4] pre_init: add ARM implementations

[PATCH v4 00/11] KVM: x86: track guest page access
 2016-02-24 13:42 UTC  (13+ messages)
` [PATCH 01/11] KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
` [PATCH 02/11] KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
` [PATCH 03/11] KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
` [PATCH 04/11] KVM: page track: add the framework of guest page tracking
` [PATCH 05/11] KVM: page track: introduce kvm_slot_page_track_{add,remove}_page
` [PATCH 06/11] KVM: MMU: let page fault handler be aware tracked page
` [PATCH 07/11] KVM: MMU: clear write-flooding on the fast path of "
` [PATCH 08/11] KVM: page track: add notifier support
` [PATCH 09/11] KVM: MMU: use page track for non-leaf shadow pages
` [PATCH 10/11] KVM: MMU: simplify mmu_need_write_protect
` [PATCH 11/11] KVM: MMU: apply page track notifier

[PATCH] arm/arm64: KVM: Feed initialized memory to MMIO accesses
 2016-02-24 12:06 UTC  (3+ messages)

[PATCH] arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR0Rn_EL2
 2016-02-24 11:53 UTC  (2+ messages)

[PATCH] arm/arm64: KVM: vgic: Handle out-of-bound MMIO access
 2016-02-24 11:51 UTC  (2+ messages)

[PATCH v2] target-i386/kvm: Hyper-V VMBus hypercalls blank handlers
 2016-02-24 10:22 UTC  (4+ messages)
  ` [PATCH v3 1/2] headers: KVM Hyper-V VMBus hypercalls defines and exit
    ` [PATCH v3 2/2] target-i386/kvm: Hyper-V VMBus hypercalls blank handlers

questions about kvm test
 2016-02-24  9:45 UTC 

index-out-of-range ubsan warnings
 2016-02-24  7:59 UTC  (8+ messages)

[kvm-unit-tests PATCH v6 00/18] ppc64: initial drop
 2016-02-24  0:31 UTC  (11+ messages)
` [kvm-unit-tests PATCH v6 10/18] powerpc/ppc64: ppc-ify makefiles and linker script
` [kvm-unit-tests PATCH v6 13/18] powerpc/ppc64: adapt arm's setup
` [kvm-unit-tests PATCH v6 17/18] powerpc/ppc64: add RTAS support

[PATCH v12 00/21] KVM: ARM64: Add guest PMU support
 2016-02-24  1:27 UTC  (22+ messages)
` [PATCH v12 03/21] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v12 04/21] KVM: ARM64: Add access handler for PMCR register
` [PATCH v12 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v12 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v12 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v12 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v12 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v12 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v12 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v12 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v12 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v12 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v12 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[PATCH 3.2 01/67] KVM: vmx: fix MPX detection
 2016-02-23 21:42 UTC 

[PATCH v2 0/2] kvmtool: replace documentations stubs with manpage
 2016-02-23 17:41 UTC  (3+ messages)
` [PATCH v2 1/2] Add a rudimentary manpage
` [PATCH v2 2/2] Documentation: remove documentation stubs and common-cmds.h generation

[RFC PATCH v2 1/3] vGPU Core driver
 2016-02-23 16:24 UTC  (3+ messages)
` [RFC PATCH v2 2/3] VFIO driver for vGPU device
` [RFC PATCH v2 3/3] VFIO: Type1 IOMMU mapping support for vGPU

[RFC PATCH v4] fw/pci: Add support for mapping Intel IGD via QEMU
 2016-02-23 15:22 UTC  (2+ messages)

[PATCH] KVM: MMU: cleanup handle_abnormal_pfn
 2016-02-23 14:54 UTC 

[PATCH v3 00/11] KVM: x86: track guest page access
 2016-02-23 14:17 UTC  (31+ messages)
` [PATCH v3 04/11] KVM: page track: add the framework of guest page tracking
` [PATCH v3 05/11] KVM: page track: introduce kvm_page_track_{add,remove}_page
` [PATCH v3 06/11] KVM: MMU: let page fault handler be aware tracked page
` [PATCH v3 07/11] KVM: page track: add notifier support
` [PATCH v3 10/11] KVM: MMU: clear write-flooding on the fast path of tracked page
` [PATCH v3 11/11] KVM: MMU: apply page track notifier

[kvm-unit-tests PATCH] x86: vmx: fix definition of X86_CR4_VMXE
 2016-02-23 12:14 UTC  (2+ messages)

KVH call for agenda for 2016-02-16
 2016-02-23  9:59 UTC  (6+ messages)
` KVM "
      ` [Qemu-devel] "

[repost] KVM call minutes for 2016-02-16
 2016-02-23  8:35 UTC 

[PATCH v2 0/6] arm64: Add support of KVM with ACPI
 2016-02-23  2:31 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: vmx: actually allocate io_bitmap_b
 2016-02-22 23:35 UTC 

[PATCH v3] pci: Wait for up to 1000ms after FLR reset
 2016-02-22 20:05 UTC 

kernel 4.4.2: kvm_irq_delivery_to_api / rwsem_down_read_failed
 2016-02-22 19:44 UTC  (4+ messages)

[PATCH 0/2] KVM: x86: MMU: Clean up handle_mmio_page_fault() handling in kvm_mmu_page_fault()
 2016-02-22 12:24 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()

[Qemu-devel] [PATCH v2 06/11] nvdimm acpi: initialize the resource used by NVDIMM ACPI
 2016-02-22 10:34 UTC  (14+ messages)
                `  "


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