| Age | Commit message (Expand) | Author |
| 2023-02-23 | alpha: Add missing barriers in cpu_switchto. | riastradh |
| 2022-07-20 | Make alpha_wmb() actually a WMB rather than an MB (all uses of | thorpej |
| 2022-07-20 | In the Alpha tc_syncbus(), we need to issue a MB because WMB does not | thorpej |
| 2022-07-19 | alpha: Fix missing includes in pmap.h. | riastradh |
| 2022-06-03 | remove reference to gatekeeper.dec.com ftp. | andvar |
| 2022-02-13 | alpha: __cpu_simple_lock audit. | riastradh |
| 2022-02-12 | __cpu_simple_lock(9): Omit needless barriers in init. | riastradh |
| 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-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-09-25 | Make all of the EISA chipset functions call through real functions, | thorpej |
| 2021-08-25 | - In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of | thorpej |
| 2021-08-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-07-23 | - Expose alpha_fp_complete_at() to callers outside fp_complete.c. | 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-19 | Remove definitions for CACHE_LINE_SIZE and COHERENCY_UNIT which are the same | christos |
| 2021-07-18 | Allow for the SGMAP implementation to specify a minimum alignment for | thorpej |
| 2021-07-16 | The Alpha AXP Architecture Reference Manual is explcit that the only | thorpej |
| 2021-07-14 | Disable the mutex_spin_{enter,exit}() fast-path stubs while I investigate | thorpej |
| 2021-07-12 | Optimized fast-paths for mutex_spin_enter() and mutex_spin_exit(). | thorpej |
| 2021-07-11 | Optimized fast-paths for rw_enter() / rw_tryenter() / rw_exit(). | thorpej |
| 2021-07-06 | - Define STACK_ALIGNBYTES to override the default and ensure that | thorpej |
| 2021-07-04 | Reduce code duplication when setting up the interrupt handler data | thorpej |
| 2021-06-26 | Fix typo in comment | skrll |
| 2021-06-19 | Don't use a bunch of switch() statements in the core logic drivers to select | thorpej |
| 2021-05-31 | Additional comment about the range (0-1025) that's needed for the PT page | thorpej |
| 2021-05-31 | After a comment by joerg@, go back to using a dedicated field for the | thorpej |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-05-30 | Implement pmap_remove_all(). | thorpej |
| 2021-05-30 | When removing mappings, hang PV entries to be freed off of the | thorpej |
| 2021-05-30 | Keep track of a pmap's PV entries with a list hanging off the pmap. | thorpej |
| 2021-05-30 | Store the modified / referenced attribute bits in the lower 2 bits of | thorpej |
| 2021-05-30 | Define a macro, VM_MDPAGE_PVS(), for fetching the first pv entry | thorpej |
| 2021-05-30 | Pages that are in-use as page table pages should never be part of a | thorpej |
| 2021-05-30 | Track the PT pages allocated to a pmap in the pmap itself. | thorpej |
| 2021-05-30 | Define a pmap_pagelist LIST_HEAD and use it where we used ad hoc LIST_HEADs | thorpej |
| 2021-05-29 | Move the pointer to the pmap's lev1map out of the shared pmap structure | thorpej |
| 2021-05-29 | Rather than tracking "needs I-sync on return to userspace" in a bitmap, | thorpej |
| 2021-05-29 | Rename pmap_asn_info to pmap_percpu, and pmap::pm_asni to pmap::pm_percpu. | thorpej |
| 2021-05-27 | The Tsunami / Typhoon chipsets have a static "monster window" for DMA | thorpej |
| 2021-05-27 | Define the arithmetic exception summary bits passed in a0 to entArith. | thorpej |
| 2021-05-24 | Add _UC_SETSTACK / _UC_CLRSTACK handling. Fixes the t_sigaltstack test | thorpej |
| 2021-05-24 | pmap_tlb_shootdown_all_user() can be called in the PV scenario as well | thorpej |
| 2021-05-05 | Remove unused dot_conv() function. | thorpej |
| 2021-05-01 | Make sure preemption is disabled around PMAP_USERRET(); it uses | thorpej |
| 2021-04-20 | Slight tweak to previous changes: | thorpej |
| 2021-04-15 | Fix fallout from alpha/interrupt.c rev 1.93: | rin |
| 2021-04-03 | Fix an IPI deadlock scenario that resulted in a TLB shootdown timeout | thorpej |