| Age | Commit message (Expand) | Author |
| 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 |
| 2003-01-12 | schedcpu() has been fixed; now we can notify another CPU about a pending | pk |
| 2003-01-12 | Remove needless indirection from the curproc() macro. | pk |
| 2003-01-10 | Replace `want_resched' and `want_ast' globals by per-CPU variables. | pk |
| 2003-01-06 | Move schedintr() to clock.c and initialise schedhz in initclocks(), so | pk |
| 2003-01-03 | remove dead extern fpproc/foundfpu declarations. | mrg |
| 2002-12-10 | * intr_establish() now takes an optional `fast trap' routine argument. | pk |
| 2002-12-09 | setsoftint() is no longer used. | pk |
| 2002-12-06 | Pass the `device class interrupt level' on to intr_establish() and use to | pk |
| 2002-11-28 | Not all sun4m platforms have version 8 sparc CPUs. So go out to the PROM | pk |
| 2002-11-26 | Add `machdep.cpu_arch' sysctl to determine the CPU architecture version. | pk |
| 2002-02-03 | * add machdep.booted_device and machdep.boot_args (both fetched from | darrenr |
| 2001-12-11 | Export msiiep_swap_endian(onoff) from msiiep.c to turn on/off | uwe |
| 2001-12-04 | defopt "options SUN4*", put #define for each of SUN4, SUN4C, SUN4M and SUN4U | darrenr |
| 2001-11-12 | Remove redundant declarations. | pk |
| 2001-09-27 | implement generic soft interrupts as described in softintr(9). convert | mrg |
| 2001-06-14 | Don't need to prototype child_return() here, it's in <sys/proc.h>. | thorpej |
| 2001-03-15 | sprinkle KERNEL_LOCK() and KERNEL_PROC_LOCK() where they're missing. add | mrg |
| 2001-01-21 | fix bit rot so that MP kernel compiles s/cpu_no/ci_cpuid/ | christos |
| 2000-08-25 | Make need_resched() take a "struct cpu_info *" argument. This | thorpej |
| 2000-06-05 | Fix typo. kern/10291. | thorpej |
| 2000-06-03 | Provide a CPU_IS_PRIMARY() macro in the MULTIPROCESSOR case. | thorpej |
| 2000-05-31 | Move switchexit() declaration in here. | pk |
| 2000-05-31 | - In the MULTIPROCESSOR case, initialize p_cpu before a process is | thorpej |
| 2000-05-26 | First sweep at scheduler state cleanup. Collect MI scheduler | thorpej |
| 1999-12-16 | Provide cpu_boot_secondary_cpus(). | thorpej |
| 1999-10-04 | Implement sysctl `machdep.booted_kernel'. | pk |
| 1999-08-10 | Define cpu_number() as discussed on tech-smp. | thorpej |
| 1999-01-19 | Add SIR_SERIAL soft interrupt source. | pk |
| 1998-11-11 | Changes to support fork_kthread(): | thorpej |
| 1998-10-13 | CLKF_INTR() needs to have a MULTIPROCESSOR version. | pk |
| 1998-10-05 | cpu_set_kpc() prototype is already in <sys/systm.h>. | thorpej |
| 1998-09-26 | mp_{pause,resume,halt}_cpu() prototypes. | pk |
| 1998-08-23 | Nuke obsolete prototype. | pk |
| 1998-08-21 | iommu_{enter,remove} moved to iommuvar.h | pk |
| 1997-11-22 | eliminate declarations of global data in <sparc/cpu.h> and declare in | tv |
| 1997-03-15 | Add fix_align() and emulinstr() prototypes. | pk |
| 1996-11-06 | Fix an inconsistency that came in with Lite: setrq() was renamed to | cgd |
| 1996-09-05 | Make the SPARC kernel compile again after recent tty cdevsw changes. | thorpej |
| 1996-03-31 | Move autoconf subroutine prototypes to autoconf.h | pk |
| 1996-03-15 | Fix prototypes for the latest kpc changes. | christos |
| 1996-03-14 | Add missing prototypes and fix the fp struct for svr4. | christos |
| 1996-03-14 | Remove cpu_set_init_frame(). | pk |
| 1995-06-28 | remove unused cpu_exec() definitions. moved "broken swap" markers, for | cgd |