summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Argh, remove a local customization that snuck in here.jhb2001-01-141-1/+0
* Remove I386_CPU from GENERIC. Support for the 386 seriously pessimizesjhb2001-01-141-1/+1
* 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-123-6/+6
* Remove declaration of airq variable from outer block. There were twobmilekic2001-01-121-1/+1
* Remove unused per-cpu variables inside_intr and ss_eflags.jake2001-01-122-4/+0
* Remove useless include of sys/mbuf.h (no longer useful since thebmilekic2001-01-121-1/+0
* - Remove compatibility macros for accessing per-cpu variables.jake2001-01-112-0/+22
* Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variablesjake2001-01-1013-166/+177
* Fix a warning. The type of globaldata.gd_prvspace has changed.jake2001-01-083-3/+6
* 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-0613-50/+33
* Protect proc.p_pptr and proc.p_children/p_sibling with thejake2000-12-231-0/+12
* Re-enable the lnc driver in GENERIC.paul2000-12-201-2/+2
* Remove the "machine dependent" KTR trace buffer ddb commands. The code wasjhb2000-12-141-101/+0
* Use _lapic+offset to access the local apic from assembly languagejake2000-12-145-23/+30
* If we fail to emulate a vm86 trap in kernel mode, then we usejhb2000-12-131-0/+1
* - If swap metadata does not fit into the KVM, reduce the number oftanimura2000-12-131-4/+15
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-1311-153/+160
* Remove the COMPAT_OLDPCI option, it's going away.msmith2000-12-131-2/+1
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-3/+3
* Add in symbols needed in the WITNESS_ENTER and WITNESS_EXIT macros injhb2000-12-121-0/+5
* Fix the assembly mutex macros to call the appropriate witness functions ifjhb2000-12-121-3/+38
* - Add code to detect if a system call returns with locks other than Giantjake2000-12-121-0/+10
* Remove DDB, it leaked in here with another commit.phk2000-12-111-2/+0
* Next phase in the PCI subsystem cleanup.msmith2000-12-082-4/+54
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-087-25/+17
* Revert the previous change I made to cpu_switch. It doesn't help asjake2000-12-083-5/+9
* Staticize some malloc M_ instances.phk2000-12-083-4/+6
* 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
* Create a pmtimer device instance for GENERIC and NEWCARD kernels by default.iwasaki2000-12-071-0/+1
* 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-063-6/+39
* 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-052-28/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-0413-291/+84
* (1) Allow a stray lock prefix to be compiled out with thejake2000-12-041-16/+24
* Change cpu_switch to explicitly popl the callers program counter andjake2000-12-033-9/+5
* Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-023-3/+12
* Fix this slightly better by using NON_GPROF_RET instead of duplicatingjhb2000-12-012-2/+2
* Change doreti to take a trapframe instead of an intrframe.jake2000-12-016-21/+13
* Revert the previous change to this file. We have to hardcode in the opcodejhb2000-11-302-2/+2
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-302-6/+19
OpenPOWER on IntegriCloud