aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/src/linux_rcu.c
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: Do not wait for a grace period in rcu_barrier()Vladimir Kondratyev2021-07-051-2/+6
* LinuxKPI: Allow kmem_cache_free() to be called from critical sectionsVladimir Kondratyev2021-07-051-32/+18
* Reduce chance of RCU deadlock in the LinuxKPI by implementing the sectionHans Petter Selasky2021-03-291-11/+32
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Need to clone the task struct fields related to RCU aswell in theHans Petter Selasky2020-08-111-7/+11
* Clone the RCU interface into a sleepable and a non-sleepable partHans Petter Selasky2020-04-081-38/+57
* Code must not unlock a mutex while owning the thread lock.Konstantin Belousov2020-01-131-2/+1
* Restore important comment in RCU/EPOCH support in FreeBSD after r355784.Hans Petter Selasky2019-12-181-0/+9
* schedlock 4/4Jeff Roberson2019-12-151-9/+1
* Create a new macro for static DPCPU data.Andrew Turner2018-07-051-1/+1
* Add myself to copyright in the LinuxKPI RCU support layer.Hans Petter Selasky2018-05-091-0/+1
* Optimise use of Giant in the LinuxKPI.Hans Petter Selasky2018-03-301-2/+2
* Update Matthew Macy contact infoStephen Hurd2017-12-191-1/+1
* Fix for deadlock situation in the LinuxKPI's RCU synchronize API.Hans Petter Selasky2017-08-211-0/+9
* Fix a bug in synchronize RCU when the calling thread is bound to a CPU.Hans Petter Selasky2017-07-071-1/+2
* Make sure the thread's priority is restored for all three cases insideHans Petter Selasky2017-05-311-4/+5
* Fix init order in the LinuxKPI for RCU support.Hans Petter Selasky2017-05-091-1/+1
* Fix problem regarding priority inversion when using the concurrencyHans Petter Selasky2017-04-191-172/+184
* Import CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22b20ecf32Olivier Houchard2017-04-091-4/+4
* Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK.Hans Petter Selasky2017-03-031-81/+197
* Replace dummy implementation of RCU in the LinuxKPI with one based onHans Petter Selasky2017-02-211-0/+259