Revert "x86-64: Implement/use load_cbne_load_add_load_add_store"
[librseq.git] / include /
2024-03-09  Mathieu DesnoyersRevert "x86-64: Implement/use load_cbne_load_add_load_a...
2024-03-08  Mathieu Desnoyersmempool: namespacing, add global alloc/free
2024-03-08  Mathieu Desnoyersmempool: Introduce optional stride parameter
2024-03-08  Mathieu Desnoyersmempool: mass renaming of API
2024-03-08  Mathieu Desnoyersmempool: update header comments
2024-03-08  Mathieu Desnoyersmempool: Use masks to get pool range from pointer and...
2024-03-08  Mathieu Desnoyerspercpu alloc: Introduce stride parameter
2024-03-08  Mathieu DesnoyersRename percpu-alloc files to mempool
2024-03-07  Mathieu Desnoyerspercpu alloc: Remove RSEQ_POOL_ROBUST attribute
2024-03-07  Mathieu Desnoyerspercpu pool: Move robust flag to atttribute
2024-03-07  Mathieu Desnoyerspercpu pool: mmap set attr: return error value
2024-03-07  Mathieu Desnoyerspercpu pool: Introduce generic attributes
2024-03-07  Mathieu Desnoyerspercpu alloc: add pool name
2024-03-07  Olivier Dionpercu-allocator: Implement robust pool validation
2024-03-05  Mathieu Desnoyerspercpu: remove rseq_percpu_pool_ptr_offset
2024-03-05  Mathieu Desnoyersx86-64: Implement/use load_cbne_load_add_load_add_store
2024-03-05  Mathieu DesnoyersRemove riscv has_load_add_load_load_add_store implement...
2024-03-05  Mathieu Desnoyerspercpu allocator: Add flags argument for future extensions
2024-03-04  Mathieu Desnoyerspercpu alloc: introduce rseq mmap attributes
2024-03-04  Mathieu DesnoyersCleanup: Remove whiteline
2024-03-04  Mathieu DesnoyersRename RSEQ_ARCH_HAS_OFFSET_DEREF_ADDV to rseq_arch_has...
2024-03-04  Mathieu DesnoyersRevert "Introduce rseq_load_cbne_load_add_store pseudocode"
2024-03-04  Mathieu DesnoyersRevert "x86: Introduce rseq_load_cbne_load_add_store"
2024-03-04  Mathieu DesnoyersRevert "rseq.h: Introduce rseq_load_cbne_load_add_store...
2024-03-04  Mathieu Desnoyerspercpu alloc: introduce rseq_percpu_pool_ptr_offset
2024-03-04  Mathieu DesnoyersDocument percpu alloc
2024-03-04  Mathieu Desnoyersrseq percpu: Remove __rseq_percpu annotation from retur...
2024-03-03  Mathieu Desnoyersx86-32: ip-relative: return to post-call address
2024-03-02  Mathieu Desnoyersx86-32: Save ip reference for ip-relative addressing
2024-03-02  Mathieu Desnoyersx86-32: Use ip-relative addressing to store rseq_cs
2024-03-02  Mathieu Desnoyersx86-32: work-around register pressure limitations
2024-03-02  Mathieu Desnoyersx86-32: Document linker warning
2024-03-02  Mathieu Desnoyersarm: work-around register pressure limitations
2024-03-02  Mathieu Desnoyersrseq.h: Introduce rseq_load_cbne_load_add_store__ptr
2024-03-02  Mathieu Desnoyersx86: Introduce rseq_load_cbne_load_add_store
2024-03-02  Mathieu DesnoyersIntroduce rseq_load_cbne_load_add_store pseudocode
2024-03-02  Mathieu DesnoyersRename rseq_load_add_load_add_store to rseq_load_add_lo...
2024-03-02  Mathieu DesnoyersAdd __rseq_percpu pointer tagging
2024-03-02  Mathieu Desnoyerspercpu alloc: add missing extern C
2024-03-02  Mathieu DesnoyersAdd missing include in percpu-alloc.h
2024-03-02  Mathieu Desnoyersrseq percpu alloc: Implement numa support
2024-03-01  Mathieu DesnoyersImplement per-cpu memory allocator
2024-02-29  Mathieu DesnoyersIntroduce __RSEQ_ASM_DEFINE_CS_FIELDS
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
next
This page took 0.036186 seconds and 7 git commands to generate.