librseq.git
2024-02-29  Mathieu DesnoyersIntroduce common generic header file
2024-02-29  Mathieu Desnoyersx86: Introduce RSEQ_ASM_U32
2024-02-29  Mathieu Desnoyersriscv: Introduce RSEQ_ASM_U64_PTR and RSEQ_ASM_U32
2024-02-29  Mathieu Desnoyerss390: Introduce RSEQ_ASM_U32
2024-02-29  Mathieu Desnoyersppc: Introduce RSEQ_ASM_U32
2024-02-29  Mathieu Desnoyersmips: Introduce RSEQ_ASM_U32
2024-02-29  Mathieu Desnoyersarm: Introduce RSEQ_ASM_U32
2024-02-29  Mathieu Desnoyersaarch64: Introduce RSEQ_ASM_U32
2024-02-29  Mathieu Desnoyersthread-pointer: suffix include guard with _H
2024-02-29  Mathieu Desnoyersarm: Fix big endian, introduce RSEQ_ASM_U64_PTR
2024-02-29  Mathieu Desnoyersarm: Cleanup header codying style
2024-02-29  Mathieu Desnoyersaarch64: Introduce RSEQ_ASM_U64_PTR
2024-02-29  Mathieu Desnoyersaarch64: Cleanup header coding style
2024-02-28  Mathieu Desnoyerss390: Introduce code deduplication macros
2024-02-28  Mathieu Desnoyersppc: Introduce code deduplication macros
2024-02-28  Mathieu Desnoyersx86: Introduce code deduplication macros
2024-02-28  Mathieu Desnoyersmips: Reorganise code deduplication macros
2024-02-28  Michael JeansonRe-organise public headers
2024-02-28  Michael JeansonFix supported autotools versions in README.md
2024-02-27  Mathieu DesnoyersRSEQ_ASM_DEFINE_TABLE: use parentheses around parameter...
2024-02-27  Mathieu DesnoyersComment s390 macros implementation
2024-02-27  Mathieu Desnoyerss390: namespace public header macros under RSEQ_ASM_
2024-02-27  Mathieu DesnoyersComment riscv macros implementation
2024-02-27  Mathieu Desnoyersriscv: Add missing "inc" parameter to RSEQ_ASM_OP_R_DER...
2024-02-27  Mathieu Desnoyersriscv: namespace public header macros under RSEQ_ASM_
2024-02-27  Mathieu Desnoyersmips: Move RSEQ_ASM_DEFINE_ABORT table_label parameter...
2024-02-27  Mathieu Desnoyersarm: Move RSEQ_ASM_DEFINE_ABORT table_label parameter...
2024-02-27  Mathieu DesnoyersComment mips macros implementation
2024-02-27  Mathieu DesnoyersComment ppc macros implementation
2024-02-27  Mathieu DesnoyersComment arm64 macros implementation
2024-02-27  Mathieu DesnoyersComment arm macros implementation
2024-02-27  Mathieu DesnoyersComment x86 asm macros implementation
2024-02-27  Mathieu Desnoyersmips: Namespace type helpers under RSEQ_ASM_*
2024-02-27  Mathieu Desnoyersppc: Rename RSEQ_ASM_OP_R_MEMCPY to RSEQ_ASM_OP_R_BYTEW...
2024-02-27  Mathieu Desnoyersriscv: Rename RSEQ_ASM_OP_R_BAD_MEMCPY to RSEQ_ASM_OP_R...
2024-02-27  Mathieu Desnoyersarm64: Rename RSEQ_ASM_OP_R_BAD_MEMCPY to RSEQ_ASM_OP_R...
2024-02-27  Mathieu Desnoyersppc: Rename RSEQ_ helpers to RSEQ_ASM_
2024-02-27  Mathieu DesnoyersRename RSEQ_TEMPLATE macros
2024-02-27  Mathieu Desnoyersx86: Use RSEQ_ASM_ prefix for RSEQ_CPU_ID_OFFSET, RSEQ_...
2024-02-27  Mathieu Desnoyersx86-32: Remove support for old IDT WinChip and PPRO
2024-02-27  Michael JeansonFix: seccomp tests require shared libs
2024-02-27  Mathieu Desnoyersx86-64: change jnz/jz for jne/je after cmp/test
2024-02-27  Mathieu DesnoyersRename RSEQ_ASM_DEFINE_CMPFAIL to RSEQ_ASM_DEFINE_TEARDOWN
2024-02-27  Mathieu DesnoyersRename branch labels from cmpfail to ne/eq
2024-02-27  Mathieu DesnoyersUpdate rseq critical section identifiers to match pseud...
2024-02-27  Mathieu DesnoyersAdd rseq critical section pseudocode documentation
2024-02-23  Michael Jeansontests: add unregistered and no syscall tests
2024-02-23  Michael Jeansonfix: always set the rseq offset and flags
2024-02-22  Michael JeansonAdd 'teardown' parameter to RSEQ_ASM_DEFINE_ABORT on...
2024-02-22  Michael JeansonAdd comments to rseq_init()
2024-02-22  Michael Jeansondoc: fix typo in rseq(2) man page
2024-02-22  Michael JeansonUpdate autotools archive macros
2024-02-22  Mathieu DesnoyersClarify logic of RSEQ_ASM*_CMP* macros
2024-02-22  Mathieu DesnoyersDocument alignment of rseq_abi for allocated size
2024-01-10  Mathieu DesnoyersFix: do not skip !allowed_cpus for mm_cid
2024-01-10  Mathias StearnAdd arm64 headers to list of headers to be installed
2023-10-25  Mathieu Desnoyersriscv: Fix __always_inline causes duplicate inline
2023-06-12  Michael JeansonAdd missing copyright headers
2023-05-04  Mathieu DesnoyersRemove whiteline
2023-05-04  Mathieu DesnoyersIntroduce rseq_scalar_type_to_expr to eliminate code...
2023-04-27  Gerrit Kleinfix: compiler warning `-Wswitch-enum`
2023-04-27  Gerrit Kleinfix: compiler warning `-Wswitch-default`
2023-04-26  Mathieu DesnoyersRe-introduce union for rseq_cs ptr
2023-04-26  Mathieu DesnoyersFix: make dist missing header files
2023-04-25  Mathieu DesnoyersFix: percpu ops mm_cid tests
2023-04-25  Mathieu DesnoyersSkip mm_cid tests when unavailable
2023-04-25  Mathieu Desnoyersparametrized test: Report/abort on negative concurrency ID
2023-04-25  Mathieu DesnoyersImplement parametrized mm_cid test
2023-04-25  Mathieu DesnoyersImplement basic percpu ops mm_cid test
2023-04-25  Mathieu Desnoyersriscv: Template memory ordering and percpu access mode
2023-04-25  Mathieu Desnoyerss390: Template memory ordering and percpu access mode
2023-04-25  Mathieu Desnoyersppc: Template memory ordering and percpu access mode
2023-04-25  Mathieu Desnoyersmips: Template memory ordering and percpu access mode
2023-04-25  Mathieu Desnoyersarm64: Template memory ordering and percpu access mode
2023-04-25  Mathieu Desnoyersarm: Template memory ordering and percpu access mode
2023-04-25  Mathieu Desnoyersx86: Template memory ordering and percpu access mode
2023-04-25  Mathieu DesnoyersImplement rseq numa node id field selftest
2023-04-25  Mathieu Desnoyersrseq.h: implement mm_cid and node_id APIs
2023-04-25  Mathieu DesnoyersUpdate rseq.c to query ELF auxvec
2023-04-25  Mathieu DesnoyersCleanup: rseq.h: add extra space around __VA_ARGS__
2023-04-25  Mathieu DesnoyersAdd mm_cid and numa node id to rseq ABI header
2023-04-25  Mathieu DesnoyersRemove RSEQ_SKIP_FASTPATH code
2023-04-21  therealthingyFix: `void *` arithmetic compiler warning
2023-04-21  Mathieu DesnoyersAll arch: use rseq_unqual_scalar_typeof in load-acquire
2023-04-21  Mathieu Desnoyersc++: compiler: use remove_cv and remove_reference in...
2023-04-21  Mathieu Desnoyersrseq_arm64: use rseq_unqual_scalar_typeof in load-acquire
2023-04-21  Mathieu DesnoyersRevert "compiler: C++: simplify rseq_unqual_scalar_type...
2023-04-21  Mathieu DesnoyersRevert "compiler: c++: use decltype"
2023-04-21  Mathieu Desnoyerscompiler: c++: use decltype
2023-04-21  Mathieu Desnoyerscompiler: C++: simplify rseq_unqual_scalar_typeof imple...
2023-04-20  Mathieu Desnoyersrseq-arm64: Fix buggy load-acquire/store-release macros
2023-04-20  Mathieu Desnoyerscompiler: implement rseq_unqual_scalar_typeof
2023-04-20  Mathieu DesnoyersUse __asm__ __volatile__ in rseq_after_asm_goto for...
2023-04-20  Mathieu Desnoyersarchitecture headers: add extra parentheses around...
2023-04-20  Mathieu DesnoyersTests: Introduce arch-mo unit tests
2023-04-17  Gary GeeFix: gcc extension compiler warning
2023-04-17  Mathieu DesnoyersInitialize librseq from `rseq_register_current_thread`
2023-04-14  Michael JeansonImplement the REUSE specification for licensing and...
2023-04-14  Mathieu DesnoyersRelicense librseq to MIT
2023-01-10  Mathieu Desnoyersrseq man page: remove _Nullable from rseq argument
next
This page took 0.050135 seconds and 4 git commands to generate.