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 Mar 14, 2022
·
17 revisions
Ampere kernel patches based on 5.15.25 Longterm kernel.
- 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
Note: Still required for 5.15? Need verify. See: https://github.com/AmpereComputing/ampere-lts-kernel/issues/77#issuecomment-913712111
Note: Still required for 5.15?, see: https://github.com/AmpereComputing/ampere-lts-kernel/issues/75
- 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