Go to file
Simon Ser 512cfe2af2 doc: add dma-buf IOCTL code to table
The code 'b' is used for dma-buf IOCTLs.

Signed-off-by: Simon Ser <contact@emersion.fr>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Christian König <christian.koenig@amd.com>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221128133853.355645-1-contact@emersion.fr
2023-04-15 09:34:39 +08:00
Documentation doc: add dma-buf IOCTL code to table 2023-04-15 09:34:39 +08:00
LICENSES
arch treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
block
certs
crypto treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
drivers drm/vc4: dsi: Drop unused i2c include 2023-04-15 09:34:39 +08:00
fs treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
include drm/mipi-dsi: Add a mipi_dsi_dcs_write_seq() macro 2023-04-15 09:34:34 +08:00
init
io_uring
ipc
kernel treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
lib treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
mm treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
net xen: make remove callback of xen driver void returned 2023-04-15 09:33:06 +08:00
rust
samples
scripts
security
sound xen: make remove callback of xen driver void returned 2023-04-15 09:33:06 +08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: drm/hisilicon: Drop Chen Feng 2023-04-15 09:34:38 +08:00
Makefile
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.