Get the latest tech news

The Linux Kernel Seeing Rare Code Activity Around SPARC64


One of the CPU architectures continuing to be supported by the mainline Linux kernel but rarely ever seeing any code activity is the SPARC64 architecture port for the once-interesting processors from Sun Microsystems.

Linutronix developer Thomas Weißschuh is working on converting SPARC64 over to using the generic vDSO library within the Linux kernel. Linux's Virtual Dynamic Shared Object ( vDSO) allows exposing select system calls directly to user-space for avoiding the overhead of the standard system call mechanism. With this patch series transitioning the SPARC code to the generic vDSO infrastructure saves several hundred lines of code and slightly reducing the SPARC maintenance burden.

Get the Android app

Or read this on Phoronix

Read more on:

Photo of linux kernel

linux kernel

Photo of rare code activity

rare code activity

Photo of sparc64

sparc64

Related news:

News photo

Linux Kernel Patches Speed-Up CRC32 Performance For CPUs With "Good" AVX-512

News photo

How to write Rust in the Linux kernel: part 3

News photo

New Effort To Upstream LTTng In The Linux Kernel Draws Criticism From Torvalds