Name Last commit Last update
Documentation Merge tag 'mlx5-updates-2023-06-06' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
LICENSES LICENSES: Add the copyleft-next-0.3.1 license
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
block block: fix revalidate performance regression
certs KEYS: Add missing function documentation
crypto Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
drivers net: phy: broadcom: Add support for setting LED brightness
fs splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()
include net: phy: broadcom: Add support for setting LED brightness
init Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
io_uring Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
ipc Merge branch 'work.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
mm mm: page_table_check: Ensure user pages are not slab pages
net net/ncsi: change from ndo_set_mac_address to dev_set_mac_address
rust Merge tag 'rust-6.4' of https://github.com/Rust-for-Linux/linux
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
scripts Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
security selinux: don't use make's grouped targets feature yet
sound ALSA: hda/realtek: Enable headset onLenovo M70/M90
tools tools: ynl: regen: regenerate the if ladders
usr initramfs: Check negative timestamp to prevent broken cpio archive
virt KVM: Fix vcpu_array[0] races
.clang-format Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
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 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.