Go to file
Stefan Bader e72e5ce78b UBUNTU: Ubuntu-5.15.0-52.58
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2022-10-13 09:40:20 +02:00
arch x86/speculation: Add LFENCE to RSB fill sequence 2022-09-16 10:53:54 +02:00
block block: fix default IO priority handling again 2022-09-16 10:53:49 +02:00
certs
crypto crypto: memneq - move into lib/ 2022-08-26 10:53:32 +02:00
debian
debian.master UBUNTU: Ubuntu-5.15.0-52.58 2022-10-13 09:40:20 +02:00
Documentation x86/speculation: Add RSB VM Exit protections 2022-09-16 10:53:54 +02:00
drivers UBUNTU: SAUCE: wifi: mac80211_hwsim: avoid mac80211 warning on bad rate 2022-10-13 09:21:47 +02:00
fs UBUNTU: SAUCE: io_uring/af_unix: defer registered files gc to io_uring release 2022-10-13 09:21:48 +02:00
include UBUNTU: SAUCE: io_uring/af_unix: defer registered files gc to io_uring release 2022-10-13 09:21:48 +02:00
init
ipc
kernel tracing/perf: Fix double put of trace event when init fails 2022-09-16 10:53:55 +02:00
lib ida: don't use BUG_ON() for debugging 2022-09-16 10:52:30 +02:00
LICENSES
mm page_alloc: fix invalid watermark check on a negative value 2022-09-16 10:53:47 +02:00
net UBUNTU: SAUCE: io_uring/af_unix: fix memleak during unix GC 2022-10-13 09:21:48 +02:00
samples
scripts
security lockdown: Fix kexec lockdown bypass with ima policy 2022-09-16 10:53:05 +02:00
sound ALSA: usb-audio: Add quirk for Fiero SC-01 (fw v1.0.0) 2022-09-16 10:53:01 +02:00
tools selftests/net: test nexthop without gw 2022-09-20 11:00:09 +02:00
ubuntu
usr
virt KVM: Don't null dereference ops->destroy 2022-09-16 10:53:27 +02:00
.clang-format
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.60 2022-09-16 10:53:54 +02:00
README
snapcraft.yaml
Ubuntu.md
update-dkms-versions
update-version-dkms

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.