AArch64/ARM64 Linux Kernel Work Still Ongoing

Written by Michael Larabel in Linux Kernel on 16 August 2012 at 08:49 AM EDT. 1 Comment
LINUX KERNEL
The ARMv8 64-bit architecture enablement, officially known as AArch64, is still ongoing for the Linux kernel.

Back in early July were the initial Linux kernel patches for AArch64. The initial code drop consisted of about 23,000 lines of code to enable this 64-bit ARMv8 support in Linux. More on the AArch64/ARMv8 Linux enablement was talked about last month at Debian's DebConf 12.

The AArch64 Linux kernel port wasn't merged into the Linux 3.6 kernel as some would have hoped, the code is still being touched. Catalin Marinas of ARM Holdings published the "v2" patch-set this week for the AArch64 architecture enablement. While AArch64 is what ARM prefers to officially call their 64-bit architecture, in this second version of the patches the code is now living in the "arch/arm64" directory and the architecture functions are also using the "amd64" name, per comments on the original patches that some kernel developers didn't like the "AArch64" name. However, via uname and elsewhere, this ARM 64-bit architecture will continue to be referred to as AArch64.

Aside from some AArch64 -> ARM64 renaming, NO_BOOTMEM is now enabled, mem= can be used as a kernel parameter for limiting the amount of memory rather than memory banks, support for ZONE_DMA32, a generic debconfig file is available, and there's various clean-ups and bug-fixes.

The 31 patches amounting to over 22,000 lines of new Linux kernel architecture code can be found on LKML.org. We'll see within a few months time whether the ARMv8 AArch64 kernel code will be ready for merging into the Linux 3.7 kernel.

Meanwhile, other AArch64/ARMv8 Linux work is still in progress as well such as enabling ARMv8 compiler support for GCC.
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