messages from 2017-01-26 19:20:03 to 2017-02-14 14:46:01 UTC [more...]
[PATCH v2 0/3] x86/vdso: Add Hyper-V TSC page clocksource support
2017-02-14 14:46 UTC (5+ messages)
` [PATCH v2 1/3] x86/hyperv: implement hv_get_tsc_page()
` [PATCH v2 2/3] x86/hyperv: move TSC reading method to asm/mshyperv.h
` [PATCH v2 3/3] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
[PATCH v2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
2017-02-14 9:39 UTC (20+ messages)
[PATCH 1/2] hyperv: implement hv_get_tsc_page()
2017-02-13 19:28 UTC (21+ messages)
` [PATCH 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
[PATCH] virtio: Try to untangle DMA coherency
2017-02-13 11:57 UTC (24+ messages)
packed ring layout proposal v2
2017-02-10 16:17 UTC (11+ messages)
` [virtio-dev] "
[PATCH 00/14] hyperv: vmbus related patches
2017-02-10 14:55 UTC (18+ messages)
` [PATCH 01/14] vmbus: use kernel bitops for traversing interrupt mask
` [PATCH 02/14] vmbus: drop no longer used kick_q argument
` [PATCH 03/14] vmbus: remove no longer used signal_policy
` [PATCH 04/14] vmbus: remove unused kickq argument to sendpacket
` [PATCH 05/14] netvsc: remove no longer needed receive staging buffers
` [PATCH 06/14] vmbus: remove per channel state
` [PATCH 07/14] vmbus: callback is in softirq not workqueue
` [PATCH 08/14] vmbus: put related per-cpu variable together
` [PATCH 09/14] vmbus: change to per channel tasklet
` [PATCH 10/14] vmbus: add direct isr callback mode
` [PATCH 11/14] vmbus: remove conditional locking of vmbus_write
` [PATCH 12/14] vmbus: expose hv_begin/end_read
` [PATCH 13/14] vmbus: constify parameters where possible
` [PATCH 14/14] vmbus: replace modulus operation with subtraction
[PATCH 1/9] virtio_pci: remove struct virtio_pci_vq_info
2017-02-09 16:01 UTC (15+ messages)
` [PATCH 2/9] virtio_pci: use shared interrupts for virtqueues
` [PATCH 3/9] virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
` [PATCH 4/9] virtio_pci: simplify MSI-X setup
` [PATCH 5/9] virtio: allow drivers to request IRQ affinity when creating VQs
` [PATCH 6/9] virtio: provide a method to get the IRQ affinity mask for a virtqueue
` [PATCH 7/9] blk-mq: provide a default queue mapping for virtio device
` [PATCH 8/9] virtio_blk: use virtio IRQ affinity
` [PATCH 9/9] virtio_scsi: "
` automatic IRQ affinity for virtio V3
[PATCH 0/2] x86/vdso: Add Hyper-V TSC page clocksource support
2017-02-09 14:10 UTC
[PATCH] x86/paravirt: Avoid setting IF flag, if not necessary
2017-02-09 2:13 UTC (2+ messages)
` [lkp-robot] [x86/paravirt] b1e955caea: WARNING:at_kernel/locking/lockdep.c:#trace_hardirqs_off_caller
[PATCH] mm balloon: umount balloon_mnt when remove vb device
2017-02-08 23:42 UTC
[PATCH 1/2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
2017-02-08 20:17 UTC (6+ messages)
` [PATCH 2/2] locking/mutex, rwsem: Reduce vcpu_is_preempted() calling frequency
` [PATCH 2/2] locking/mutex,rwsem: "
[PATCH RFC 0/2] x86/vdso: Add Hyper-V TSC page clocksource support
2017-02-08 17:52 UTC (6+ messages)
` [PATCH RFC 1/2] hyperv: implement hv_get_tsc_page()
` [PATCH RFC 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method
FW: Question about /patch/9251925/
2017-02-08 8:25 UTC
[PATCH] mm balloon: umount balloon_mnt when remove vb device
2017-02-08 5:21 UTC
packed ring layout proposal v2
2017-02-08 3:20 UTC
[PATCH v2 2/2] virtio: Document DMA coherency
2017-02-07 18:45 UTC (3+ messages)
[PATCH] vhost: try avoiding avail index access when getting descriptor
2017-02-07 7:49 UTC
automatic IRQ affinity for virtio V3
2017-02-05 17:15 UTC
CISTI'2017 - Doctoral Symposium
2017-02-05 13:04 UTC
[PATCH] virtio_mmio: remove virtio_mmio_vq_info
2017-02-04 10:13 UTC
[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
2017-02-04 4:35 UTC (2+ messages)
` [PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process
[PATCH] vhost: fix initialization for vq->is_le
2017-02-04 2:27 UTC (7+ messages)
[PULL] vhost: cleanups and fixes
2017-02-03 21:43 UTC
[PATCH] MAINTAINERS: update my email address
2017-02-03 15:34 UTC (3+ messages)
[PATCH] Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"
2017-02-03 9:57 UTC
automatic IRQ affinity for virtio V2
2017-02-03 9:56 UTC (21+ messages)
` [PATCH 1/9] virtio_pci: remove struct virtio_pci_vq_info
` [PATCH 2/9] virtio_pci: use shared interrupts for virtqueues
` [PATCH 3/9] virtio_pci: don't duplicate the msix_enable flag in struct pci_dev
` [PATCH 4/9] virtio_pci: simplify MSI-X setup
` [PATCH 5/9] virtio: allow drivers to request IRQ affinity when creating VQs
` [PATCH 6/9] virtio: provide a method to get the IRQ affinity mask for a virtqueue
` [PATCH 7/9] blk-mq: provide a default queue mapping for virtio device
` [PATCH 8/9] virtio_blk: use virtio IRQ affinity
` [PATCH 9/9] virtio_scsi: "
[PATCH] Revert "vring: Force use of DMA API for ARM-based systems with legacy devices"
2017-02-03 3:49 UTC
[PATCH 1/3] virtio_pci: Use kcalloc() in vp_request_msix_vectors()
2017-02-03 2:57 UTC (4+ messages)
` [PATCH 2/3] virtio_pci: Use kmalloc_array() "
` [PATCH 3/3] virtio_ring: Use kmalloc_array() in alloc_indirect()
` [PATCH 0/3] Virtio: Fine-tuning for two function implementations
[PATCH v2 1/2] virtio: Make ARM SMMU workaround more specific
2017-02-02 16:36 UTC
[PATCH] virtio-console: avoid DMA from stack
2017-02-01 13:47 UTC (2+ messages)
CfP 12th Virtualization in High-Performance Cloud Computing Workshop (VHPC '17)
2017-01-31 21:42 UTC
make SCSI passthrough support optional
2017-01-31 17:56 UTC (7+ messages)
` [PATCH 1/5] nvme/scsi: don't rely on BLK_MAX_CDB
` [PATCH 2/5] skd: implement trivial scsi ioctls directly
` [PATCH 3/5] block: make scsi_request and scsi ioctl support optional
` [PATCH 4/5] virtio_blk: remove struct request backpointer from virtblk_req
` [PATCH 5/5] virtio_blk: make SCSI passthrough support configurable
[BUG/RFC] vhost: net: big endian viring access despite virtio 1
2017-01-30 11:25 UTC (6+ messages)
[PATCH v2 0/2] virtio-scsi: Implement FC_HOST feature
2017-01-27 8:43 UTC (5+ messages)
` [PATCH v2 2/2] virtio_scsi: Implement fc_host
` [PATCH v2 1/2] virtio_scsi: Add fc_host definitions
[PATCH] virtio-gpu: disable VIRGL with BE kernel
2017-01-27 8:15 UTC (2+ messages)
[PATCH 0/3] Virtio: Fine-tuning for two function implementations
2017-01-26 21:44 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;
as well as URLs for NNTP newsgroup(s).