mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 02:31:27 +02:00
Linux kernel source tree
- A fix to handle compressed halfword load/store instructions misaligned accesses - A fix to allow user memory access while handling a misaligned access - 2 fixes to return an error if the pointer masking extension is not implemented on the platform but userspace still tries to access it, which caused oops on some early platforms - A fix to prevent the stripping of .rela.dyn so that a vmlinux loaded by kexec can successfully boot -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQgN2CKhD/Nf5v80u9kP7K8koXvigUCaBydcwAKCRBkP7K8koXv ivskAP0Shl3co28ajBZRwMbc5Si4UC3TfqN7edN56KgLFZystQEAv+ObGpydANB7 AXhg4uGUOOQDtC2d/Hdr71Ms0eOpiQo= =wXDY -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQJHBAABCAAxFiEEAM520YNJYN/OiG3470yhUCzLq0EFAmgc3oETHHBhbG1lckBk YWJiZWx0LmNvbQAKCRDvTKFQLMurQW0RD/4iI/q6TGBjWullYOBRmJNWQGs0vux/ ZoGH9IoB6/AwSxnzMvk3fx81vK95Bg+cO44aRaLG+FtSUDlNMfdxPVPCEMBh1vqJ MBAjppglVI0dfGcKZC42m+cnfg5TNWr2mTKFk2CCWITbVkaZDFKSuoBJnxmL+HtR K36L8mW3i9xBpllaw+N2yk5V10Ep1q8Rq4m3sOkokMX6fRpvWmBCy6aMsIYy5FaA 5kEaVQ8Kb5LBfB4MjSdCX7XzZMiR3TZEfOGD32uwHjMFmajSuHSn7SJYeCdIW0wH 7YNoqOzJ+1ojRKIa16JYllzLOx9bhHdFI0nHSDB295293U/C5x+DsIyW5Aa5j/Su TAWCvjlKmFopeDXFTrFI7Oi54Z1+jENNa57uinpgNRWtFZIy3/OSWEPib6QYL4sh Jn23pituwm6J56IW23vrpxTxupp5R5SEYeIBVUTvozWNM96ZBsYOX0Z9d/GTBJDL Hu/yGPHIHQJ7+GmCzcwRKvDPX+ndEGWq9iflG1umgKZ65dotnhSTuOKL7Suu2h60 KXsEdjda9LcS7WU2GiOVz0/Kj5h7DQvJ9EiYvLiOyMqv8iS5iSgxznQYl8GgLnsn qcdKC+T8cnW3jJimv64A7L3deoaFDzQC3N7QBrU/DRib5/Aos7Z0f+w7XcHxBpy2 dXUDxRIrrCkR7Q== =5iWu -----END PGP SIGNATURE----- Merge tag 'riscv-fixes-6.15-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into fixes riscv fixes for 6.15-rc6 - A fix to handle compressed halfword load/store instructions misaligned accesses - A fix to allow user memory access while handling a misaligned access - 2 fixes to return an error if the pointer masking extension is not implemented on the platform but userspace still tries to access it, which caused oops on some early platforms - A fix to prevent the stripping of .rela.dyn so that a vmlinux loaded by kexec can successfully boot * tag 'riscv-fixes-6.15-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux: riscv: Disallow PR_GET_TAGGED_ADDR_CTRL without Supm scripts: Do not strip .rela.dyn section riscv: Fix kernel crash due to PR_SET_TAGGED_ADDR_CTRL riscv: misaligned: use get_user() instead of __get_user() riscv: misaligned: enable IRQs while handling misaligned accesses riscv: misaligned: factorize trap handling riscv: misaligned: Add handling for ZCB instructions |
||
|---|---|---|
| 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.