[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220701100210.5482-1-seiden@linux.ibm.com>
Date: Fri, 1 Jul 2022 12:02:08 +0200
From: Steffen Eiden <seiden@...ux.ibm.com>
To: Heiko Carstens <hca@...ux.ibm.com>,
Alexander Gordeev <agordeev@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ux.ibm.com>,
Janosch Frank <frankja@...ux.ibm.com>,
Claudio Imbrenda <imbrenda@...ux.ibm.com>,
Vasily Gorbik <gor@...ux.ibm.com>, linux-s390@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Cc: nrb@...ux.ibm.com
Subject: [PATCH 0/2] s390: Autoload uvdevice module based on CPU feature
Currently, the uvdevice (drivers/s390/char/uvdevice) must be loaded
manually. We can, however, determine if the Ultravisor is available
by observing facility 158.
This series, first, introduces the HWCAP_UV connected to facility 158.
And, second, it automatically loads the uvdevice if HWCAP_UV is present.
Steffen Eiden (2):
s390/hwcaps: Add HWCAP_UV
drivers/s390/char/uvdevice: Autoload module based on CPU feature
arch/s390/include/asm/elf.h | 2 ++
arch/s390/kernel/processor.c | 5 +++++
drivers/s390/char/uvdevice.c | 5 ++---
3 files changed, 9 insertions(+), 3 deletions(-)
--
2.35.3
Powered by blists - more mailing lists