| Age | Commit message (Expand) | Author |
| 2001-12-18 | Add a memory clobber to alpha_pal_swapctx() and alpha_pal_swpipl(); | thorpej |
| 2001-07-17 | Protect userland from the inlines and kernel variable decls. | thorpej |
| 2000-06-08 | And more ANSI'ification! | thorpej |
| 2000-06-08 | ANSI'ify. | thorpej |
| 2000-04-03 | Fix a typo in a previous revision, and add bit names for amask bits for | thorpej |
| 2000-03-20 | Update the amask bits. | thorpej |
| 2000-03-05 | Use ANSI-style function declarations for the various inline functions | thorpej |
| 1999-12-02 | Inline most of the remaining PALcode calls. | thorpej |
| 1999-12-02 | Inline the BWX instructions. | thorpej |
| 1999-12-02 | Move atomic operations into <machine/atomic.h>, and make them in-line | thorpej |
| 1999-12-01 | After reading the GCC `documentation' a little more, improve the inline | thorpej |
| 1999-11-30 | Inline several things from pal.s: | thorpej |
| 1999-11-28 | Implement atomic addition and subtraction on quadwords. | thorpej |
| 1998-09-25 | Implement atomic quadword load-and-latch. | thorpej |
| 1998-09-25 | The processor unique value in the PCB is used as a backup kernel stack | thorpej |
| 1998-09-24 | Implement atomic test-and-set for longwords (32-bit). | thorpej |
| 1998-09-23 | "Gee, there was already a function to do that." | thorpej |
| 1998-09-23 | Implement a function to recompute the HWRPB checksum. | thorpej |
| 1998-09-22 | Implement quadword atomic test-and-set. | thorpej |
| 1998-09-20 | Add definitions for the maximum allowable `whami' procssor ID and the | thorpej |
| 1998-08-14 | vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_t | thorpej |
| 1998-07-08 | stale beer- place structure in right file | mjacob |
| 1998-07-08 | Define a shorthand macro that represents the mask of PTE bits that the | thorpej |
| 1998-07-08 | Cosmetic change. | thorpej |
| 1998-07-08 | Add machine check type definitions. Structure the expected/received | mjacob |
| 1998-03-22 | Implement a set of `atomic' (using load-locked and store-conditional) | thorpej |
| 1998-02-27 | Implement alpha_pal_swpctx(). | thorpej |
| 1998-02-13 | Rewrite the way the platform model string is determined: | thorpej |
| 1997-09-20 | Add some defines for alpha interrupt types. | mjacob |
| 1997-09-17 | Prototype alpha_implver(), and fix a think-o in a previous commit. | thorpej |
| 1997-09-16 | Add stubs for the Alpha Byte/Word Extension (BWX) instructions, present | thorpej |
| 1997-09-16 | - Define bits used in the "amask" instruction. | thorpej |
| 1997-09-03 | Add a few more PALcode operations, as documented in pages (II-B) 2-1 through | thorpej |
| 1997-09-02 | Fix a typo: ALPHA_PTE_WRITE needs to include the "user write" bit. | thorpej |
| 1997-04-24 | comment out text after #endif. "Pasto!" pointed out by Kevin Sullivan | cgd |
| 1997-04-06 | clean up NetBSD RCS ID strings | cgd |
| 1996-11-23 | make ALPHA_K0SEG_TO_PHYS and ~0xfffffc00000000000 with the address, | cgd |
| 1996-08-20 | K0SEG_END is inclusive | cgd |
| 1996-07-14 | rename translation buffer invalidation macros to start with ALPHA_, | cgd |
| 1996-07-14 | (1) Remove old trap definitions, define trap and interrupt handling | cgd |
| 1996-07-11 | Instead of treating the trap/syscall/exception frame like a struct | cgd |
| 1996-07-11 | Add definitions for: | cgd |
| 1996-07-09 | definitions and constants which are part of the Alpha AXP | cgd |