summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* apic_itrace_splz[] is unusedpeter2001-01-191-1/+0
* Protect p_stat and p_oncpu with sched_lock in forward_signal().jhb2001-01-181-2/+9
* - Sort of lie and say that %eax is an output only and not an input for thejhb2001-01-171-2/+2
* Argh, disable the micro-ops again. I didn't test these adequately andjhb2001-01-161-1/+2
* - Use "+a" instead of "=&a" for several constraints. This should fixjhb2001-01-161-25/+19
* - Fix atomic_load_* and atomic_store_* to generate functions for atomic.cjhb2001-01-161-168/+123
* Revert the previous revision now that atomic_store_rel_ptr() actuallyjhb2001-01-141-4/+0
* Fix the atomic_load_acq() and atomic_store_rel() functions to properlyjhb2001-01-141-5/+43
* Work around the broken atomic_store_rel_ptr() on the i386 arch by justjhb2001-01-141-0/+4
* Change return ??? to return -1 in some #if 0'ed code.jake2001-01-121-2/+2
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-121-2/+0
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-102-22/+22
* Fix a warning. The type of globaldata.gd_prvspace has changed.jake2001-01-081-1/+2
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-061-3/+2
* Use %fs to access per-cpu variables in uni-processor kernels the samejake2001-01-062-6/+4
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-131-0/+6
* Fix the assembly mutex macros to call the appropriate witness functions ifjhb2000-12-121-3/+38
* Fix a jump to the wrong label, <sigh>. Put a period at the end of ajake2000-12-081-2/+2
* Argh, revert the clobber changes. Since %ecx and %edx aren't call safe,jhb2000-12-081-9/+9
* Change the calling conventions of the MTX_ENTER macro to matchjake2000-12-081-11/+13
* Well, the previous commit wasn't entirely correct either. For now, justjhb2000-12-081-1/+2
* Move extern tsc_present outside function to quelch a warning.phk2000-12-071-1/+4
* Fix broken register restraints that needlessly clobbered registers %ecxjhb2000-12-071-13/+13
* This is kind of a nasty hack, but it appears to solve the Compaq DL360peter2000-12-061-2/+13
* Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intopeter2000-12-061-4/+3
* GC unused assembler function apic_eoi()peter2000-12-061-1/+0
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-1/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-042-7/+2
* (1) Allow a stray lock prefix to be compiled out with thejake2000-12-041-16/+24
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-021-3/+2
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-1/+2
* Increase NKPT from 17 to 30. This fixes the 4GB ram boot panic on bothpeter2000-11-301-1/+1
* Don't wait forever for CPUs to stop or restart. Instead, give up after ajhb2000-11-281-2/+19
* Assembler fixes.markm2000-11-211-4/+4
* Add a consistent API to a feature that most modern CPUs have; a fastmarkm2000-11-211-0/+21
* Fix a bug with handling of the saved interrupt state for spin mutexes injhb2000-11-131-2/+2
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-0/+6
* The x86 atomic operations are already locked, so they do not need anjhb2000-10-281-2/+0
* Declare or #define per-cpu globals in <machine/globals.h> in all cases.bde2000-10-276-31/+0
* - Add atomic_cmpset_{acq_,rel_,}_longjhb2000-10-251-0/+52
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-2/+1
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-201-0/+2
* Catch up to moving headers:jhb2000-10-201-1/+1
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-512/+23
* - Expand the set of atomic operations to optionally include memory barriersjhb2000-10-201-2/+108
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-203-72/+0
* Add PCI BIOS function codes for IRQ routing fetch and route.msmith2000-10-191-0/+2
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-183-0/+69
* Add types and prototypes.imp2000-10-162-2/+46
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-1/+0
OpenPOWER on IntegriCloud