Go to file
Stefan Bader b1ee35c6d2 UBUNTU: Ubuntu-5.4.0-200.220
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 14:40:48 +02:00
Documentation PM / devfreq: Fix buffer overflow in trans_stat_show 2024-09-27 10:50:28 +02:00
LICENSES
arch UBUNTU: Ubuntu-5.4.0-200.220 2024-09-27 14:40:48 +02:00
block bdi: use bdi_dev_name() to get device name 2024-09-27 10:50:35 +02:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-08-26 11:10:49 +02:00
crypto crypto: aead, cipher - zeroize key buffer after use 2024-09-27 10:50:29 +02:00
debian UBUNTU: [Packaging] Remove fips-checks script 2024-03-28 15:18:45 +01:00
debian.master UBUNTU: Ubuntu-5.4.0-200.220 2024-09-27 14:40:48 +02:00
drivers net/mlx5: Update error handler for UCTX and UMEM 2024-09-27 10:50:35 +02:00
fs bdi: use bdi_dev_name() to get device name 2024-09-27 10:50:35 +02:00
include bdi: use bdi_dev_name() to get device name 2024-09-27 10:50:35 +02:00
init init: open /initrd.image with O_LARGEFILE 2024-06-07 15:01:40 +02:00
ipc ipc: replace costly bailout check in sysvipc_find_ipc() 2023-02-24 14:01:18 +01:00
kernel rtmutex: Drop rt_mutex::wait_lock before scheduling 2024-09-27 10:50:35 +02:00
lib lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc() 2024-09-27 10:50:33 +02:00
mm memcg_write_event_control(): fix a user-triggerable oops 2024-09-27 10:50:22 +02:00
net tls: fix use-after-free on failed backlog decryption 2024-09-27 10:50:35 +02:00
samples media: rename VFL_TYPE_GRABBER to _VIDEO 2024-06-07 15:01:29 +02:00
scripts kbuild: Fix '-S -c' in x86 stack protector scripts 2024-09-27 10:50:21 +02:00
security smack: unix sockets: fix accept()ed socket label 2024-09-27 10:50:31 +02:00
sound ASoC: topology: Properly initialize soc_enum values 2024-09-27 10:50:32 +02:00
tools libbpf: Add NULL checks to bpf_object__{prev_map,next_map} 2024-09-27 10:50:33 +02:00
ubuntu
usr initramfs: restore default compression behavior 2020-04-29 16:25:32 +02:00
virt KVM: async_pf: Cleanup kvm_setup_async_pf() 2024-06-07 15:01:45 +02:00
.clang-format
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes
.gitignore UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
.mailmap ARM: SoC fixes 2019-11-10 13:41:59 -08:00
COPYING COPYING: use the new text with points to the license files 2018-03-23 12:41:45 -06:00
CREDITS MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer 2019-10-10 08:12:51 -07:00
Kbuild kbuild: do not descend to ./Kbuild when cleaning 2019-08-21 21:03:58 +09:00
Kconfig UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
MAINTAINERS iio: stx104: Move to addac subdirectory 2023-10-30 11:41:56 +01:00
Makefile Linux 5.4.284 2024-09-27 10:50:35 +02:00
README Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00
Ubuntu.md UBUNTU: [Packaging] update Ubuntu.md 2021-11-05 16:43:42 +01:00
dropped.txt UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
snapcraft.yaml UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00

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.