No description
Find a file
Palmer Dabbelt 1464d00b27
RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n
As of 93917ad509 ("RISC-V: Add support for restartable sequence") we
have support for restartable sequences, which default to enabled.  These
select MEMBARRIER, so disabling it is now redundant.

Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
2022-03-31 17:19:27 -07:00
arch RISC-V: K210 defconfigs: Drop redundant MEMBARRIER=n 2022-03-31 17:19:27 -07:00
block SCSI misc on 20220324 2022-03-24 19:37:53 -07:00
certs
crypto
Documentation Documentation: riscv: remove non-existent directory from table of contents 2022-03-31 16:18:56 -07:00
drivers RISC-V CPU Idle Support 2022-03-30 16:17:54 -07:00
fs
include RISC-V Patches for the 5.18 Merge Window, Part 1 2022-03-25 10:11:38 -07:00
init
ipc
kernel powerpc updates for 5.18 2022-03-25 09:39:36 -07:00
lib
LICENSES
mm
net
samples
scripts s390 updates for the 5.18 merge window 2022-03-25 10:01:34 -07:00
security
sound powerpc updates for 5.18 2022-03-25 09:39:36 -07:00
tools RISC-V Patches for the 5.18 Merge Window, Part 1 2022-03-25 10:11:38 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS RISC-V CPU Idle Support 2022-03-30 16:17:54 -07: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.