messages from 2016-06-24 18:34:05 to 2016-06-30 13:27:59 UTC [more...]
[PATCH 00/15] arm/arm64: KVM: Merge boot and runtime page tables
2016-06-30 13:27 UTC (34+ messages)
` [PATCH 01/15] arm64: KVM: Merged page tables documentation
` [PATCH 02/15] arm64: KVM: Kill HYP_PAGE_OFFSET
` [PATCH 05/15] arm64: KVM: Refactor kern_hyp_va/hyp_kern_va to deal with multiple offsets
` [PATCH 08/15] arm/arm64: KVM: Always have merged page tables
` [PATCH 09/15] arm64: KVM: Simplify HYP init/teardown
` [PATCH 12/15] arm: KVM: Simplify HYP init
` [PATCH 15/15] arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range
[PATCH 0/2] KVM: MMU: support VMAs that got remap_pfn_range-ed
2016-06-30 13:01 UTC (3+ messages)
` [PATCH 1/2] KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP frames
` [PATCH 2/2] KVM: MMU: try to fix up page faults before giving up
[PATCH v7 00/17] KVM: arm64: GICv3 ITS emulation
2016-06-30 12:03 UTC (29+ messages)
` [PATCH v7 01/17] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v7 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v7 03/17] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v7 04/17] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v7 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call
` [PATCH v7 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs
` [PATCH v7 07/17] irqchip: refactor and add GICv3 definitions
` [PATCH v7 08/17] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v7 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework
` [PATCH v7 10/17] KVM: arm64: introduce new KVM ITS device
` [PATCH v7 11/17] KVM: arm64: implement basic ITS register handlers
` [PATCH v7 12/17] KVM: arm64: connect LPIs to the VGIC emulation
` [PATCH v7 13/17] KVM: arm64: read initial LPI pending table
` [PATCH v7 14/17] KVM: arm64: allow updates of LPI configuration table
` [PATCH v7 15/17] KVM: arm64: implement ITS command queue command handlers
` [PATCH v7 16/17] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v7 17/17] KVM: arm64: enable ITS emulation as a virtual MSI controller
[PATCH v3 1/2] KVM: x86: introduce cancel_hv_tscdeadline
2016-06-30 10:21 UTC (3+ messages)
` [PATCH v3 2/2] KVM: x86: fix underflow in TSC deadline calculation
[RFC PATCH v5 0/3] Add Mediated device support
2016-06-30 8:28 UTC (19+ messages)
` [PATCH 1/3] Mediated device Core driver
` [PATCH 2/3] VFIO driver for mediated PCI device
` [PATCH 3/3] VFIO Type1 IOMMU: Add support for mediated devices
[Bug 121091] New: guest os kernel report "virtio_net virtio0: input.0:id 0 is not a head!" and then kernel block
2016-06-30 8:09 UTC (2+ messages)
` [Bug 121091] "
[PATCH v5] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
2016-06-30 7:21 UTC
[PATCH 0/5] Add support for EPT execute only for nested hypervisors
2016-06-30 7:18 UTC (20+ messages)
` [PATCH 1/5] mmu: mark spte present if the x bit is set
` [PATCH 2/5] mmu: pass execonly value when initializing rsvd bits
` [PATCH 3/5] mmu: don't set the present bit unconditionally
` [PATCH 4/5] mmu: remove is_present_gpte()
` [PATCH 5/5] nvmx: advertise support for ept execute only
[PATCH net-next V4 0/6] switch to use tx skb array in tun
2016-06-30 6:45 UTC (7+ messages)
` [PATCH net-next V4 1/6] ptr_ring: support zero length ring
` [PATCH net-next V4 2/6] skb_array: minor tweak
` [PATCH net-next V4 3/6] ptr_ring: support resizing multiple queues
` [PATCH net-next V4 4/6] skb_array: add wrappers for resizing
` [PATCH net-next V4 5/6] net: introduce NETDEV_CHANGE_TX_QUEUE_LEN
` [PATCH net-next V4 6/6] tun: switch to use skb array for tx
[PATCH net-next V3 0/6] switch to use tx skb array in tun
2016-06-30 6:43 UTC (14+ messages)
` [PATCH net-next V3 1/6] ptr_ring: support zero length ring
` [PATCH net-next V3 2/6] skb_array: minor tweak
` [PATCH net-next V3 3/6] ptr_ring: support resizing multiple queues
` [PATCH net-next V3 4/6] skb_array: add wrappers for resizing
` [PATCH net-next V3 5/6] net: introduce NETDEV_CHANGE_TX_QUEUE_LEN
` [PATCH net-next V3 6/6] tun: switch to use skb array for tx
` [PATCH] tun: fix semicolon.cocci warnings
[PATCH v4] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
2016-06-30 3:29 UTC (11+ messages)
[PATCH net-next V2] tun: introduce tx skb ring
2016-06-30 1:50 UTC (6+ messages)
[PATCH v2 1/2] KVM: x86: introduce cancel_hv_tscdeadline
2016-06-29 22:26 UTC (6+ messages)
` [PATCH v2 2/2] KVM: x86: fix underflow in TSC deadline calculation
[PATCH] KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode
2016-06-29 20:48 UTC (6+ messages)
[RFC PATCH] exec: Support non-direct memory writes in cpu_memory_rw_debug
2016-06-29 15:55 UTC (2+ messages)
Question on KVM arm64 big.little
2016-06-29 12:57 UTC
[PATCH 1/4] kvm/ppc/book3s_hv: Change vcore element runnable_threads from linked-list to array
2016-06-29 12:51 UTC (4+ messages)
[PATCH 0/5] arm/arm64: KVM: Tighten memory protection flags
2016-06-29 12:21 UTC (2+ messages)
[kvm-unit-tests PATCH v3 0/3] arm/powerpc: make argv[0] the program name
2016-06-29 11:32 UTC (4+ messages)
[PATCH v2 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
2016-06-29 10:32 UTC (8+ messages)
` [PATCH v2 kernel 1/7] virtio-balloon: rework deflate to add page to a list
` [PATCH v2 kernel 2/7] virtio-balloon: define new feature bit and page bitmap head
` [PATCH v2 kernel 3/7] mm: add a function to get the max pfn
` [PATCH v2 kernel 4/7] virtio-balloon: speed up inflate/deflate process
` [PATCH v2 kernel 5/7] virtio-balloon: define feature bit and head for misc virt queue
` [PATCH v2 kernel 6/7] mm: add the related functions to get free page info
` [PATCH v2 kernel 7/7] virtio-balloon: tell host vm's "
[kvm-unit-tests PATCH v8 00/12] Cleanup low-level arch code
2016-06-29 8:24 UTC (9+ messages)
` [kvm-unit-tests PATCH v8 12/12] io: Unify IO accessors across architectures
` [kvm-unit-tests PATCH v9 13/12] "
linux-next: manual merge of the kvm tree with the s390 tree
2016-06-29 5:47 UTC (2+ messages)
[QUESTION] Is there a better way to get ftrace dump on guest?
2016-06-29 1:49 UTC (8+ messages)
[PATCH] KVM: vmx: fix underflow in TSC deadline calculation
2016-06-29 0:39 UTC (7+ messages)
[Bug 120971] New: KVM: entry failed, hardware error 0x80000021 on Intel Host
2016-06-28 20:07 UTC (9+ messages)
` [Bug 120971] "
[kvm-unit-tests PATCH v4 00/12] PCI bus support
2016-06-28 13:04 UTC (12+ messages)
[PATCH v2 0/2] x86/entry: speed up context-tracking system calls by 150 clock cycles
2016-06-28 12:16 UTC (2+ messages)
[PATCH v2 00/15] PATCH 00/15] NVDIMM: introduce nvdimm label support
2016-06-28 9:04 UTC (4+ messages)
` [PATCH v2 04/15] nvdimm: support nvdimm label
[PATCH] KVM: vmx: fix underflow in TSC deadline calculation
2016-06-28 8:46 UTC (4+ messages)
[PATCH kvm-unit-tests] x86:kvmclock-test: add testcases for x-cpu clock warp
2016-06-27 14:37 UTC (4+ messages)
[PATCH v3 0/2] pvclock: more code cleanup
2016-06-27 14:19 UTC (3+ messages)
` [PATCH 1/2] pvclock: introduce seqcount-like API
` [PATCH 2/2] x86: vdso: use __pvclock_read_cycles
[PATCH v2 0/2] pvclock: more code cleanup
2016-06-27 14:16 UTC (2+ messages)
X58 Virtualization w/ Linux
2016-06-27 2:21 UTC (17+ messages)
[PATCH] *** Vhost-pci RFC v2 ***
2016-06-27 2:01 UTC (2+ messages)
` [virtio-comment] "
[Bug 121011] New: Whole system freezes randomly when booting with 'iommu=on' kernel parameter
2016-06-26 16:20 UTC
STRICTLY CONFIDENTIAL
2016-06-24 15:04 UTC
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