| Age | Commit message (Expand) | Author |
| 2021-12-17 | Correct copypaste comment grammar. | skrll |
| 2021-12-09 | Few typos slipped in the last review, fixing them. | andvar |
| 2021-12-08 | s/desireable/desirable/ in comments. | andvar |
| 2021-12-05 | s/specificed/specified/ in comment. | msaitoh |
| 2021-12-05 | s/exchage/exchange/ in comment. | msaitoh |
| 2021-11-10 | s/suport/support/ in comment. | msaitoh |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-10-29 | Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility. | thorpej |
| 2021-10-27 | Use the signal trampoline version constants from <sys/signal.h>. | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-10-04 | remove duplicate the article in comments. | andvar |
| 2021-09-25 | Make all of the EISA chipset functions call through real functions, | thorpej |
| 2021-09-19 | review and fix rest of the typos in alpha pmap.c. | andvar |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-16 | fix various typos, mainly in comments. | andvar |
| 2021-09-11 | sysinst/partitions.h: fix typos comments, also fix same typos in other files. | andvar |
| 2021-09-09 | Add optional GENERIC.local include in alpha's GENERIC. | jakllsch |
| 2021-08-25 | G/C _lock_cas(); it is no longer needed (kern_mutex.c uses atomic_cas_ulong() | thorpej |
| 2021-08-25 | - In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of | thorpej |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-08-13 | fix multiple typos in comments. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-31 | Fix a silly mistake (missing return) in the DEBUG case of the kernel pmap | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-07-23 | Use wildcard matches more consistently, and attach pci, eisa, isa, and | thorpej |
| 2021-07-23 | Emulate the IEEE flavors of the FIX extension instructions: | thorpej |
| 2021-07-23 | IEEE SQRTS / SQRTT is fix_float opclass 11, not fix_float opclass 10 | thorpej |
| 2021-07-23 | - Expose alpha_fp_complete_at() to callers outside fp_complete.c. | thorpej |
| 2021-07-22 | It's unlikely that a process will be using restartable atomic sequences | thorpej |
| 2021-07-22 | Various minor cleanups and bug fixes to the FP software completion code: | thorpej |
| 2021-07-22 | Use __BITS() to define MDLWP_FP_C. | thorpej |
| 2021-07-20 | Define the f_float in-memory format. Line of the fields in s_float and | thorpej |
| 2021-07-20 | Define the FIX float function codes (ITOFF, ITOFS, ITOFT). | thorpej |
| 2021-07-20 | Emulate the CIX extension instructions (CTPOP, CTTZ, CTLZ). | thorpej |
| 2021-07-19 | - In unaligned_fixup(), use defined constants for opcodes, not magic numbers. | thorpej |
| 2021-07-19 | Re-arrange the kernel pmap fast-path in pmap_extract() so that | thorpej |
| 2021-07-19 | There is already a fast-path in pmap_extract() for the kernel pmap, so | thorpej |
| 2021-07-19 | Remove definitions for CACHE_LINE_SIZE and COHERENCY_UNIT which are the same | christos |
| 2021-07-19 | For CIA/Pyxis and Tsunami/Typhoon/Titan, save the firmware's idea of | thorpej |
| 2021-07-18 | According to section 8.1.2.2 of the Tsunami/Typhoon hardware reference | thorpej |
| 2021-07-18 | Allow for the SGMAP implementation to specify a minimum alignment for | thorpej |
| 2021-07-18 | Oops, pass the correct bus_dma_tag_t to the "hi" sgmap init function. | thorpej |
| 2021-07-18 | - Don't bother issuing a warning if we program the WBASE / WSM register | thorpej |
| 2021-07-17 | - Define the DAC enable bit that's present in WSBA3. | thorpej |
| 2021-07-17 | Back in rev 1.21, mhitch@ fixed an issue with his 1.5GB RAM PWS 500au | thorpej |
| 2021-07-16 | Instrument success/faulure of phyisically contiguous uarea allocation. | thorpej |
| 2021-07-16 | The Alpha AXP Architecture Reference Manual is explcit that the only | thorpej |
| 2021-07-16 | On LCA45 systems, look at the memory controller's Bcache configuration | thorpej |
| 2021-07-16 | Define the memory controller registers, and contents for the Cache | thorpej |