I'm announcing the release of the 5.4.63 kernel. All users of the 5.4 kernel series must upgrade. The updated 5.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.txt | 32 ++++ Makefile | 2 arch/arm64/boot/dts/nvidia/tegra186.dtsi | 20 +-- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 15 +- arch/arm64/boot/dts/nvidia/tegra210.dtsi | 20 +-- arch/arm64/include/asm/kvm_arm.h | 3 arch/arm64/include/asm/kvm_asm.h | 43 ++++++ arch/arm64/kernel/vmlinux.lds.S | 8 + arch/arm64/kvm/hyp/entry.S | 15 +- arch/arm64/kvm/hyp/hyp-entry.S | 65 ++++++---- arch/arm64/kvm/hyp/switch.c | 39 +++++- drivers/gpu/drm/etnaviv/etnaviv_buffer.c | 60 ++++++++- drivers/gpu/drm/etnaviv/state_blt.xml.h | 2 drivers/gpu/drm/scheduler/sched_main.c | 7 - drivers/hid/hid-core.c | 15 ++ drivers/hid/hid-input.c | 4 drivers/hid/hid-multitouch.c | 2 drivers/mmc/host/sdhci-tegra.c | 2 drivers/target/target_core_user.c | 15 +- include/linux/hid.h | 42 ++++-- tools/perf/Documentation/perf-record.txt | 4 tools/perf/Documentation/perf-stat.txt | 4 22 files changed, 328 insertions(+), 91 deletions(-) Andrey Grodzovsky (1): drm/sched: Fix passing zero to 'PTR_ERR' warning v2 Bodo Stroesser (2): scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_range scsi: target: tcmu: Optimize use of flush_dcache_page Greg Kroah-Hartman (1): Linux 5.4.63 James Morse (3): KVM: arm64: Add kvm_extable for vaxorcism code KVM: arm64: Survive synchronous exceptions caused by AT instructions KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exception Kim Phillips (1): perf record/stat: Explicitly call out event modifiers in the documentation Lucas Stach (1): drm/etnaviv: fix TS cache flushing on GPUs with BLT engine Marc Zyngier (2): HID: core: Correctly handle ReportSize being zero HID: core: Sanitize event code and type when mapping input Sowjanya Komatineni (6): dt-bindings: mmc: tegra: Add tmclk for Tegra210 and later arm64: tegra: Add missing timeout clock to Tegra194 SDMMC nodes arm64: tegra: Add missing timeout clock to Tegra186 SDMMC nodes arm64: tegra: Add missing timeout clock to Tegra210 SDMMC sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210 sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186