An open API service indexing awesome lists of open source software.

https://github.com/plsyssec/btbflush-module


https://github.com/plsyssec/btbflush-module

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# btbflush-module

Kernel module to export BTB-flush to userspace. Creates a device `/dev/cool` and allows to send a BTBF command to flush the BTB via ibpb.

## Build

``` sh
make -C module
```

## Insert kernel module

```sh
sudo insmod module/cool.ko
```

## Testing

(Not implemented!)

```sh
make
make test
```

Shows timing difference with and without ibpb.