mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
a11b696975
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEKmCqpbOU668PNA69Ze02AX4ItwAFAl3bibwACgkQZe02AX4I twCOOA//WEE8rwFeyDQ7TxtIIAjyvPdgDpH+0u0BVp2Qpt9KzScziA1K6l6crHLH DbpfmEUDQOpihMgOxT4QXP7h5vp6oWuBMGji6cBH71CcVZSRdcTEG1nEPG309TZ6 c3p7Moni3M+LaDJ+bP+XZYgXrvgqxvsMybJzohFw6pkYN4icmCuxLzd/2gAVuCQq LAfbsVxBYqDGSYuyrLAitV1OVXBjsoCtI8LDPYDKipAnbAK/HBAIIP6PntMmsXdt 3K/PitP7+6queeUCEsYGz1M85+x3nC7YgPo//5yoauq+QwglqKNAYoSvS5I2gH5P /yQaifgL/oTuIaN+F6j83RmcXMzdN5uN3mNTf8KE3fMX8u9LdFOnuELm7On6SRI8 zlUFWFwj1pVmzNhAvJPqbUKQSaOLSvxEX8uLVlPZbKzjBcJliGzb5wQFmoz1m4qN Z5UEczBMD3oLv3344JQgkeq9K7KgmDBxmvW255K6/5Ok0Y8ea/qap2wvI1Z1DQl+ fgRvneOlFzK5XbGjqfL3DPo77mP+S/EKuZFwNrAFxpkDzAHJ8dfUgCDkQpfORzVq W7lPfK0mi+bPAYx47HJNEzmuFGi9mm6DD0PCNjCw3UgpivCiuVIEZv6PtXnv3dtv gyX6ViLw91ZkLeanQ6Qwpx5/smq1OjLBqaUs+fX8LxVtmEdpXss= =SMLG -----END PGP SIGNATURE----- Merge tag 'i3c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux Pull i3c updates from Boris Brezillon: "Minor fixes and MAINTAINERS updates" * tag 'i3c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux: MAINTAINERS: add myself as maintainer of Cadence I3C master controller driver MAINTAINERS: Mark linux-i3c mailing list moderated i3c: Spelling s/dicovered/discovered/ i3c: master: use i3c_dev_get_master() |
||
---|---|---|
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.