mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
Linux kernel source tree
- Postcopy fix -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEwGNS88vfc9+v45Yq41TmuOI4ufgFAmi/69sACgkQ41TmuOI4 ufj4HhAAu4g0djBGQ3Xaqf/8MYc07CQ3ki6xa9W7qiOBqj8SIkeTnblaWQ9U4TII DG8noU/0bHsX70K3PxT4hwFRMSlMdCczLODQkx6S6p1oTZpKWsvMMNg3kG2p10u9 zNmHZU7LiZnBUq8/aOeQnZhkPmP4jw7kya6I9w1xONUXQOLHQ9iadsTe7RD0r80Z PN4q/pOQTEIKs/KhVfkNloYW8pJgrzi5mDrXlswURHilSShvX7ucRQT9biMzly3v iRy/OL5W0Iy7s5yq1Lx1vmcZPgJyzRVhmF5lM9Td1NyNSUlvZXxVx6ghbF2F4eHY LX6tiFDrUL/SyqOd4e59cVMkBSh4AJkkxaYteqdW8eKiYLlOpciYBMpQ2JQB1kjk S5onMwi0mPdz8AC6xEJTqYF063p7UFosUjoSfR22H49Z2G7z8+r5AXG57wzASqWy zPE3sxO0sxLi5l+JjjJUWFPSArqqwNPpO2V3pPWeHyfnmpf7SdPVp1vUg33BE6Qd HkhSfeq0Mh5YWOU5Px8Alb+C7nmnooRvJ5QgjyTaJM+TggUn40IY3BDENbmQR2ik N1HZQDxSrGvFz8W8Y+iSQQd41a5dKBRCsIDTBazwy8RhnxlV5YifFljb2v5gtR2P OzmDsuhBbcZRYm0954G2LRO1YYyzyiuSVPKafhtnkHh8UjjE1VA= =XfOW -----END PGP SIGNATURE----- Merge tag 'kvm-s390-master-6.17-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD - KVM mm fixes - Postcopy fix |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .pylintrc | ||
| .rustfmt.toml | ||
| 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 reStructuredText 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.