A mirror of the official Linux kernel repository just in case
Go to file
Jason J. Herne 2d8721364c s390/vfio-ap: Driver feature advertisement
Advertise features of the driver for the benefit of automated tooling
like Libvirt and mdevctl.

Signed-off-by: Jason J. Herne <jjherne@linux.ibm.com>
Reviewed-by: Anthony Krowiak <akrowiak@linux.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Link: https://lore.kernel.org/r/20240916120123.11484-1-jjherne@linux.ibm.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2024-09-23 17:57:04 +02:00
arch s390/vdso: Use one large alternative instead of an alternative branch 2024-09-23 17:57:04 +02:00
block vfs-6.12.blocksize 2024-09-20 17:53:17 -07:00
certs
crypto crypto: aegis128 - Fix indentation issue in crypto_aegis128_process_crypt() 2024-09-13 18:26:52 +08:00
Documentation s390/vfio-ap: Driver feature advertisement 2024-09-23 17:57:04 +02:00
drivers s390/vfio-ap: Driver feature advertisement 2024-09-23 17:57:04 +02:00
fs Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
include Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
init Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
io_uring slab updates for 6.12 2024-09-18 08:53:53 +02:00
ipc ipc/shm, mm: drop do_vma_munmap() 2024-09-03 21:15:52 -07:00
kernel Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
lib Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
LICENSES LICENSES: add 0BSD license text 2024-09-01 20:43:24 -07:00
mm Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
net slab updates for 6.12 2024-09-18 08:53:53 +02:00
rust Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2024-09-05 20:37:20 -07:00
samples kmemleak-test: add percpu leak 2024-09-01 20:25:50 -07:00
scripts Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
security Smack changes for v6.12 2024-09-19 13:09:19 +02:00
sound sound updates for 6.12-rc1 2024-09-17 17:03:43 +02:00
tools tools: Add additional SYM_*() stubs to linkage.h 2024-09-23 17:57:04 +02:00
usr
virt KVM: use follow_pfnmap API 2024-09-17 01:06:59 -07:00
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap drm next for 6.12-rc1 2024-09-19 10:18:15 +02:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Many singleton patches - please see the various changelogs for details. 2024-09-21 08:20:50 -07:00
Makefile Linux 6.11 2024-09-15 16:57:56 +02: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.