mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 12:11:59 +02:00
Linux kernel source tree
It contains: - TCB timer nodes adition for at91-sama5d3_ksz9477_evb board - device tee cleanups -----BEGIN PGP SIGNATURE----- iI8EABYIADcWIQTsZ8eserC1pmhwqDmejrg/N2X7/QUCZMx8NBkcY2xhdWRpdS5i ZXpuZWFAZ21haWwuY29tAAoJEJ6OuD83Zfv9Yb0A/0NgDRORrso06ArJX6tmVNDJ +4x5dJiI3JKtQQnOnqK6AQCQERcrrrJoreg8dZvYnVchoPyeJsi4iLUqRoh9TWX+ AQ== =5bwg -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmTXRcIACgkQYKtH/8kJ Uicnjw/+KLGgh7kQYq8S/Oo+C3vO8v7qtoGq5mlffq2PyB5yknya3Ip7Ya8rvsHe AksPEyMVqidgYiogyFOar9lhGAYSL8h05UFunBaTxNLp5/AeGIAThTjd1iV2ZW28 YvX3Ln/3noMzWp1gtWlDZAf/f/zg2sLKg96KeJTBbLU4UA2Ezsz5pcUuiTX2Q3OO QnI4qvD69FJPmNVLLAeMoYLXOWerB+tb6rbQxiECkyPxGgg6W0rasiflE7hbE2JB V2fPpIt0pDo+7D+OdJH4FdDgkqNQhtsW/Ly5guL95VcitujLjYk7fxpP8YuKqdvZ Ks05XVQyszi5iClIhBMahmsSzZZD2Exg5eVWCiomhzP5AE3A0aOawXY1tXrc+ohR uHvTzGl3fFtFkO4hhLA906PouRMQ9BCNFh4q/8vSJaQOQF5+xsWLb+0oYdyltR6S 8IrcFL509mBZJ/j4Kwp/ldQa/Sgp+If6DUSvQlnOQSoAi5GcqOlVA+mMoSCdZvaU P09Q++mHmtTdgZtdUDbm0phVnFo3NvT32vnkkZarGH87gN+xETK862ksZuo+4isb AyFFw88+n3hFVtrCUvMoka1iqOibRoVRGH3Dlg2hOYb7dOByv2FhTrTiH6IcwqRT ayLVabNUm28i8EotC6oMz/BoLY2WPvzO/iFn2AZ/LBSMKaG/R20= =Subo -----END PGP SIGNATURE----- Merge tag 'at91-dt-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt AT91 device tree updates for 6.6 It contains: - TCB timer nodes adition for at91-sama5d3_ksz9477_evb board - device tee cleanups * tag 'at91-dt-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: ARM: dts: at91: remove duplicated entries ARM: dts: microchip: split interrupts per cells ARM: dts: at91: ksz9477_evb: Add tx-internal-delay-ps property for port5 ARM: dts: at91: ksz9477_evb: Add missing timer nodes ARM: dts: at91-vinco: Fix "status" values ARM: dts: microchip: add missing space before { ARM: dts: microchip: minor whitespace cleanup around '=' Link: https://lore.kernel.org/r/20230804044102.231448-1-claudiu.beznea@tuxon.dev Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| 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 | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .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 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.