aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-55/+0
* Use the Alpha PCC as a cpu ticker for process runtime accounting. This isJohn Baldwin2006-03-071-1/+3
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDJohn Baldwin2004-11-051-0/+1
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-36/+14
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itJohn Baldwin2001-09-181-1/+1
* Restore style(9) fixes from commit prior to previous commit.John Baldwin2001-09-121-9/+9
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* style(9) and make consistent across platformsDavid E. O'Brien2001-08-161-12/+13
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-271-7/+0
* Rework the witness code to work with sx locks as well as mutexes.John Baldwin2001-03-281-1/+1
* - Make astpending and need_resched process attributes rather than CPUJohn Baldwin2001-02-101-1/+0
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.John Baldwin2001-01-241-4/+6
* Make intr_nesting_level per-process, rather than per-cpu. SetupJake Burkholder2001-01-211-1/+0
* Remove unused per-cpu variables inside_intr and ss_eflags.Jake Burkholder2001-01-121-1/+0
* Store in globaldata our CPU ID#. Provide a lock for panics - only oneMatt Jacob2000-12-091-0/+1
* Add the 'witness_spin_check' per-CPU variable.John Baldwin2000-11-151-0/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+79