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.
 
 
 
 
 
Joshua Ashton 812d12bb74
HACK: Prefix SHAPER_LUT and LUT3D with VALVE1_
2 months ago
Documentation LoongArch fixes for v6.1-final 3 months ago
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers 1 year ago
arch ARM fixes for 6.1 3 months ago
block block-6.1-2022-11-25 4 months ago
certs certs: make system keyring depend on built-in x509 parser 6 months ago
crypto treewide: use get_random_bytes() when possible 5 months ago
drivers HACK: Prefix SHAPER_LUT and LUT3D with VALVE1_ 2 months ago
fs fscache: Fix oops due to race with cookie_lru and use_cookie 3 months ago
include drm/drm_color_mgmt: add 3D LUT to color mgmt properties 2 months ago
init init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash 4 months ago
io_uring io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() 3 months ago
ipc ipc/sem: Fix dangling sem_array access in semtimedop race 4 months ago
kernel memcg: Fix possible use-after-free in memcg_write_event_control() 3 months ago
lib 15 hotfixes. 11 marked cc:stable. Only three or four of the latter 4 months ago
mm 9 hotfixes. 6 for MM, 3 for other areas. Four of these patches address 3 months ago
net ipv6: avoid use-after-free in ip6_fragment() 3 months ago
rust Kbuild: add Rust support 6 months ago
samples VFIO updates for v6.1-rc1 5 months ago
scripts - Handle different output of readelf on different distros running 4 months ago
security lsm/stable-6.1 PR 20221031 5 months ago
sound ASoC: Fixes for v6.1 4 months ago
tools 9 hotfixes. 6 for MM, 3 for other areas. Four of these patches address 3 months ago
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file 6 months ago
virt Merge branch 'kvm-dwmw2-fixes' into HEAD 4 months ago
.clang-format inet: ping: use hlist_nulls rcu iterator during lookup 4 months ago
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 7 years ago
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 7 months ago
.gitattributes .gitattributes: use 'dts' diff driver for dts files 3 years ago
.gitignore Kbuild: add Rust support 6 months ago
.mailmap 9 hotfixes. 6 for MM, 3 for other areas. Four of these patches address 3 months ago
.rustfmt.toml rust: add `.rustfmt.toml` 6 months ago
COPYING COPYING: state that all contributions really are covered by this file 3 years ago
CREDITS MAINTAINERS: Remove Michal Marek from Kbuild maintainers 4 months ago
Kbuild Kbuild updates for v6.1 5 months ago
Kconfig kbuild: ensure full rebuild when the compiler is updated 3 years ago
MAINTAINERS 9 hotfixes. 6 for MM, 3 for other areas. Four of these patches address 3 months ago
Makefile Linux 6.1 3 months ago
README Drop all 00-INDEX files from Documentation/ 5 years ago

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.