Linux kernel source tree
Go to file
Arnd Bergmann ad59cf382c staging: gpib: add module descriptions
Every loadable module should have a description, and not having one
causes a W=1 build warning, so add these to the newly added modules.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20241016111521.1143191-2-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-10-19 09:57:03 +02: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 block-6.12-20241004 2024-10-04 10:43:44 -07:00
certs
crypto move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
drivers staging: gpib: add module descriptions 2024-10-19 09:57:03 +02: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 cfi: encode cfi normalized integers + kasan/gcov bug in Kconfig 2024-09-26 21:27:27 +02:00
io_uring io_uring/net: harden multishot termination case for recv 2024-09-30 08:26:59 -06:00
ipc
kernel Various fixes for tracing: 2024-10-04 12:11:06 -07:00
lib Merge wireless-next into staging-next 2024-10-09 11:25:27 +02:00
mm mm, slab: suppress warnings in test_leak_destroy kunit test 2024-10-02 16:28:46 +02:00
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 [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
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 sound fixes for 6.12-rc2 2024-10-04 11:29:46 -07:00
tools Merge wireless-next into staging-next 2024-10-09 11:25:27 +02:00
usr
virt x86: 2024-09-28 09:20:14 -07:00
.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.