summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/include/mutex.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Define and use IPL_MPFLOOR in our common mutex implementation.mpi2018-01-131-2/+2
* Unify <machine/mutex.h> a bit further.mpi2018-01-041-2/+2
* Hook up mutex(9) to witness(4).visa2017-04-201-6/+20
* rework hppa mutexes.dlg2015-05-021-8/+7
* To prevent lock ordering problems with the kernel lock, we need to make surekettenis2014-01-301-3/+18
* GCC doesn't respect the aligned attribute for automatic variables. Sokettenis2010-01-101-7/+9
* Implement MP safe mutexes for hppa.jsing2009-12-291-9/+11
* Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly.miod2007-05-051-1/+3
* Simple single-processor only mutex implementation.miod2007-05-051-0/+59