issues
search
concurrencykit
/
ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.38k
stars
313
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add AArch64 timer support to rdtsc().
#87
akopytov
closed
7 years ago
0
AArch64 LSE support.
#86
akopytov
closed
7 years ago
2
AArch64: missing clobbers in ck_pr_cas_64_2() and ck_pr_cas_64_2_value()
#85
akopytov
closed
7 years ago
0
Add cygwin support.
#84
hbowden
closed
7 years ago
1
used-before-initialized warnings in AArch64 implementation
#83
akopytov
closed
8 years ago
4
use __restrict__ under GCC to support both C++ and C
#82
iamthebot
closed
8 years ago
0
C++ syntax error when including ck_ring.h
#81
iamthebot
closed
8 years ago
1
MIPS64 port
#80
sbahra
opened
8 years ago
5
eventcount merge
#79
sbahra
closed
5 years ago
0
Merge pull request #1 from concurrencykit/master
#78
tuxtag
closed
8 years ago
0
Update ck_ring.h
#77
guotie
closed
8 years ago
1
ck_epoch documentation out of date
#76
mattmacy
closed
8 years ago
8
Previous version of ck was not compatible with POWERpc
#75
mlpesant
closed
8 years ago
0
Fix warnings under g++ without requiring -fpermissive
#74
Bklyn
closed
8 years ago
2
Hashtable: actually make sure to call user-specified hash function. With new regression test.
#73
LebedevRI
closed
8 years ago
1
clang c++ compilation unhappy
#72
wez
closed
8 years ago
1
Regression suite core affinity utility function stack overflow
#71
LebedevRI
closed
7 years ago
3
Regressions: ck_epoch validate: heap-use-after-free
#70
LebedevRI
closed
7 years ago
1
ck_queue: update doc: no tail queue, add STAILQ description
#69
LebedevRI
closed
8 years ago
1
Support section-ful and section-less protected sections in epoch
#68
sbahra
opened
9 years ago
0
Triple buffering primitive
#67
sbahra
opened
9 years ago
1
Update includes for FreeBSD kernel
#66
sbahra
closed
9 years ago
0
Implement C11-style semantics
#65
sbahra
opened
9 years ago
0
firm up description of ck_ring_capacity
#64
mhaberler
closed
9 years ago
1
Loading of global epoch is questionably early in ck_epoch_begin
#63
huonw
closed
9 years ago
1
gitignore binary file regressions/ck_pr/benchmark/fp
#62
auvi
closed
9 years ago
1
documentation bug: ck_pr_cas* update to new_value, not original_value
#61
mhaberler
closed
9 years ago
0
Problems using CK_LIST
#60
hbowden
closed
9 years ago
1
armv7-a: ck_pr_md_store_double not defined, however ck_pr_store_64 IS
#59
mhaberler
closed
9 years ago
0
feature parity across all supported platforms: undo @f6a2cb1
#58
mhaberler
closed
8 years ago
2
build/ck.pc.in: fix expansion of PC_CFLAGS
#57
mhaberler
closed
9 years ago
0
touchups: make ck_cohort pass with CORES=1, add CK_VERSION - printable version string
#56
mhaberler
closed
9 years ago
0
c++: introduce CK_CPP_CAST, apply to x86_64, arm
#55
mhaberler
closed
9 years ago
0
ck_limits.h: assure UINT*_MAX ff are available in-kernel
#54
mhaberler
closed
9 years ago
0
CK_PR_ACCESS: use __typeof__ instead of typeof
#53
mhaberler
closed
9 years ago
0
CK_PR_ACCESS: use __typeof__ instead of typeof
#52
mhaberler
closed
9 years ago
1
configure for a 'gcc builtins' (non-native) port?
#51
mhaberler
closed
7 years ago
9
clang, i.MX6 quad: regressions/ck_fifo fails to compile
#50
mhaberler
closed
9 years ago
1
ck_cohort regression fails if CORES=1
#49
mhaberler
closed
9 years ago
1
unbreak configure --profile=.. , gitignore generated docs
#48
mhaberler
closed
9 years ago
0
Implement volatile ck_cc_memcpy
#47
sbahra
opened
9 years ago
0
Fix aliasing violations in CAS2 operations
#46
sbahra
opened
9 years ago
0
Fix build issue with LLVM/CLang 3.8
#45
stromnov
closed
9 years ago
2
Support for gyp?
#44
tobz
closed
8 years ago
6
ck_*hs / ck_*ht single-threaded mode
#43
sbahra
opened
9 years ago
1
fixed invalid conversion from ‘void*’ to ‘char*’ in x86_64/ck_pr.h
#42
JonasKunze
closed
9 years ago
1
ck_sequence: relax sequence increment from atomic to regular store
#41
cota
closed
9 years ago
0
ck_sequence: relax sequence increment from atomic to regular store
#40
cota
closed
9 years ago
1
Add critical section fence
#39
sbahra
closed
9 years ago
0
ck tests fail if default gcc/ck_pr.h is used on MIPS64
#38
juricast
closed
8 years ago
21
Previous
Next