Displaying 19 results from an estimated 19 matches for "iucv".
Did you mean:
icv
2009 Jan 07
4
[PATCH 3/5] cpumask: convert misc driver functions
An embedded and charset-unspecified text was scrubbed...
Name: cpumask:convert-drivers.patch
Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20090107/f459eb35/attachment.txt
2009 Jan 07
4
[PATCH 3/5] cpumask: convert misc driver functions
An embedded and charset-unspecified text was scrubbed...
Name: cpumask:convert-drivers.patch
Url: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20090107/f459eb35/attachment.txt
2008 Dec 10
6
[PATCH 0/6] Clean up virtio device object handling [was Re: [PATCH] virtio: make PCI devices take a virtio_pci module ref]
(Moved from kvm at vger to virtualization at linux-foundation, changed
subject, cleaned up cc list)
On Wed, 2008-12-10 at 13:02 +0100, Kay Sievers wrote:
> On Wed, Dec 10, 2008 at 10:49, Mark McLoughlin <markmc at redhat.com> wrote:
> > On Tue, 2008-12-09 at 19:16 +0100, Kay Sievers wrote:
> >> On Tue, Dec 9, 2008 at 17:41, Mark McLoughlin <markmc at redhat.com>
2008 Dec 10
6
[PATCH 0/6] Clean up virtio device object handling [was Re: [PATCH] virtio: make PCI devices take a virtio_pci module ref]
(Moved from kvm at vger to virtualization at linux-foundation, changed
subject, cleaned up cc list)
On Wed, 2008-12-10 at 13:02 +0100, Kay Sievers wrote:
> On Wed, Dec 10, 2008 at 10:49, Mark McLoughlin <markmc at redhat.com> wrote:
> > On Tue, 2008-12-09 at 19:16 +0100, Kay Sievers wrote:
> >> On Tue, Dec 9, 2008 at 17:41, Mark McLoughlin <markmc at redhat.com>
2009 Jan 09
1
[PULL]: tip/cpus4096 updates
...| 12 ++--
kernel/irq/migration.c | 12 ++--
kernel/irq/numa_migrate.c | 19 ++++++-
kernel/irq/proc.c | 4 +-
kernel/sched_rt.c | 36 ++++++++-----
lib/smp_processor_id.c | 2 +-
net/iucv/iucv.c | 28 +++++++----
35 files changed, 471 insertions(+), 270 deletions(-)
2009 Jan 09
1
[PULL]: tip/cpus4096 updates
...| 12 ++--
kernel/irq/migration.c | 12 ++--
kernel/irq/numa_migrate.c | 19 ++++++-
kernel/irq/proc.c | 4 +-
kernel/sched_rt.c | 36 ++++++++-----
lib/smp_processor_id.c | 2 +-
net/iucv/iucv.c | 28 +++++++----
35 files changed, 471 insertions(+), 270 deletions(-)
2007 Sep 11
4
CentOS 5 on IA64
Hi All,
I am looking for information on when CentOS 5 will be available for
IA64. I found this forum posting but no responses
http://www.centos.org/modules/newbb/viewtopic.php?topic_id=8714&forum=45
I am looking to perform a large migration of about 500 workstations from
various Suse and Red Hat versions to CentOS to standardize some what.
Because I have to support x86 (32 & 64) and
2010 Mar 13
1
klibc build trouble
as the next klibc release 1.5.16 looks like shaping up,
I have a trouble to build that for Debian.
currently I build depent on linux-libc-dev, I don't know what
against I can build latest klibc, see
klibc fails to build due too:
make -C linux/ ARCH=x86_64 INSTALL_HDR_PATH=debian/tmp/usr/lib/klibc/ headers_install
make[3]: *** No rule to make target `headers_install'. Stop.
make[2]: ***
2008 Dec 14
5
[PATCH] AF_VMCHANNEL address family for guest<->host communication.
...32 len;
+};
+
+#endif /* __KERNEL__ */
+#endif
diff --git a/net/Kconfig b/net/Kconfig
index d789d79..d01f135 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -36,6 +36,7 @@ source "net/packet/Kconfig"
source "net/unix/Kconfig"
source "net/xfrm/Kconfig"
source "net/iucv/Kconfig"
+source "net/vmchannel/Kconfig"
config INET
bool "TCP/IP networking"
diff --git a/net/Makefile b/net/Makefile
index 27d1f10..ddc89dc 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -55,6 +55,7 @@ obj-$(CONFIG_IEEE80211) += ieee80211/
obj-$(CONFIG_TIPC) += t...
2008 Dec 14
5
[PATCH] AF_VMCHANNEL address family for guest<->host communication.
...32 len;
+};
+
+#endif /* __KERNEL__ */
+#endif
diff --git a/net/Kconfig b/net/Kconfig
index d789d79..d01f135 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -36,6 +36,7 @@ source "net/packet/Kconfig"
source "net/unix/Kconfig"
source "net/xfrm/Kconfig"
source "net/iucv/Kconfig"
+source "net/vmchannel/Kconfig"
config INET
bool "TCP/IP networking"
diff --git a/net/Makefile b/net/Makefile
index 27d1f10..ddc89dc 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -55,6 +55,7 @@ obj-$(CONFIG_IEEE80211) += ieee80211/
obj-$(CONFIG_TIPC) += t...
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
The following patchset implements 3 seperate series of changes.
External Building
=================
Patches 1 through 8 enable to use of klibc's build system while leaving the src
tree pristine (and potentially read only). Specifically:
- srctree=<Sources for klibc>
- objtree=<Ouput directory for klibc>
- KLIBCKERNELSRC=<Kernel sources>
- KLIBCKERNELOBJ=<Kernel
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...;
MIPS: Use fallthrough;
X86 PLATFORM DRIVERS: Use fallthrough;
CHROMEOS EC SUBDRIVERS: Use fallthrough;
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS: Use fallthrough;
S390 COMMON I/O LAYER: Use fallthrough;
S390 VFIO AP DRIVER: Use fallthrough;
S390 ZCRYPT DRIVER: Use fallthrough;
S390 IUCV NETWORK LAYER: Use fallthrough;
S390 NETWORK DRIVERS: Use fallthrough;
S390 ZFCP DRIVER: Use fallthrough;
AACRAID SCSI RAID DRIVER: Use fallthrough;
AIC7XXX / AIC79XX SCSI DRIVER: Use fallthrough;
NCR 5380 SCSI DRIVERS: Use fallthrough;
Emulex 10Gbps iSCSI - OneConnect DRIVER: Use fallt...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...;
MIPS: Use fallthrough;
X86 PLATFORM DRIVERS: Use fallthrough;
CHROMEOS EC SUBDRIVERS: Use fallthrough;
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS: Use fallthrough;
S390 COMMON I/O LAYER: Use fallthrough;
S390 VFIO AP DRIVER: Use fallthrough;
S390 ZCRYPT DRIVER: Use fallthrough;
S390 IUCV NETWORK LAYER: Use fallthrough;
S390 NETWORK DRIVERS: Use fallthrough;
S390 ZFCP DRIVER: Use fallthrough;
AACRAID SCSI RAID DRIVER: Use fallthrough;
AIC7XXX / AIC79XX SCSI DRIVER: Use fallthrough;
NCR 5380 SCSI DRIVERS: Use fallthrough;
Emulex 10Gbps iSCSI - OneConnect DRIVER: Use fallt...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...;
MIPS: Use fallthrough;
X86 PLATFORM DRIVERS: Use fallthrough;
CHROMEOS EC SUBDRIVERS: Use fallthrough;
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS: Use fallthrough;
S390 COMMON I/O LAYER: Use fallthrough;
S390 VFIO AP DRIVER: Use fallthrough;
S390 ZCRYPT DRIVER: Use fallthrough;
S390 IUCV NETWORK LAYER: Use fallthrough;
S390 NETWORK DRIVERS: Use fallthrough;
S390 ZFCP DRIVER: Use fallthrough;
AACRAID SCSI RAID DRIVER: Use fallthrough;
AIC7XXX / AIC79XX SCSI DRIVER: Use fallthrough;
NCR 5380 SCSI DRIVERS: Use fallthrough;
Emulex 10Gbps iSCSI - OneConnect DRIVER: Use fallt...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...;
MIPS: Use fallthrough;
X86 PLATFORM DRIVERS: Use fallthrough;
CHROMEOS EC SUBDRIVERS: Use fallthrough;
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS: Use fallthrough;
S390 COMMON I/O LAYER: Use fallthrough;
S390 VFIO AP DRIVER: Use fallthrough;
S390 ZCRYPT DRIVER: Use fallthrough;
S390 IUCV NETWORK LAYER: Use fallthrough;
S390 NETWORK DRIVERS: Use fallthrough;
S390 ZFCP DRIVER: Use fallthrough;
AACRAID SCSI RAID DRIVER: Use fallthrough;
AIC7XXX / AIC79XX SCSI DRIVER: Use fallthrough;
NCR 5380 SCSI DRIVERS: Use fallthrough;
Emulex 10Gbps iSCSI - OneConnect DRIVER: Use fallt...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...;
MIPS: Use fallthrough;
X86 PLATFORM DRIVERS: Use fallthrough;
CHROMEOS EC SUBDRIVERS: Use fallthrough;
POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS: Use fallthrough;
S390 COMMON I/O LAYER: Use fallthrough;
S390 VFIO AP DRIVER: Use fallthrough;
S390 ZCRYPT DRIVER: Use fallthrough;
S390 IUCV NETWORK LAYER: Use fallthrough;
S390 NETWORK DRIVERS: Use fallthrough;
S390 ZFCP DRIVER: Use fallthrough;
AACRAID SCSI RAID DRIVER: Use fallthrough;
AIC7XXX / AIC79XX SCSI DRIVER: Use fallthrough;
NCR 5380 SCSI DRIVERS: Use fallthrough;
Emulex 10Gbps iSCSI - OneConnect DRIVER: Use fallt...
2020 Feb 11
0
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
...x509' registered
[ 3.046529] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 3.046738] io scheduler mq-deadline registered
[ 3.046740] io scheduler kyber registered
[ 3.046761] io scheduler bfq registered
[ 3.047604] atomic64_test: passed
[ 3.047665] hvc_iucv: The z/VM IUCV HVC device driver cannot be used without z/VM
[ 3.053492] brd: module loaded
[ 3.053875] cio: Channel measurement facility initialized using format extended (mode autodetected)
[ 3.054146] Discipline DIAG cannot be used without z/VM
[ 4.874424] sclp_sd: No data is availab...
2020 Feb 07
16
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
On Fri, Feb 07, 2020 at 08:47:14AM +0100, Christian Borntraeger wrote:
> Also adding Cornelia.
>
>
> On 06.02.20 23:17, Michael S. Tsirkin wrote:
> > On Thu, Feb 06, 2020 at 04:12:21PM +0100, Christian Borntraeger wrote:
> >>
> >>
> >> On 06.02.20 15:22, eperezma at redhat.com wrote:
> >>> Hi Christian.
> >>>
> >>>
2020 Feb 07
16
vhost changes (batched) in linux-next after 12/13 trigger random crashes in KVM guests after reboot
On Fri, Feb 07, 2020 at 08:47:14AM +0100, Christian Borntraeger wrote:
> Also adding Cornelia.
>
>
> On 06.02.20 23:17, Michael S. Tsirkin wrote:
> > On Thu, Feb 06, 2020 at 04:12:21PM +0100, Christian Borntraeger wrote:
> >>
> >>
> >> On 06.02.20 15:22, eperezma at redhat.com wrote:
> >>> Hi Christian.
> >>>
> >>>