summaryrefslogtreecommitdiffstats
path: root/src/kernel/xloop_file_fmt_qcow_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor kernel code to satisfy Linux kernel code styleManuel Bentele2021-03-151-48/+35Star
|
* Add Linux kernel module support for 32-bit architectures (eg. ARM)Manuel Bentele2020-11-201-3/+13
| | | | | | | This change replaces all 64-bit division and modulo operations with specific Linux kernel macros and functions to support 32-bit hardware architectures. Thus, the xloop kernel modules can also run on 32-bit ARM architectures, such as the Raspberry Pi 1 running Raspberry Pi OS.
* Move the source code of all xloop components to the common 'src' directoryManuel Bentele2020-10-231-0/+219