Go to file
Stefan Bader fc6a62b1ad UBUNTU: Ubuntu-hwe-5.15-5.15.0-135.146~20.04.1
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2025-02-20 11:45:09 +01:00
Documentation dt-bindings: display: adi,adv7533: Drop single lane support 2025-02-14 15:17:00 +03:00
LICENSES
arch x86/xen: fix SLS mitigation in xen_hypercall_iret() 2025-02-14 15:17:38 +03:00
block block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() 2025-02-14 15:17:10 +03:00
certs
crypto
debian UBUNTU: [Packaging] Initial packaging import from linux-hwe-5.15 2025-02-20 11:31:08 +01:00
debian.hwe-5.15 UBUNTU: Ubuntu-hwe-5.15-5.15.0-135.146~20.04.1 2025-02-20 11:45:09 +01:00
debian.master UBUNTU: Ubuntu-5.15.0-135.146 2025-02-14 15:34:34 +03:00
drivers drm/v3d: Assign job pointer to NULL before signaling the fence 2025-02-14 15:17:42 +03:00
fs fs/ntfs3: Additional check in ntfs_file_release 2025-02-14 15:17:40 +03:00
include seccomp: Stub for !CONFIG_SECCOMP 2025-02-14 15:17:39 +03:00
init
io_uring
ipc
kernel hrtimers: Handle CPU state correctly on hotplug 2025-02-14 15:17:18 +03:00
lib lib: stackinit: hide never-taken branch from compiler 2025-02-14 15:16:50 +03:00
mm filemap: avoid truncating 64-bit offset to 32 bits 2025-02-14 15:17:17 +03:00
net ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find() 2025-02-14 15:17:41 +03:00
samples
scripts scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity 2025-02-14 15:17:06 +03:00
security selinux: ignore unknown extended permissions 2025-02-14 15:16:52 +03:00
sound ALSA: usb-audio: Add delay quirk for USB Audio Device 2025-02-14 15:17:41 +03:00
tools
ubuntu
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.178 2025-02-14 15:17:42 +03:00
README
Ubuntu.md UBUNTU: [Packaging] update Ubuntu.md 2025-02-20 11:31:10 +01:00
snapcraft.yaml

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.