mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Linux kernel source tree
* Fix the register offsets for Alder Lake-N The following is an automated git shortlog grouped by driver: alderlake: - Fix register offsets for ADL-N variant -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqaflIX74DDDzMJJtb7wzTHR8rCgFAmJUNjwACgkQb7wzTHR8 rChdRQ//TDMlDqgkAE7BdU/eOrby/WoCSn5lvySb1OLFTnJDA/IlLSXtesOtGgSH 1F3enXefs5KiyIzPJ7XGJZTy6noyZgZzhujHzX5BOhyyVtKusi8fYxuXM5291kKu pM72EdJ0gK0jil+sDro77mJkaWoXOHkMnC0VoKtHb9LhAtsD5wO/fZgTzTsA7FQu UDga4IITKuPl/tcQiVne4mT9mU1wR8Ml8MMvdY4Kl47YB776PW1ThaIgJqiJV4lq vPDF2E6Si/V3SNbVTyeLiwpSLu8iOAvPM1IJXftcaUeVOp+zKjA/Fu+WxtNissBt MsUOgSwxYRwtsq0ef3yUWXyYEvWB3YzDPqmxrjdEWR8/oDzM/HJMSQ44SisJobUv Gyyg+kOcYdpzY6pKrZTwEctCTaJuk42KB9ibV2QJS+pwxDtb7jjUo2XiIY8CrdwV ImLVfXWBBdOfqMlafhFfkg6wicppmVeSqrLlgdnUSRFR23f0LtR3mf23WEd10Esl HtnNsMOyBC1kKEwlVTdNY/AGYy3HUOhXt98ylwTf0UDNVO2mnxqDImyj/BQLc50u d9PL0ZBifhUvY4fxt+yTzU2gvi90nmvbC/4NRYwMl5iOSyR7J4okEYReRMLlMFRA kJeEN8N0OSR2J1Y2BnMhjfENl4jL+VIkjOFBBjwxA4f2Aj94/Yc= =XRon -----END PGP SIGNATURE----- Merge tag 'intel-pinctrl-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes intel-pinctrl for v5.18-2 * Fix the register offsets for Alder Lake-N The following is an automated git shortlog grouped by driver: alderlake: - Fix register offsets for ADL-N variant |
||
|---|---|---|
| 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.