Kernel with latest features and optimizations.
You cannot 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
Steven Barrett 09c4ace4dd Merge branch '6.2/upstream-updates' into 6.2/main
v6.2.15
3 weeks ago
Documentation Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks ago
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 7 months ago
arch Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks ago
block Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks ago
certs certs: Fix build error when PKCS#11 URI contains semicolon 4 months ago
crypto crypto: drbg - Only fail when jent is unavailable in FIPS mode 3 weeks ago
drivers Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks ago
fs Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks ago
include Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks ago
init Merge branch '6.2/prjc' into 6.2/main 1 month ago
io_uring io_uring/rsrc: use nospec'ed indexes 3 weeks ago
ipc Non-MM patches for 6.2-rc1. 6 months ago
kernel Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks ago
lib debugobject: Ensure pool refill (again) 3 weeks ago
mm Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks ago
net Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks ago
rust rust: kernel: Mark rust_fmt_argument as extern "C" 1 month ago
samples ftrace: Export ftrace_free_filter() to modules 4 months ago
scripts scripts/gdb: fix lx-timerlist for Python3 3 weeks ago
security selinux: ensure av_permissions.h is built when needed 3 weeks ago
sound ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop 3 weeks ago
tools perf intel-pt: Fix CYC timestamps after standalone CBR 3 weeks ago
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file 8 months ago
virt KVM: Register /dev/kvm as the _very_ last thing during initialization 3 months ago
.clang-format iommufd for 6.2 6 months ago
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 7 years ago
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 9 months ago
.gitattributes .gitattributes: use 'dts' diff driver for dts files 4 years ago
.gitignore .gitignore: ignore *.rpm 5 months ago
.mailmap 12 hotfixes, mostly against mm/. Five of these fixes are cc:stable. 4 months ago
.rustfmt.toml rust: add `.rustfmt.toml` 8 months ago
COPYING COPYING: state that all contributions really are covered by this file 3 years ago
CREDITS MAINTAINERS: update SCTP maintainers 4 months ago
Kbuild Kbuild updates for v6.1 8 months ago
Kconfig kbuild: ensure full rebuild when the compiler is updated 3 years ago
MAINTAINERS audit: update the mailing list in MAINTAINERS 3 months ago
Makefile Merge branch '6.2/upstream-updates' into 6.2/main 3 weeks 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.