Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## Overview

This repository contains Linux kernels and modules for benchmarks which need Linux VMs as baselines.
This repository contains Linux kernels for benchmarks which need Linux VMs as baselines.

`vmlinuz-5.15.0-105-generic` is a specific version of the Linux kernel designed for Ubuntu 20.04 LTS (Focal Fossa). This kernel version belongs to the 5.15.0-105 series and includes updates for performance, stability, and security enhancements.
`vmlinuz-5.15.0-105` is compiled from Linux 5.15.105 source code with default settings, except for enabling the Ext2 file system and disabling `SYSTEM_REVOCATION_KEYS` and `SYSTEM_TRUSTED_KEYS`. The kernel already includes VirtIO drivers such as `Virtio-Net` and `Virtio-Block`.

[kernel](kernel/) contains additional kernel modules that can be loaded into the Linux kernel. The `virtio_blk.ko` module, for instance, provides support for the VirtIO block driver.
Binary file removed kernel/drivers/block/virtio_blk.ko
Binary file not shown.
Binary file removed kernel/drivers/net/net_failover.ko
Binary file not shown.
Binary file removed kernel/drivers/net/virtio_net.ko
Binary file not shown.
Binary file removed kernel/net/core/failover.ko
Binary file not shown.
Binary file renamed vmlinuz-5.15.0-105-generic → vmlinuz-5.15.0-105
100755 → 100644
Binary file not shown.