KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-11 08:55:05 to 2015-09-16 02:36:04 UTC [more...]

[PATCH] KVM: nVMX: nested VPID emulation
 2015-09-16  2:36 UTC  (7+ messages)

[4.2] commit d59cfc09c32 (sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem) causes regression for libvirt/kvm
 2015-09-16  1:24 UTC  (12+ messages)

Questions about KVM TSC trapping
 2015-09-15 22:34 UTC  (3+ messages)

[Qemu-devel][PATCH 0/2] target-i386: disable LINT0 after reset and init
 2015-09-15 21:19 UTC  (3+ messages)
` [Qemu-devel][PATCH 1/2] target-i386: disable LINT0 after reset
  ` [Qemu-devel] [PATCH "

[Bug 103321] New: NPT page attribute support causes extreme slowdown
 2015-09-15 20:11 UTC  (5+ messages)

newest ToDo for kvm
 2015-09-15 19:32 UTC 

[PATCH V6 0/6] Fast mmio eventfd fixes
 2015-09-15 19:26 UTC  (18+ messages)
` [PATCH V6 1/6] kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
` [PATCH V6 2/6] kvm: factor out core eventfd assign/deassign logic
` [PATCH V6 3/6] kvm: fix double free for fast mmio eventfd
` [PATCH V6 4/6] kvm: fix zero length mmio searching
` [PATCH V6 5/6] kvm: add tracepoint for fast mmio
` [PATCH V6 6/6] kvm: add fast mmio capabilitiy

[PATCH v2 0/8] Rework architected timer and forwarded IRQs handling
 2015-09-15 19:09 UTC  (22+ messages)
` [PATCH v2 2/8] arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block
` [PATCH v2 3/8] arm/arm64: KVM: vgic: Factor out level irq processing on guest exit
` [PATCH v2 6/8] arm/arm64: KVM: Add forwarded physical interrupts documentation
` [PATCH v2 7/8] arm/arm64: KVM: Rework the arch timer to use level-triggered semantics

[PATCH] KVM: arm64: add workaround for Cortex-A57 erratum #852523
 2015-09-15 19:00 UTC  (4+ messages)

[PATCH v2 00/18] implement vNVDIMM
 2015-09-15 17:35 UTC  (15+ messages)
` [PATCH v2 08/18] nvdimm: init backend memory mapping and config data area
  ` [Qemu-devel] "
` [PATCH v2 09/18] nvdimm: build ACPI NFIT table

[RFC PATCH] os-android: Add support to android platform, built by ndk-r10
 2015-09-15 17:34 UTC  (5+ messages)

[PATCH] KVM: add halt_attempted_poll to VCPU stats
 2015-09-15 17:21 UTC 

[PATCH kvmtool] Make static libc and guest-init functionality optional
 2015-09-15 17:20 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] KVM: arm64: remove all traces of the ThumbEE registers
 2015-09-15 16:23 UTC  (2+ messages)

[PATCH v2 0/8] KVM: x86: enable cflushopt/clwb/pcommit and simplify code
 2015-09-15 15:45 UTC  (5+ messages)
` [PATCH v2 2/8] KVM: x86: add pcommit support
` [PATCH v2 6/8] KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL update

[PATCHv2 00/15] arm64: 16K translation granule support
 2015-09-15 15:41 UTC  (16+ messages)
` [PATCH 01/15] arm64: Move swapper pagetable definitions
` [PATCH 02/15] arm64: Handle section maps for swapper/idmap
` [PATCH 03/15] arm64: Introduce helpers for page table levels
` [PATCH 04/15] arm64: Calculate size for idmap_pg_dir at compile time
` [PATCH 05/15] arm64: Handle 4 level page table for swapper
` [PATCH 06/15] arm64: Clean config usages for page size
` [PATCH 07/15] arm64: Kconfig: Fix help text about AArch32 support with 64K pages
` [PATCH 08/15] arm64: Check for selected granule support
` [PATCH 09/15] arm64: Add page size to the kernel image header
` [PATCH 10/15] arm64: kvm: Fix {V}TCR_EL2_TG0 mask
` [PATCH 11/15] arm64: Cleanup VTCR_EL2 computation
` [PATCH 12/15] arm: kvm: Move fake PGD handling to arch specific files
` [PATCH 13/15] arm64: kvm: Rewrite fake pgd handling
` [PATCH 14/15] arm64: Add 16K page size support
` [PATCH 15/15] arm64: 36 bit VA

[PATCH] KVM: VMX: align vmx->nested.nested_vmx_secondary_ctls_high to vmx->rdtscp_enabled
 2015-09-15 15:35 UTC 

KVM call for agenda for 2015-09-29
 2015-09-15 15:20 UTC 

Migration fail randomly
 2015-09-15 13:38 UTC  (4+ messages)

[PATCH v2 1/2] KVM: nVMX: enhance allocate/free_vpid to handle shadow vpid
 2015-09-15 12:54 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: nVMX: nested VPID emulation

KVM call for agenda for 2015-09-15
 2015-09-15 11:36 UTC  (2+ messages)

[PATCH kernel 0/9] KVM: PPC: Add in-kernel multitce handling
 2015-09-15 10:49 UTC  (10+ messages)
` [PATCH kernel 1/9] rcu: Define notrace version of list_for_each_entry_rcu
` [PATCH kernel 2/9] KVM: PPC: Make real_vmalloc_addr() public
` [PATCH kernel 3/9] KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlers
` [PATCH kernel 4/9] KVM: PPC: Use RCU for arch.spapr_tce_tables
` [PATCH kernel 5/9] KVM: PPC: Account TCE-containing pages in locked_vm
` [PATCH kernel 6/9] KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K
` [PATCH kernel 7/9] KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers
` [PATCH kernel 8/9] KVM: Fix KVM_SMI chapter number
` [PATCH kernel 9/9] KVM: PPC: Add support for multiple-TCE hcalls

[Bug 104581] New: BUG: quattro stagioni
 2015-09-15 10:44 UTC 

[PATCH v2 0/2] KVM: nested VPID emulation
 2015-09-15 10:30 UTC 

[PATCH] KVM: fix polling for guest halt continued even if disable it
 2015-09-15  7:16 UTC  (2+ messages)

[RFC PATCH] os-android: Add support to android platform, built by ndk-r10
 2015-09-15  5:11 UTC 

[RFC PATCH] vfio/pci: Use kernel VPD access functions
 2015-09-14 21:34 UTC  (4+ messages)

[RESEARCH] Patch delivery delay
 2015-09-14 20:24 UTC  (4+ messages)

[PATCH] KVM: make the declaration of functions within 80 characters
 2015-09-14 16:43 UTC  (2+ messages)

[PATCH v2 00/22] KVM: ARM64: Add guest PMU support
 2015-09-14 13:24 UTC  (31+ messages)
` [PATCH v2 02/22] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v2 04/22] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH v2 05/22] KVM: ARM64: Add a helper for CP15 registers reset to UNKNOWN
` [PATCH v2 07/22] KVM: ARM64: Add reset and access handlers for PMCEID0 and PMCEID1 register
` [PATCH v2 08/22] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v2 12/22] KVM: ARM64: Add reset and access handlers for PMCNTENSET and PMCNTENCLR register
` [PATCH v2 13/22] KVM: ARM64: Add reset and access handlers for PMINTENSET and PMINTENCLR register
` [PATCH v2 14/22] KVM: ARM64: Add reset and access handlers for PMOVSSET and PMOVSCLR register
` [PATCH v2 15/22] KVM: ARM64: Add a helper for CP15 registers reset to specified value
` [PATCH v2 16/22] KVM: ARM64: Add reset and access handlers for PMUSERENR register
` [PATCH v2 17/22] KVM: ARM64: Add reset and access handlers for PMSWINC register
` [PATCH v2 18/22] KVM: ARM64: Add access handlers for PMEVCNTRn and PMEVTYPERn register
` [PATCH v2 19/22] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v2 20/22] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v2 21/22] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v2 22/22] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH 00/39] drop null test before destroy functions
 2015-09-14 11:55 UTC  (4+ messages)
` [PATCH 31/39] KVM: MMU: "

[PATCH] KVM: arm/arm64: BUG FIX: Do not inject spurious interrupts
 2015-09-14 11:29 UTC  (4+ messages)

[PATCH v3 00/10] ARM IRQ forward control based on IRQ bypass manager
 2015-09-14 11:24 UTC  (11+ messages)
` [PATCH v3 07/10] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices
` [PATCH v3 09/10] KVM: arm/arm64: vgic: forwarding control

[PATCH v7 0/3] KVM: Dynamic Halt-Polling
 2015-09-14  9:01 UTC  (5+ messages)

[PATCH v7 00/17] Add VT-d Posted-Interrupts support
 2015-09-14  7:57 UTC  (30+ messages)
` [PATCH v7 02/17] KVM: Add some helper functions for Posted-Interrupts
` [PATCH v7 03/17] KVM: Define a new interface kvm_intr_is_single_vcpu()
` [PATCH v7 04/17] KVM: Get Posted-Interrupts descriptor address from 'struct kvm_vcpu'
` [PATCH v7 06/17] KVM: Make struct kvm_irq_routing_table accessible
` [PATCH v7 07/17] KVM: make kvm_set_msi_irq() public
` [PATCH v7 08/17] vfio: Select IRQ_BYPASS_MANAGER for vfio PCI devices
` [PATCH v7 10/17] KVM: x86: Update IRTE for posted-interrupts
` [PATCH v7 11/17] KVM: Define two weak arch callbacks for irq bypass manager
` [PATCH v7 12/17] KVM: Implement IRQ bypass consumer callbacks for x86
` [PATCH v7 13/17] KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'
` [PATCH v7 14/17] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
` [PATCH v7 15/17] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
` [PATCH v7 16/17] KVM: Warn if 'SN' is set during posting interrupts by software
` [PATCH v7 17/17] iommu/vt-d: Add a command line parameter for VT-d posted-interrupts

[GIT PULL] KVM/ARM fixes for 4.3-rc2
 2015-09-13 10:56 UTC  (5+ messages)
` [PATCH 1/4] arm/arm64: KVM: vgic: Move active state handling to flush_hwstate
` [PATCH 2/4] arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0
` [PATCH 3/4] arm64: KVM: set {v,}TCR_EL2 RES1 bits
` [PATCH 4/4] arm/arm64: KVM: Fix PSCI affinity info return value for non valid cores

Fwd: ToDO list
 2015-09-13  9:11 UTC 

[PATCH V4 0/4] Fast MMIO eventfd fixes
 2015-09-13  8:52 UTC  (17+ messages)
` [PATCH V4 1/4] kvm: factor out core eventfd assign/deassign logic
` [PATCH V4 2/4] kvm: fix double free for fast mmio eventfd
` [PATCH V4 3/4] kvm: fix zero length mmio searching

[PATCH 0/3] PPC HV bug fixes + hcalls for FreeBSD
 2015-09-12 16:51 UTC  (7+ messages)
` [PATCH 3/3] KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD

[PATCH] vfio: Whitelist PCI bridges
 2015-09-11 19:42 UTC 

[PATCH v4 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
 2015-09-11 12:53 UTC  (9+ messages)
` [PATCH v4 3/4] irqchip: GIC: Convert to EOImode == 1

[Bug 104271] New: Boot crashes on Lenovo W520 KVM and Discrete Graphic enabled in BIOS
 2015-09-11  9:38 UTC  (3+ messages)
` [Bug 104271] Boot crashes on Lenovo W520 with "


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 read-only IMAP folder(s) and NNTP newsgroup(s).