Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apm821xx: switch out kernel's CRC32 method | Christian Lamparter | 2019-06-24 | 1 | -0/+2 |
| | | | | | | | | | | | This patch replaces the OpenWrt' favoured CRC32 Sarwate algorithm with the kernel recommended SLICE8 CRC32 version. This change alone lifted btrfs writes from 40 MiB/s to 54 MiB/s on my My Book Live (SLICE4 managed 48 MiB/s). Signed-off-by: Christian Lamparter <chunkeey@gmail.com> | ||||
* | apm821xx: add linux 4.19 apm821xx patches | Christian Lamparter | 2018-12-27 | 1 | -0/+337 |
This patch updates the apm821xx target to use the 4.19 kernel. 4.19 ships with all the crypto4xx driver patches. Furthermore, the DW-DMA fix for the SATA controller has been backported from 4.20 and integrated. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> |