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_kcpuset.c
Age
Commit message (
Expand
)
Author
2023-04-09
kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
riastradh
2022-04-09
sys: Use membar_release/acquire around reference drop.
riastradh
2022-03-12
sys: Membar audit around reference count releases.
riastradh
2019-07-26
Set kcpuset's bit correctly to avoid undefined behavior. Found by KUBSan.
msaitoh
2014-05-19
Constify kcpuset_countset() and cpu_index() parameters.
rmind
2013-10-25
Turn a few __unused into __diagused
martin
2013-07-17
Some constification.
matt
2012-09-16
Rename kcpuset_copybits() to kcpuset_export_u32() and thus be more specific
rmind
2012-08-20
kcpuset_copybits: fix potential endianness problem. Spotted by matt@.
rmind
2012-06-06
Few fixes for Xen:
rmind
2012-04-20
- Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to use
rmind
2012-01-29
- Add kcpuset_isotherset() and kcpuset_countset().
rmind
2011-08-07
- Add an argument to kcpuset_create() for zeroing.
rmind
2011-08-07
Remove LW_AFFINITY flag and fix some bugs affinity mask handling.
rmind
2011-08-07
Add kcpuset(9) - a reworked dynamic CPU set implementation for kernel.
rmind