Linux 5.18-rc5
Linus Torvalds authored
672c0c51
Name Last commit Last update
Documentation Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
block bfq: Fix warning in bfqq_request_over_limit()
certs Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block
drivers Merge tag 'irq_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
fs Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
include Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
init Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
ipc fs: allocate inode by using alloc_inode_sb()
kernel Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
lib Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
mm kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time
net Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-client
samples Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping
scripts objtool: Enable unreachable warnings for CLANG LTO
security Merge tag 'hardening-v5.18-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
sound ALSA: hda/realtek: Add quirk for Clevo NP70PNP
tools Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
usr Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
virt Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
.clang-format genirq/msi: Make interrupt allocation less convoluted
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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 Restructured Text 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.