Go to file
Atish Patra 4abed558b2 MAINTAINERS: Update Atish's email address
I am no longer employed by western digital. Update my email address to
personal one and add entries to .mailmap as well.

Signed-off-by: Atish Patra <atishp@atishpatra.org>
Signed-off-by: Anup Patel <anup.patel@wdc.com>
2022-01-06 15:13:54 +05:30
Documentation KVM: s390: Fix and cleanup 2021-12-21 12:59:53 -05:00
LICENSES
arch RISC-V: KVM: Add SBI HSM extension in KVM 2022-01-06 15:12:47 +05:30
block
certs
crypto
drivers parisc architecture bug and warning fixes for kernel v5.16-rc4 2021-12-05 12:58:18 -08:00
fs Fixes for 5.16-rc3: 2021-12-04 17:22:53 -08:00
include KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RING 2021-12-09 12:55:52 -05:00
init
ipc
kernel - Prevent a tick storm when a dedicated timekeeper CPU in nohz_full 2021-12-05 08:58:52 -08:00
lib
mm
net
samples
scripts
security
sound
tools KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest state 2021-12-20 08:06:55 -05:00
usr
virt KVM: Add Makefile.kvm for common files, use it for x86 2021-12-09 12:56:02 -05:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap MAINTAINERS: Update Atish's email address 2022-01-06 15:13:54 +05:30
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update Atish's email address 2022-01-06 15:13:54 +05:30
Makefile Linux 5.16-rc4 2021-12-05 14:08:22 -08:00
README

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.