summaryrefslogtreecommitdiff
path: root/sys/kern/subr_kcpuset.c
AgeCommit message (Expand)Author
2023-04-09kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)riastradh
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-03-12sys: 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-19Constify kcpuset_countset() and cpu_index() parameters.rmind
2013-10-25Turn a few __unused into __diagusedmartin
2013-07-17Some constification.matt
2012-09-16Rename kcpuset_copybits() to kcpuset_export_u32() and thus be more specificrmind
2012-08-20kcpuset_copybits: fix potential endianness problem. Spotted by matt@.rmind
2012-06-06Few fixes for Xen:rmind
2012-04-20- Convert x86 MD code, mainly pmap(9) e.g. TLB shootdown code, to usermind
2012-01-29- Add kcpuset_isotherset() and kcpuset_countset().rmind
2011-08-07- Add an argument to kcpuset_create() for zeroing.rmind
2011-08-07Remove LW_AFFINITY flag and fix some bugs affinity mask handling.rmind
2011-08-07Add kcpuset(9) - a reworked dynamic CPU set implementation for kernel.rmind