Main-line Linux kernel tree http://www.kernel.org
Go to file
John Sanpe 02d7f74a04 lib/bch.c: use bitrev instead of internal logic
Replace internal logic with separate bitrev library.

Link: https://lkml.kernel.org/r/20230730081717.1498217-1-sanpeqf@gmail.com
Signed-off-by: John Sanpe <sanpeqf@gmail.com>
Cc: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-08-18 10:18:58 -07:00
arch x86/asm: replace custom COUNT_ARGS() & CONCATENATE() implementations 2023-08-18 10:18:56 -07:00
block
certs
crypto
Documentation
drivers
fs ocfs2: use regular seq_show_option for osb_cluster_stack 2023-08-18 10:18:57 -07:00
include genetlink: replace custom CONCATENATE() implementation 2023-08-18 10:18:57 -07:00
init
io_uring
ipc
kernel gcov: shut up missing prototype warnings for internal stubs 2023-08-18 10:18:58 -07:00
lib lib/bch.c: use bitrev instead of internal logic 2023-08-18 10:18:58 -07:00
LICENSES
mm
net
rust
samples
scripts scripts/gdb: fix lx-symbols command for arm64 LLVM 2023-08-18 10:18:58 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.