mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
Linux kernel source tree
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEzv7L6UO9uDPlPSfHEsHwGGHeVUoFAmi9b38ACgkQEsHwGGHe VUpQxQ/7BvyUXvvOaYJynom7ajT35wk/C83+03sB9Sli8UyihM9b5IbvPm/xr31W q/5xQKY7EbqSfD8pbPYAU1WHQb/mGxGwueqPxKUG7IJVsNaD93XRJlLRy97UarQ4 5pQQYtlG9wlAp0T/+INMsTF8OyKnkCTPzoUCtw0Yhpfgr15HWF1TctggjqR1zAkH CtlT33WP/X92U+lReLVTORtmD1+tHs6VV08BRBLhEVVT1rplLoDKdMJkwoCIQ2Ef 62blEblJQKzGF09YbTWKbxgXtgO3mKU8bznzxssbFoqtpzNDx9EWS5RGYg0wwnAn CC8Yspu5JkDVZY9G9K98EUMZko9pJwUb/FVtsrL4h9INVxT3Ug0+H0ua5EiQlfBt IIvvI2qyGw4RJbv6DwZJedS7kBRIJptloAXIOHoLXSbwwiTvIxvdFF6SfyAd4g4L TTztHFl9u1QDf7j3myMcG117KfqCK+yHA+9B9u6eIwCWyML8eSiljY0sb3hWmQyT qRj3GZAHB2JyBm7ytgQEv6pH4+Wi9gpKcG0U3Hz9YWdv4EJyAw/0m8YiylGTI2VS ULXtbGWpj/VvZnIZqNJEklQWVyJIh6Snv5tvn4H+5Fe/p5enyL/hfB3ZX4AbesTm I+Trr5CYPJB1tG1srgE7ngMhF/p9lTagtxAE+O/aqzEtUquZVF4= =xGtK -----END PGP SIGNATURE----- Merge tag 'edac_urgent_for_v6.17_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras Pull EDAC fix from Borislav Petkov: - Remove a misplaced dma_free_coherent() call in altera_edac * tag 'edac_urgent_for_v6.17_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras: EDAC/altera: Delete an inappropriate dma_free_coherent() call |
||
|---|---|---|
| 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.