This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
5.15 kernel patches
Yi Li edited this page Apr 11, 2022
·
17 revisions
Ampere kernel patches based on 5.15.25 Longterm kernel.
- ACPI: AGDI: Add driver for Arm Generic Diagnostic Dump and Reset device
- ACPI: tables: Add AGDI to the list of known table signatures
- ACPICA: iASL: Add suppport for AGDI table
Note: AGDI driver depends on this patch, otherwise AGDI initialization will fail.
- hwmon: Add Ampere Altra HW monitor driver
- hwmon: (altra) restrict energy measurements to root access
- hwmon: (xgene) restrict power measurements to root access
- fixup! hwmon: (xgene) restrict power measurements to root access
Note: patch 4 fixes up patch 3. So 3 and 4 can be merged
- ACPI/AEST: Initial AEST driver
- trace, ras: add ARM RAS extension trace event
- NOUPSTREAM: arm64/ras: Treat single-bit ECC error in the MMU TC RAM a… …s fatal
- NOUPSTREAM: firmware: Support Ampere Altra CPUECTLR_EL1 config driver
- NOUPSTREAM: altra_cpuectlr: Only config the prefetcher bits
- altra_cpuectlr: fix re-insmod errors
Note: patch 2 and 3 fixes up patch 1, so these 3 patches can be merged
- mm/readahead: Alloc the readahead cache pages from the numa node of t… …he block device
- scsi: Assign node id according to the controller's numa node
Note: patch 2 depends on patch 1
Not necessary: upstream kernel has a better patch. See: https://github.com/AmpereComputing/ampere-lts-kernel/issues/152
Not necessary: FW updated. See: https://github.com/AmpereComputing/ampere-lts-kernel/issues/154