summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/pcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Some machines can not only consist of CPUs running at different speedsmarius2010-02-201-0/+1
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+2
* - USIII-based machines can consist of CPUs running at differentmarius2008-09-031-0/+1
* - USIII-based machines can consist of CPUs having different cachemarius2008-09-021-0/+2
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+2
* cosmetic changes and style fixesmarius2008-08-131-2/+2
* Rework the PCPU_* (MD) interface:attilio2007-06-041-1/+2
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* - Add a workaround for a bug in BlackBird CPUs (said to be part of themarius2005-04-161-0/+2
* Move the per-CPU vmspace pointer fixup that is required before atmm2004-05-261-2/+2
* Remove unused fields.jake2003-03-181-5/+1
* Store the number of itlb and dtlb entries separately; they may be different.jake2002-08-151-0/+1
* Convert the interrupt queue from an array to a linked list. Implementjake2002-05-251-1/+4
* Add support for starting secondary cpus in kernel, as opposed to relyingjake2002-03-041-0/+4
* Allocate tlb contexts on the fly in cpu_switch, instead of statically 1 to 1jake2002-03-041-0/+3
* Add a md field to pcpu for the upa module id.jake2002-01-081-3/+6
* Overhaul the per-CPU support a bit:jhb2001-12-111-32/+16
* Include a whole interrupt queue in struct globaldata instead of just ajake2001-10-201-12/+12
* - If we ever do the per-cpu KTR stuff, the index won't be volatile as itjhb2001-09-181-1/+1
* KSE Milestone 2julian2001-09-121-2/+2
* Move the alternate global register stack to struct globaldata.jake2001-09-031-0/+6
* Add variables needed by hardware watchpoint support.jake2001-08-201-0/+6
* style(9) and make consistent across platformsobrien2001-08-161-14/+29
* Add fields that point to per-cpu interrupt data.jake2001-08-101-0/+3
* The author isn't a [UC] Regents. Correct the copyright language.obrien2001-08-091-2/+2
* Add floating point context switching code for sparc64.tmm2001-08-041-1/+0
* Flesh out the sparc64 port considerably. This contains:jake2001-07-311-1/+1
* Add skeleton machine dependent headers and c files for a port of freebsdjake2001-07-311-0/+49
OpenPOWER on IntegriCloud