Torvalds' Linux kernel source tree 🐧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Linus Torvalds 6456952092
block-6.4-2023-06-09
13 hours ago
Documentation cgroup: Fixes for v6.4-rc5 1 day ago
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 7 months ago
arch RISC-V Fixes for 6.4-rc6 18 hours ago
block blk-mq: fix blk_mq_hw_ctx active request accounting 6 days ago
certs KEYS: Add missing function documentation 2 months ago
crypto KEYS: asymmetric: Copy sig and digest in public_key_verify_signature() 1 week ago
drivers block-6.4-2023-06-09 13 hours ago
fs A fix for a potential data corruption in differential backup and 17 hours ago
include Networking fixes for 6.4-rc6, including fixes from can, wifi, netfilter, 2 days ago
init Objtool changes for v6.4: 1 month ago
io_uring io_uring: undeprecate epoll_ctl support 2 weeks ago
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 4 months ago
kernel virtio,vhost,vdpa: bugfixes 17 hours ago
lib Networking fixes for 6.4-rc6, including fixes from can, wifi, netfilter, 2 days ago
mm mm: page_table_check: Ensure user pages are not slab pages 2 weeks ago
net Networking fixes for 6.4-rc6, including fixes from can, wifi, netfilter, 2 days ago
rust Rust changes for v6.4 1 month ago
samples samples/bpf: Drop unnecessary fallthrough 4 weeks ago
scripts Locking changes in v6.4: 1 month ago
security selinux: don't use make's grouped targets feature yet 1 week ago
sound ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform 4 days ago
tools virtio,vhost,vdpa: bugfixes 17 hours ago
usr initramfs: Check negative timestamp to prevent broken cpio archive 2 months ago
virt KVM: Fix vcpu_array[0] races 3 weeks ago
.clang-format cxl for v6.4 1 month ago
.cocciconfig
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 10 months ago
.gitattributes .gitattributes: use 'dts' diff driver for *.dtso files 3 months ago
.gitignore linux-kselftest-kunit-6.4-rc1 2 months ago
.mailmap mailmap: add entries for Nikolay Aleksandrov 3 weeks ago
.rustfmt.toml rust: add `.rustfmt.toml` 9 months ago
COPYING
CREDITS MAINTAINERS: sctp: move Neil to CREDITS 4 weeks ago
Kbuild Kbuild updates for v6.1 8 months ago
Kconfig
MAINTAINERS gpio: fixes for v6.4-rc6 18 hours ago
Makefile Linux 6.4-rc5 6 days ago
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.

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.