590925a178
- Fix the pKVM stage-1 walker erronously using the stage-2 accessor - Correctly convert vcpu->kvm to a hyp pointer when generating an exception in a nVHE+MTE configuration - Check that KVM_CAP_DIRTY_LOG_* are valid before enabling them - Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE - Document the boot requirements for FGT when entering the kernel at EL1 -----BEGIN PGP SIGNATURE----- iQJDBAABCgAtFiEEn9UcU+C1Yxj9lZw9I9DQutE9ekMFAmNiMJIPHG1hekBrZXJu ZWwub3JnAAoJECPQ0LrRPXpDQDcQAKy3Z3U6SkXmnbvGxkVNDJgVk0njdEjfqd5j EMp9CYI5gderScBFP6Ug7do3tzSbLfvuIl6zRkSpUhNEcmCDB2SA+lkyEClqfhYh CrWO5jF7JEubzJOVYEGmAZ+fbbgkhqEIL52IqHzUPTSVf690UEBFzs/1yKujgfuA 8razVFG6gLuRTbbPWRvHtJ1/AcM7rLlqMgae1UwpwZJlsxIBwjkQZHWG+owhJBqz u+eoY0pUwkpQqfYDyMfOwjFGDrlOpWou3wttbk/P2GCsliTwO/A7RlQojm0tFc9v colWYvTzCpDqWSBA7sDsnA933DRxJookLxA3LZpt7qvmChveNd3SJJyOQVLkj4sX pXbl/1Ed1xYANZBNx4fx0nsIFkyeEUZ27QRtCrLMmSohGSkmJbKcx4mg2Xb/iipp ZF23r8M0BWghEN4lDjoGRMvWx4LBRnfahtCjz9QGznEeU/4n2Dk4ncytOP8RQBc4 MBsf7ZAGxLu18pEXcDzZpSW6wwX8lQAcFpMuYSbDCheFre9Ah44kzkS6D9yZYWLh b49jA5V+/fsL8wn+jgzA1bl7VbYXa/GOx83uCn+Udp6ohj8gFrFsoXgwNMW2GN1r I+Xsgxv0cJ5fDS/kH1zkE1op1wamsU93BLKhNcqHpeKeIbmWD2EMwcyhBXPzvtci LKHVpuIX =XaXS -----END PGP SIGNATURE----- Merge tag 'kvmarm-fixes-6.1-3' into kvm-arm64/dirty-ring KVM/arm64 fixes for 6.1, take #3 - Fix the pKVM stage-1 walker erronously using the stage-2 accessor - Correctly convert vcpu->kvm to a hyp pointer when generating an exception in a nVHE+MTE configuration - Check that KVM_CAP_DIRTY_LOG_* are valid before enabling them - Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE - Document the boot requirements for FGT when entering the kernel at EL1 Signed-off-by: Marc Zyngier <maz@kernel.org> |
||
---|---|---|
Documentation | ||
LICENSES | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
fs | ||
include | ||
init | ||
io_uring | ||
ipc | ||
kernel | ||
lib | ||
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 |
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.