IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian

Read Online and Download Ebook IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian

Ebook Free IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian

Feel lightheaded of your due date task? It appears that you need addition sources as well as inspirations, don't you? Do you like analysis? What kind of analysis materials you may probably enjoy to do? We will certainly reveal you IA-64 Linux Kernel: Design And Implementation By David Mosberger, Stephane Eranian as one of the advised books that will remain in this area. As understand, this web is very popular with all terrific books in soft file model. When you have concepts to make deal with this book, it should be quickly done.

IA-64 Linux Kernel: Design and Implementation
 By David Mosberger, Stephane Eranian

IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian


IA-64 Linux Kernel: Design and Implementation
 By David Mosberger, Stephane Eranian


Ebook Free IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian

Feel bored to invest the leisure time or weekend break or vacations without doing anything valuable? Hanging around also lot of times is very easy, really simple. Yet, are all beneficial enough? It is not your time to spend the time wasted. This is the moment to take pleasure in all spare time, however with such meaningful tasks. Even having holiday by getaways somewhere, it is additionally beneficial. And below, you could also save your couple of times to read a book; the IA-64 Linux Kernel: Design And Implementation By David Mosberger, Stephane Eranian is exactly what we suggest for you.

Lots of people additionally aim to get this IA-64 Linux Kernel: Design And Implementation By David Mosberger, Stephane Eranian to review. It's since they will constantly update the new life, not just based on their life in their age yet additionally in this brand-new expanding age. When this publication is recommended, why you have to pick this immediately? This is a kind of book that has lot with the development of the life high quality. Also this is a wonderful book; you might not feel so stress over how you can understand it.

It likewise features the high quality of the writer to explain the significance and also words for the visitors. If you need to get the inspiring ways how the book will be needed, you should recognize precisely just what to do. It relates to exactly how you make take care of the problems of your requirements. IA-64 Linux Kernel: Design And Implementation By David Mosberger, Stephane Eranian is one that will lead you to attain that thing. You could totally set the problem to earn far better.

Loving this publication implies caring your pastime. Reading this book will certainly mean top life high quality to be better. Much better in al thing may not be achieved simply put time. But, this book will certainly assist you to constantly improve the compassion and spirit of better life. When discovering the IA-64 Linux Kernel: Design And Implementation By David Mosberger, Stephane Eranian to download, you might not neglect this. You have to get it currently and read it quicker. Sooner you read this book, earlier you will certainly be extra success from previous! This is your selection as well as we constantly think of it!

IA-64 Linux Kernel: Design and Implementation
 By David Mosberger, Stephane Eranian

  • Sales Rank: #1522559 in Books
  • Color: White
  • Published on: 2002-02-09
  • Released on: 2002-01-30
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.00" h x 1.30" w x 6.80" l, 1.93 pounds
  • Binding: Paperback
  • 560 pages

From the Back Cover

The authoritative guide to the IA-64 Linux kernel implementation.

  • Authoritative and complete description of the Linux kernel for IA-64/IPF (Itanium Processor Family)
  • Provides an in-depth discussion of the ideas and concepts behind the Linux hardware abstraction interfaces, the IA-64 design space, and their actual realization
  • From the lead architects and developers of the IA-64 Linux kernel

The IA-64 architecture and Itanium processors are designed to offer unprecedented levels of performance, expandability, and reliability—and with the delivery of the IA-64 Linux kernel, that power is now accessible to every Linux developer. In this authoritative book, the IA-64 Linux kernel project's leaders take you "under the hood" with Linux for IA-64, demonstrating exactly how it makes the most of the IA-64's breakthrough capabilities.

They begin by introducing the IA-64 architecture, instruction set, and key features. Next, they cover every major Linux kernel subsystem in unprecedented detail, presenting the interfaces used by Linux to abstract hardware differences and showing how these interfaces have been realized in the IA-64 environment. Coverage includes:

  • Processes, tasks, and threads, including thread interfaces and synchronization
  • The virtual memory subsystem: address spaces, page tables, page fault handling, and coherency
  • Device support: programmed I/O, DMA, and interrupts
  • Symmetric multiprocessing: Linux locking principles and their implementation on IA-64
  • Kernel entry and exit: interruptions, system calls, signals, and user memory access
  • Bootstrapping: firmware, bootloader, and kernel initialization
  • System performance monitoring: usage, kernel support, and Itanium extensions
  • IA-32 compatibility: architectural support and Linux support for running legacy 32-bit applications

This book not only focuses on the ideas and concepts you need to work with this radically innovative architecture: it illuminates the key issues associated with Linux kernel operation on any platform, existing or new.

About the Author

DAVID MOSBERGER is a Senior Research Scientist at HP Labs. In early 1998, he founded the project to bring Linux to the IA-64 platform, later developing the first IA-64 version of the GNU C compiler and GNU toolchain. He has been serving as lead architect, developer, and gatekeeper of the IA-64 Linux kernel source code.

STÉPHANE ERANIAN is a Senior Research Scientist at HP Labs. He has been working on the port of Linux to the IA-64 platform since late 1998. He is main architect of the kernel performance monitoring subsystem, and architect and maintainer of the Linux/IA-64 elilo boot loader.

Excerpt. © Reprinted by permission. All rights reserved.
PREFACE

This book grew out of the simple desire to describe exactly how Linux works on an IA-64 machine. By realizing that desire, we hope not only to shine a light on the inner workings of Linux, but also to share some of the excitement and the creative processes that are involved in solving the many technical challenges that arise when designing an operating system for a platform as radical and innovative as IA-64. Many of the innovations in IA-64 are targeted at increasing performance by giving a compiler more control over the CPU. However, as we see in this book, IA-64 also comes with a powerful system architecture which supports—indeed encourages—innovative solutions at the operating-system level.

Linux is a no-nonsense operating system, sticking to tried and true principles whenever possible. At the same time, Linux has always been able to adapt quickly to genuine advances in hardware and operating-system technology. Thus, while we believe that the design and implementation described in this book provide a solid foundation, we also believe that there is plenty of room for improvement. In this sense, we hope to encourage research and development around this platform. Of course, the fact that Linux is an Open Source operating system also helps make it an ideal test bed for exploring new ideas. Unlike more speculative operating systems, Linux offers the opportunity to turn truly inspired solutions into practice almost overnight.

Given that the Linux source code is freely available, some people may wonder whether it would not be possible to learn Linux and its IA-64 implementation directly from reading the source code. It is true that the source code contains the most precise description of how Linux works, but too much precision sometimes hurts: it can make us see all the trees but miss the forest. Source code also can explain only how things are done, not why they are done in a particular way. This book is designed to compensate for these shortcomings.

When introducing a new topic, we start at a high level, describing the ideas, principles, and motivations for the approaches taken by Linux. Then we describe the hardware abstraction interfaces used by Linux and, finally, their IA-64 implementations. Throughout these discussions, the focus is always on what needs to be accomplished. How they are accomplished is described also, but at a sufficiently high level that avoids drowning a reader in details. This implies that this book can be used in two primary ways: readers mainly interested in an overview of Linux/ia64 find a self-contained and authoritative description. Readers interested in gaining hands-on experience find a smooth introduction to the world of Linux/ia64 and the underlying source code. To assist with the latter, the descriptions in this book have embedded in them pointers to key pieces of the Linux source code. Those pointers tend to be most accurate for Linux kernel version v2.4.14, though they also apply to earlier and later versions.

INTENDED AUDIENCE

This book is primarily targeted at professionals interested in learning more about how the Linux kernel works on IA-64. In addition, hardware architects may find the book useful as a case study of how one particular operating system takes advantage of IA-64. Similarly, software architects interested in designing other operating systems for IA-64 will find many tips on how to handle some of the more advanced features of IA-64. For example, the book discusses the operating-system impact of speculative execution, the register stack, and the virtual hash page table walker. Finally, students in the area of Computer Science and Engineering may find the book interesting as a description of how a real, general-purpose operating system works on real hardware.

Among the Linux professionals, the book should be of most direct value to general kernel programmers, authors of device drivers, and application programmers interested in tuning performance for IA-64. Beyond that, the descriptions of the Linux hardware abstraction interfaces are valid independently of the target platform. We believe that the interface descriptions in this book are among the most accurate and most comprehensive descriptions in existence. But we should caution that these interfaces were developed by a large group of developers over a long period of time and, to some degree, they continue to evolve. For that reason, we cannot claim that the descriptions are authoritative beyond the IA-64 platform, though we did try to make them as inclusive as possible.

Knowledge of the C programming language is a prerequisite for this book. Familiarity with basic operating-system concepts, assembly programming, and the machine organization of computers are also helpful, though not strictly required. No prior knowledge of IA-64 is needed.

ORGANIZATION

The first two chapters of this book contain introductory material. Chapter 1, Introduction, provides background information on the evolution of both microprocessor architectures and Linux. The second half of the chapter is dedicated to an overview of the Linux kernel. As part of this overview, we also establish the terminology used throughout the remainder of the book.

Chapter 2, IA-64 Architecture, introduces the IA-64 architecture and software conventions. IA-64 is a rich architecture that cannot be learned overnight. Because of this, we recommend that this chapter first be read in a fluid fashion, without undue attention to details. Once a basic familiarity has been established, the reader may then want to revisit the chapter from time to time and study specific aspects in more detail.

The next three chapters describe the most fundamental components of Linux and how they work on IA-64: Chapter 3, Processes, Tasks, and Threads, describes aspects related to scheduling and execution. It starts with an overview of key data structures, then moves on to describe the Linux thread interface and the various synchronization primitives that Linux supports. Chapter 4, Virtual Memory, describes the virtual memory system of Linux. A brief introduction is followed by detailed descriptions of all hardware abstraction interfaces and their IA-64 implementations. Topics covered include the Linux page tables, linearly-mapped virtual page tables, TLB (translation lookaside buffer) management, page fault handling, and memory coherency. Chapter 5, Kernel Entry and Exit, describes all aspects related to entering and exiting the kernel. In particular, it explains how system calls and signals work, as well as how data is passed across the user/kernel boundary. Like the preceding two chapters, this one starts by describing the Linux aspects that apply to all platforms and completes the discussion with descriptions of the IA-64 implementations.

The next three chapters are fairly independent of each other. Chapter 6, Stack Unwinding, discusses the general topic of stack unwinding. While the topic is not really IA-64 specific, it does play a more important role on this platform. Indeed, anyone wishing to write IA-64 assembly code needs to be familiar with the material presented in the third section of this chapter. The other sections describe the IA-64 kernel unwinder and its implementation. Chapter 7, Device I/O, describes aspects related to device input/output (I/O). Specifically, it covers the hardware abstraction interfaces for programmed I/O (both memory-mapped and port-based), DMA (direct memory access), and device interrupts. The interface descriptions are followed by descriptions of their IA-64 realizations. Chapter 8, Symmetric Multiprocessing, discusses aspects specific to multiprocessor (MP) machines. Where appropriate, the other chapters cover MP aspects in the course of normal discussion, but this chapter covers all remaining issues. In particular, the first section provides an overview of the Linux locking principles and the MP support interface. The remaining two sections cover the handling of CPU-specific data areas and the issue of maintaining high-resolution timestamps on MP machines.

The final three chapters are mostly IA-64 specific. Chapter 9, Understanding System Performance, introduces the IA-64 performance monitoring support, its Itanium implementation, and the associated perfmon kernel subsystem. This chapter should be of great value to anyone interested in characterizing and tuning the performance of IA-64 programs, whether the programs are normal applications or part of the Linux kernel. Chapter 10, Booting, covers all aspects related to booting a machine. The first two sections contain an overview of the IA-64 firmware and the IA-64 bootloader. The third section covers the Linux bootstrap interface and its implementation on IA-64. Chapter 11, IA-32 Compatibility, describes how Linux/ia64 manages to provide backward compatibility with IA-32. By its very nature, this discussion is IA-64 specific. However, most 64-bit Linux platforms provide backward compatibility with some 32-bit platform. For this reason, many of the topics and solutions discussed here apply to other platforms as well.

A glossary of terms and abbreviations used in this book is provided in Appendix E. We would like to encourage the reader to refer to it whenever encountering an acronym that may seem unfamiliar.

PROVIDING FEEDBACK

While we strived to make this book as interesting, useful, and accurate as possible, we encourage our readers to provide feedback on how to improve future editions. For this purpose, we set up a web site at the following address (URL):

http://www.lia64.org/book/

Please visit this site to report errors or to make suggestions for improvements. The web site also contains an up-to-date errata, links to related software and tools, and a summary of the evolution of Linux as it pertains to this book.

David Mosberger and Stéphane Eranian
Palo Alto, California
November, 2001

IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian PDF
IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian EPub
IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian Doc
IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian iBooks
IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian rtf
IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian Mobipocket
IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian Kindle

IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian PDF

IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian PDF

IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian PDF
IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian PDF

IA-64 Linux Kernel: Design and Implementation By David Mosberger, Stephane Eranian


Home