search for: 21,60

Displaying 9 results from an estimated 9 matches for "21,60".

Did you mean: 21,6
2010 Apr 12
10
[PATCH 0/6] virtio: virtqueue ops cleanup
virtqueue ops were introduced in the hope that we'll have multiple implementations besides virtio_ring, but none have surfaced so far, and given that existing virtio ring is deployed in production we are likely stuck with it now, so this layer just adds complexity and overhead. Further, the need to pass vq twice to each call (as in dev->vq->vq_ops->kick(dev->vq) ) adds potential
2010 Apr 12
10
[PATCH 0/6] virtio: virtqueue ops cleanup
virtqueue ops were introduced in the hope that we'll have multiple implementations besides virtio_ring, but none have surfaced so far, and given that existing virtio ring is deployed in production we are likely stuck with it now, so this layer just adds complexity and overhead. Further, the need to pass vq twice to each call (as in dev->vq->vq_ops->kick(dev->vq) ) adds potential
2009 Dec 08
2
Rebased patches, fixed a rebasing problem...
The previous patch set had an error and one development branch's changes showed up twice, and two different change sets. So it was missing the bulk of the configuration work. This patch set fixes that.
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...| 51 + drivers/misc/mic/host/Makefile | 13 + drivers/misc/mic/host/mic_boot.c | 185 +++ drivers/misc/mic/host/mic_debugfs.c | 496 +++++++ drivers/misc/mic/host/mic_device.h | 300 +++++ drivers/misc/mic/host/mic_fops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 440 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c |...
2013 Aug 21
10
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...| 51 + drivers/misc/mic/host/Makefile | 13 + drivers/misc/mic/host/mic_boot.c | 185 +++ drivers/misc/mic/host/mic_debugfs.c | 496 +++++++ drivers/misc/mic/host/mic_device.h | 300 +++++ drivers/misc/mic/host/mic_fops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_main.c | 1098 ++++++++++++++++ drivers/misc/mic/host/mic_smpt.c | 440 +++++++ drivers/misc/mic/host/mic_smpt.h | 98 ++ drivers/misc/mic/host/mic_sysfs.c |...
2013 Sep 05
16
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...| 51 + drivers/misc/mic/host/Makefile | 14 + drivers/misc/mic/host/mic_boot.c | 185 +++ drivers/misc/mic/host/mic_debugfs.c | 495 +++++++ drivers/misc/mic/host/mic_device.h | 195 +++ drivers/misc/mic/host/mic_fops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_intr.c | 628 +++++++++ drivers/misc/mic/host/mic_intr.h | 137 ++ drivers/misc/mic/host/mic_main.c | 478 +++++++ drivers/misc/mic/host/mic_smpt.c | 442 +...
2013 Sep 05
16
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
...| 51 + drivers/misc/mic/host/Makefile | 14 + drivers/misc/mic/host/mic_boot.c | 185 +++ drivers/misc/mic/host/mic_debugfs.c | 495 +++++++ drivers/misc/mic/host/mic_device.h | 195 +++ drivers/misc/mic/host/mic_fops.c | 221 ++++ drivers/misc/mic/host/mic_fops.h | 32 + drivers/misc/mic/host/mic_intr.c | 628 +++++++++ drivers/misc/mic/host/mic_intr.h | 137 ++ drivers/misc/mic/host/mic_main.c | 478 +++++++ drivers/misc/mic/host/mic_smpt.c | 442 +...
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
ChangeLog: ========= v1 => v2: a) License wording cleanup, sysfs ABI documentation, patch 1 refactoring into 3 smaller patches and function renames, as per feedback from Greg Kroah-Hartman. b) Use VRINGH infrastructure for accessing virtio rings from the host in patch 5, as per feedback from Michael S. Tsirkin. v1: Initial post @ https://lkml.org/lkml/2013/7/24/810 Description:
2013 Aug 08
10
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.
ChangeLog: ========= v1 => v2: a) License wording cleanup, sysfs ABI documentation, patch 1 refactoring into 3 smaller patches and function renames, as per feedback from Greg Kroah-Hartman. b) Use VRINGH infrastructure for accessing virtio rings from the host in patch 5, as per feedback from Michael S. Tsirkin. v1: Initial post @ https://lkml.org/lkml/2013/7/24/810 Description: