mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
A mirror of the official Linux kernel repository just in case
9cd847ee4d
- Fix QC PDC v3.2 support by working around broken firmware tables - Fix rzg2l-irqc missing #interrupt-cells description in the DT binding - Fix rzg2l-irqc interrupt masking -----BEGIN PGP SIGNATURE----- iQJDBAABCgAtFiEEn9UcU+C1Yxj9lZw9I9DQutE9ekMFAmUQAisPHG1hekBrZXJu ZWwub3JnAAoJECPQ0LrRPXpD7iUP/1SjXOsdIWCUYsk/Mlz60ARCz3yJ9phblnMi 46GNU3id8TRynqADyBGasctXdYRMigyN3P7CXMEve6v5AVZz+QGgbPkR5zEmqB/1 YDdAU0jsLV927d/fKaiAaL0MtUF/2KgPtUkhCPfjLs9nP2Y3yYpHVrqGDHqbq4jf Zl5E1arCi7AdNnldThIWjzrH7UJz3GsiUbOxlwRyt+Jebv7C4mojiK4MnE15C07I vgEin3bpl41EfZ/Dc8BjtaIcnEQO4cTbplvFDcykBCy4kp77ysYLk8RTPSVw3ksa AXIfip88TBXNhfqMwMNjvBJkdH0G3rfGaX+NSvHnl4WX58fMZKbJOAENvQg109kZ YdfqbmwV1MP+rRpXAHeUS3tPcMvIhouieg1tOE0uX7vfsmpQx8bQYdwqPFvpTAN/ 4IY1E6BEq+1WozeQwUjlLBCJhMdEpAMakcVUQgdAvT3opAQ9KjpQ6gmBhVQ8c0Kt Q1C7YeCJQvAVEvT+wM2Wk5WmQxzpRJcT0c+Rhxj9rN9te9t1oF1+9qdCnMNP3WFe fE3kPIquY0/gTMvsqtukb+9yQOGQFBXmYnGF/i8lyjYYl3y5x1FzxUlcD4Cq/2Hl G/JBC35L4avpaCxJTIAr3aJXJuuIaucthSTAZCjvL+apS5wzWfzD7hEZ2YEopZnv Nl9vX0ZE =j3oB -----END PGP SIGNATURE----- Merge tag 'irqchip-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent Pull irqchip fixes from Marc Zygnier: - Fix QC PDC v3.2 support by working around broken firmware tables - Fix rzg2l-irqc missing #interrupt-cells description in the DT binding - Fix rzg2l-irqc interrupt masking Link: https://lore.kernel.org/lkml/20230924094105.2361754-1-maz@kernel.org |
||
---|---|---|
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 | ||
.cocciconfig | ||
.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 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.