Find a file
Xin Gao 3177d7bbe0 core: Variable type completion
'unsigned int' is better than 'unsigned'.

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-08-31 09:40:34 +01:00
arch
block
certs
crypto
Documentation Documentation: bonding: clarify supported modes for tlb_dynamic_lb 2022-08-30 23:17:54 -07:00
drivers mlxsw: spectrum: Add a copy of 'struct mlxsw_config_profile' for Spectrum-4 2022-08-30 23:20:43 -07:00
fs genetlink: start to validate reserved header bytes 2022-08-29 12:47:15 +01:00
include net: devlink: stub port params cmds for they are unused internally 2022-08-30 13:19:47 +02:00
init
io_uring
ipc
kernel genetlink: start to validate reserved header bytes 2022-08-29 12:47:15 +01:00
lib
LICENSES
mm
net core: Variable type completion 2022-08-31 09:40:34 +01:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: ngbe: Add build support for ngbe 2022-08-30 12:32:51 +02: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.