kjbracey2
kjbracey2
The text labels for CPU and memory go to the trouble of figuring out a subset of the values to sum, for a single-value display. But the monochrome graph simply...
Shared memory is claimed, and as significant a part of the memory load as the "used" memory. Since "shared" was separated from the "used" value, the basic "used/total" display in...
Incorporate changes from Linux 4.20/4.21 to accelerate the kernel's crc32_le and __crc32c_le helpers. Incorporates: 9784d82db ("make core crc32() routines weak so they can be overridden") 7481cddf2 ("arm64/lib: add accelerated crc32...
Separate out cache memory from the memory displays, avoiding confusion. In the router status, "free" is changed from being MemFree to being (MemFree + Cached - Shmem + SReclaimable +...
Enable accelerated implementations of AES, AES ECB/CBC/CTR/XTS, CRC32, GHASH, SHA1, SHA256. These are not enabled in the kernel, which seems like a mistake. They are faster than bcmspu, and much...
Apart from a couple of components, user space is not using Neon, and nothing is using hardware floating point. Add the necessary switches to activate FP, Neon and crypto to...