Go to file
Sasha Levin e25760f461 Linux 4.19.310
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-15 14:44:43 -04:00
Documentation net: sysfs: Fix /sys/class/net/<iface> path for statistics 2024-02-23 08:12:55 +01:00
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text 2018-10-18 11:28:50 +02:00
arch y2038: rusage: use __kernel_old_timeval 2024-03-15 10:48:17 -04:00
block blk-mq: fix IO hang from sbitmap wakeup race 2024-02-23 08:12:51 +01:00
certs certs/blacklist_hashes.c: fix const confusion in certs blacklist 2022-06-25 11:49:16 +02:00
crypto crypto: api - Disallow identical driver names 2024-02-23 08:12:39 +01:00
drivers hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed 2024-03-15 10:48:17 -04:00
firmware Fix built-in early-load Intel microcode alignment 2020-01-23 08:21:29 +01:00
fs btrfs: ref-verify: free ref cache before clearing mount opt 2024-03-15 10:48:16 -04:00
include y2038: rusage: use __kernel_old_timeval 2024-03-15 10:48:17 -04:00
init init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init() 2023-08-08 19:49:18 +02:00
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 2022-12-08 11:18:35 +01:00
kernel getrusage: use sig->stats_lock rather than lock_task_sighand() 2024-03-15 10:48:18 -04:00
lib kobject: Fix slab-out-of-bounds in fill_kobj_path() 2023-11-08 11:22:17 +01:00
mm mm: memcontrol: switch to rcu protection in drain_all_stock() 2024-03-01 13:06:10 +01:00
net netrom: Fix data-races around sysctl_net_busy_read 2024-03-15 10:48:16 -04:00
samples samples/bpf: Fix buffer overflow in tcp_basertt 2023-08-11 11:45:03 +02:00
scripts scripts/bpf: Fix xdp_md forward declaration typo 2024-03-01 13:06:11 +01:00
security lsm: new security_file_ioctl_compat() hook 2024-02-23 08:12:58 +01:00
sound ALSA: Drop leftover snd-rtctimer stuff from Makefile 2024-03-06 14:35:23 +00:00
tools selftests/vm: fix map_hugetlb length used for testing read and write 2024-03-15 10:48:18 -04:00
usr initramfs: restore default compression behavior 2020-04-13 10:44:59 +02:00
virt KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler 2024-03-01 13:06:11 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap libnvdimm-for-4.19_misc 2018-08-25 18:13:10 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: r8169: Update path to the driver 2023-11-08 11:22:19 +01:00
Makefile Linux 4.19.310 2024-03-15 14:44:43 -04:00
README

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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.