| Age | Commit message (Expand) | Author |
| 2003-09-26 | Move __cpu_simple_lock_t and __SIMPLELOCK_{UN,}LOCKED to machine/types.h | nathanw |
| 2003-06-28 | #ifdef _KERNEL_OPT police. | he |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2001-12-17 | Fix constraints in __asm statements (err, again). Kernels compiled | thorpej |
| 2001-04-20 | SPINLOCK_INTERLOCK_RELEASE_HOOK should actually be | thorpej |
| 2001-04-16 | Oops, properly mark a memory operand as both an input and an | thorpej |
| 2000-11-22 | Add a debugging printf, commented out by default. | thorpej |
| 2000-11-20 | Ooops, do the last only if MULTIPROCESSOR. | thorpej |
| 2000-11-20 | On the Alpha, interprocessor interrupts come in at the same priority | thorpej |
| 2000-08-14 | Remove an unnecessary MB in __cpu_simple_unlock(), per sections | thorpej |
| 2000-08-14 | Issue a memory barrier before clearing a lock, as per section 5.5.3 | thorpej |
| 2000-06-08 | And more ANSI'ification! | thorpej |
| 2000-06-07 | In __cpu_simple_lock_try(), use "return (v0 != 0);" instead of | simonb |
| 2000-05-02 | Let each platform typedef the new __cpu_simple_lock_t, which should | thorpej |
| 2000-04-29 | Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file | thorpej |
| 1999-12-03 | Rewrite the atomic locking primitives using in-line assembly. | thorpej |
| 1999-07-27 | Prepend `cpu_' to the machine-dependent atomic locking primitivies. | thorpej |
| 1998-11-04 | LOCKDEBUG enhancements for non-MP: | chs |
| 1998-09-24 | Machine-dependent spin lock operations for Alpha, included if MULTIPROCESSOR | thorpej |