summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
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
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-14Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...ryo
2021-08-13fix multiple typos in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-31Fix a silly mistake (missing return) in the DEBUG case of the kernel pmapthorpej
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-07-23Use wildcard matches more consistently, and attach pci, eisa, isa, andthorpej
2021-07-23Emulate the IEEE flavors of the FIX extension instructions:thorpej
2021-07-23IEEE SQRTS / SQRTT is fix_float opclass 11, not fix_float opclass 10thorpej
2021-07-23- Expose alpha_fp_complete_at() to callers outside fp_complete.c.thorpej
2021-07-22It's unlikely that a process will be using restartable atomic sequencesthorpej
2021-07-22Various minor cleanups and bug fixes to the FP software completion code:thorpej
2021-07-22Use __BITS() to define MDLWP_FP_C.thorpej
2021-07-20Define the f_float in-memory format. Line of the fields in s_float andthorpej
2021-07-20Define the FIX float function codes (ITOFF, ITOFS, ITOFT).thorpej
2021-07-20Emulate 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-19Re-arrange the kernel pmap fast-path in pmap_extract() so thatthorpej
2021-07-19There is already a fast-path in pmap_extract() for the kernel pmap, sothorpej
2021-07-19Remove definitions for CACHE_LINE_SIZE and COHERENCY_UNIT which are the samechristos
2021-07-19For CIA/Pyxis and Tsunami/Typhoon/Titan, save the firmware's idea ofthorpej
2021-07-18According to section 8.1.2.2 of the Tsunami/Typhoon hardware referencethorpej
2021-07-18Allow for the SGMAP implementation to specify a minimum alignment forthorpej
2021-07-18Oops, 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 registerthorpej
2021-07-17- Define the DAC enable bit that's present in WSBA3.thorpej
2021-07-17Back in rev 1.21, mhitch@ fixed an issue with his 1.5GB RAM PWS 500authorpej
2021-07-16Instrument success/faulure of phyisically contiguous uarea allocation.thorpej
2021-07-16The Alpha AXP Architecture Reference Manual is explcit that the onlythorpej
2021-07-16On LCA45 systems, look at the memory controller's Bcache configurationthorpej
2021-07-16Define the memory controller registers, and contents for the Cachethorpej