Marius Strobl
48289654a0
Import CK as of 21d3e319407d19dece16ee317c757ffc54a452bc, which makes its
...
sparcv9 atomics compatible with the FreeBSD kernel by using instructions
which access the appropriate address space.
2018-11-27 12:31:58 +00:00
Jonathan T. Looney
2eb56105b9
Import CK as of commit 5221ae2f3722a78c7fc41e47069ad94983d3bccb.
...
This fixes two problems, one where epoch calls could occur before all
the readers had exited the epoch section, and one where the epoch calls
could be unnecessarily delayed.
2018-10-16 00:48:18 +00:00
Olivier Houchard
449aa8c641
Import CK as of commit 08813496570879fbcc2adcdd9ddc0a054361bfde, mostly
...
to avoid using lwsync on ppc32.
2018-08-09 12:07:37 +00:00
Andriy Gapon
5ffae39d54
Import CK as of commit 1c1f9901c2dea7a883342cd03d3906a1bc482583
...
This adds CK_SLIST_INSERT_PREVPTR and CK_SLIST_REMOVE_PREVPTR macros
as well as ck_pr_dec_is_zero family of functions.
2018-07-23 07:31:37 +00:00
Olivier Houchard
65d045ccf6
Import CK as of commit 0f017230ccc86929f56bf44ef2dca93d7df8076b.
...
This brings us the renaming of fields in ck_queue, so that our own
LIST/SLIST/TAILQ/etc won't accidentally work with them.
2018-05-24 21:35:52 +00:00
Olivier Houchard
a0a6ef6565
Import CK as of commit deca119d14bfffd440770eb67cbdbeaf7b57eb7b
...
This brings us ck_epoch_deferred, which is used by the new facility
epoch(9).
2018-05-17 20:57:30 +00:00
Olivier Houchard
e8d27288c2
Import CK as of commit b19ed4c6a56ec93215ab567ba18ba61bf1cfbac8
...
It should fix ck_pr_[load|store]_ptr on mips and riscv, make sure no
*fence instructions are used on i386, as older cpus don't support it, and
make sure we don't rely on gcc builtins that can lead to calls to
libatomic when linked with -O0.
2018-04-02 23:35:32 +00:00
Olivier Houchard
358370410c
Import CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22b20ecf32
...
This brings us changes we needed in ck_epoch.
2017-04-09 20:53:02 +00:00
Olivier Houchard
9f13174209
Import CK as of commit 24d26965d1a28039062ba3bcf9433b623f3d2c5e, to get
...
a fix in ck_epoch
2017-02-28 23:24:08 +00:00
Olivier Houchard
b8af8045a1
Import CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4c25a6d8, mainly
...
to add the option to disable double-related functions, as we don't want
them in the kernel.
2016-12-30 18:14:30 +00:00
Olivier Houchard
7d81e831cf
Remove files that won't be used during FreeBSD build.
2016-11-28 20:22:32 +00:00
Olivier Houchard
85bd1e2d0a
Import concurrencykit as of commit 566bb28dba963a1904e0889b74fe7005a5bc5eb8
2016-11-28 20:08:52 +00:00