summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/lock.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.mpi2017-05-291-3/+1
* Drop trailing semicolon from a macro.visa2017-05-251-2/+2
* Remove __lockbarrier() defines, unused since cpu_lock removal a fewjsg2016-04-031-43/+2
* make the rwlock implementation MI.dlg2015-02-111-5/+1
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-3/+3
* replace x86_atomic_cas_things with atomic_cas_foo equivalents.dlg2014-03-271-2/+2
* remove unused cpu_lock code (where it is truly unused). it is nottedu2013-05-211-61/+1
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process.weingart2008-12-041-1/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Give LOCKDEBUG kernels a chance to compile; ok kettenis@miod2008-01-021-5/+5
* Define rw_cas. Trivially simple on amd64 with atomic_cas_ul.art2007-05-251-1/+3
* SMP support. Big parts from NetBSD, but with some really serious debuggingart2004-06-251-0/+119