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 certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-08-26 10:53:29 +02:00
crypto crypto: memneq - move into lib/ 2022-08-26 10:53:32 +02:00
debian UBUNTU: debian/dkms-versions -- update from kernel-versions (main/2022.07.11) 2022-07-12 10:49:16 +02:00
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 Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug 2022-08-10 09:25:22 +02:00
ipc ipc/mqueue: use get_tree_nodev() in mqueue_get_tree() 2022-08-10 09:24:53 +02:00
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 samples/landlock: Format with clang-format 2022-08-10 09:25:16 +02:00
scripts stddef: Introduce DECLARE_FLEX_ARRAY() helper 2022-09-16 10:52:14 +02:00
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 Ubuntu: remove leftover reference to ubuntu/hio driver 2022-03-15 17:14:03 +01:00
usr usr/include/Makefile: add linux/nfc.h to the compile-test coverage 2022-02-03 10:28:55 +01:00
virt KVM: Don't null dereference ops->destroy 2022-09-16 10:53:27 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Input: goodix - add a goodix.h header file 2022-09-16 10:52:00 +02:00
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.