Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softdevteam/krun-linux-kernel
Cusomised Linux Kernel for use with Krun
https://github.com/softdevteam/krun-linux-kernel
benchmarking kernel
Last synced: 13 days ago
JSON representation
Cusomised Linux Kernel for use with Krun
- Host: GitHub
- URL: https://github.com/softdevteam/krun-linux-kernel
- Owner: softdevteam
- Created: 2017-07-21T13:42:52.000Z (over 7 years ago)
- Default Branch: krun-default
- Last Pushed: 2018-06-28T10:34:07.000Z (over 6 years ago)
- Last Synced: 2024-11-06T13:48:40.188Z (2 months ago)
- Topics: benchmarking, kernel
- Homepage:
- Size: 1.28 GB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Krun Linux Kernel
=====================This is the landing branch for the Krun Linux Kernel.
The Krun Linux kernel has additional system calls for low-latency access to
several MSRs which Krun uses for benchmarking. Although the existing msr (and
rmsr) modules provide access to MSRs via device nodes, they introduce too much
jitter into measurements.For more information on Krun, see:
http://soft-dev.org/src/krun/Binary Releases
---------------Binary releases of the Krun Linux Kernel can be found
[here](https://archive.org/details/krun_linux_kernel_binaries).Branches
--------The Krun Linux Kernel functionality is periodically ported to newer kernel
versions. The following versions are currently available:Version | Branch
--------- | ------------------
3.16.36 | linux-3.16.36-krun
4.9.0 | linux-4.9-krun
4.9.30 | linux-4.9.30-krun
4.9.88 | linux-4.9.88-krunIndividual branches contain instructions on how to build from source.