mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
Linux kernel source tree
- Support for second data watchpoint on POWER10, from Ravi Bangoria - Remove some complex workarounds for buggy early versions of POWER9 - Guest entry/exit fixes from Nick Piggin and Fabiano Rosas -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJgJNeuAAoJEJ2a6ncsY3GfDXMH/1eJRM5K8FGKe9Xy13Z9sUT+ b2XUSeiYE0zPPWwEuIY+GrT2DvijPqEfM3MYJEh5ktjg3Sf5fYcfuvgUpBieVKlq WkeB/10f5KfA7uFhT/E4kryiF7hJxA9AtxBiZkON4tlMfbskTc9Eg1ojxuYnaYm+ u2NPGb8v0Oe2DMAzKePVsciV2ayIo0Gxij1nB4Yqc/dYqT+Yli0iQVeGb9w8XlgC LFKRk+9VluJglhMO/F7izTG2D2PJGmmKuU0V+QyQ0MNte4HgJwIjfivslKu+vCJd esHGqq0scaVqJnI3YYJ9vAszhlPZTNccGCY1F8EQgGGE8MR8qCxzpIZF1IlHxRw= =qIO+ -----END PGP SIGNATURE----- Merge tag 'kvm-ppc-next-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD PPC KVM update for 5.12 - Support for second data watchpoint on POWER10, from Ravi Bangoria - Remove some complex workarounds for buggy early versions of POWER9 - Guest entry/exit fixes from Nick Piggin and Fabiano Rosas |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| 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.