search for: 161,14

Displaying 13 results from an estimated 13 matches for "161,14".

Did you mean: 161,11
2017 Feb 08
2
[PATCH] virtio: Try to untangle DMA coherency
...virtio_config.h> >>>> #include <linux/device.h> >>>> +#include <linux/property.h> >>>> #include <linux/slab.h> >>>> #include <linux/module.h> >>>> #include <linux/hrtimer.h> >>>> @@ -160,10 +161,14 @@ static bool vring_use_dma_api(struct virtio_device *vdev) >>>> return true; >>>> >>>> /* >>>> - * On ARM-based machines, the DMA ops will do the right thing, >>>> - * so always use them with legacy devices. >>>> +...
2017 Feb 08
2
[PATCH] virtio: Try to untangle DMA coherency
...virtio_config.h> >>>> #include <linux/device.h> >>>> +#include <linux/property.h> >>>> #include <linux/slab.h> >>>> #include <linux/module.h> >>>> #include <linux/hrtimer.h> >>>> @@ -160,10 +161,14 @@ static bool vring_use_dma_api(struct virtio_device *vdev) >>>> return true; >>>> >>>> /* >>>> - * On ARM-based machines, the DMA ops will do the right thing, >>>> - * so always use them with legacy devices. >>>> +...
2017 Feb 01
3
[PATCH] virtio: Try to untangle DMA coherency
..._ring.h> > > #include <linux/virtio_config.h> > > #include <linux/device.h> > > +#include <linux/property.h> > > #include <linux/slab.h> > > #include <linux/module.h> > > #include <linux/hrtimer.h> > > @@ -160,10 +161,14 @@ static bool vring_use_dma_api(struct virtio_device *vdev) > > return true; > > > > /* > > - * On ARM-based machines, the DMA ops will do the right thing, > > - * so always use them with legacy devices. > > + * On ARM-based machines, the coherent D...
2017 Feb 01
3
[PATCH] virtio: Try to untangle DMA coherency
..._ring.h> > > #include <linux/virtio_config.h> > > #include <linux/device.h> > > +#include <linux/property.h> > > #include <linux/slab.h> > > #include <linux/module.h> > > #include <linux/hrtimer.h> > > @@ -160,10 +161,14 @@ static bool vring_use_dma_api(struct virtio_device *vdev) > > return true; > > > > /* > > - * On ARM-based machines, the DMA ops will do the right thing, > > - * so always use them with legacy devices. > > + * On ARM-based machines, the coherent D...
2017 Feb 01
4
[PATCH] virtio: Try to untangle DMA coherency
...vers/virtio/virtio_ring.c @@ -20,6 +20,7 @@ #include <linux/virtio_ring.h> #include <linux/virtio_config.h> #include <linux/device.h> +#include <linux/property.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/hrtimer.h> @@ -160,10 +161,14 @@ static bool vring_use_dma_api(struct virtio_device *vdev) return true; /* - * On ARM-based machines, the DMA ops will do the right thing, - * so always use them with legacy devices. + * On ARM-based machines, the coherent DMA ops will do the right + * thing, so always use them with...
2017 Feb 01
4
[PATCH] virtio: Try to untangle DMA coherency
...vers/virtio/virtio_ring.c @@ -20,6 +20,7 @@ #include <linux/virtio_ring.h> #include <linux/virtio_config.h> #include <linux/device.h> +#include <linux/property.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/hrtimer.h> @@ -160,10 +161,14 @@ static bool vring_use_dma_api(struct virtio_device *vdev) return true; /* - * On ARM-based machines, the DMA ops will do the right thing, - * so always use them with legacy devices. + * On ARM-based machines, the coherent DMA ops will do the right + * thing, so always use them with...
2017 Feb 09
0
[PATCH] virtio: Try to untangle DMA coherency
...nclude <linux/device.h> > > > > > +#include <linux/property.h> > > > > > #include <linux/slab.h> > > > > > #include <linux/module.h> > > > > > #include <linux/hrtimer.h> > > > > > @@ -160,10 +161,14 @@ static bool vring_use_dma_api(struct virtio_device *vdev) > > > > > return true; > > > > > > > > > > /* > > > > > - * On ARM-based machines, the DMA ops will do the right thing, > > > > > - * so always use them...
2017 Feb 01
0
[PATCH] virtio: Try to untangle DMA coherency
...@@ > #include <linux/virtio_ring.h> > #include <linux/virtio_config.h> > #include <linux/device.h> > +#include <linux/property.h> > #include <linux/slab.h> > #include <linux/module.h> > #include <linux/hrtimer.h> > @@ -160,10 +161,14 @@ static bool vring_use_dma_api(struct virtio_device *vdev) > return true; > > /* > - * On ARM-based machines, the DMA ops will do the right thing, > - * so always use them with legacy devices. > + * On ARM-based machines, the coherent DMA ops will do the right >...
2017 Feb 01
0
[PATCH] virtio: Try to untangle DMA coherency
...e <linux/virtio_config.h> > > > #include <linux/device.h> > > > +#include <linux/property.h> > > > #include <linux/slab.h> > > > #include <linux/module.h> > > > #include <linux/hrtimer.h> > > > @@ -160,10 +161,14 @@ static bool vring_use_dma_api(struct virtio_device *vdev) > > > return true; > > > > > > /* > > > - * On ARM-based machines, the DMA ops will do the right thing, > > > - * so always use them with legacy devices. > > > + * On ARM-...
2019 Sep 24
0
[PATCH nbdkit 3/4] common/protocol: Update nbd-protocol.h so it matches libnbd’s copy.
...sent as zero bytes */ } __attribute__((packed)); /* Request (client -> server). */ -struct request { +struct nbd_request { uint32_t magic; /* NBD_REQUEST_MAGIC. */ uint16_t flags; /* Request flags. */ uint16_t type; /* Request type. */ @@ -161,14 +174,14 @@ struct request { } __attribute__((packed)); /* Simple reply (server -> client). */ -struct simple_reply { +struct nbd_simple_reply { uint32_t magic; /* NBD_SIMPLE_REPLY_MAGIC. */ uint32_t error; /* NBD_SUCCESS or one of NBD_E*. */ uint64_t h...
2019 Sep 24
11
[PATCH nbdkit 0/4] common/protocol: Unify public <nbd-protocol.h>
We should have only one NBD protocol file. Let's make nbdkit's version the canonical one, and use it in libnbd. Rich.
2016 Jun 01
15
[PATCH 00/15] clk/tegra: improve code and add DFS support
This series adds support for GM20B PLL's Maxwell features, namely glitchless switch and (more importantly) DFS support. DFS lets the PLL lower its output speed according to input current variations, making the clock more stable and allowing it to run safely at lower voltage. All GM20B additions are done in the last patch, which consequently ends up being considerably big ; fortunately, it
2017 Jan 25
10
[PATCH v2 0/7] Rename src/ to lib/ and move common code to common/
Previous patch series was posted here: https://www.redhat.com/archives/libguestfs/2017-January/msg00059.html v2 simply extends this patch series to cover the extra directories common/edit, common/progress, common/windows and common/parallel. The only remaining item is to consider whether we should rename mllib to something else, mlcommon was my suggestion. Rich.