Linux mainline fork with MSM8998 patches | https://mainline.space | Currently supported devices: OnePlus 5/5T, Xiaomi Mi 6, F(x)tec Pro¹ (2019 QX1000 model) & Sony Xperia XZ Premium (UNTESTED!)
Find a file
Florian Fainelli 6ce3df596b MAINTAINERS: Move Vivien to CREDITS
Last patch from Vivien was nearly 3 years ago and he has not reviewed or
responded to DSA patches since then, move to CREDITS.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20221109231907.621678-1-f.fainelli@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-11-10 13:53:53 -08:00
arch
block
certs
crypto
Documentation dt-bindings: net: tsnep: Fix typo on generic nvmem property 2022-11-07 17:53:42 -08:00
drivers net: macvlan: fix memory leaks of macvlan_common_newlink 2022-11-10 15:59:06 +01:00
fs
include can: dev: fix skb drop check 2022-11-07 14:00:27 +01:00
init
io_uring
ipc
kernel bpf-for-netdev 2022-11-03 19:51:02 -07:00
lib
LICENSES
mm
net mctp: Fix an error handling path in mctp_init() 2022-11-09 19:26:08 -08:00
rust
samples
scripts
security
sound
tools selftests: netfilter: Fix and review rpath.sh 2022-11-09 10:29:57 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: Move Vivien to CREDITS 2022-11-10 13:53:53 -08:00
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Move Vivien to CREDITS 2022-11-10 13:53:53 -08: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.