No description
Find a file
2021-05-20 14:52:32 -07:00
arch CONFIG_MICREL_PHY=y 2021-05-08 09:15:40 +02:00
block Stable update 2021-02-17 00:22:36 +08:00
certs .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
crypto Work around for gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377 2021-02-17 01:14:18 +08:00
Documentation dt-bindings: panel: add binding for Xingbangda XBD599 panel 2021-02-17 01:14:17 +08:00
drivers Merge pull request #22 from cybergaszcz/nvdla 2021-05-20 14:52:32 -07:00
fs Stable update 2021-02-17 00:22:36 +08:00
include added NVDLA driver 2021-05-09 18:46:53 +02:00
init Stable update 2021-02-17 00:22:36 +08:00
ipc ipc: adjust proc_ipc_sem_dointvec definition to match prototype 2020-09-05 12:14:29 -07:00
kernel KEYS: Make use of platform keyring for module signature verify 2021-02-17 01:14:17 +08:00
lib Stable update 2021-02-17 00:22:36 +08:00
LICENSES LICENSES/deprecated: add Zlib license text 2020-09-16 14:33:49 +02:00
mm mm/kmemleak: skip late_init if not skip disable 2021-02-17 01:14:17 +08:00
net Stable update 2021-02-17 00:22:36 +08:00
samples Stable update 2021-02-17 00:22:36 +08:00
scripts Stable update 2021-02-17 00:22:36 +08:00
security fedora: Fix a warning for Fedora build. 2021-03-16 15:51:09 +08:00
sound ALSA: hda/via: Fix runtime PM for Clevo W35xSS 2021-02-17 01:14:19 +08:00
tools Stable update 2021-02-17 00:22:36 +08:00
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2020-08-07 13:29:39 -07:00
virt kvm: x86/mmu: Support dirty logging for the TDP MMU 2020-10-23 03:42:13 -04:00
.clang-format RDMA 5.10 pull request 2020-10-17 11:18:18 -07:00
.cocciconfig
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes .gitattributes: use 'dts' diff driver for dts files 2019-12-04 19:44:11 -08:00
.gitignore .gitignore: docs: ignore sphinx_*/ directories 2020-09-10 10:44:31 -06:00
.mailmap mailmap: add two more addresses of Uwe Kleine-König 2020-12-06 10:19:07 -08:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS MAINTAINERS: Move Jason Cooper to CREDITS 2020-11-30 10:20:34 +01:00
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 2020-02-04 01:53:07 +09:00
Kconfig added NVDLA driver 2021-05-09 18:46:53 +02:00
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-12-10 15:30:13 -08:00
Makefile added NVDLA driver 2021-05-09 18:46:53 +02: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.