mainlining shenanigans
8a13b02a01
- Second batch of the GICv4.1 support saga - Level triggered interrupt support for the stm32 controller - Versatile-fpga chained interrupt fixes - DT support for cascaded VIC interrupt controller - RPi irqchip initialization fixes - Multi-instance support for the Xilinx interrupt controller - Multi-instance support for the PLIC interrupt controller - CPU hotplug support for the PLIC interrupt controller - Ingenic X1000 TCU support - Small fixes all over the shop (GICv3, GICv4, Xilinx, Atmel, sa1111) - Cleanups (setup_irq removal, zero-length array removal) -----BEGIN PGP SIGNATURE----- iQJDBAABCgAtFiEEn9UcU+C1Yxj9lZw9I9DQutE9ekMFAl6AgcoPHG1hekBrZXJu ZWwub3JnAAoJECPQ0LrRPXpDQ7UP/0KGkWt2EUJ+DFoK90LrZZvF1oT7dPPdU9GY URyjUE61zI5Hie/jGSxnnciQM09rbbvXo7aR2NCozeDOQgRx0HAGwQfHy8M6xrAx Z4vcB/9yj+qfPOzynjb77WUKX+HJNc/csridKwJHN1PndGyacjrJYcSkoOojJtLH QK3sldmzyPVoGe5sZTx6mq53slGC3ou/8OOQNAtGawmhOC0+C7/H7ZYxBC4jkWts bGXkpNM1fzEKQJdNlpGUsm3/KkAtOLyVoM5IRMTj2tFQWuThOy+QxF5B7GXn3Hos Bi9T1T1ZGBWa8Dk9lB4BgUz38tpAxgtGNanNz7wn/Tw+1EmXmq/RwOwzc9YDtzCD weqcG41OueYEgqm87zbgPzb70GiikqeE6DDZGOa+0W8lGN409ZnDNKCSYagbSJTv mz2x4Czm/20ffzWX/vJXcpm7eQyhPY5I3Kis7xL35MjH4jd/9vX2G2oklILsduGZ Ny2GD0tbSmrem7gip4mN5qp0QsUZNFkSH9mESqvZVHoZdDeHgv55IkiCC2ty7BuA vj5UCZWzFQuJaNmWtOU7eswQmKy+ucruBqti5RcQrgE0bnHCOA0C4AQ4JtPMbMn4 BKEofx4Lj8Q8iovj/960Ub/+y3imJTpLzkj0PIsAcwgFViFlLr9A3v39UM90fxoz 2K4Lyng0 =Nl3Q -----END PGP SIGNATURE----- Merge tag 'irqchip-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core Pull irqchip updates from Marc Zyngier: - Second batch of the GICv4.1 support saga - Level triggered interrupt support for the stm32 controller - Versatile-fpga chained interrupt fixes - DT support for cascaded VIC interrupt controller - RPi irqchip initialization fixes - Multi-instance support for the Xilinx interrupt controller - Multi-instance support for the PLIC interrupt controller - CPU hotplug support for the PLIC interrupt controller - Ingenic X1000 TCU support - Small fixes all over the shop (GICv3, GICv4, Xilinx, Atmel, sa1111) - Cleanups (setup_irq removal, zero-length array removal) |
||
---|---|---|
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.