Additional videos are available (and more), including tutorial and BOF sessions for which no paper was required.

x86 Network Booting: Integrating gPXE and PXELINUX - H. Peter Anvin

History of network booting (TFTP/BOOTP and NBI predated PXE, which is the network booting standard published by Intel in 1997 and supported by most BIOSes today). History of SYSLINUX (contains PXELINUX) and Etherboot (precursor to gPXE).

PXE has three parts. The first two (some low-level base code, and a network driver) are saved in the firmware. They fetch a "Network Boot Program" (NBP), from the network, which is a small loader which can call the network driver out of the firmware to load the rest of the operating system. Using gPXE with PXELINUX generally means using gPXE to provide the base code and network driver in the firmware (for use with things like OpenBios), and loading PXELINUX to act as an NBP.

Ends with issues related to two projects working together.

Keeping the Linux Kernel Honest - Kamalesh Babulal, Balbir Singh

Automated testing for the Linux kernel. Linux Test Project, Fault Injection Framework, IBM's proprietary "Automated Build And Test" server, etc.

Korset: Automated, Zero False-Alarm Intrusion Detection for Linux - Ohad Ben-Cohen, Avishai Wool

An open source project that uses static analysis to construct a model of application behavior (control flow graphs).

[Some significant oversimplifications in this one. As far as I can tell, "it interprets Javascript" would count as "self modifying code". Being written in something like Python would fundamentally invalidate the assumptions too. The technique is aimed at non-kernel C code that doesn't implement an interpreter for another language.]

Suspend-to-RAM in Linux - Len Brown, Rafael J. Wysocki (video)

Systems Monitoring Shootout - K. Buytaert, T. De Cooman, F. Deschamps, B. Verwilst

Virtualization of Linux servers - F.L. Camargos, G. Girard, B. des Ligneris

MondoRescue: a GPL Disaster Recovery Solution - Bruno Cornec

The Corosync Cluster Engine - Steven C. Dake

LTTng: Tracing across execution layers, from the Hypervisor to user-space -

Getting the Bits Out: Fedora MirrorManager - Matt Domsch (video, slides)

Applying Green Computing to clusters and the data center - Andre Kerstens, Steven A. DuChene

Introduction to Web Application Security Flaws - Jake Edge

Around the Linux File System World in 45 minutes - Steve French (video)

Peace, Love, and Rockets! - Bdale Garbee

Secondary Arches, enabling Fedora to run everywhere - Dennis Gilmore (video, slides)

Application Testing under Realtime Linux - Luis Claudio R. Goncalves, Arnaldo Carvalho de Melo (video)

IO Containment - Naveen Gupta

Linux Capabilities: making them work - Serge E. Hallyn, Andrew G. Morgan

Issues in Linux Mirroring: Or, BitTorrent Considered Harmful - John Hawley

Linux, Open Source, and System Bring-up Tools - Tim Hockin (video)

Audio streaming over Bluetooth - Marcel Holtmann

Cloud Computing: Coming out of the fog - Gerrit Huizenga

Introducing the Advance XIP File System - Jared Hulbert (video)

Low Power MPEG4 Player - J.-Y. Hwang, J.-H. Kim, J.-H Kim

VESPER (Virtual Embraced Space ProbER) - S. Kim, S. Moriya, S. Oshima

Camcorder multimedia framework with Linux and GStreamer - W. Lee, E. Kim, J. Lee, S. Kim, S. Park

On submitting kernel patches - Andi Kleen

Ext4 block and inode allocator improvements - A. Kumar, M. Cao, J. Santos, A. Dilger

Bazillions of Pages - Christoph Lameter (video)

Where Linux Kernel Documentation Hides - Rob Landley

Tux meets Radar O'Reilly -- Linux in military telecom - Grant Likely, Shawn Bienert

A Symphony of Flavours: Using the device tree to describe embedded hardware - Grant Likely, Josh Boyer

Tux on the Air: The State of Linux Wireless Networking - John W. Linville (video)

AUGEAS -- a configuration API - David Lutterkort

`Real Time' vs. `Real Fast': How to Choose? - Paul E. McKenney (video)

If I turn this knob... what happens? - Arnaldo Carvalho de Melo

Performance Inspector Tools with INstruction Tracing and Per-Thread/Function Profiling - M. Milenkovic, S. T. Jones, F. Levine, E. Pineda

Containers checkpointing and live migration - A. Mirkin, A. Kuznetsov, K. Kolyshkin

Building a Robust Linux kernel piggybacking The Linux Test Project - Subrata Modak (video)

Have You Driven an SELinux Lately - James Morris

Coding Eye-Candy for Portable Linux Devices - Bob Murphy

SELinux for Consumer Electronics Devices - Yuichi Makamura (video)

PATting Linux - Venkatesh Pallipadi, Suresh Siddha

Pathfinder -- A new approach to Trust Management - Patrick Patterson, Dave Coombs

Linux Data Integrity Extensions - Matrin K. Petersen

Red hat LInux 5.1 vs. CentOS 5.1: ten years of change - D. Hugh Redelmeier

Measuring DCCP for Linux against TCP and UDP With Wireless Mobile Devices - Leandro Melo Sales (video)

Smack in Embedded Computing - Casey Schaufler (video)

Energy-aware task and interrupt management in Linux - V. Srinivasan, G. Shenoy, D. Sarma, S. Vaddagiri, V. Pallipadi (video)

Choosing an application framework for your Linux mobile device - Shreyas Srinivasan, Phaneendra Kumar (video)

SCSI Fault Injection Test - Kenichi Tanaka

A Survey of Virtualization Workloads - A. Theurer, K. Rister, S. Dobbelstein

Thermal Management in User Space - Sujith Thomas

A Model for Sustainable Student Involvement in Community Open Source - Chris Tyler (video, slides)

A Runtime Code Modification Method for Application Programs - Kazuhiro Yamato

SynergyFS: A Stackable File System Creating Synergies between Heterogeneous Storage Devices - Keun Soo Yim

Live Migration with Pass-through Device for Linux VM - Edwin Zhai


Tutorials (no papers)

Automating the Generation of Kickstart Files (video)

Creating your own Fedora-based distribution - Jesse Barnes (video, slides)