index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_percpu.c
Age
Commit message (
Expand
)
Author
2020-05-11
Teach percpu to run constructors on CPU attach.
riastradh
2020-02-07
Add percpu_foreach_xcall(), which is like percpu_foreach(), except it
thorpej
2020-02-01
KNF
riastradh
2020-02-01
Use __read_mostly and gather related __cacheline_aligned together.
riastradh
2020-02-01
New function percpu_create.
riastradh
2019-12-05
Allow equality in this assertion.
riastradh
2019-09-18
Decorate percpu_cpu_swap() with __noubsan
kamil
2017-05-31
vmem_alloc() with VM_SLEEP cannot fail, so percpu_alloc() cannot fail either.
chs
2014-11-27
Consistently use kpreempt_*() outside scheduler path.
uebayasi
2012-01-27
extending vmem(9) to be able to allocated resources for it's own needs.
para
2011-09-02
Report vmem(9) errors out-of-band so that we can use vmem(9) to manage
dyoung
2011-07-27
These don't need uvm/uvm_extern.h.
uebayasi
2011-05-13
Sprinkle __cacheline_aligned and __read_mostly.
rmind
2011-04-19
Relax an assertion
martin
2011-04-14
Add a KASSERT
matt
2009-10-21
Remove uarea swap-out functionality:
rmind
2008-12-15
Start percpu allocation at (ALIGNBYTES + 1) to avoid problem with importing
ad
2008-05-03
- encrypt/decrypt offsets if DIAGNOSTIC.
yamt
2008-04-28
Add MI code to support in-kernel preemption. Preemption is deferred by
ad
2008-04-27
- Rename crit_enter/crit_exit to kpreempt_disable/kpreempt_enable.
ad
2008-04-26
fix a comment.
yamt
2008-04-09
Make the percpu API a little more friendly:
thorpej
2008-03-17
- simplify ASSERT_SLEEPABLE.
yamt
2008-01-17
- add a cpu_info pointer argument to percpu_callback_t.
yamt
2008-01-14
add a per-cpu storage allocator.
yamt