Go to file
Jani Nikula dbae67ed6a drm/lease: make drm_lease.h self-contained
Include <linux/types.h> for types used.

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/3a38688e90bb775380aad5b6aad5dce3d9d87ca7.1709749576.git.jani.nikula@intel.com
2024-03-07 17:17:25 +02:00
Documentation dt-bindings: gpu: mali-valhall-csf: Add support for Arm Mali CSF GPUs 2024-03-01 10:04:30 +01:00
LICENSES
arch Linux 6.8-rc6 2024-02-26 11:41:07 +01:00
block
certs
crypto
drivers drm: add missing header guards to drm_internal.h 2024-03-07 17:17:25 +02:00
fs bcachefs fixes for 6.8-rc6 2024-02-25 15:31:57 -08:00
include drm/lease: make drm_lease.h self-contained 2024-03-07 17:17:25 +02:00
init
io_uring
ipc
kernel Including fixes from bpf and netfilter. 2024-02-22 09:57:58 -08:00
lib
mm cxl fixes for 6.8-rc6 2024-02-24 15:53:40 -08:00
net
rust
samples
scripts Including fixes from bpf and netfilter. 2024-02-22 09:57:58 -08:00
security
sound
tools Merge drm/drm-next into drm-misc-next 2024-02-26 14:20:50 +01:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm/panthor: Add an entry to MAINTAINERS 2024-03-01 10:04:31 +01:00
Makefile Linux 6.8-rc6 2024-02-25 15:46:06 -08: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 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.