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
Bhaskar Chowdhury 7cbe89398a dt-bindings: usb: Change descibe to describe in usbmisc-imx.txt
s/descibe/describe/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210203153315.15170-1-unixbhaskar@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
2021-02-10 16:55:46 -06:00
arch RISC-V Fixes for 5.11-rc1 2020-12-24 14:05:05 -08:00
block
certs
crypto
Documentation dt-bindings: usb: Change descibe to describe in usbmisc-imx.txt 2021-02-10 16:55:46 -06:00
drivers hwmon: (lm70) Use device_get_match_data() 2021-01-28 15:46:08 -06:00
fs proc mountinfo: make splice available again 2020-12-27 12:00:36 -08:00
include of/device: Don't NULLify match table in of_match_device() with CONFIG_OF=n 2021-01-28 15:53:08 -06:00
init
ipc
kernel Misc fixes/updates: 2020-12-27 09:06:10 -08:00
lib
LICENSES
mm
net
samples
scripts kbuild: Add support to build overlays (%.dtbo) 2021-02-04 09:00:04 -06:00
security Provide a fix for the incorrect handling of privilege 2020-12-24 14:08:43 -08:00
sound
tools Fix a segfault that occurs when built with Clang. 2020-12-27 09:08:23 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore kbuild: Add support to build overlays (%.dtbo) 2021-02-04 09:00:04 -06:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Misc fixes/updates: 2020-12-27 09:06:10 -08:00
Makefile kbuild: Add support to build overlays (%.dtbo) 2021-02-04 09:00:04 -06:00
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.