summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2023-06-19Fix typo. unknwon -> unknownmsaitoh
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
2023-02-23alpha: Add missing barriers in cpu_switchto.riastradh
2023-02-09Adjust _all_ cinclude of *.local filesabs
2022-12-22Driver for DaynaPORT SCSI/Link (dse.4).nat
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-08-07fix some typos and grammar in comments.andvar
2022-08-07UFS/LFS dirhash:simonb
2022-07-26s/functin/function/ in copy pasted comment.andvar
2022-07-21Rename functions in previous in preparation for future changes.thorpej
2022-07-20Fix a couple of nits with savectx():thorpej
2022-07-20Localize direct refernces to kernel symbols into functions. NFC.thorpej
2022-07-20Make alpha_wmb() actually a WMB rather than an MB (all uses ofthorpej
2022-07-20In the Alpha tc_syncbus(), we need to issue a MB because WMB does notthorpej
2022-07-19alpha: Fix missing includes in pmap.h.riastradh
2022-06-03remove reference to gatekeeper.dec.com ftp.andvar
2022-05-30s/identifing/identifying/ and s/multipler/multiplier/ in comments.andvar
2022-05-28fix various typos in comments.andvar
2022-05-22fix various small typos, mainly in comments.andvar
2022-04-09alpha: Convert ipifuncs.c to membar_release/acquire.riastradh
2022-04-09alpha: Convert cpu_iccb_send from membar_exit to membar_release.riastradh
2022-04-09sys: Use membar_release/acquire around reference drop.riastradh
2022-04-09alpha: Omit needless membar in pmap_reference.riastradh
2022-04-05KNFskrll
2022-03-12sys: Membar audit around reference count releases.riastradh
2022-02-27alpha: Fix placement of membar for sending ICCB message.riastradh
2022-02-13alpha: __cpu_simple_lock audit.riastradh
2022-02-12__cpu_simple_lock(9): Omit needless barriers in init.riastradh
2022-01-22Ensure bus_dmatag_subregion is called with an inclusive max_addrskrll
2022-01-01fix typos in word "diagnostic".andvar
2021-12-17Correct copypaste comment grammar.skrll
2021-12-09Few typos slipped in the last review, fixing them.andvar
2021-12-08s/desireable/desirable/ in comments.andvar
2021-12-05s/specificed/specified/ in comment.msaitoh
2021-12-05s/exchage/exchange/ in comment.msaitoh
2021-11-10s/suport/support/ in comment.msaitoh
2021-11-02In order to prevent _mcount() from being recursively called when built with C...ryo
2021-10-29Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.thorpej
2021-10-27Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-04remove duplicate the article in comments.andvar
2021-09-25Make all of the EISA chipset functions call through real functions,thorpej
2021-09-19review and fix rest of the typos in alpha pmap.c.andvar
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-16fix various typos, mainly in comments.andvar
2021-09-11sysinst/partitions.h: fix typos comments, also fix same typos in other files.andvar
2021-09-09Add optional GENERIC.local include in alpha's GENERIC.jakllsch
2021-08-25G/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 ofthorpej