Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-29kerndat: check whether the openat2 syscall is supportedPavel Tikhomirov
2022-04-29compel: add open_tree syscallPavel Tikhomirov
2022-04-29kerndat: Check for MOVE_MOUNT_SET_GROUP availabilityPavel Tikhomirov
2022-04-29compel: set mxcsr during error injection to zeroAdrian Reber
2022-04-29compel: fix how PTRACE_GET_THREAD_AREA errors are handledMike Rapoport
2022-04-29x86/compel/fault-inject: print the initial seedAlexander Mikhalitsyn
2022-04-29x86/compel/fault-inject: bound xsave features setAlexander Mikhalitsyn
2022-04-29clang-format: do automatic comment fixupsPavel Tikhomirov
2021-09-03Run 'make indent' on header filesAdrian Reber
2021-09-03Run 'make indent' on all C filesAdrian Reber
2021-09-03criu: check if pidfd_getfd syscall is supportedZeyad Yasser
2021-09-03criu: check if pidfd_open syscall is supportedZeyad Yasser
2021-09-03Drop \n from pr_perrorKir Kolyshkin
2021-09-03compel: Provide compel_set_task_ext_regs()Dmitry Safonov
2021-09-03compel: Store extended registers set in the thread contextDmitry Safonov
2021-09-03x86/compel/fault-inject: Add a fault-injection for corrupting extended regsetDmitry Safonov
2021-09-03x86: Use PTRACE_GET_THREAD_AREA instead of sys_get_thread_area()Dmitry Safonov
2021-09-03compel: Fix missing loff_t in AlpineRadostin Stoyanov
2021-09-03compel: don't mmap parasite as RWXMichał Cłapiński
2020-10-20compel: remove x86/prologue.SNicolas Viennot
2020-10-20compel: x86 parasite_service entry point simplificationNicolas Viennot
2020-10-20compel: rewrite parasite cmd and args manipulation from assembly to CNicolas Viennot
2020-03-27compel: Remove compel.hDmitry Safonov
2020-02-04kerndat: detect if system support clone3() with set_tidAdrian Reber
2020-02-04kerndat: check whether the new mount API is supported of notAndrei Vagin
2020-02-04arch/x86: fpu_state->fpu_state_ia32.xsave hast to be 64-byte alignedAndrei Vagin
2020-02-04compel/x86: Don't use pushq for a labelDmitry Safonov
2020-02-04arch/x86: push correct eip on the stack before lretqAndrei Vagin
2019-09-07inotify: cleanup auxiliary events from queuePavel Tikhomirov
2019-09-07x86/compel/infect: Be verbose on remote mmap failureDmitry Safonov
2019-09-07arch: add Hygon CPU Vendor ID("HygonGenuine") checking in compel_cpuid()hygonsoc
2019-09-07Convert spaces to tabsRadostin Stoyanov
2019-04-21ia32: Add compatible sigmask to sigframeDmitry Safonov
2019-04-21Android NDK: elf.h missing definesZhang Ning
2019-04-21criu: fix gcc9 rawhide compilation errorsAdrian Reber
2019-04-21Fix gcc9 build failuresJeff Law
2019-04-21compel,x86: Drop call32.S symlinkCyrill Gorcunov
2018-10-30Fix typosRadostin Stoyanov
2018-10-30compel: add APIs to get stack pointersMike Rapoport
2018-10-30compel: Shrink cpuinfo fetchingCyrill Gorcunov
2018-10-30compel: fpu -- Add compel_fpu_feature_offset helperCyrill Gorcunov
2018-10-30compel: fpu -- Add compel_fpu_feature_sizeCyrill Gorcunov
2018-10-30compel: fpu -- Add compel_fpu_has_feature helperCyrill Gorcunov
2018-10-30compel: fpu -- Add compel_test_fpu_cap helperCyrill Gorcunov
2018-10-30x86: cpu -- Detect and save fpu status in infoCyrill Gorcunov
2018-10-30Punch holes in input files when restoring anonymous non-shared memory if --au...Pawel Stradomski
2018-10-27compel: cpu -- Add ability to clear featuresCyrill Gorcunov
2018-10-27x86: cpu -- Sync bits with kernelCyrill Gorcunov
2018-07-09compel, x86_64: Fix sys_clone() definitionKirill Tkhai
2018-07-09x86: Use uint_x types in rt_sigcontextCyrill Gorcunov