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