| Age | Commit message (Expand) | Author |
| 2014-02-21 | sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() ... | palle |
| 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 |
| 2013-12-16 | Updates to pmap_bootstrap() for sun4v - parts from OpenBSD - OK martin@ | palle |
| 2013-11-10 | use __unused instead of __USE and void cast to mark iterator variable unused | christos |
| 2013-09-13 | Make CPU_INFO_FOREACH more gcc 4.8.1 friendly | martin |
| 2013-08-20 | support UltraSPARC-IIe STICK counter as time base | macallan |
| 2013-06-21 | Avoid data_access_error trap panic when reading unused PCI | nakayama |
| 2013-02-04 | add a sysctl.vis node that indicated which version of the VIS instruction set | macallan |
| 2012-11-09 | Make setstick() and getstick() to inline functions. | nakayama |
| 2012-11-08 | use system tick timer instead of %tick on UltraSPARC-III-ish CPUs | macallan |
| 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-04-13 | re-include sparc64/sparc64/intreg.h in kernel mode. it's necessary. | mrg |
| 2011-04-13 | export a bunch of things to _KMEMUSER as well. | mrg |
| 2011-01-24 | Provide LWP_PC | martin |
| 2010-12-26 | Move ci_data first in struct cpu_info | martin |
| 2010-05-29 | Add a generic ipi to call arbitrary C functions on another (or all other) | martin |
| 2010-05-24 | Make C declarations match assembler reality: ipi functions get two arguments | martin |
| 2010-03-28 | - add a kmutex_t ci_ctx_lock to struct cpu_info, and initialise it in | mrg |
| 2010-03-06 | clean up a bunch of MULTIPROCESSOR: | mrg |
| 2010-02-02 | - split sp_tlb_flush_pte() and switchtoctx() into sp_tlb_flush_pte_us()/ | mrg |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-05-30 | cpu_setfunc() can not use lwp_trampoline, as that has additional lwp startup | martin |
| 2009-05-16 | - move definition of tick() from ctlreg.h to psl.h and rename to gettick() | nakayama |
| 2008-10-05 | struct cpu_info: reorder member to avoid a padding. | nakayama |
| 2008-07-10 | Switch fpstate buffer allocation from malloc to pool_cache. | nakayama |
| 2008-06-14 | Remove declarations of unexist variables and functions. | nakayama |
| 2008-05-18 | Explicitly pass a "mpsafe" arg down to intr_establish, as at that point | martin |
| 2008-04-29 | Mirror sparc and provide sparc_softintr stuff. There is no functional | ad |
| 2008-04-09 | Reorganize clock assignments on SMP kernel: | nakayama |
| 2008-04-03 | Revise cpu_need_resched and cpu_signotify, then make them like x86's ones. | nakayama |
| 2008-03-17 | Make schedintr interrupt handler per-CPU. | nakayama |
| 2008-03-14 | Improve IPI handling: | nakayama |
| 2008-03-02 | - make interrupt pending list per-CPU. | nakayama |
| 2008-02-28 | Make TSBs and MMU contexts per-cpu. | martin |
| 2008-02-27 | Remove CTL_MACHDEP_NAMES, it's not used anywhere. | xtraeme |
| 2008-02-22 | Get rid of the IPI simple_lock. | martin |
| 2008-02-18 | remove unused extern declarations | martin |
| 2008-02-18 | For non-mpsafe interrupt handlers, grab the kernel lock via a biglock | martin |
| 2008-01-15 | Rename cpuset_t for now to sparc64_cpuset_t, to avoid a name clash with | martin |
| 2007-12-09 | Provide cpu_intr_p(), at least for non-MULTIPROCESSOR kernels. | martin |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-09-11 | Cleanup cpu_info: get rid of ci_number and ci_upaid, use ci_index | martin |
| 2007-09-09 | Make cpufrequency and friends per cpu values. | martin |
| 2007-08-25 | Remove INITSTACK completely - at the time we used to switch to it, we | martin |
| 2007-05-17 | merge yamt-idlelwp branch. asked by core@. some ports still needs work. | yamt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |