No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Stefan Bader e72e5ce78b UBUNTU: Ubuntu-5.15.0-52.58
Signed-off-by: Stefan Bader <[email protected]>
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
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
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
sound
tools selftests/net: test nexthop without gw 2022-09-20 11:00:09 +02:00
ubuntu
usr
virt
.clang-format
.cocciconfig
.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.