Home > Positioning > Persons > Torvalds

Linus Torvalds (1969–)

Linus Torvalds is a Finnish-American software engineer best known for creating two foundational pieces of open-source infrastructure: the Linux kernel and Git.


Life and career

Born 28 December 1969 in Helsinki, Finland, Torvalds studied computer science at the University of Helsinki. In 1991, as a student, he began the Linux kernel — a Unix-like operating-system kernel he released publicly that year and placed under the GNU General Public License v2 in 1992, after encountering the free-software movement. Linux grew into the kernel at the heart of an enormous range of systems, from servers and supercomputers to Android devices; Torvalds has remained its final authority on what is merged, coordinating thousands of contributors. He holds the Linux trademark.

In 2005 he wrote Git to manage Linux kernel development after the kernel lost access to BitKeeper, handing maintainership to Junio Hamano within months. He has also written Subsurface, a dive-logging application (2011).

Torvalds is known for a direct, often blunt communication style on the kernel mailing list; in 2018 he temporarily stepped back from kernel maintenance and apologised for past conduct, around the time the kernel adopted a code of conduct. He holds dual Finnish and American citizenship (naturalised American in 2010). Recognition includes the 2012 Millennium Technology Prize, the 2014 IEEE Computer Pioneer Award, and induction into the Internet Hall of Fame (2012).


The Linux kernel

Begun in 1991, the Linux kernel is the part of an operating system that manages hardware, processes, memory, and devices. Torvalds released it as open source and adopted the GPL, which allowed a global community to contribute while keeping the result free; combined with the GNU project’s tools, it produced complete operating systems. The kernel became one of the most widely deployed pieces of software in existence. Torvalds’s continuing role is less writing code than integration — deciding what is merged and maintaining the coherence of a codebase developed by thousands of hands.


Git

Torvalds wrote Git in 2005 to solve an immediate problem: the Linux kernel had lost access to the proprietary BitKeeper system it had relied on, and no existing free tool met his requirements for speed and a genuinely distributed model. He built the core in a matter of days and handed maintainership to Junio Hamano within months. The Git subject pages carry the full treatment of the system itself.


Where his work sits

Torvalds’s contribution is engineering and stewardship rather than theory — two durable, widely adopted tools and the sustained coordination of a vast contributor community around them. The significance lies less in any single design than in how completely both were taken up: Linux and Git each became, in their domains, close to a default.


Key works


See also: Git