Linux kernel source tree
Go to file
Boris Brezillon 591eafcd46 drm/panthor: Document drm_panthor_tiler_heap_destroy::handle validity constraints
Make sure the user is aware that drm_panthor_tiler_heap_destroy::handle
must be a handle previously returned by
DRM_IOCTL_PANTHOR_TILER_HEAP_CREATE.

v4:
- Add Steve's R-b

v3:
- New patch

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240502165158.1458959-6-boris.brezillon@collabora.com
2024-05-13 09:49:25 +02:00
Documentation Linux 6.9-rc6 2024-04-29 20:22:39 +02:00
LICENSES
arch Linux 6.9-rc6 2024-04-29 20:22:39 +02:00
block
certs
crypto
drivers drm/panthor: Fix an off-by-one in the heap context retrieval logic 2024-05-13 09:49:22 +02:00
fs three smb3 client fixes, all also for stable 2024-04-27 11:35:40 -07:00
include drm/panthor: Document drm_panthor_tiler_heap_destroy::handle validity constraints 2024-05-13 09:49:25 +02:00
init Rust fixes for v6.9 2024-04-27 12:11:55 -07:00
io_uring
ipc
kernel Misc fixes: 2024-04-28 12:11:26 -07:00
lib
mm
net
rust
samples
scripts Rust fixes for v6.9 2024-04-27 12:11:55 -07:00
security
sound
tools RISC-V Fixes for 6.9-rc6 2024-04-27 12:02:55 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 6.9-rc6 2024-04-29 20:22:39 +02:00
Makefile Linux 6.9-rc6 2024-04-28 13:47:24 -07: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 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.