The linux-next integration testing tree
Go to file
2022-06-28 16:54:05 +10:00
arch Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
block Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.git 2022-06-28 15:41:15 +10:00
certs Certs changes 2022-06-21 12:13:53 -05:00
crypto Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git 2022-06-28 11:26:37 +10:00
Documentation Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
drivers Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
fs Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
include Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
init Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
io_uring io_uring: Add tracepoint for short writes 2022-06-27 06:29:01 -06:00
ipc ipc/shm: use VMA iterator instead of linked list 2022-06-27 13:45:07 -07:00
kernel Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
lib Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers 2021-12-16 14:33:10 +01:00
mm Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
net Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
rust Kbuild: add Rust support 2022-05-23 02:24:56 +02:00
samples Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.git 2022-06-28 15:41:14 +10:00
scripts Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:02 +10:00
security Merge branch 'next' of git://github.com/cschaufler/smack-next 2022-06-28 12:45:15 +10:00
sound Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 2022-06-28 11:53:08 +10:00
tools Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
usr Not a lot of material this cycle. Many singleton patches against various 2022-05-27 11:22:03 -07:00
virt Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git 2022-06-28 08:56:28 +10:00
.clang-format clang-format: Fix space after for_each macros 2022-05-20 19:27:16 +02:00
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes .gitattributes: use 'dts' diff driver for dts files 2019-12-04 19:44:11 -08:00
.gitignore Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.git 2022-06-28 15:41:14 +10:00
.mailmap mailmap: add entry for Christian Marangi 2022-06-16 19:11:32 -07:00
.rustfmt.toml Kbuild: add Rust support 2022-05-23 02:24:56 +02:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: replace a Microchip AT91 maintainer 2022-02-09 11:30:01 +01:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
MAINTAINERS Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm 2022-06-28 16:54:05 +10:00
Makefile Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.git 2022-06-28 15:41:14 +10:00
README Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00

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.