summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* 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