| Age | Commit message (Expand) | Author |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-02-05 | Share alpha/microtime.c with i386 and sparc64 as kern_microtime.c. | nakayama |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-27 | Assorted microtime fixes (similar to fixes I made yesterday when | sommerfeld |
| 2001-04-28 | Add a microtime() implementation that interpolates between ticks | thorpej |
| 2001-04-26 | o IEEE 754 floating-point completion code. | ross |
| 2001-04-21 | Adjust the way the cpu_info[] array works (array of pointers | thorpej |
| 2001-04-20 | Eliminate race conditions in the FP-switch code. MP kernels get | thorpej |
| 2001-02-27 | revert previous commit while the longbeards ponder | mjacob |
| 2001-02-27 | Remove cpu_wait #define because it's now prototyped in <sys/proc.h> which | mjacob |
| 2001-01-19 | Make ASTs per-process. | thorpej |
| 2000-12-13 | Oops; add PROC_PC(). | mycroft |
| 2000-11-22 | Several changes, which get us generally further along with | thorpej |
| 2000-11-20 | Make ci_ipis volatile. | thorpej |
| 2000-08-25 | Make need_resched() take a "struct cpu_info *" argument. This | thorpej |
| 2000-08-21 | Add experimental code for pausing other CPUs upon a CPU's | thorpej |
| 2000-06-08 | And more ANSI'ification! | thorpej |
| 2000-06-05 | Switch to the new `evcnt' mechanism for counting interrupts. Maintain | thorpej |
| 2000-06-04 | Increment an interrupt depth counter in non-clock interrupt cases | thorpej |
| 2000-06-03 | - Clean up clock interrupt code a bit, and provide a CPU_IS_PRIMARY() | thorpej |
| 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 |
| 2000-04-03 | Print any architecture extensions present on the primary CPU. | thorpej |
| 2000-02-29 | Put machine check info in cpu_info in the multiprocessor case, and | thorpej |
| 1999-12-16 | - Remove a misguided attempt to use procs as idle contexts for secondary | thorpej |
| 1999-09-17 | Centralize the declaration and clearing of `cold'. | thorpej |
| 1999-08-16 | Pull in <machine/alpha_cpu.h>. | thorpej |
| 1999-08-15 | Protect userland from the vast majority of this file. | thorpej |
| 1999-08-10 | Move cpu_info and related info into <machine/cpu.h>, and implement the | thorpej |
| 1999-08-10 | Define cpu_number() as discussed on tech-smp. | thorpej |
| 1998-11-19 | Rip out 70 lines of (all of) the port-alpha-specific decls and prototypes. | ross |
| 1998-11-11 | Changes to support fork_kthread(): | thorpej |
| 1998-10-07 | Oops, back out a buglet I didn't intend to commit in the last change. | thorpej |
| 1998-10-06 | configure() prototype is in <sys/device.h> | thorpej |
| 1998-09-29 | Prototype cpu_halt_secondary(). | thorpej |
| 1998-09-24 | First-cut at code to spin up secondary processors on a multiprocessor | thorpej |
| 1998-07-13 | Kill the old extern mchkinfo pointer and prototype cpu_mchkinfo(). | ross |
| 1998-07-08 | stale beer- place structure in right file | mjacob |
| 1998-07-08 | Add machine check type definitions. Structure the expected/received | mjacob |
| 1998-02-16 | Add support for non-contiguous physical memory, using MACHINE_NEW_NONCONTIG. | thorpej |
| 1998-02-13 | Clean up kernel initialization. Use the bootinfo structure (or innate | cgd |
| 1998-02-12 | clean up the way bootinfo information is passed and used: move the version | cgd |
| 1997-09-23 | Redo the platform specific identification and initialization, making | mjacob |
| 1997-07-25 | Update alpha_init() prototype; takes two more args. | thorpej |
| 1997-04-06 | clean up NetBSD RCS ID strings | cgd |
| 1997-01-24 | astpending and want_resched are kernel-only | cgd |
| 1996-12-07 | add a "machdep.booted_kernel" sysctl, which is the name of the booted | cgd |
| 1996-11-13 | compile cleanly with: | cgd |
| 1996-07-14 | (1) Add unaligned access fixup code to fix unaligned quad, long, | cgd |