summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2019-12-24Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFOkamil
2019-12-01Fix false sharing problems with cpu_info. Identified with tprof(8).ad
2019-11-29Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE.riastradh
2019-11-29Nix mb_* on alpha.riastradh
2019-11-29Largely eliminate the MD rwlock.h header file.riastradh
2019-11-24Make ci_want_resched a u_int.ad
2019-10-27elide gcc-8 shadow warnings.christos
2019-09-23Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all archesskrll
2019-06-18Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointerkamil
2019-05-07Switch all users (except ia64) of custom machine/ansi.h to common_ansi.hkamil
2019-04-08Add the R_ALPHA_BRSGP relocation type.thorpej
2019-04-08Add some additional CPU and system types.thorpej
2019-04-06Overhaul the API used to fetch and store individual memory cells inthorpej
2019-03-25Remove compat_osf1, discussed on tech-kern@.maxv
2019-01-21Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64.dholland
2019-01-07move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all portsjdolecek
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-07-12Remove the kernel PMC code. Sent yesterday on tech-kern@.maxv
2018-05-19Implement PMAP_DIRECT / pmap_direct_process() in support of experimentalthorpej
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-02-15Introduce _UC_MACHINE_FP() as a macrokamil
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2017-10-17Explain our implementation choice for implementation-defined valuesmaya
2017-09-17more const.christos
2017-06-22spelling (DEC called it "TURBOchannel")flxd
2017-06-16dumpconf(void) long doesn't exist, remove the prototypejdolecek
2017-04-12Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD partkamil
2017-03-16allow pcu_save() and pcu_discard() to be called on other threads,chs
2017-01-14Undo; the correct fix was applied in csu/arch/alpha/crtbegin.hchristos
2017-01-14Avoid stupid gcc redefinition warnings by #undef before redefine.martin
2017-01-14fix types.christos
2016-12-17Fix typo "one the" and architecture where appropriate.flxd
2016-10-18add isa_intr_establish_xname() to MD isa headers so that it can be usedjdolecek
2016-08-25match the name with the FE_ constant from fenv.hchristos
2016-08-24restore the constants to the old values to match what the kernel expectschristos
2016-08-23fenv.h for alphachristos
2016-01-24use __paddr_t since this is a userland API.christos
2016-01-23expose the kernel types for standalone code.christos
2016-01-23Hide {p,v}{addr,size}_t and register_t (and a couple more types thatchristos
2016-01-20Change base address to account for later Alpha models with later firmwarejklos
2015-09-25For processors that have memory breakpoints, add macros for them to helpchristos
2015-09-15Provide access to pc/sp/syscall-return registers like we have for mcontextchristos
2015-09-07Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-28Convert to __cpu_simple_lock_nv_t. Somehow missed alpha in the earlierpooka
2015-06-17Make clock_t unsignedmartin
2015-01-08Introduce membar_datadep_consumer.riastradh
2014-10-17Fix build of RAWHIDE kernel.uebayasi
2014-08-13Include <sys/common_int_types.h> if __UINTPTR_TYPE__ is defined.matt
2014-08-13Include <sys/common_int_const.h> if __INTMAX_C_SUFFIX__ is defined.matt
2014-08-13Include <sys/common_init_limits.h> if __SIG_ATOMIC_MAX__ is defined.matt