summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.jhb2006-05-111-55/+0
* Use the Alpha PCC as a cpu ticker for process runtime accounting. This isjhb2006-03-071-1/+3
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDjhb2004-11-051-0/+1
* Overhaul the per-CPU support a bit:jhb2001-12-111-36/+14
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-181-1/+1
* Restore style(9) fixes from commit prior to previous commit.jhb2001-09-121-9/+9
* KSE Milestone 2julian2001-09-121-9/+9
* style(9) and make consistent across platformsobrien2001-08-161-12/+13
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-7/+0
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-281-1/+1
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-101-1/+0
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.jhb2001-01-241-4/+6
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-1/+0
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-121-1/+0
* Store in globaldata our CPU ID#. Provide a lock for panics - only onemjacob2000-12-091-0/+1
* Add the 'witness_spin_check' per-CPU variable.jhb2000-11-151-0/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+79
OpenPOWER on IntegriCloud