Introduce common generic header file
[librseq.git] / include /
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-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  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-22  Michael JeansonAdd 'teardown' parameter to RSEQ_ASM_DEFINE_ABORT on...
2024-02-22  Mathieu DesnoyersClarify logic of RSEQ_ASM*_CMP* macros
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-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 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 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  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-14  Michael JeansonImplement the REUSE specification for licensing and...
2023-04-14  Mathieu DesnoyersRelicense librseq to MIT
2022-10-31  Mathieu DesnoyersAllowing querying whether libc support rseq
2022-06-13  Michael JeansonAdd RISC-V rseq support
2022-02-03  Mathieu DesnoyersUse ptrdiff_t for rseq_offset
2022-02-01  Mathieu DesnoyersCleanup: x86: remove leftover comment
2022-01-24  Mathieu Desnoyersx86-32: use %gs segment selector for accessing rseq...
2022-01-24  Mathieu Desnoyersx86-64: use %fs segment selector for accessing rseq...
2022-01-24  Mathieu DesnoyersUpdate header copyright dates
2022-01-24  Mathieu DesnoyersIntroduce rseq-abi.h
2022-01-21  Mathieu DesnoyersFix: work-around Linux kernel rseq.h uapi endianness...
2022-01-21  Mathieu DesnoyersFix: use long rather than int for offsets
2022-01-21  Mathieu Desnoyersppc: remove incomplete undef list
2022-01-21  Mathieu DesnoyersFix: use int rather than off_t for offsets
2022-01-21  Mathieu Desnoyersmips: use rseq_cs ptr 32-bit field
2022-01-21  Mathieu Desnoyersarm64: refer to rseq_cs.ptr field
2022-01-21  Mathieu Desnoyerss390/s390x: refer to rseq_cs pointer field
2022-01-21  Mathieu Desnoyersarm: refer to 32-bit pointer field for rseq_cs ptr
2022-01-21  Mathieu DesnoyersFix: ppc32: wrong rseq_cs 32-bit field pointer field...
2022-01-21  Mathieu DesnoyersFix: ppc32: do not produce cmpdi invalid instruction
2022-01-17  Mathieu Desnoyersx86_64: Add rseq_offset_deref_addv()
next
This page took 0.060097 seconds and 7 git commands to generate.