index
:
rbraun/x15.git
arm_port_dev
basic_paging
master
memory_model_dev
The X15 microkernel
Richard Braun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kern
/
llsync.c
Age
Commit message (
Expand
)
Author
2017-08-06
Fix dependencies on percpu_setup
Richard Braun
2017-07-13
Switch to initialization operations
Richard Braun
2017-07-02
kern/llsync: set ready on first registration
Richard Braun
2017-06-22
kern/macros: move the __read_mostly macro here
Richard Braun
2017-06-10
Use log functions where appropriate
Richard Braun
2017-05-30
Move assert.h to the include directory
Richard Braun
2017-04-29
New stdio.h standard header
Richard Braun
2017-04-29
kern/printk: rename to printf
Richard Braun
2017-03-16
Update system counter names
Richard Braun
2017-03-15
kern/syscnt: replace the evcnt module
Richard Braun
2017-02-04
Clean up compilation
Richard Braun
2017-01-26
kern/{llsync,rdxtree}: don't use llsync until it's ready
Richard Braun
2016-12-09
Force brackets around one-line conditional statements
Richard Braun
2014-09-09
kern/llsync: fix initialization of per-CPU data
Richard Braun
2014-09-05
kern/llsync: use percpu variables
Richard Braun
2014-06-11
kern/llsync: per-processor deferred work queues
Richard Braun
2014-06-10
kern/llsync: rework lockless synchronization
Richard Braun
2014-06-10
kern/llsync: minor change
Richard Braun
2014-05-22
kern/llsync: track reset events
Richard Braun
2014-05-22
kern/llsync: declare llsync_setup as an init function
Richard Braun
2014-05-21
kern/llsync: fix header inclusion
Richard Braun
2013-06-03
kern/llsync: use the work module for deferred processing
Richard Braun
2013-06-01
kern/thread: update creation attributes handling
Richard Braun
2013-05-25
kern/llsync: replace raw bitmaps with cpumaps
Richard Braun
2013-05-24
kern/llsync: group related functions
Richard Braun
2013-05-24
kern/llsync: fix checkpoint reset interrupt handling
Richard Braun
2013-05-24
kern/llsync: fix first processor registration
Richard Braun
2013-05-24
kern/llsync: minor refactoring
Richard Braun
2013-05-24
kern/llsync: disable interrupts on per-CPU data access
Richard Braun
2013-05-24
kern/llsync: assume interrupts are disabled on commit
Richard Braun
2013-05-24
kern/llsync: improve concurrency
Richard Braun
2013-05-24
kern/llsync: fix deadlock
Richard Braun
2013-05-24
kern/llsync: set worker thread processor affinity
Richard Braun
2013-05-15
kern/llsync: new module
Richard Braun