本文分析Linux kernel里crypto子系统的大概实现,写crypto子系统下的加速器驱动的时候 可以参考下。crypto子系统支持加解密,压缩解压缩等功能。
Some tips to help to boot an installed Linux distribution manually
发表于
更新于
If your Linux system fails to boot up normally, this may be a way to boot it up from UEFI command manually
Add CentOS yum repo in Redhat system
发表于
更新于
This document shows how to add yum repo resource for a Redhat/CentOS system
rpm yum使用笔记
发表于
更新于
This document is used to collect and share rpm/yum related commands
How to dump acpi tables in CentOS
发表于
更新于
This document shows how to dump ACPI table in a Linux system
Linux/UEFI memory block note
发表于
更新于
This doc shows how UEFI reports memory blocks to OS
how to compile perf tool statically
发表于
更新于
一个静态编译perf的流水帐
ARM64内存屏障
发表于
更新于
本文试图梳理aarch64构架下的内存屏障的逻辑,细节的东西还要去看ARMv8的手册。其实, 《ARM Cortex-A Series Programmer’s Guide for ARMv8-A》这本书的第13章,memory order已经对内存屏障的内容做了比较入门的讲解。
how to test crypto accelerator engine
发表于
更新于
Linux内核crypto子系统带有自测试的功能,它可以对注册到crypto子系统上的各种算法 做测试。如果你自己写了一个驱动注册了一个算法到crypto子系统上可以使用crypto自带 的测试程序做一下快速的测试。本文大概介绍下crypto下的自测试相关的东西。
linux kernel vfio mdev arch
发表于
更新于
This document shares the basic logic of linux vfio mdev driver