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
/
work.c
Age
Commit message (
Expand
)
Author
2017-01-29
kern/thread: rename "time-sharing" to "fair-scheduling"
Richard Braun
2017-01-24
kern/thread: add the THREAD_KERNEL_PREFIX macro
Richard Braun
2016-12-09
Force brackets around one-line conditional statements
Richard Braun
2014-12-10
kern/work: update call to kmem_cache_init
Richard Braun
2014-09-05
kern/work: use percpu variables
Richard Braun
2014-06-19
kern/work: synchronously destroy worker threads
Richard Braun
2014-06-18
Set threads as detached where applicable
Richard Braun
2014-06-18
kern/work: improve per-processor pools synchronization
Richard Braun
2014-06-17
kern/work: don't name work pools
Richard Braun
2014-06-17
kern/work: per-processor work pools
Richard Braun
2014-06-07
kern/work: add a comment back
Richard Braun
2014-05-24
kern/work: rework worker id allocation
Richard Braun
2014-04-26
kern/work: use thread creation attributes accessors
Richard Braun
2014-01-02
Declare variables as read mostly where appropriate
Richard Braun
2013-07-05
kern/work: update rdxtree calls for 64-bit keys
Richard Braun
2013-06-10
kern/work: fix radix tree usage
Richard Braun
2013-06-09
kern/work: use a radix tree for worker ID allocation
Richard Braun
2013-06-03
kern/work: new module
Richard Braun