summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmake: FindCheckPatch: I love computers!rocky9_testMichael Janczyk2023-06-151-1/+1
* huge improvements for kernel 5.14, please fix 🐘Paul Christopher Schnürle2023-06-091-2/+2
* kernel: fix compilation errorsManuel Messner2023-06-071-4/+0Star
* kernel: fix compilation errorsManuel Messner2023-06-071-4/+0Star
* [KERNEL] initial support for RHEL Kernel 5.18.xJonathan Bauer2023-02-146-13/+2575
* Update READMESimon Rettberg2023-01-161-2/+2
* github: Build for multiple kernel versionsSimon Rettberg2023-01-161-2/+14
* [KERNEL] Update for Linux 6.1Simon Rettberg2023-01-092-7/+25
* [KERNEL] Fix a copy/paste error acessing wrong variable in sanity checkSimon Rettberg2022-12-071-1/+1
* Don't use close_range as it might or might not collide with libcSimon Rettberg2022-12-072-18/+1Star
* Fix linter issues to satisfy Linux kernel code styleManuel Bentele2022-10-053-1/+7
* Adapt to Linux 5.18Simon Rettberg2022-06-143-11/+35
* rhel8.5: Remove duplicate blkdev_registerSimon Rettberg2022-03-071-6/+1Star
* Add support for RHEL 8.5Simon Rettberg2022-03-046-14/+2231
* Split xloop_main into separate files for pre-5.15 and 5.15+Simon Rettberg2022-03-048-2517/+4865
* qcow2: Add lock for lookup cache and decompressionSimon Rettberg2022-03-042-3/+12
* Add more sanity checks to kernel_read calls and compressed buffer accessSimon Rettberg2022-03-042-25/+105
* Don't add byte offset to kmapped pointerSimon Rettberg2022-03-041-11/+11
* README.md: State that qcow2 is read onlySimon Rettberg2022-03-041-1/+1
* cmake: Fix finding kernel include dir on DebianSimon Rettberg2022-03-041-0/+1
* Fix linter errors and warnings from checkpatch.plManuel Bentele2021-12-073-26/+29
* Add support for Linux LTS kernel 5.15.xManuel Bentele2021-12-076-544/+760
* Update xlosetup from util-linux v2.37.2Manuel Bentele2021-12-0733-625/+1242
* Fix issue in CMake kernel header checkManuel Bentele2021-12-011-3/+4
* [BUILD] Change CMake search for the existence of Linux headersManuel Bentele2021-08-261-1/+2
* Read version from lightweight (non-annotated) tags, tooManuel Bentele2021-08-261-1/+1
* Fix spelling mistakes in Github action workflowManuel Bentele2021-07-261-4/+4
* Add support for CentOS 8.4Manuel Bentele2021-07-261-1/+2
* Add Github actions to compile kernel module for various kernelsManuel Bentele2021-07-262-2/+78
* Fix build issue if version information (Git tag) is missingManuel Bentele2021-03-171-6/+22
* Exclude Github action configs from source packagesManuel Bentele2021-03-161-0/+1
* Change the project's homepage URL for packagingManuel Bentele2021-03-161-1/+1
* Refactor kernel code to satisfy Linux kernel code styleManuel Bentele2021-03-1513-1441/+1111Star
* Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-159-8/+775
* Add build support for Github actionsManuel Bentele2021-03-021-0/+43
* Add support for AlmaLinux 8Manuel Bentele2021-02-102-2/+24
* Add support of Linux LTS kernel 5.10.xManuel Bentele2020-12-141-2/+2
* Change format specifiers %PRIxMAX to %jx to avoid macrosManuel Bentele2020-12-071-2/+2
* Removed unused library 'ncurses' from xlosetup's dependenciesManuel Bentele2020-12-036-976/+8Star
* Fix xlosetup's output of xloop devices on 32 bit hardware architecturesManuel Bentele2020-12-021-2/+2
* Update xlosetup's 'lib' and 'libsmartcol' from util-linux 2.36.1Manuel Bentele2020-12-0235-325/+871
* Setup xloop device with XLOOP_CONFIGURE ioctl callManuel Bentele2020-12-025-57/+118
* Add Linux kernel module support for 32-bit architectures (eg. ARM)Manuel Bentele2020-11-203-8/+32
* Add upstream and compatibility changes for Linux kernel 5.10 and 4.19Manuel Bentele2020-11-162-2/+43
* [BUILD] add support to locate build directory out of Git directoryManuel Bentele2020-11-133-7/+11
* Do not print verbose CMake messages in unsupported CMake versionsv1.0Manuel Bentele2020-10-273-15/+21
* Fix broken version header packaging for source packagesManuel Bentele2020-10-274-19/+44
* Remove the build requirement for an unused C++ compilerManuel Bentele2020-10-2710-11/+18
* Add CMake build requirements check to find libraries and Linux kernel headersManuel Bentele2020-10-265-24/+157
* Fix URL to the Linux kernel documentation in READMEManuel Bentele2020-10-261-1/+1