Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Randy Dunlap e634ff7733
riscv: cpu.c: don't use kernel-doc markers for comments
Repair kernel-doc build warnings caused by using "/**" kernel-doc
markers for comments that are not in kernel-doc format:

cpu.c:89: warning: cannot understand function prototype: 'struct riscv_isa_ext_data isa_ext_arr[] = '
cpu.c:114: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
2022-03-31 15:42:46 -07:00
arch riscv: cpu.c: don't use kernel-doc markers for comments 2022-03-31 15:42:46 -07:00
block SCSI misc on 20220324 2022-03-24 19:37:53 -07:00
certs
crypto
Documentation RISC-V CPU Idle Support 2022-03-30 16:17:54 -07:00
drivers RISC-V CPU Idle Support 2022-03-30 16:17:54 -07:00
fs The highlights are: 2022-03-24 18:32:48 -07:00
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 The highlights are: 2022-03-24 18:32:48 -07:00
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.