mainlining shenanigans
- Support for the TLB range invalidation command in SMMUv3.2 - Introduction of command batching helpers... - ... which are then used to batch up CD and ATC invalidation - Support for PCI PASID, along with necessary PCI symbol exports - MAINTAINERS update to include DT binding docs -----BEGIN PGP SIGNATURE----- iQFEBAABCgAuFiEEPxTL6PPUbjXGY88ct6xw3ITBYzQFAl50lY8QHHdpbGxAa2Vy bmVsLm9yZwAKCRC3rHDchMFjNOsjB/9ulzTxNbV53HSPWg22XgetOc7iO/6AfPyL q/DbRSyJK+EM6Fn3bKuoeDsC5YHVqp15lsOnOItePKyw/897w8bb9nopPI69lQLb EC4wBGIdL6PkkQ9dx/cXYK6p1OCNFD4Il+uTrwjxdx72fQyWrKi2+37kyZNifwQP 3vDCpIWLYYfGM8seD9Rvcz39XATaWPKLkPNI9nCuP4nMoZeGUvIqr/PYvEpxBpTv hTW4DAkSBvfiHOdH/Ecf160tINBdwiuMimfTtPuo2opXJGf9ZIf4baD3XoLzo2ta eLDO+9NOA25QrFPcyTThAHroHo2H24yyjrTyYamedQ/Rh8pSGJp0 =nBgf -----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.7 - Support for the TLB range invalidation command in SMMUv3.2 - Introduction of command batching helpers... - ... which are then used to batch up CD and ATC invalidation - Support for PCI PASID, along with necessary PCI symbol exports - MAINTAINERS update to include DT binding docs |
||
---|---|---|
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.