RISC-V Software Support Adds More Features With Linux 5.9

Written by Michael Larabel in RISC-V on 7 August 2020 at 07:15 AM EDT. 3 Comments
RISC-V
More kernel architecture features continue to be supported by the RISC-V code with Linux 5.9.

Each kernel cycle we have been seeing more RISC-V code get squared away and over the past year has begun running nicely on the likes of SiFive's HiFive Unleashed. With the Linux 5.9 merge window on the RISC-V side there are a number of new features now supported:

- Atomic read modify write is advertised for allowing OSQ locks to be enabled.

- Support for NO_HZ_FULL builds on RISC-V, which allows scheduling clock ticks to be avoided on CPUs that are idle or have only one runnable task. This can be important for HPC and real-time workloads.

- KCOV support for this code coverage tool.

- KMemleak support for detecting kernel memory leaks.

- Stack protector for buffer overflow protection.

- VM debugging for virtual memory.

- JUMP_LABEL support.

These changes plus other code improvements make for a nice RISC-V pull request for Linux 5.9.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week