mainlining shenanigans
464d2ff716
- Fix overhead for erratum handling when the timer has no erratum and fix fault programing for the event stream on the arm arch timer (Keqian Zhu) - Fix potential deadlock when calling runtime PM on sh_cmt (Niklas Söderlund) -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEGn3N4YVz0WNVyHskqDIjiipP6E8FAl/SBCgACgkQqDIjiipP 6E+ypgf/XwlisP+5jTWMlvkbbC4HvFoXzB8DBhkDeCA7zaMDRvshIjKu77NQgBo5 pKEwPKwnZiMDp2CgLFT2fLFsjzS4piVS6fw+xNdkDPdfQ+qzIsdT52gpRpAXHnBK A97bZx2k4GieaJQDh5vMaQuy2VxxN8Xclh/iyv9ILc7nLgBa4th88JXhtH/9Ibee pBixSpNgzr+J/7EufHgBecZ6Jd/yyWgQQfJYygflg4N8QFiqN6pQvVod9yOfqayD 9deu53pnjddahpGuE0s0L4ZXpG8/U3JQg52rVW9BgG4WgFjBimWGmQFXHmXhEBzD tQsRpVCnF6Iv8RHNhXC9DVNaBGHiVg== =/RLp -----END PGP SIGNATURE----- Merge tag 'timers-v5.11-2' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core Pull clocksource/events updates from Daniel Lezcano: - Fix error handling if no clock is available on dw_apb_timer_of (Dinh Nguyen) - Fix overhead for erratum handling when the timer has no erratum and fix fault programing for the event stream on the arm arch timer (Keqian Zhu) - Fix potential deadlock when calling runtime PM on sh_cmt (Niklas Söderlund) |
||
---|---|---|
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.