mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
Linux kernel source tree
* fbdev: Fix module infos on sparc -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEchf7rIzpz2NEoWjlaA3BHVMLeiMFAmSdbN0ACgkQaA3BHVML eiORSwf/UW0T0p1KxQFP3Ts5+YKDgf84SO7m1LRUtMdPQfZiq1kLcC3mY13acgx5 V/1CYA6WDIq2zmMFNZYtw4dr9Ghk/f80Uu5bWXuegBJl76DrfUR0PrU54JePbnm7 pmwGkGwToMGUnRU00KNpL5Ka5KT6KOYqu5O32673k0k9G6WNIShC055jBKelRc1x 0C+lnzi/Bga9vDQQerzx1vkZVPqsxb7liSDV5RKxEugCsTKuHolvtUEOGKh4+6Iq vkmx0a/9PVktIjU5nFgadnGLN0X+q020jIrgBPNksP9W3pIaMqM9M60iJP15Zs/j GDbe5aN4jnMd9eUaCCtMkGBqgYsvUQ== =0Se8 -----END PGP SIGNATURE----- Merge tag 'drm-misc-next-fixes-2023-06-29' of git://anongit.freedesktop.org/drm/drm-misc into drm-next Short summary of fixes pull: * fbdev: Fix module infos on sparc Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20230629113814.GA10448@linux-uq9g |
||
|---|---|---|
| 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.