Find a file
Heiko Carstens ccec503229 tty: hvc-iucv: Make use of iucv_alloc_device()
Make use of iucv_alloc_device() to get rid of quite some code.

Acked-by: Alexandra Winter <wintera@linux.ibm.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20240506194454.1160315-6-hca@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
2024-05-14 20:21:04 +02:00
arch s390/irq: Set CIF_NOHZ_DELAY in do_io_irq() 2024-05-14 20:19:46 +02:00
block block-6.9-20240510 2024-05-10 10:24:16 -07:00
certs
crypto
Documentation - Store AP Query Configuration Information in a static buffer 2024-05-13 08:33:52 -07:00
drivers tty: hvc-iucv: Make use of iucv_alloc_device() 2024-05-14 20:21:04 +02:00
fs 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
include s390/iucv: Provide iucv_alloc_device() / iucv_release_device() 2024-05-14 20:21:03 +02:00
init
io_uring
ipc
kernel timers/migration: Prevent out of bounds access on failure 2024-05-08 11:19:43 +02:00
lib 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
LICENSES
mm - Store AP Query Configuration Information in a static buffer 2024-05-13 08:33:52 -07:00
net s390/iucv: Provide iucv_alloc_device() / iucv_release_device() 2024-05-14 20:21:03 +02:00
rust
samples
scripts s390/vdso: Create .build-id links for unstripped vdso files 2024-05-14 13:37:06 +02:00
security
sound
tools Fix Kselftest's vfork() side effects 2024-05-12 13:01:59 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
Makefile Linux 6.9 2024-05-12 14:12:29 -07:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.