| Age | Commit message (Expand) | Author |
| 2021-08-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-01-24 | avoid using 'extern <func|data>;' inside a .c file, but instead | mrg |
| 2020-05-16 | PR port-sparc/55261: sparc still panics running ATF tests | ad |
| 2020-05-16 | Back out previous - it doesn't work. | ad |
| 2020-05-15 | PR port-sparc/55261: sparc still panics running ATF tests | ad |
| 2020-03-10 | tuck curproc/curlwp under _KERNEL only (no _KMEMUSER) | christos |
| 2019-12-30 | PR port-sparc/54789: Sparc boot fails with "Trap 0x21 while interrupts disabled" | ad |
| 2019-12-01 | Fix false sharing problems with cpu_info. Identified with tprof(8). | ad |
| 2019-11-23 | cpu_need_resched(): | ad |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-01-16 | implement cpuctl identify for sparc and sparc64. | mrg |
| 2017-12-02 | - return early in xcall() if the function is sparc_noop() instead of triggering | macallan |
| 2017-06-16 | dumpconf(void) long doesn't exist, remove the prototype | jdolecek |
| 2016-12-10 | rearrange slightly to enable crash(8) to build. | mrg |
| 2016-12-10 | move struct cpu_info and xpmsg into <machine/cpu.h> from | mrg |
| 2013-10-19 | make cpu_need_resched() macros consistent; __USE flags | christos |
| 2012-05-01 | On unaligned access, provide the data address to the signal handler, instead | martin |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2011-07-30 | Get rid of #ifdef __sparc__ in uvm code - as noted by cgd back 1996, | martin |
| 2011-01-24 | Provide LWP_PC | martin |
| 2011-01-13 | introduce a hack to workaround the savefpstate IPI get's NULL | mrg |
| 2010-01-03 | add an explicit "bool mpsafe" to intr_establish(). only set it to true | mrg |
| 2010-01-03 | add two new members to struct intrhand: ih_realfun and ih_realarg, and | mrg |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-05-29 | fix up cpu_setfunc() as noted by uwe: | mrg |
| 2009-05-27 | avoid a local variable in a do {} while (0) macro. | mrg |
| 2008-02-27 | Remove CTL_MACHDEP_NAMES, it's not used anywhere. | xtraeme |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 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 |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-27 | We need to init p_md.md_flags on fork, so implement cpu_proc_fork(). | uwe |
| 2005-10-26 | Add missing extern to make the definition of softnet_cookie into a declaration. | uwe |
| 2005-10-26 | Cosmetic. Kill __P. Remove few remaining paramter names in | uwe |
| 2005-09-25 | G/c msiiep_swap_endian, it's no longer used now that we run without | uwe |
| 2005-06-16 | Rename 'ncpus' to 'sparc_ncpus' to avoid shadow warnings in m.i. code. | briggs |
| 2005-06-03 | Rename ncpu to ncpus (as other ports call it), to avoid shadow warnings. | martin |
| 2005-06-03 | Rename ncpu to ncpus (as other ports call it), to avoid shadow warnings. | martin |
| 2004-05-02 | The cpu_exit() detour is no longer necessary. | pk |
| 2004-04-17 | Remove the cache_flush() trampoline; it's no longer directly cross-called. | pk |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-11-08 | #if defined(_KERNEL_OPT) is enough, #if !defined(_LKM) isn't needed | tsutsui |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-22 | Add functions to set & get the interrupt target CPU. | pk |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-16 | Rename the current mp_{pause,resume}_cpus() => mp_{pause,resume}_cpus_ddb(). | pk |
| 2003-01-14 | Add CLKF_LOPRI() macro that allows a (timer) interrupt handler to determine | pk |