mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
Linux kernel source tree
Some minor fixes and refinements of rtw89. The only major change is rtw88: * support RTL8814AE/RTL8814AU -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEuyEnvMdOsBl1WjpdjlvZYmhshd8FAmfSO5UACgkQjlvZYmhs hd8QFw//Wf04BJH9K86VfwSMptij5L0Dq/u/Ci+IpwUfC9K5mT4aTyn96RRlSRgF p6tN/0O3h6UDnnjnXuy2IuQn2NaeYfkSVlB/6Uy/VFyKYMrPkg0H9005cJrVei4r ipX/Je/Xo+dLlgngHqKiJLR6Q+mPlUy8PxxIOha2aEP6xmrwu+UZ6gIUK7+RjoHN lvBohAy8FiDbO0eiGeyfw5xxQd1uknB148aNbTbnGBdcLYLwj20muETDQQR8RyyQ O6NFS3+wBzXRF/F+1/7dOvNg6QiJjPKL6BMJFu1rmQRE4a5LBkc/rAue/50+1o2D tiBJzNGkCAS4JvqNAJEb9y0M3FNZfp/YdSrP86/NyAryxKvEkR2gZK34xoR+0765 6cELqIvDZrVGfE9xRvbH6+9CgEhGYwlIdU7PshJTPHJgOw/Fp3YbvQq2IYh+iExA IjYsH/RKiJPG9bFOKuYMBe8e24U4Cvi1f6re6lhNUa+95BpfmUM77EkUb4/dczGk o1e5hMdkLOCjjcMlamBvRqJnKSuX37TO+zLoSrc1ItYrmUUcyntb1/KA3FC4sr3m SNo62qzFMGF10BiEHePVQUa04OI/+gHl47pSFmySRf65bx8JcNTfWD5yka0x1ukW 4zYvnJgUGL1snwC0gpO58Az83Bm8Co31cza0k2g4owo430znkzQ= =M1Go -----END PGP SIGNATURE----- Merge tag 'rtw-next-2025-03-13' of https://github.com/pkshih/rtw Ping-Ke Shih says: ==================== rtw-next patches for v6.15 Some minor fixes and refinements of rtw89. The only major change is rtw88: * support RTL8814AE/RTL8814AU ==================== Signed-off-by: Johannes Berg <johannes.berg@intel.com> |
||
|---|---|---|
| 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 | ||
| .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.