Go to file
Christoph Lameter (Ampere) 786d5cc2b9 Update Christoph's Email address and make it consistent
Use cl@gentwo.org throughout and remove the old email addresses.

Link: https://lkml.kernel.org/r/8b962f57-4d98-cbb0-cd82-b6ba456733e8@gentwo.org
Signed-off-by: Christoph Lameter <cl@gentwo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2025-05-12 23:50:31 -07:00
Documentation Update Christoph's Email address and make it consistent 2025-05-12 23:50:31 -07:00
LICENSES
arch mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache() 2025-05-11 17:48:32 -07:00
block block-6.15-20250509 2025-05-09 10:34:50 -07:00
certs
crypto
drivers zram: modernize writeback interface 2025-05-11 17:48:09 -07:00
fs fs/proc/page: refactor to reduce code duplication 2025-05-11 17:48:20 -07:00
include Update Christoph's Email address and make it consistent 2025-05-12 23:50:31 -07:00
init
io_uring io_uring/sqpoll: Increase task_work submission batch size 2025-05-09 07:56:53 -06:00
ipc
kernel kernel/events/uprobes: uprobe_write_opcode() rewrite 2025-05-11 17:48:18 -07:00
lib lib/test_vmalloc.c: allow built-in execution 2025-05-11 17:48:34 -07:00
mm Update Christoph's Email address and make it consistent 2025-05-12 23:50:31 -07:00
net
rust task: rust: rework how current is accessed 2025-05-11 17:48:25 -07:00
samples samples/damon: implement a DAMON module for memory tiering 2025-05-12 23:50:30 -07:00
scripts
security
sound
tools selftests/damon: remove the remaining test scripts for DAMON debugfs interface 2025-05-11 17:48:30 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Input updates for v6.15-rc5 2025-05-11 10:29:29 -07:00
.rustfmt.toml
COPYING
CREDITS Update Christoph's Email address and make it consistent 2025-05-12 23:50:31 -07:00
Kbuild
Kconfig
MAINTAINERS Update Christoph's Email address and make it consistent 2025-05-12 23:50:31 -07:00
Makefile Linux 6.15-rc6 2025-05-11 14:54:11 -07:00
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 reStructuredText 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.