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 LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
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 clang-format: Update with the latest for_each macro list 2021-05-12 23:32:39 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes .gitattributes: use 'dts' diff driver for dts files 2019-12-04 19:44:11 -08:00
.gitignore UBUNTU: [debian] Initial debian and ubuntu directories 2021-11-02 08:24:37 +01:00
.mailmap mailmap: add Andrej Shadura 2021-10-18 20:22:03 -10:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: Move Daniel Drake to credits 2021-09-21 08:34:58 +03:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig UBUNTU: [debian] Initial debian and ubuntu directories 2021-11-02 08:24:37 +01:00
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: [debian] Initial debian and ubuntu directories 2021-11-02 08:24:37 +01:00
Ubuntu.md UBUNTU: [Packaging] update Ubuntu.md 2021-12-07 07:32:21 +01:00
update-dkms-versions UBUNTU: [Packaging] resync update-dkms-versions helper 2022-01-04 09:48:56 +01:00
update-version-dkms UBUNTU: [Packaging] switch to kernel-versions 2021-12-07 07:32:14 +01:00

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.