Personal kernel build
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 38f8ccde04
Six hotfixes. Five are cc:stable: four for MM, one for nilfs2. Also a
1 month ago
Documentation Certain AMD processors are vulnerable to a cross-thread return address 1 month ago
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 5 months ago
arch powerpc fixes for 6.2 #6 1 month ago
block block-6.2-2023-02-03 2 months ago
certs certs: Fix build error when PKCS#11 URI contains semicolon 2 months ago
crypto This update includes the following changes: 4 months ago
drivers gpio fixes for v6.2 1 month ago
fs Six hotfixes. Five are cc:stable: four for MM, one for nilfs2. Also a 1 month ago
include Six hotfixes. Five are cc:stable: four for MM, one for nilfs2. Also a 1 month ago
init Kbuild fixes for v6.2 (3rd) 2 months ago
io_uring io_uring: always prep_async for drain requests 2 months ago
ipc Non-MM patches for 6.2-rc1. 4 months ago
kernel Misc scheduler fixes: 1 month ago
lib 12 hotfixes, mostly against mm/. Five of these fixes are cc:stable. 2 months ago
mm Six hotfixes. Five are cc:stable: four for MM, one for nilfs2. Also a 1 month ago
net devlink: Fix netdev notifier chain corruption 1 month ago
rust rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks 2 months ago
samples ftrace: Export ftrace_free_filter() to modules 2 months ago
scripts 12 hotfixes, mostly against mm/. Five of these fixes are cc:stable. 2 months ago
security apparmor: Fix regression in compat permissions for getattr 1 month ago
sound sound fixes for 6.2 1 month ago
tools Fixes from the main networking tree only. 1 month ago
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file 6 months ago
virt VFIO fixes for v6.2-rc6 2 months ago
.clang-format iommufd for 6.2 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 .gitignore: ignore *.rpm 3 months ago
.mailmap 12 hotfixes, mostly against mm/. Five of these fixes are cc:stable. 2 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: update SCTP maintainers 2 months ago
Kbuild Kbuild updates for v6.1 6 months ago
Kconfig kbuild: ensure full rebuild when the compiler is updated 3 years ago
MAINTAINERS Six hotfixes. Five are cc:stable: four for MM, one for nilfs2. Also a 1 month ago
Makefile Linux 6.2-rc8 2 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.