No description
Find a file
Helge Deller b5ff52be89 parisc: Convert to generic clockevents
Convert parisc timer code to generic clockevents framework.

Signed-off-by: Helge Deller <deller@gmx.de>
2024-09-09 08:53:17 +02:00
arch parisc: Convert to generic clockevents 2024-09-09 08:53:17 +02:00
block
certs
crypto
Documentation Char/Misc driver fixes for 6.11-rc7 2024-09-08 10:13:39 -07:00
drivers parisc: pdc_stable: Constify struct kobj_type 2024-09-09 08:53:17 +02:00
fs five smb3 client fixes 2024-09-06 17:30:33 -07:00
include linux_kselftest-kunit-fixes-6.11-rc7-2 2024-09-06 17:48:24 -07:00
init
io_uring
ipc
kernel - Fix perf's AUX buffer serialization 2024-09-08 10:20:44 -07:00
lib linux_kselftest-kunit-fixes-6.11-rc7 2024-09-05 09:43:38 -07:00
LICENSES
mm
net ila: call nf_unregister_net_hooks() sooner 2024-09-05 14:57:12 -07:00
rust
samples
scripts
security
sound sound fixes for 6.11-rc7 2024-09-06 11:56:03 -07:00
tools RISC-V Fixes for 6.11-rc7 2024-09-06 13:00:59 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Rust fixes for v6.11 (2nd) 2024-09-05 16:35:57 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm fixes for 6.11-rc7 2024-09-06 11:15:40 -07:00
Makefile Linux 6.11-rc7 2024-09-08 14:50:28 -07:00
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.