No description
Find a file
Kent Overstreet f5d4481c3e bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()
This is useful for btree ptrs as well, when we're just updating
sectors_written.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-01-05 23:24:46 -05:00
arch powerpc: Export kvm_guest static key, for bcachefs six locks 2024-01-01 11:47:38 -05:00
block block-6.7-2023-12-29 2023-12-29 11:41:40 -08:00
certs
crypto
Documentation
drivers platform-drivers-x86 for v6.7-6 2023-12-29 11:50:47 -08:00
fs bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent() 2024-01-05 23:24:46 -05:00
include locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.c 2023-12-30 10:25:51 -08:00
init
io_uring
ipc
kernel tracing fixes for v6.7-rc7: 2023-12-30 11:37:35 -08:00
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update my email address 2024-01-01 11:47:41 -05:00
Makefile
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.