summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-83/+0
* Clean out sysctl machdep.* related defines.phk2006-05-111-18/+0
* Use the read_cycle_count() function recently added for cpu_ticks() forjhb2006-03-281-1/+2
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-11/+0
* Begin all license/copyright comments with /*- or #-imp2005-01-051-1/+1
* Provide extern declarations for btext and etext when GPROF is defined.marcel2004-08-271-0/+5
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.imp2004-04-051-4/+0
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-171-57/+2
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-1/+6
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-4/+4
* CPU_MAXID shouldobrien2002-10-061-1/+1
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-36/+36
* KSE Milestone 2julian2001-09-121-7/+7
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-14/+0
* Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-291-1/+0
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-1/+0
* Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.jhb2001-02-221-1/+1
* Changed the aston() family to operate on a specified process instead ofbde2001-02-191-1/+1
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-101-29/+13
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Remove prototype for child_return().jhb2001-01-241-1/+0
* - Proc locking.jhb2001-01-241-2/+6
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-3/+1
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-0/+2
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+10
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-2/+0
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-1/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-3/+3
* Eliminate a couple of evil common declarations.peter2000-05-181-2/+2
* Try and make the Alpha kernel compile. There are still some loose endspeter2000-03-301-1/+0
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-021-2/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* Zap some latent problems hidden by differences between KERNEL and _KERNEL.peter1999-11-221-1/+1
* Properly attribute interrupt time on alpha. Previously, interrupt timegallatin1999-11-191-5/+2
* Re-organise the code which manages the owner of the FP state (fpcurproc).dfr1999-11-101-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-231-2/+1
* Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)dt1999-04-201-2/+2
* Added a hopefully-machine-independent macro for determining if abde1999-02-021-1/+3
* Add support for adjkerntz (largely untested).dfr1998-10-061-2/+8
* Overhaul the spl system so that it actually works properly.dfr1998-07-121-3/+3
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-13/+7
* These are a few of the alpha machine dependent header files - the firstjb1998-01-101-0/+179
OpenPOWER on IntegriCloud