mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 01:21:28 +00:00
A mirror of the official Linux kernel repository just in case
4ec321c146
* New FW debugging infrastructure; * Some more work on 802.11ax; * Improve support for multiple RF modules with 22000 devices; * Remove an unused FW parameter; * Other debugging improvements; -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEF3LNfgb2BPWm68smoUecoho8xfoFAlvt6ugACgkQoUecoho8 xfp0kA//RQHktR0zj83uMYFt7SZZvQJ6Z/5xoeiGcwVZQ/fdvM98jRtnJADBj8TY em7bu42iS1WfKN5dEhWygre7IfLqZFjfUgttpE9RHMh1LtRGRqF7xnNoCPxXnOYJ eVJPxinRz3r4GD5IayqwmkEFWLBpxeCxOAu1Xo3uilPl9hzrMjdOJj0YEAko7F+T g4+AmYcWnCrZN5jjiANKuTVnQ3GAmmF8qEouhfvv7iTm7bVRdyEI1psxd5U1IDTX MTSHY98Qf0i7+ybso0vFP7c40cLsg8TvCUPOXiPlu12oBeyCB+0Wjm5Onyksee+y 4FA/Gkh9QcBDECtEbpukpkvAVlU3JssED/pny3Cr1qAw6v0acTfSpvc4zMVtGdM0 jZcSP1wU/dyJ47vhSxY1M0QGaaQbmjglzKnJOBf9jYEvwjAUL8MzlDpnFggW2cBL a/7H39QfkBgE8/5tZSoOu4Vi56F94f7GvUlOlDs3qKcgC+S+eEaM3M2Z/QQ5FX5H n7b68TUCxsYnR/cXVKJEOf/JKo9fQzGs6+UBklMhE+Z4YVMbgWufbhyPQ2lhdm1+ TdW2z80IJPdvnusGEgKpRRL6v19bOgAP+G6TMrVHg0OKYSfud6QlyDdPmTGPjbMj vuGGDri3ASy4EaYpIOf+NRI6++8HI5zLjDo/g49yJ/eq21LvZiY= =GS6r -----END PGP SIGNATURE----- Merge tag 'iwlwifi-for-kalle-2018-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next First batch of iwlwifi fixes for 4.20 * New FW debugging infrastructure; * Some more work on 802.11ax; * Improve support for multiple RF modules with 22000 devices; * Remove an unused FW parameter; * Other debugging improvements; |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
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.