Linux kernel source tree
Go to file
Dominik Karol Piątkowski b8fa1677c3 staging: gpib: Add TODO file
Add a TODO file for the gpib driver.

Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>
Link: https://lore.kernel.org/r/20241017190732.82176-1-dominik.karol.piatkowski@protonmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-04 00:50:53 +01:00
Documentation Merge wireless-next into staging-next 2024-10-09 11:25:27 +02:00
LICENSES
arch Merge wireless-next into staging-next 2024-10-09 11:25:27 +02:00
block
certs
crypto
drivers staging: gpib: Add TODO file 2024-11-04 00:50:53 +01:00
fs bcachefs fixes for 6.12-rc2 2024-10-05 15:18:04 -07:00
include Merge wireless-next into staging-next 2024-10-09 11:25:27 +02:00
init
io_uring
ipc
kernel
lib Merge wireless-next into staging-next 2024-10-09 11:25:27 +02:00
mm
net Merge net-next/main to resolve conflicts 2024-10-09 08:59:22 +02:00
rust Merge wireless-next into staging-next 2024-10-09 11:25:27 +02:00
samples
scripts kbuild: deb-pkg: Remove blank first line from maint scripts 2024-10-07 02:36:38 +09:00
security hardening fixes for v6.12-rc2 2024-10-05 10:19:14 -07:00
sound
tools Merge wireless-next into staging-next 2024-10-09 11:25:27 +02:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS staging: olpc_dcon: Remove driver marked as broken since 2022 2024-10-16 10:01:30 +02:00
Makefile Linux 6.12-rc2 2024-10-06 15:32:27 -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.