Table of Contents
History of the Linux port
This page gives a short history of Linux on Alpha, from Digital's first port in 1994 to the present. The companies involved are described under Companies, the distributions under Distributions, and the mailing lists and Gentoo's port under Community History.
Milestones
| Date | Event |
|---|---|
| September 1994 | Digital's 32-bit Linux/AXP port, based on Linux 1.0, described publicly |
| March 1995 | Linus Torvalds's 64-bit Alpha port becomes self-hosting |
| July 1995 | BLADE 0.1, the first installable Alpha/Linux distribution; Alpha changes appear in the mainline 1.3 kernel |
| June 1996 | Linux 2.0, the first stable kernel to support Alpha directly |
| October 1996 | Red Hat Linux 4.0, the first ELF-based Red Hat release for Alpha |
| January 1997 | glibc 2.0.1 renames Alpha's C library to libc.so.6.1 |
| 1999 | Debian 2.1, the first Debian release for Alpha |
| October 2003 | HP cancels the EV79 |
| April 2007 | Last Alpha firmware update, V7.3 |
| October 2009 | Alpha demoted as a Debian release architecture |
| October 2011 | LLVM removes its Alpha back end |
| December 2011 | QEMU 1.0 adds Alpha system emulation |
| July 2024 | Linux 6.10 drops support for processors before the EV56 |
Digital and the first ports (1994 to 1996)
Linux on Alpha began at Digital with a 32-bit port of Linux 1.0 by Jim Paradis and his colleagues, which led to the Linux/Alpha Software Developers' Kit in January 1995; see Operating Systems: The first port. At the same time, Linus Torvalds was working in Helsinki on a 64-bit Alpha port of his own, on Alpha systems lent by Digital. In March 1995 he announced that his port was self-hosting. It ran the compilers from Digital UNIX, because he had made its system calls compatible with those of Digital UNIX, and Digital's team then moved from its own 32-bit kernel to his 64-bit code. 1) Digital showed the self-hosting system at DECUS in May 1995. 2)
Alpha code was already in Torvalds's own kernel tree during the 1.1 and 1.2 series, but the published kernel change summaries left it out "until the respective port is working". 3) Digital's BLADE 0.1, released in July 1995, used a 1.2.8 kernel with "Linus' Alpha patches" applied. 4) The same month, the summaries began listing the Alpha changes in the mainline 1.3 development kernels. 5) Linux 2.0, released in June 1996, was the first stable kernel to support Alpha directly: "The standard Linux-2.0 kernel directly supports both intel x86 (and clones) and Digital Alpha machines." 6)
Red Hat released its first Alpha distribution in December 1995 and its first official one in January 1996; see Companies: Red Hat.
ELF and glibc (1996 to 1997)
The early Alpha/Linux userland used the ECOFF object format, as Digital UNIX did, and an older C library. In June 1996 David Mosberger-Tang was preparing "the transition from ECOFF/oldlibc to ELF/glibc". 7) Red Hat Linux 4.0, released for Alpha in October 1996, 8) was ELF-based, so ECOFF-only commercial software, such as Metro Link's Motif, could no longer be linked on it. 9)
In January 1997, glibc 2.0.1 changed the Alpha ABI, and Alpha's C library was renamed libc.so.6.1 to keep binaries built against the old library from loading the new one. Alpha still uses that name; see Why Alpha Has libc.so.6.1.
The Compaq years (1998 to 2002)
During the Linux 2.1 development series, Compaq's Alpha Linux engineers had SMP support that "seemed pretty stable" on the Rawhide, Sable, and DP264 platforms, and were working on the generic kernel, one kernel that runs on many Alpha systems. 10) Compaq gave Torvalds an AlphaServer DS20 at LinuxWorld in March 1999. 11) In 2000 a Linux 2.4 kernel ran on all 16 processors of an AlphaServer GS160. 12)
This was the period of the most commercial support. Red Hat, SuSE, MandrakeSoft, and TurboLinux all released Alpha versions, and Compaq released its C and Fortran compilers and math library for Alpha/Linux; see Companies: Compaq. Debian first released Alpha as an official architecture in Debian 2.1 (1999). 13)
Decline of commercial support (2001 to 2009)
Compaq announced in June 2001 that it would sell its Alpha technology to Intel (see Companies: Compaq). The commercial distributions left Alpha in the following years. Red Hat Linux 7.2 was Red Hat's last Alpha release, and in 2002 its Alpha CD was sold only by HP, without support. 14) SuSE discontinued SuSE Linux 7.1, its last Alpha release, in May 2003. 15) The last releases of each distribution are listed under Distributions.
HP canceled the EV79 in October 2003 and replaced it with the EV7z, 16) which arrived in 1.15 GHz and 1.3 GHz versions in 2004 as the last Alpha processor. 17) HP released the last Alpha firmware update, V7.3, in April 2007. 18) HP's commitments on Alpha are described under Companies: Hewlett-Packard.
Debian 5.0 (2009) was the last Debian release for Alpha. 19) In October 2009 Debian's release team demoted Alpha as a release architecture for Debian 6.0, 20) and the port continued unofficially in Debian Ports.
Community maintenance (2009 to present)
From 2009 the port was maintained by volunteers. In October 2009 fixes by Michael Cree and Matt Turner made the X server work on Alpha again, after a change made during the development of xorg-server 1.6 had broken it; 21) the fixes were released in xorg-server 1.7.1. 22) In November 2009 Torvalds began pulling Alpha patches from a tree kept by Turner, starting with Linux 2.6.32. 23) Linux 2.6.36 removed the Big Kernel Lock from arch/alpha 24) and fixed a signal handling bug in sigreturn() tracing present since Linux 1.3.95. 25) In December 2011 Uros Bizjak fixed GCC bug 27468, which made GCC emit unnecessary sign-extending instructions on Alpha, for GCC 4.7. 26) Linux 3.5 implemented more OSF/1 system calls, improving the kernel's ability to run Tru64 UNIX binaries. 27)
The toolchain lost ground elsewhere. LLVM removed its Alpha back end in 2011, 28) so Clang and Rust are not available on Alpha; see Current Status: What is missing. QEMU, which had emulated Alpha user-mode programs since version 0.9.1, 29) added system emulation of an ES40-class machine in QEMU 1.0. 30) Debian's Alpha port now builds packages on QEMU as well as on real hardware; see Emulators: QEMU.
Linux 6.10, released in July 2024, removed support for the EV4, EV45, and EV5 processors, because the kernel needs the byte/word extension (BWX) to make byte and word stores atomic. 31) 32) Current kernels require an EV56 or later; see Current Status: Processor baseline. The current maintainers and the state of each project are listed on Current Status, and the history of Gentoo's port under Community History.
HP confirms Alpha EV79 dead, and Superdome 128 Itanic delayed, The Inquirer, 26 Oct 2003, listed on News Coverage
Alpha EV7z finally arrives, The Inquirer, 24 Jul 2004, listed on News Coverage
