summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
AgeCommit message (Expand)Author
2014-03-03sun4v: SUN4V_TLB_TSB_LOCK define should have the same LL (instead of UL) as t...palle
2014-02-21sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() ...palle
2014-02-01Make sljit usable on sparc64 32-bit kernels.nakayama
2014-01-09sun4v: Update description of the ci_mmfsa field in the cpu_info structurepalle
2014-01-09allow non-SUN4V kernels to buildmacallan
2014-01-07sun4v: trap table setup - currently populated with dummy entries which will b...palle
2014-01-04Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the sizedsl
2013-12-27a) make the hunt through the cpus list more generic b) sun4v: ensure that the...palle
2013-12-16Updates to pmap_bootstrap() for sun4v - parts from OpenBSD - OK martin@palle
2013-12-08Add support for running ofwboot on sun4v. Please note that the kernel on sun4...palle
2013-12-07Added missing $ to sun4v sypervisor APIpalle
2013-12-07sun4v hypervisor API - from OpenBSDpalle
2013-11-14Allow TOPDOWN-VM only for binaries compiled with appropriate code model.martin
2013-11-10use __unused instead of __USE and void cast to mark iterator variable unusedchristos
2013-10-26Allow machine_banner and machine_model to be used outside autoconf.c, forjdc
2013-09-13Make CPU_INFO_FOREACH more gcc 4.8.1 friendlymartin
2013-09-11Disallow MAP_FIXED mmap's in the sparc64 VA hole (XXX - need to deal withmartin
2013-08-20support UltraSPARC-IIe STICK counter as time basemacallan
2013-08-18Remove ancient spl* variants no longer usedmartin
2013-06-21Avoid data_access_error trap panic when reading unused PCInakayama
2013-04-28Use macros in machine/asm.h instead of locally defined, andnakayama
2013-03-16move the useful macros somewhere where they can be used in userland.christos
2013-02-04add a sysctl.vis node that indicated which version of the VIS instruction setmacallan
2013-01-03Rearange VA layout for 64 bit kernels, as suggested by Lars Heidieker:martin
2012-11-09Make setstick() and getstick() to inline functions.nakayama
2012-11-08Rename ASR_IDSR to ASI_IDSR, which is ASI (Address Space Identifier),nakayama
2012-11-08Move ASRs macro to more appropriate header.nakayama
2012-11-08use system tick timer instead of %tick on UltraSPARC-III-ish CPUsmacallan
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-07-27Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MDmatt
2012-05-28Ooops, remove definitions duplicated in <sparc/bootinfo.h>martin
2012-05-28Pass the "boothowto" from the bootloader to the kernel.martin
2012-03-10Fix previous, which causes an integer overflow error in uvm_km.c onnakayama
2012-03-09Restrict NKMEMPAGES to 2.5GB, otherwise we will run out of space in thejdc
2012-02-04improve sizing of kmem_arena now that more allocations are made from itpara
2012-01-24Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently,christos
2012-01-20Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressionsjoerg
2011-10-08Fix namespace confilicts membar_ops(3) vs. macros for SPARC V9nakayama
2011-10-06make struct page_size_map consistent across DEBUG/!DEBUG kernels.mrg
2011-07-30Get rid of #ifdef __sparc__ in uvm code - as noted by cgd back 1996,martin
2011-07-20add per ivec event countersmacallan
2011-07-17Switch sparc and sparc64 to new-style <sys/bus.h>.dyoung
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-12rename sparc64 BLOCK_SIZE and BLOCK_ALIGN to have SPARC64_ prefixes.mrg
2011-07-09Don't install sparc64/bus.h any more.dyoung
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-07-01Per discussion atdyoung
2011-06-20Remove frame32 hack with using the same trick in netbsd32_machdep.c.nakayama
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind