Go to file
Roxana Nicolescu 8deb6abcf4 UBUNTU: [Packaging] update annotations scripts
BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Roxana Nicolescu <roxana.nicolescu@canonical.com>
2024-01-05 14:27:49 +01:00
Documentation perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 2023-10-30 11:42:22 +01:00
LICENSES
arch powerpc/pseries: fix possible memory leak in ibmebus_bus_init() 2023-10-30 11:42:23 +01:00
block block/partition: fix signedness issue for Amiga partitions 2023-10-02 12:12:10 +02:00
certs
crypto X.509: if signature is unsupported skip validation 2023-10-30 11:42:17 +01:00
debian UBUNTU: [Packaging] update annotations scripts 2024-01-05 14:27:49 +01:00
debian.master UBUNTU: Ubuntu-5.4.0-169.187 2023-11-23 14:04:39 +01:00
drivers USB: core: Fix oversight in SuperSpeed initialization 2023-11-23 13:54:30 +01:00
fs ext4: fix rec_len verify error 2023-10-30 11:42:24 +01:00
include hw_breakpoint: fix single-stepping when using bpf_overflow_handler 2023-10-30 11:42:22 +01:00
init init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() 2023-08-09 12:25:43 +02:00
ipc
kernel tracing: Have option files inc the trace array ref count 2023-10-30 11:42:24 +01:00
lib kobject: Add sanity check for kset->kobj.ktype in kset_register() 2023-10-30 11:42:23 +01:00
mm tmpfs: verify {g,u}id mount options correctly 2023-10-30 11:42:07 +01:00
net devlink: remove reload failed checks in params get/set callbacks 2023-10-30 11:42:22 +01:00
samples samples/bpf: Fix buffer overflow in tcp_basertt 2023-10-02 12:12:01 +02:00
scripts kconfig: fix possible buffer overflow 2023-10-30 11:42:18 +01:00
security smackfs: Prevent underflow in smk_set_cipso() 2023-10-30 11:42:11 +01:00
sound ALSA: pcm: Fix missing fixup call in compat hw_refine ioctl 2023-10-30 11:42:16 +01:00
tools selftests: tracing: Fix to unmount tracefs for recovering environment 2023-10-30 11:42:24 +01:00
ubuntu
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS iio: stx104: Move to addac subdirectory 2023-10-30 11:41:56 +01:00
Makefile Linux 5.4.257 2023-10-30 11:42:24 +01:00
README
Ubuntu.md
dropped.txt
snapcraft.yaml
update-dkms-versions UBUNTU: [Packaging] resync update-dkms-versions helper 2023-11-23 13:49:20 +01:00
update-version-dkms

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.