| Age | Commit message (Expand) | Author |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-05-27 | Define the arithmetic exception summary bits passed in a0 to entArith. | thorpej |
| 2020-10-15 | Fix the bit position for the PMI bit in ALPHA_AMASK_BITS. | thorpej |
| 2020-09-29 | Add alpha_pal_wtint(), which invokes the WTINT PALcode call. | thorpej |
| 2020-09-05 | - Document all of the various interrupt levels in the Processor Stataus | thorpej |
| 2012-02-06 | Do a minor cleanup of alpha (this will make applying pullups post branching | matt |
| 2010-10-07 | Enable Pchip and Cchip error interrupts (machine checks) on DEC 6600 | hans |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-28 | Added a new AMASK bit (ALPHA_AMASK_PMI) and a new IMPLVER family ID: | rpaulo |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 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 |