Name Last commit Last update
Documentation include/linux/dma-mapping.h: add dma_zalloc_coherent()
LICENSES
arch arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if port failed to initialize
block Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
certs
crypto Merge git://github.com/herbertx/crypto
drivers drivers/net/rionet.c: fix ethernet address macros for LE platforms
fs sysctl: add support for poll()
include include/linux/dma-mapping.h: add dma_zalloc_coherent()
init sysctl: make CONFIG_SYSCTL_SYSCALL default to n
io_uring
ipc ipc/sem.c: remove private structures from public header file
kernel sysctl: add support for poll()
lib ida: make ida_simple_get/put() IRQ safe
mm mm/page_cgroup.c: quiet sparse noise
net treewide: use __printf not __attribute__((format(printf,...)))
rust
samples perf: Add context field to perf_event
scripts checkpatch: add a --strict check for utf-8 in commit logs
security security: follow rename pack_hex_byte() to hex_byte_pack()
sound treewide: use __printf not __attribute__((format(printf,...)))
tools Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux
usr initramfs: Use KBUILD_BUILD_TIMESTAMP for generated entries
virt Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore gitignore: ignore debian build directory
.mailmap Update my e-mail address
.rustfmt.toml
COPYING [PATCH] update FSF address in COPYING
CREDITS cpupowerutils: use COPYING, CREDITS from top-level directory
Kbuild
Kconfig
MAINTAINERS
Makefile
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.