Displaying 20 results from an estimated 707 matches for "borntraeger".
2017 Apr 20
2
[PATCH 1/1] s390/virtio: change maintainership
On 03/02/2017 05:08 PM, Christian Borntraeger wrote:
> Halil is doing a lot more work in the virtio area on s390 than I
> do. Let's reflect the reality in the maintainers file.
>
> Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com>
> Acked-by: Halil Pasic <pasic at linux.vnet.ibm.com>
> Acked-by...
2017 Apr 20
2
[PATCH 1/1] s390/virtio: change maintainership
On 03/02/2017 05:08 PM, Christian Borntraeger wrote:
> Halil is doing a lot more work in the virtio area on s390 than I
> do. Let's reflect the reality in the maintainers file.
>
> Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com>
> Acked-by: Halil Pasic <pasic at linux.vnet.ibm.com>
> Acked-by...
2018 Feb 12
2
[PULL v2 1/1] virtio/s390: implement PM operations for virtio_ccw
Michael, Conny,
it seems that this patch did not make it into 4.16-rc1.
On 12/18/2017 05:21 PM, Cornelia Huck wrote:
> From: Christian Borntraeger <borntraeger at de.ibm.com>
>
> Suspend/Resume to/from disk currently fails. Let us wire
> up the necessary callbacks. This is mostly just forwarding
> the requests to the virtio drivers. The only thing that
> has to be done in virtio_ccw itself is to re-set the
> virtio re...
2018 Feb 12
2
[PULL v2 1/1] virtio/s390: implement PM operations for virtio_ccw
Michael, Conny,
it seems that this patch did not make it into 4.16-rc1.
On 12/18/2017 05:21 PM, Cornelia Huck wrote:
> From: Christian Borntraeger <borntraeger at de.ibm.com>
>
> Suspend/Resume to/from disk currently fails. Let us wire
> up the necessary callbacks. This is mostly just forwarding
> the requests to the virtio drivers. The only thing that
> has to be done in virtio_ccw itself is to re-set the
> virtio re...
2015 Jul 01
4
[PATCH] MAINTAINERS: separate section for s390 virtio drivers
The s390-specific virtio drivers have probably more to do with virtio
than with kvm today; let's move them out into a separate section to
reflect this and to be able to add relevant mailing lists.
CC: Christian Borntraeger <borntraeger at de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com>
---
MAINTAINERS | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 246d9d8..fca5c00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5766,7 +5...
2015 Jul 01
4
[PATCH] MAINTAINERS: separate section for s390 virtio drivers
The s390-specific virtio drivers have probably more to do with virtio
than with kvm today; let's move them out into a separate section to
reflect this and to be able to add relevant mailing lists.
CC: Christian Borntraeger <borntraeger at de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com>
---
MAINTAINERS | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 246d9d8..fca5c00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5766,7 +5...
2017 Dec 18
2
[PULL v2 0/1] s390/virtio update
...303fa99330e5d197afcc28b5270734e5c541:
virtio/s390: implement PM operations for virtio_ccw (2017-12-18 10:23:47 +0100)
----------------------------------------------------------------
Hibernation support for virtio-ccw.
----------------------------------------------------------------
Christian Borntraeger (1):
virtio/s390: implement PM operations for virtio_ccw
drivers/s390/virtio/virtio_ccw.c | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
--
2.13.6
2017 Dec 18
2
[PULL v2 0/1] s390/virtio update
...303fa99330e5d197afcc28b5270734e5c541:
virtio/s390: implement PM operations for virtio_ccw (2017-12-18 10:23:47 +0100)
----------------------------------------------------------------
Hibernation support for virtio-ccw.
----------------------------------------------------------------
Christian Borntraeger (1):
virtio/s390: implement PM operations for virtio_ccw
drivers/s390/virtio/virtio_ccw.c | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
--
2.13.6
2017 Dec 18
3
[PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw
We need to disable the pm callbacks if CONFIG_PM is not set.
Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com>
---
Cornelia, you might want to squash this into the original commit.
drivers/s390/virtio/virtio_ccw.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/s390/virtio/virtio_ccw.c b/drivers/s390/virtio/virtio_ccw.c
index 330b3fa3430a..985184ebda45 100...
2017 Dec 18
3
[PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw
We need to disable the pm callbacks if CONFIG_PM is not set.
Signed-off-by: Christian Borntraeger <borntraeger at de.ibm.com>
---
Cornelia, you might want to squash this into the original commit.
drivers/s390/virtio/virtio_ccw.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/s390/virtio/virtio_ccw.c b/drivers/s390/virtio/virtio_ccw.c
index 330b3fa3430a..985184ebda45 100...
2017 Mar 02
2
[PATCH 0/1] virtio-ccw maintainership
Michael, Jason,
Halil is doing more work on virtio-ccw and virtio in general than I
do. I seem to be busy enough with the KVM/s390 maintainership.
So it is time to reflect reality in the maintainer file.
Lets start with the kernel.
Christian Borntraeger (1):
s390/virtio: change maintainership
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.7.4
2017 Mar 02
2
[PATCH 0/1] virtio-ccw maintainership
Michael, Jason,
Halil is doing more work on virtio-ccw and virtio in general than I
do. I seem to be busy enough with the KVM/s390 maintainership.
So it is time to reflect reality in the maintainer file.
Lets start with the kernel.
Christian Borntraeger (1):
s390/virtio: change maintainership
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.7.4
2017 Sep 25
3
[PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default
...not aware of.
> Let's see what Connie says. From my side it's ack.
>
> Via whom is this supposed to go in? Looking at the MAINTAINERS, I would
> say Martin or Heiko but I don't see them among the recipients.
FWIW as the original author of that transport
Acked-by: Christian Borntraeger <borntraeger at de.ibm.com>
I can pick this up for Martins/Heikos tree if you want.
>
> Regards,
> Halil
>
>> ---
>> arch/s390/Kconfig | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/s390/Kconfig b/arch/s390/Kconfi...
2017 Sep 25
3
[PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default
...not aware of.
> Let's see what Connie says. From my side it's ack.
>
> Via whom is this supposed to go in? Looking at the MAINTAINERS, I would
> say Martin or Heiko but I don't see them among the recipients.
FWIW as the original author of that transport
Acked-by: Christian Borntraeger <borntraeger at de.ibm.com>
I can pick this up for Martins/Heikos tree if you want.
>
> Regards,
> Halil
>
>> ---
>> arch/s390/Kconfig | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/s390/Kconfig b/arch/s390/Kconfi...
2017 Sep 26
2
[PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default
On 09/26/2017 12:40 PM, Heiko Carstens wrote:
> On Mon, Sep 25, 2017 at 08:37:36PM +0200, Christian Borntraeger wrote:
>>
>> On 09/25/2017 07:54 PM, Halil Pasic wrote:
>>>
>>>
>>> On 09/25/2017 04:45 PM, Thomas Huth wrote:
>>>> There is no recent user space application available anymore which still
>>>> supports this old virtio transport, so let&...
2017 Sep 26
2
[PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default
On 09/26/2017 12:40 PM, Heiko Carstens wrote:
> On Mon, Sep 25, 2017 at 08:37:36PM +0200, Christian Borntraeger wrote:
>>
>> On 09/25/2017 07:54 PM, Halil Pasic wrote:
>>>
>>>
>>> On 09/25/2017 04:45 PM, Thomas Huth wrote:
>>>> There is no recent user space application available anymore which still
>>>> supports this old virtio transport, so let&...
2015 Nov 03
2
[PATCH 3/3] s390/dma: Allow per device dma ops
On Tue, 3 Nov 2015 12:54:39 +0100
Christian Borntraeger <borntraeger at de.ibm.com> wrote:
> As virtio-ccw now has dma ops, we can no longer default to the PCI ones.
> Make use of dev_archdata to keep the dma_ops per device. The pci devices
> now use that to override the default, and the default is changed to use
> the noop ops for ev...
2015 Nov 03
2
[PATCH 3/3] s390/dma: Allow per device dma ops
On Tue, 3 Nov 2015 12:54:39 +0100
Christian Borntraeger <borntraeger at de.ibm.com> wrote:
> As virtio-ccw now has dma ops, we can no longer default to the PCI ones.
> Make use of dev_archdata to keep the dma_ops per device. The pci devices
> now use that to override the default, and the default is changed to use
> the noop ops for ev...
2015 Oct 30
8
[PATCHv2 0/3] dma ops and virtio
...ke compilation of dma-noop dependent on something
v1->v2:
- initial testing
- always use dma_noop_ops if device has no private dma_ops
- get rid of setup in virtio_ccw,kvm_virtio
- set CONFIG_HAS_DMA(ATTRS) for virtio (fixes compile for !PCI)
- rename s390_dma_ops to s390_pci_dma_ops
Christian Borntraeger (3):
Provide simple noop dma ops
alpha: use common noop dma ops
s390/dma: Allow per device dma ops
arch/alpha/kernel/pci-noop.c | 46 ++--------------------
arch/s390/Kconfig | 3 +-
arch/s390/include/asm/device.h | 6 ++-
arch/s390/include/asm/dma-mapping.h...
2015 Oct 30
8
[PATCHv2 0/3] dma ops and virtio
...ke compilation of dma-noop dependent on something
v1->v2:
- initial testing
- always use dma_noop_ops if device has no private dma_ops
- get rid of setup in virtio_ccw,kvm_virtio
- set CONFIG_HAS_DMA(ATTRS) for virtio (fixes compile for !PCI)
- rename s390_dma_ops to s390_pci_dma_ops
Christian Borntraeger (3):
Provide simple noop dma ops
alpha: use common noop dma ops
s390/dma: Allow per device dma ops
arch/alpha/kernel/pci-noop.c | 46 ++--------------------
arch/s390/Kconfig | 3 +-
arch/s390/include/asm/device.h | 6 ++-
arch/s390/include/asm/dma-mapping.h...