No description
Find a file
Jeremy Kerr 2c8e2e9aec mctp: Add base packet definitions
Simple packet header format as defined by DMTF DSP0236.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-07-29 15:06:49 +01:00
arch
block
certs
crypto
Documentation
drivers nfc: mrvl: constify static nfcmrvl_if_ops 2021-07-29 12:28:03 +01:00
fs
include mctp: Add base packet definitions 2021-07-29 15:06:49 +01:00
init
ipc
kernel
lib
LICENSES
mm
net mctp: Add base socket/protocol definitions 2021-07-29 15:06:49 +01:00
samples
scripts
security mctp: Add MCTP base 2021-07-29 15:06:49 +01:00
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS mctp: Add base packet definitions 2021-07-29 15:06:49 +01: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.