messages from 2014-07-04 10:56:58 to 2014-07-09 19:17:36 UTC [more...]
[patch 0/4] KVM: support for pinning sptes (v2)
2014-07-09 19:12 UTC (5+ messages)
` [patch 1/4] KVM: x86: add pinned parameter to page_fault methods
` [patch 2/4] KVM: MMU: allow pinning spte translations (TDP-only)
` [patch 3/4] KVM: MMU: reload request from GET_DIRTY_LOG path
` [patch 4/4] KVM: MMU: pinned sps are not candidates for deletion
[PATCH v4 0/9] arm64: KVM: debug infrastructure support
2014-07-09 17:13 UTC (10+ messages)
` [PATCH v4 1/9] arm64: KVM: rename pm_fake handler to trap_raz_wi
` [PATCH v4 2/9] arm64: move DBG_MDSCR_* to asm/debug-monitors.h
` [PATCH v4 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH v4 4/9] arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v4 5/9] arm64: KVM: use separate tables for AArch32 32 and 64bit traps
` [PATCH v4 6/9] arm64: KVM: check ordering of all system register tables
` [PATCH v4 7/9] arm64: KVM: add trap handlers for AArch32 debug registers
` [PATCH v4 8/9] arm64: KVM: implement lazy world switch for "
` [PATCH v4 9/9] arm64: KVM: enable trapping of all "
[PATCH v2 1/4] KVM: device: add simple registration mechanism for kvm_device_ops
2014-07-09 16:56 UTC (10+ messages)
` [PATCH v2 2/4] KVM: ARM: vgic: register kvm_device_ops dynamically
` [PATCH v2 4/4] KVM: VFIO: "
[PATCH V4 1/2] perf ignore LBR and extra_regs
2014-07-09 16:41 UTC (12+ messages)
` [PATCH V4 2/2] kvm: "
[PATCH] KVM: svm: virtualize MSR reads from MC4_MISC1
2014-07-09 16:26 UTC (3+ messages)
[PATCH] KVM: svm: writes to MSR_K7_HWCR generates GPE in guest
2014-07-09 16:20 UTC (3+ messages)
[PATCH v3 0/9] arm64: KVM: debug infrastructure support
2014-07-09 16:20 UTC (14+ messages)
` [PATCH v3 1/9] arm64: KVM: rename pm_fake handler to trap_raz_wi
` [PATCH v3 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH v3 7/9] arm64: KVM: add trap handlers for AArch32 "
` [PATCH v3 8/9] arm64: KVM: implement lazy world switch for "
[PATCH] arm64: fix VTTBR_BADDR_MASK
2014-07-09 16:17 UTC
[PATCH] KVM: x86: Pending interrupt may be delivered after INIT
2014-07-09 16:10 UTC (3+ messages)
` [PATCH v2] "
[PATCH] arm64: KVM: export current vcpu->pause state via pseudo regs
2014-07-09 13:55 UTC
[patch 0/5] KVM: support for pinning sptes
2014-07-09 13:25 UTC (6+ messages)
` [patch 2/5] KVM: MMU: allow pinning spte translations (TDP-only)
[Bug 76331] New: kernel BUG at drivers/iommu/intel-iommu.c:844!
2014-07-09 10:25 UTC (2+ messages)
` [Bug 76331] "
[PATCH v2 0/5] kvm, mem-hotplug: Do not pin ept identity pagetable and apic access page
2014-07-09 2:08 UTC (9+ messages)
` [PATCH v2 1/5] kvm: Add gfn_to_page_no_pin() to translate gfn to page without pinning
` [PATCH v2 2/5] kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address
` [PATCH v2 3/5] kvm, mem-hotplug: Do not pin ept identity pagetable in memory
` [PATCH v2 4/5] kvm: Remove ept_identity_pagetable from struct kvm_arch
` [RESEND PATCH "
` [PATCH v2 5/5] kvm, mem-hotplug: Do not pin apic access page in memory
[PATCH RFC 1/2] virtio: support for urgent descriptors
2014-07-09 0:28 UTC (2+ messages)
[RFC PATCH v5 00/11] VFIO support for platform devices
2014-07-08 22:37 UTC (6+ messages)
` [RFC PATCH v5 01/11] driver core: platform: add device binding path 'driver_override'
` [PATCH] "
[PATCH v6 00/21] arm64: GICv3 support
2014-07-08 22:31 UTC (7+ messages)
` [PATCH v6 01/21] irqchip: ARM: GIC: Move some bits of GICv2 to a library-type file
Network Loss
2014-07-08 18:48 UTC
[PATCH kvm-unit-tests 0/2] Small fixes for vmx and svm
2014-07-08 17:35 UTC (4+ messages)
` [PATCH kvm-unit-tests 1/2] svm: fix mode switch testcase
` [PATCH kvm-unit-tests 2/2] vmx: actually test vmptrld, not vmclear
[PATCH] Revert "kvm: x86: emulate monitor and mwait instructions as nop"
2014-07-08 15:20 UTC (3+ messages)
` Ping: "
[PATCH V3 1/2] perf ignore LBR and offcore_rsp
2014-07-08 14:31 UTC (7+ messages)
` [PATCH V3 2/2] kvm: ignore LBR and offcore rsp
[PATCH v3 0/9] arm/arm64: KVM: dynamic VGIC sizing
2014-07-08 11:09 UTC (10+ messages)
` [PATCH v3 1/9] KVM: ARM: vgic: plug irq injection race
` [PATCH v3 2/9] arm/arm64: KVM: vgic: switch to dynamic allocation
` [PATCH v3 3/9] arm/arm64: KVM: vgic: Parametrize VGIC_NR_SHARED_IRQS
` [PATCH v3 4/9] arm/arm64: KVM: vgic: kill VGIC_MAX_CPUS
` [PATCH v3 5/9] arm/arm64: KVM: vgic: handle out-of-range MMIO accesses
` [PATCH v3 6/9] arm/arm64: KVM: vgic: kill VGIC_NR_IRQS
` [PATCH v3 7/9] arm/arm64: KVM: vgic: delay vgic allocation until init time
` [PATCH v3 8/9] arm/arm64: KVM: vgic: make number of irqs a configurable attribute
` [PATCH v3 9/9] arm64: KVM: vgic: deal with GIC sub-page alignment
KVM call for 2014-07-08
2014-07-08 10:59 UTC (2+ messages)
[PULL 3.16 0/6] 3.16 patch queue 2014-07-08
2014-07-08 10:14 UTC (9+ messages)
` [PULL 1/6] KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute
` [PULL 2/6] KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb value
` [PULL 3/6] PPC: Add _GLOBAL_TOC for 32bit
` [PULL 4/6] KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()
` [PULL 5/6] KVM: PPC: Book3S PR: Fix ABIv2 on LE
` [PULL 6/6] KVM: PPC: RTAS: Do byte swaps explicitly
[PATCH 0/4] kvm, mem-hotplug: Do not pin ept identity pagetable and apic access page
2014-07-08 9:40 UTC (15+ messages)
` [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated
[PATCH] KVM: nVMX: Fix vmptrld fail and vmwrite error when L1 goes down w/ enable_shadow_vmcs
2014-07-08 9:27 UTC (2+ messages)
[PATCH] KVM: x86: Check for nested events if there is an injectable interrupt
2014-07-08 9:26 UTC (5+ messages)
[PATCH v2 1/3] powerpc/kvm: Remove redundant save of SIER AND MMCR2
2014-07-08 6:38 UTC
[RFC] COLO HA Project proposal
2014-07-08 6:26 UTC (11+ messages)
` [Qemu-devel] "
[PATCH] KVM: nVMX: Fix IRQs inject to L2 which belong to L1 since race
2014-07-08 5:49 UTC (25+ messages)
` [PATCH] Add -mno-red-zone to CFLAGS for x86-64
[RFC PATCH] KVM: Synthesize G bit for all segments
2014-07-08 4:17 UTC (4+ messages)
` [PATCH v2] "
[RFC PATCH 0/4] KVM Book3E support for HTW guests
2014-07-08 3:25 UTC (6+ messages)
` [RFC PATCH 2/4] KVM: PPC: Book3E: Handle LRAT error exception
` [RFC PATCH 3/4] KVM: PPC: e500: TLB emulation for IND entries
[PATCH] KVM: PPC: RTAS: Do byte swaps explicitly
2014-07-07 21:18 UTC
[PATCH 00/11] qspinlock with paravirt support
2014-07-07 16:10 UTC (22+ messages)
` [PATCH 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH 07/11] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH 10/11] qspinlock: Paravirt support
` [PATCH 11/11] qspinlock, kvm: Add paravirt support
[PATCH V2 1/3] perf ignore LBR and offcore_rsp
2014-07-07 15:47 UTC (8+ messages)
` [PATCH V2 2/3] perf protect LBR when Intel PT is enabled
[RFC PATCH 0/6] arm/arm64: KVM: Various VGIC cleanups and improvements
2014-07-07 14:39 UTC (4+ messages)
` [RFC PATCH 4/6] arm/arm64: KVM: vgic: Improve handling of GICD_I{CS}PENDRn
qemu/kvm memory allocation
2014-07-07 9:35 UTC (3+ messages)
[PATCH] ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+
2014-07-07 9:21 UTC (5+ messages)
[PATCH] arm64: KVM: allow export and import of generic timer regs
2014-07-07 8:49 UTC (3+ messages)
[PATCH] x86: Make x2APIC support depend on interrupt remapping or guest support
2014-07-06 17:28 UTC (7+ messages)
PCI/PC/VIRTIO/VHOST maintainer availability and rules for 2.1
2014-07-06 7:13 UTC
VIRTIO/VHOST maintainer availability for 3.16/3.17
2014-07-06 7:44 UTC
[PATCH for-2.1] target-i386: Add "kvmclock-stable-bit" feature bit name
2014-07-05 9:54 UTC (2+ messages)
[RFC V2 0/7] Introduce VM Sockets virtio transport
2014-07-05 3:44 UTC (10+ messages)
` [RFC V2 1/7] VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic
` [RFC V2 2/7] VSOCK: Add dgram_skb to vsock_sock
` [RFC V2 3/7] VSOCK: Introduce virtio-vsock-common.ko
` [RFC V2 4/7] VSOCK: Introduce virtio-vsock.ko
` [RFC V2 5/7] VSOCK: Introduce vhost-vsock.ko
` [RFC V2 6/7] VSOCK: Add Makefile and Kconfig
` [RFC V2 7/7] Disable debug
[PATCH] ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ (part1)
2014-07-05 1:06 UTC (2+ messages)
[PATCH 3.10 35/46] MIPS: KVM: Remove redundant NULL checks before kfree()
2014-07-04 22:19 UTC
[PATCH 3.14 49/59] MIPS: KVM: Remove redundant NULL checks before kfree()
2014-07-04 22:19 UTC
[PATCH 3.15 56/66] MIPS: KVM: Remove redundant NULL checks before kfree()
2014-07-04 22:14 UTC
[PATCH v7 0/4] arm: dirty page logging support for ARMv7
2014-07-04 16:29 UTC (10+ messages)
` [RESEND PATCH v7 3/4] arm: dirty log write protect management support
[PATCH 0/3] KVM: Document MIPS specifics of KVM API
2014-07-04 15:52 UTC (5+ messages)
` [PATCH 1/3] KVM: Document KVM_SET_SIGNAL_MASK as universal
` [PATCH 2/3] KVM: Reformat KVM_SET_ONE_REG register documentation
` [PATCH 3/3] KVM: MIPS: Document MIPS specifics of KVM API
[PATCH] KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct
2014-07-04 12:30 UTC (2+ messages)
[PATCH 00/10] RFC: userfault
2014-07-04 11:30 UTC (3+ messages)
` [PATCH 06/10] mm: sys_remap_anon_pages
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