summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update READMESimon Rettberg2023-01-161-2/+2
|
* README.md: State that qcow2 is read onlySimon Rettberg2022-03-041-1/+1
| | | | Trying not to oversell :)
* Add support for Linux LTS kernel 5.15.xManuel Bentele2021-12-071-2/+2
|
* Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-151-8/+31
|
* Add support for AlmaLinux 8Manuel Bentele2021-02-101-0/+13
|
* Add support of Linux LTS kernel 5.10.xManuel Bentele2020-12-141-2/+2
|
* Removed unused library 'ncurses' from xlosetup's dependenciesManuel Bentele2020-12-031-10/+5Star
|
* Add Linux kernel module support for 32-bit architectures (eg. ARM)Manuel Bentele2020-11-201-0/+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.
* Add upstream and compatibility changes for Linux kernel 5.10 and 4.19Manuel Bentele2020-11-161-0/+13
|
* Remove the build requirement for an unused C++ compilerManuel Bentele2020-10-271-2/+0Star
| | | | | This patch sets the programming languages of each CMake project to C. With this change, CMake does not search for an unused C++ compiler anymore.
* Fix URL to the Linux kernel documentation in READMEManuel Bentele2020-10-261-1/+1
|
* Add automatic generation of version and build type headers for compilationManuel Bentele2020-10-231-4/+4
| | | | | | | This change replaces the static version and build type header file generation by CMake with dynamic CMake targets to generate the version file whenever a Make target is executed. Thus, there is no need anymore to reconfigure and rerun CMake after the repository version or build configuration has changed.
* Added support to keep track of kernel file changes in CMakeManuel Bentele2020-10-131-8/+8
| | | | | | | | | With this patch, CMake keeps track of changes to original xloop Linux kernel source files. CMake will copy each file if a change is detected without rebuiling the CMake build and cache files. Futhrmore, changed default paths of udev rules and xloop kernel modules to be installed.
* Added separate Linux kernel install directory and added version to kernel ↵Manuel Bentele2020-10-121-7/+8
| | | | modules
* Added debug support for xlosetup and documented debugging in READMEManuel Bentele2020-10-121-0/+36
|
* Updated README with required build tools and librariesManuel Bentele2020-10-071-2/+50
|
* Fixed CMake build error on Linux v5.8 or laterManuel Bentele2020-09-161-0/+1
|
* Updated README with documentation of general information and build optionsManuel Bentele2020-09-161-9/+66
|
* Fix READMESimon Rettberg2020-07-211-1/+1
|
* Noted kernel version support in README.mdJonathan Bauer2020-06-021-0/+2
|
* Initial working stateJonathan Bauer2020-05-291-0/+15
* Moved old Makefile to Kbuild.in * New Makefile to compile against running kernel (or KDIR) * Moved file format defines from loop/include/uapi/linux/loop.h to loop_file_fmt.h * Moved definitions of loop_info{,64} to loop_file_fmt.h * Renamed loop_info{,64} to xloop_info{,64} * Removed checks for file format support which was now unneeded