Go to file
Randy Dunlap 50b8513411 drm/doc: make drm-uapi igt-tests more readable
Correct grammar and make the use of the igt-tests more readable.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: David Airlie <airlied@gmail.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <mripard@kernel.org>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: dri-devel@lists.freedesktop.org
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20221118235137.6859-1-rdunlap@infradead.org
2023-04-15 09:33:39 +08:00
Documentation drm/doc: make drm-uapi igt-tests more readable 2023-04-15 09:33:39 +08:00
LICENSES
arch treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
block block, bfq: fix uaf for bfqq in bic_set_bfqq() 2023-02-09 11:28:06 +01:00
certs certs: Fix build error when PKCS#11 URI contains semicolon 2023-02-09 11:28:11 +01:00
crypto treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
drivers drm: Fix potential null-ptr-deref due to drmm_mode_config_init() 2023-04-15 09:33:39 +08:00
fs treewide: use get_random_u32_below() instead of deprecated function 2023-04-15 09:32:32 +08:00
include drm/gem-shmem: When drm_gem_object_init failed, should release object 2023-04-15 09:33:39 +08:00
init gcc: disable -Warray-bounds for gcc-11 too 2023-01-14 10:33:43 +01:00
io_uring use less confusing names for iov_iter direction initializers 2023-02-09 11:28:04 +01:00
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 rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks 2023-02-06 08:06:34 +01:00
samples vfio: Remove vfio_free_device 2023-04-15 09:32:08 +08:00
scripts kbuild: modinst: Fix build error when CONFIG_MODULE_SIG_KEY is a PKCS#11 URI 2023-02-09 11:28:11 +01:00
security use less confusing names for iov_iter direction initializers 2023-02-09 11:28:04 +01:00
sound xen: make remove callback of xen driver void returned 2023-04-15 09:33:06 +08:00
tools tools/bpf: Add xdp set command for md btf 2023-03-13 19:11:09 +05:30
usr
virt kvm/vfio: Fix potential deadlock on vfio group_lock 2023-02-01 08:34:36 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drivers/accel: define kconfig and register a new major 2023-04-15 09:32:34 +08:00
Makefile Linux 6.1.12 2023-02-14 19:11:56 +01: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.