messages from 2015-08-14 14:58:29 to 2015-08-25 08:20:18 UTC [more...]
[PATCH V2 1/3] kvm: use kmalloc() instead of kzalloc() during iodev register/unregister
2015-08-25 8:20 UTC (4+ messages)
` [PATCH V2 2/3] kvm: don't register wildcard MMIO EVENTFD on two buses
` [PATCH V2 3/3] kvm: add tracepoint for fast mmio
[PATCH 1/3] kvm: use kmalloc() instead of kzalloc() during iodev register/unregister
2015-08-25 7:36 UTC (8+ messages)
` [PATCH 2/3] kvm: don't register wildcard MMIO EVENTFD on two buses
` [PATCH 3/3] kvm: add tracepoint for fast mmio
[PATCH v2 1/3] KVM: make halt_poll_ns per-VCPU
2015-08-25 6:35 UTC (3+ messages)
` [PATCH v2 2/3] KVM: dynamic halt_poll_ns adjustment
` [PATCH v2 3/3] KVM: trace kvm_halt_poll_ns grow/shrink
[PATCH v2 0/3] KVM: Dynamic halt_poll_ns
2015-08-25 6:35 UTC
[RFC PATCH 0/5] KVM: x86: exit to user space on unhandled MSR accesses
2015-08-24 23:21 UTC (11+ messages)
` [RFC PATCH 1/5] KVM: x86: refactor vmx rdmsr/wrmsr completion into new functions
` [RFC PATCH 2/5] KVM: add KVM_EXIT_MSR exit reason and capability
` [RFC PATCH 3/5] KVM: x86: add msr_exits_supported to kvm_x86_ops
` [RFC PATCH 4/5] KVM: x86: enable unhandled MSR exits for vmx
` [RFC PATCH 5/5] KVM: x86: add trace events for unhandled MSR exits
[Bug 103321] New: NPT page attribute support causes extreme slowdown
2015-08-24 22:55 UTC (5+ messages)
` [Bug 103321] "
[PATCH 1/3] KVM: make halt_poll_ns per-VCPU
2015-08-24 22:35 UTC (7+ messages)
` [PATCH 2/3] KVM: dynamise halt_poll_ns adjustment
` [PATCH 3/3] KVM: trace kvm_halt_poll_ns grow/shrink
[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
2015-08-24 18:08 UTC (22+ messages)
` [PATCH v2 01/15] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH v2 05/15] KVM: arm/arm64: make GIC frame address initialization model specific
` [PATCH v2 07/15] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v2 13/15] KVM: arm64: implement ITS command queue command handlers
` [PATCH v2 14/15] KVM: arm64: implement MSI injection in ITS emulation
linux-kvm.org wiki
2015-08-24 16:07 UTC
[Bug 103141] New: Host-triggerable NULL pointer oops
2015-08-24 15:57 UTC (4+ messages)
` [Bug 103141] "
KVM slow LAMP guest
2015-08-24 15:23 UTC (9+ messages)
[PATCH 0/3] KVM: Dynamic halt_poll_ns
2015-08-24 12:53 UTC
[PULL 00/12] ppc patch queue 2015-08-22
2015-08-24 8:52 UTC (16+ messages)
` [PULL 01/12] KVM: PPC: fix suspicious use of conditional operator
` [PULL 02/12] KVM: PPC: Remove PPC970 from KVM_BOOK3S_64_HV text in Kconfig
` [PULL 03/12] KVM: PPC: Fix warnings from sparse
` [PULL 04/12] KVM: PPC: add missing pt_regs initialization
` [PULL 05/12] KVM: PPC: Book3S HV: Make use of unused threads when running guests
` [PULL 06/12] KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
` [PULL 07/12] KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE
` [PULL 08/12] KVM: PPC: Book3S HV: Fix bug in dirty page tracking
` [PULL 09/12] KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD
` [PULL 10/12] KVM: PPC: Book3S HV: Fix preempted vcore list locking
` [PULL 11/12] KVM: PPC: Book3S HV: Fix preempted vcore stolen time calculation
` [PULL 12/12] KVM: PPC: Book3S: correct width in XER handling
Hello
2015-08-22 11:48 UTC
[PATCH v3 0/5] KVM: optimize userspace exits with a new ioctl
2015-08-22 7:04 UTC (5+ messages)
` [PATCH v3 2/5] KVM: add KVM_REQ_EXIT request for userspace exit
[GIT PULL] KVM/ARM pull request for 4.3
2015-08-22 7:00 UTC (27+ messages)
` [PATCH 01/25] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH 02/25] KVM: arm64: guest debug, define API headers
` [PATCH 03/25] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH 04/25] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH 05/25] KVM: arm64: guest debug, add SW break point support
` [PATCH 06/25] KVM: arm64: guest debug, add support for single-step
` [PATCH 07/25] KVM: arm64: re-factor hyp.S debug register code
` [PATCH 08/25] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH 09/25] KVM: arm64: guest debug, HW assisted debug support
` [PATCH 10/25] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH 11/25] KVM: arm64: add trace points for guest_debug debug
` [PATCH 12/25] arm64/kvm: Add generic v8 KVM target
` [PATCH 13/25] arm64: KVM: remove remaining reference to vgic_sr_vectors
` [PATCH 14/25] arm/arm64: KVM: Fix ordering of timer/GIC on guest entry
` [PATCH 15/25] arm/arm64: KVM: Move vgic handling to a non-preemptible section
` [PATCH 16/25] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH 17/25] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH 18/25] KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQs
` [PATCH 19/25] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH 20/25] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH 21/25] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH 22/25] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH 23/25] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH 24/25] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore on exits
` [PATCH 25/25] arm: KVM: keep arm vfp/simd exit handling consistent with arm64
[PATCH] virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1
2015-08-21 22:53 UTC
[PATCH kvm-unit-tests 0/2] x86: get ACPI port addresses from FADT
2015-08-21 19:54 UTC (3+ messages)
` [PATCH kvm-unit-tests 1/2] x86: add small library to find ACPI tables
` [PATCH kvm-unit-tests 2/2] x86: get ACPI port addresses from FADT
[PATCH] target-i386: enable cflushopt/clwb/pcommit instructions
2015-08-21 16:05 UTC (2+ messages)
IRQ affinity on Linux guest
2015-08-21 14:46 UTC (4+ messages)
Dear Friend
2015-08-21 8:09 UTC
[PATCH v3 14/18] x86: Add rdtsc_ordered() and use it in trivial call sites
2015-08-21 7:45 UTC (2+ messages)
` [tip:x86/asm] x86/asm/tsc: Add rdtscll() merge helper
[PATCH 0/9] KVM: x86: enable cflushopt/clwb/pcommit and simplify code
2015-08-21 4:50 UTC (10+ messages)
` [PATCH 1/9] KVM: MMU: fix use uninitialized value
` [PATCH 2/9] KVM: x86: allow guest to use cflushopt anc clwb
` [PATCH 3/9] KVM: x86: add pcommit support
` [PATCH 4/9] KVM: VMX: drop rdtscp_enabled check in prepare_vmcs02()
` [PATCH 5/9] KVM: VMX: simplify rdtscp handling in vmx_cpuid_update()
` [PATCH 6/9] KVM: VMX: simplify invpcid "
` [PATCH 7/9] KVM: VMX: unify SECONDARY_VM_EXEC_CONTROL update
` [PATCH 8/9] KVM: VMX: introduce set_clear_2nd_exec_ctrl()
` [PATCH 9/9] KVM: VMX: drop rdtscp_enabled field
[PATCH 5/5] KVM: nVMX: VMWRITE emulation: remove unnecessary check for compatibility mode
2015-08-20 19:38 UTC
[PATCH 4/5] KVM: nVMX: fix limit checking: memory operand size varies for different VMX instructions
2015-08-20 19:37 UTC
[PATCH 3/5] KVM: nVMX: add limit check for expand-down segments
2015-08-20 19:37 UTC
[PATCH 2/5] KVM: nVMX: fix limit check for protected mode
2015-08-20 19:36 UTC
[PATCH 1/5] KVM: nVMX: refactor segment checks, make the code more clean and straightforward
2015-08-20 19:36 UTC
[PATCH] kvm:powerpc:Fix return statements for wrapper functions in the file book3s_64_mmu_hv.c
2015-08-20 16:58 UTC (2+ messages)
[PATCH 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node
2015-08-20 14:43 UTC (6+ messages)
` [PATCH 2/3] mm: unify checks in alloc_pages_node() and __alloc_pages_node()
` [PATCH 3/3] mm: use numa_mem_id() in alloc_pages_node()
One off question: Hot vertical scaling of a KVM?
2015-08-20 11:24 UTC (3+ messages)
(unknown),
2015-08-20 7:11 UTC
PING: [PATCH] KVM: arm64: Decode basic HYP fault information
2015-08-20 6:58 UTC (3+ messages)
[PATCH v4 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
2015-08-19 23:21 UTC (7+ messages)
` [PATCH v4 1/2] arm64: KVM: Optimize arm64 skip 30-50% vfp/simd save/restore "
[Bug 103131] New: Forgotten stack pushes with KVM_MEM_READONLY
2015-08-19 14:12 UTC
[PATCH v2 0/5] KVM: optimize userspace exits with a new ioctl
2015-08-19 6:43 UTC (7+ messages)
` [PATCH v2 4/5] KVM: add KVM_USER_EXIT vcpu ioctl for userspace exit
[PATCH v6 0/12] HyperV equivalent of pvpanic driver
2015-08-19 0:47 UTC (4+ messages)
` [PATCH 7/12] kvm/x86: added hyper-v crash data and ctl msr's get/set'ers
[PATCH v3 00/10] ARM IRQ forward control based on IRQ bypass manager
2015-08-18 17:44 UTC (17+ messages)
` [PATCH v3 01/10] VFIO: platform: registration of a dummy IRQ bypass producer
` [PATCH v3 03/10] VFIO: platform: single handler using function pointer
` [PATCH v3 04/10] VFIO: platform: add vfio_platform_set_automasked
` [PATCH v3 05/10] VFIO: platform: add vfio_platform_is_active
` [PATCH v3 06/10] VFIO: platform: add irq bypass producer management
Help debugging a regression in KVM Module
2015-08-18 15:37 UTC (8+ messages)
` [Qemu-devel] "
Runtime-modified DIMMs and live migration issue
2015-08-18 14:51 UTC
[PATCH v4] virt: IRQ bypass manager
2015-08-18 9:04 UTC (2+ messages)
[PATCH v2 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity
2015-08-18 8:26 UTC (9+ messages)
` [PATCH v2 1/4] irqchip: GICv3: Convert to EOImode == 1
` [PATCH v2 2/4] irqchip: GICv3: Don't deactivate interrupts forwarded to a guest
` [PATCH v2 3/4] irqchip: GIC: Convert to EOImode == 1
` [PATCH v2 4/4] irqchip: GIC: Don't deactivate interrupts forwarded to a guest
[patch -rt 1/2] KVM: use simple waitqueue for vcpu->wq
2015-08-17 20:31 UTC (12+ messages)
x2apic
2015-08-17 18:09 UTC
Debian 8
2015-08-17 16:44 UTC (2+ messages)
[PATCH v4 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
2015-08-17 9:43 UTC (4+ messages)
` [PATCH v4 1/3] Fix NULL pointer dereference if KVM is used "
` [PATCH v4 2/3] Detect vGIC presence at runtime
` [PATCH v4 3/3] Make KVM_CAP_IRQFD dependent on KVM_CAP_IRQCHIP
LOAN OFFERS AT LOW INTEREST
2015-08-17 5:31 UTC
x2APIC and number of the vcpu
2015-08-15 0:32 UTC (2+ messages)
[GIT PULL] KVM patches for 4.2-rc7
2015-08-15 0:20 UTC
[PATCH 0/2] KVM: x86: fix edge EOI and IOAPIC reconfig race
2015-08-15 0:00 UTC (5+ messages)
` [PATCH 2/2] "
[GIT PULL] Early batch of KVM changes for 4.3 merge window
2015-08-14 23:57 UTC
[RFC/PATCH 0/3] x86/signal/64: A better attempt at SS cleanup
2015-08-14 22:47 UTC (7+ messages)
` [RFC/PATCH 1/3] x86/kvm: Rename VMX's segment access rights defines
` [RFC/PATCH 3/3] x86/signal/64: Add explicit controls for sigcontext SS handling
[PATCH v2 00/18] implement vNVDIMM
2015-08-14 14:52 UTC (11+ messages)
` [PATCH v2 09/18] nvdimm: build ACPI NFIT table
` [PATCH v2 10/18] nvdimm: init the address region used by DSM method
` [PATCH v2 11/18] nvdimm: build ACPI nvdimm devices
` [PATCH v2 12/18] nvdimm: save arg3 for NVDIMM device _DSM method
` [PATCH v2 13/18] nvdimm: build namespace config data
` [PATCH v2 14/18] nvdimm: support NFIT_CMD_IMPLEMENTED function
` [PATCH v2 15/18] nvdimm: support NFIT_CMD_GET_CONFIG_SIZE function
` [PATCH v2 16/18] nvdimm: support NFIT_CMD_GET_CONFIG_DATA
` [PATCH v2 17/18] nvdimm: support NFIT_CMD_SET_CONFIG_DATA
` [PATCH v2 18/18] nvdimm: add maintain info
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).