summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2014-01-22undo rump workaroundchristos
2014-01-21rumpkernel needs ci_pcc_freqchristos
2014-01-20Check and set "is_console" property to PCI displays for framebuffer drivers.tsutsui
2014-01-01Fix PMAP_SIZEOF() to deal with that the pmap has 0 pmap_asn_info now.matt
2013-11-10use __unused instead of __USE and void cast to mark iterator variable unusedchristos
2013-11-04convert to flex arraychristos
2013-11-04make volatile variable as __USED()christos
2013-11-03use __USE() in the iterator variablechristos
2013-08-22-extend the pcu(9) API by a function which saves all context on thedrochner
2013-07-11Add a RCSID macro for non _KERNEL usematt
2013-04-11add missing SSIZE_MINchristos
2013-01-14Copy the ALPHA_PGSHIFT value into the non-_KERNEL branch.he
2013-01-07Only include machine/cpu.h if _KERNEL is defined.dsl
2012-12-26Update to new pcu_state_{load,save,release} definitionsmatt
2012-12-10enable __USE_TOPDOWN_VM.chs
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-09-10Make this file idempotentmartin
2012-03-28- Normalize inclusion protection (remove)christos
2012-02-10proper sizing of kmem_arena on different portspara
2012-02-06Do a minor cleanup of alpha (this will make applying pullups post branchingmatt
2012-01-25Enable direct-mapped uareas for alpha.matt
2012-01-24Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently,christos
2012-01-21cpu_uarea_free returns bool, not voidmatt
2012-01-20Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressionsjoerg
2011-08-30Add getlabelusesmbr(), as proposed inbouyer
2011-08-12Straggler from last: add bus_user.h to the repository.dyoung
2011-08-12Pull the bus_space(9) definitions needed by alpha userland intodyoung
2011-08-02Define struct alpha_pci_conf_readwrite_args only once; fix build.uebayasi
2011-07-28Put libalpha back.dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-17Oops, add back struct alpha_pci_conf_readwrite_args.dyoung
2011-07-17Don't #include <machine/bus_defs.h> from this header unless _KERNELdyoung
2011-07-13On alpha, good-bye <machine/bus.h>.dyoung
2011-07-13Switch alpha to new-style <sys/bus.h>.dyoung
2011-07-13#include <machine/bus_defs.h> instead of <machine/bus.h>.dyoung
2011-07-09Don't install alpha/bus.h any more.dyoung
2011-07-07port to GCC 4.5.mrg
2011-07-06Oops, missed one: #include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-07-01Per discussion atdyoung
2011-06-14Major cleanup of alpha device drivers.matt
2011-06-14Add latent support for __HAVE_CPU_UAREA_ROUTINESmatt
2011-06-14struct device * -> device_tmatt
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-06-07Switch alpha to use PCU to manage the FPU.matt
2011-05-26Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.joerg
2011-05-24Convert some simple_lock uses to mutex(9).rmind
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-03-31Enable TLS for alpha - a 2nd class^Wtier system in pookaBSD^WNetBSDskrll
2011-02-25Be nicer to software that insists on -ansi and use __inline.joerg
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg