search for: pci_io

Displaying 18 results from an estimated 18 matches for "pci_io".

2014 Dec 19
2
[PATCH RFC 2/5] s390: add pci_iomap_range
...ngs created, and only clear out the mapping for a BAR > when this number reaches 0. > I can't say much about the users of this interface but in principle I'm OK with such a change. > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > --- > arch/s390/include/asm/pci_io.h | 1 + > arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- > 2 files changed, 28 insertions(+), 7 deletions(-) > > diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h > index d194d54..25228b3 100644 > --- a/arch/s390/include/asm/p...
2014 Dec 19
2
[PATCH RFC 2/5] s390: add pci_iomap_range
...ngs created, and only clear out the mapping for a BAR > when this number reaches 0. > I can't say much about the users of this interface but in principle I'm OK with such a change. > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > --- > arch/s390/include/asm/pci_io.h | 1 + > arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- > 2 files changed, 28 insertions(+), 7 deletions(-) > > diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h > index d194d54..25228b3 100644 > --- a/arch/s390/include/asm/p...
2014 Dec 15
0
[PATCH RFC 2/5] s390: add pci_iomap_range
...port mapping ranges within BAR on s390. Since multiple ranges can now be mapped within a BAR, we keep track of the number of mappings created, and only clear out the mapping for a BAR when this number reaches 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- arch/s390/include/asm/pci_io.h | 1 + arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h index d194d54..25228b3 100644 --- a/arch/s390/include/asm/pci_io.h +++ b/arch/s390/includ...
2014 Dec 15
0
[PATCH RFC 2/5] s390: add pci_iomap_range
...port mapping ranges within BAR on s390. Since multiple ranges can now be mapped within a BAR, we keep track of the number of mappings created, and only clear out the mapping for a BAR when this number reaches 0. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- arch/s390/include/asm/pci_io.h | 1 + arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h index d194d54..25228b3 100644 --- a/arch/s390/include/asm/pci_io.h +++ b/arch/s390/includ...
2015 Jan 14
0
[PATCH v3 10/16] s390: add pci_iomap_range
...; Cc: linux-pci at vger.kernel.org Tested-by: Sebastian Ott <sebott at linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Heiko, Martin, can you please ack merging this through the virtio tree? This was lightly tested by Sebastian Ott. arch/s390/include/asm/pci_io.h | 1 + arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h index f664e96..1a9a98d 100644 --- a/arch/s390/include/asm/pci_io.h +++ b/arch/s390/includ...
2015 Jan 14
0
[PATCH v3 10/16] s390: add pci_iomap_range
...; Cc: linux-pci at vger.kernel.org Tested-by: Sebastian Ott <sebott at linux.vnet.ibm.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Heiko, Martin, can you please ack merging this through the virtio tree? This was lightly tested by Sebastian Ott. arch/s390/include/asm/pci_io.h | 1 + arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h index f664e96..1a9a98d 100644 --- a/arch/s390/include/asm/pci_io.h +++ b/arch/s390/includ...
2014 Dec 19
0
[PATCH RFC 2/5] s390: add pci_iomap_range
...inciple I'm > OK with such a change. I don't have an s390 system with pci for testing - could you help me out by testing this and confirming it doesn't break things? > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > > --- > > arch/s390/include/asm/pci_io.h | 1 + > > arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- > > 2 files changed, 28 insertions(+), 7 deletions(-) > > > > diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h > > index d194d54..25228b3 100644 > >...
2014 Dec 19
0
[PATCH RFC 2/5] s390: add pci_iomap_range
...inciple I'm > OK with such a change. I don't have an s390 system with pci for testing - could you help me out by testing this and confirming it doesn't break things? > > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > > --- > > arch/s390/include/asm/pci_io.h | 1 + > > arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- > > 2 files changed, 28 insertions(+), 7 deletions(-) > > > > diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h > > index d194d54..25228b3 100644 > >...
2015 Jan 16
1
[PATCH v3 10/16] s390: add pci_iomap_range
...Tested-by: Sebastian Ott <sebott at linux.vnet.ibm.com> > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > --- > > Heiko, Martin, can you please ack merging this through the virtio tree? > This was lightly tested by Sebastian Ott. > > arch/s390/include/asm/pci_io.h | 1 + > arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- > 2 files changed, 28 insertions(+), 7 deletions(-) > > diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h > index f664e96..1a9a98d 100644 > --- a/arch/s390/include/asm/p...
2015 Jan 16
1
[PATCH v3 10/16] s390: add pci_iomap_range
...Tested-by: Sebastian Ott <sebott at linux.vnet.ibm.com> > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> > --- > > Heiko, Martin, can you please ack merging this through the virtio tree? > This was lightly tested by Sebastian Ott. > > arch/s390/include/asm/pci_io.h | 1 + > arch/s390/pci/pci.c | 34 +++++++++++++++++++++++++++------- > 2 files changed, 28 insertions(+), 7 deletions(-) > > diff --git a/arch/s390/include/asm/pci_io.h b/arch/s390/include/asm/pci_io.h > index f664e96..1a9a98d 100644 > --- a/arch/s390/include/asm/p...
2004 Sep 16
2
Current bristuff error report
Hello, I just noticed an error in the current version of Klaus-Peter Junghanns bristuff package, especially in the HFC module. Everytime I try to unload the HFC module with "modprobe -r" I got a kernel panic and the complete server hangs up so I need to do a hard reset. Regards, Julian Pawlowski
2014 Dec 15
6
[PATCH RFC 0/5] virtio pci: virtio 1.0 support
This is on top of 3.19 master + my bugfix patches, and adds virtio 1.0 support to virtio pci. This is 3.20 material I think. Would like to get feedback on s390 change as it's untested. Michael S Tsirkin (2): pci: add pci_iomap_range s390: add pci_iomap_range Michael S. Tsirkin (2): virtio_pci: modern driver virtio_pci: macros for PCI layout offsets. Rusty Russell (1): virtio-pci: define layout for virtio 1.0 arch/s390/include/asm/pci_io.h | 1 + drivers/virtio/virtio_pci_common.h | 29 +- include/as...
2014 Dec 15
6
[PATCH RFC 0/5] virtio pci: virtio 1.0 support
This is on top of 3.19 master + my bugfix patches, and adds virtio 1.0 support to virtio pci. This is 3.20 material I think. Would like to get feedback on s390 change as it's untested. Michael S Tsirkin (2): pci: add pci_iomap_range s390: add pci_iomap_range Michael S. Tsirkin (2): virtio_pci: modern driver virtio_pci: macros for PCI layout offsets. Rusty Russell (1): virtio-pci: define layout for virtio 1.0 arch/s390/include/asm/pci_io.h | 1 + drivers/virtio/virtio_pci_common.h | 29 +- include/as...
2015 Jan 14
22
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
...rify device has config space virtio/blk: verify device has config space virtio/console: verify device has config space virtio/net: verify device has config space virtio/scsi: verify device has config space virtio/balloon: verify device has config space mn10300: drop dead code pci: add pci_iomap_range s390: add pci_iomap_range virtio_pci: move probe/remove code to common virtio_pci: modern driver virtio_pci_modern: reduce number of mappings virtio_pci_modern: support devices with no config Rusty Russell (2): virtio-pci: define layout for virtio 1.0 virtio_pci: macros for...
2015 Jan 14
22
[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
...rify device has config space virtio/blk: verify device has config space virtio/console: verify device has config space virtio/net: verify device has config space virtio/scsi: verify device has config space virtio/balloon: verify device has config space mn10300: drop dead code pci: add pci_iomap_range s390: add pci_iomap_range virtio_pci: move probe/remove code to common virtio_pci: modern driver virtio_pci_modern: reduce number of mappings virtio_pci_modern: support devices with no config Rusty Russell (2): virtio-pci: define layout for virtio 1.0 virtio_pci: macros for...
2019 Jul 11
0
[ANNOUNCE] libpciaccess 0.15
...module for the Hurd Add better probe cmds for non-VGA roms and regions on x86 Use recursive scan bus Lichao Mu (1): Fix pci_device_get_bridge_info() for multifunction bridges Niclas Zeising (9): freebsd_pci: Try to conform to uniform style Don't check for struct pci_io.pi_sel.pc_domain freebsd_pci: Fix types in write functions freebsd_pci: update legacy I/O for new architectures freebsd_pci: Make this work on sparc64 freebsd_pci: Remove unused variable freebsd_pci: Add has_kernel_driver function freebsd_pci: format freebsd_pci_...
2015 Feb 18
0
[PULL] virtio-next
...virtio/blk: verify device has config space virtio/console: verify device has config space virtio/net: verify device has config space virtio/scsi: verify device has config space virtio/balloon: verify device has config space mn10300: drop dead code pci: add pci_iomap_range s390: add pci_iomap_range virtio_pci: move probe/remove code to common virtio_pci: modern driver virtio_pci_modern: reduce number of mappings virtio_pci_modern: support devices with no config virtio_balloon: coding style fixes virtio_blk: coding st...
2015 Feb 18
0
[PULL] virtio-next
...virtio/blk: verify device has config space virtio/console: verify device has config space virtio/net: verify device has config space virtio/scsi: verify device has config space virtio/balloon: verify device has config space mn10300: drop dead code pci: add pci_iomap_range s390: add pci_iomap_range virtio_pci: move probe/remove code to common virtio_pci: modern driver virtio_pci_modern: reduce number of mappings virtio_pci_modern: support devices with no config virtio_balloon: coding style fixes virtio_blk: coding st...