mainlining shenanigans
- Revert evtq and priq back to their former sizes - Return early on short-descriptor page-table allocation failure - Fix page fault reporting for Adreno GPU on SMMUv2 - Make SMMUv3 MMU notifier ops 'const' - Numerous new compatible strings for Qualcomm SMMUv2 implementations -----BEGIN PGP SIGNATURE----- iQFEBAABCgAuFiEEPxTL6PPUbjXGY88ct6xw3ITBYzQFAmG5yfQQHHdpbGxAa2Vy bmVsLm9yZwAKCRC3rHDchMFjNJwAB/9aXmGPSJWKqvFq+uu5qlsoD5Ld16YSFTUF uP1DCVKRtZnxVyWZtzETktOhwg3Cfxv30VLtwXULoSF18MFAkQHeoYnzTiswyMc5 BNV5R4z2GtNkQ5OEpk4I2I5CH+7pxKs+lKIi+ylvJLIKX629/OGRcw9+bVtCA5GF QYr/536VRlnuwV+pzbv04PnZ27LCed9VAQNBYWxbwHyrOj8ent+h8MMDLaZvZs0z Gyq8v1RxNmjx8pS4h3kMU5VZv01Dnfpb/M6CbdV/pEGW47EJoIr7DveyIfNTKdX9 +IOBKWfVdWLG/nEUMoBC0N2FqGPqzRhHL0K3DCeUUnXsTTtUM1cp =gsAY -----END PGP SIGNATURE----- Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu Arm SMMU updates for 5.17 - Revert evtq and priq back to their former sizes - Return early on short-descriptor page-table allocation failure - Fix page fault reporting for Adreno GPU on SMMUv2 - Make SMMUv3 MMU notifier ops 'const' - Numerous new compatible strings for Qualcomm SMMUv2 implementations |
||
---|---|---|
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.