summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Add support for timeconting in userland.pirofti1-0/+23
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-60/+0
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy1-2/+6
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg1-1/+3
2020-05-27Retire <machine/varargs.h>.visa1-58/+0
2020-05-25Pass boothowto from bootblock to kernelderaadt1-2/+3
2020-05-23remove more cfb and sfb bitsjsg2-157/+0
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.mpi1-5/+5
2019-11-07ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.mpi1-9/+8
2019-05-13free(9) sizes.mpi1-1/+2
2019-03-24Add intr_{disable,restore}() for alpha.visa3-7/+16
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenjsg1-1/+2
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toclaudio1-2/+2
2018-08-20Remove unused spllock().visa1-3/+1
2018-04-09Fill in FRAME_PS after the fact. What a ridiculous design decision.deraadt1-2/+2
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt1-1/+2
2018-01-25Move common mutex implementations to a MI place.mpi1-84/+2
2018-01-13Define and use IPL_MPFLOOR in our common mutex implementation.mpi2-3/+5
2018-01-04Unify <machine/mutex.h> a bit further.mpi1-2/+2
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andmpi1-2/+2
2017-11-02Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.mpi1-0/+119
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther1-5/+1
2017-06-29kill RCSID macros; discussed with millertderaadt1-20/+1
2017-06-05Split early startup code out of locore.S into locore0.S. Adjust linkderaadt1-1/+3
2017-05-29Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.mpi2-26/+24
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.dlg1-1/+2
2017-04-20Hook up mutex(9) to witness(4).visa1-3/+15
2017-04-13Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itguenther1-3/+1
2017-02-08In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptguenther1-3/+1
2016-11-07Hide FIX_SSTEP() behind #ifdef _KERNELguenther1-2/+4
2016-09-03Increase the number of mbufs on most architectures. This is basedbluhm1-2/+2
2016-06-13rename _splraise to splraisedlg1-14/+14
2016-05-27Remove the non ELF macrosderaadt1-10/+1
2016-05-15Implement TCB_{GET,SET} using PAL_{rd,wr}unique.guenther3-5/+55
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookiederaadt1-3/+3
2016-05-03alias bus_space_{read,write}_raw to the non-raw counterpartsdlg1-1/+19
2016-04-27G/C DDB_REGS.mpi1-2/+1
2016-04-20Move back #include <sys/mutex.h> outside #ifdef _KERNEL as it waslandry1-2/+2
2016-03-30Better support for alphas without all IEEE-mode instructionsafresh11-1/+2
2016-03-01guard macro args with parensmmcc1-2/+2
2016-02-27Rename kdb_trap() into db_ktrap().mpi1-2/+2
2016-02-22put mutex.h lowerderaadt1-2/+2
2016-02-22Move #include <sys/mutex.h> from pmap.c to pmap.h, like every other archslandry1-1/+2
2015-11-07Spell `unused' correctly.miod1-2/+2
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEmiod1-13/+1
2015-10-01Make the alpha pmap (more) mpsafe by protecting both the pmap itself and thekettenis1-1/+4
2015-09-30Use consistant whitespace/comments for #define'ing LABELSECTOR,krw1-4/+4
2015-09-26lint is dead and C99 may be old enough to drive a car: delete LONGLONGguenther1-3/+1
2015-09-13intr_barrier(9) for alpha.kettenis1-1/+3
2015-08-29_NLIST_DO_ELF is no longer needed: it's the only optionguenther1-2/+1