summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,jlemon1999-08-271-2/+1
* Undo my previous commit and do it differently. Break the ffs() etc macrospeter1999-08-191-14/+27
* Try using the builtin ffs() for egcs, it (by random inspection)peter1999-08-191-1/+5
* Create callable (non-inline) versions of the atomic_OP_TYPE functionsalc1999-08-181-3/+14
* Remove the SMBIOS detection and definitions; this should be handled in amsmith1999-08-181-29/+1
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-171-4/+68
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withmsmith1999-08-171-8/+9
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-3/+2
* Major update to the kernel's BIOS-calling ability.msmith1999-07-292-18/+82
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-4/+6
* Various formatting fixes on my FPE trapcode commit.cracauer1999-07-261-15/+9
* On FPU exceptions, pass a useful error code (one of the FPE_...cracauer1999-07-252-4/+21
* Increased max kmem to 200MB. This should fix some out-of-kmem panics ondg1999-07-241-2/+2
* atomic.h:alc1999-07-232-16/+5
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-202-2/+91
* Commit the correct patch, i.e., the one that actually correspondsalc1999-07-131-35/+55
* Changed the implementation of the primitives to guarantee atomicityalc1999-07-131-22/+42
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-101-4/+5
* Implement support for hardware debug registers on the i386.jlemon1999-07-094-4/+30
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-061-8/+32
* Improve compatibility with other systems by changing the defaultimp1999-07-034-4/+40
* Changes in the way that the APs are started appears to have removed themsmith1999-06-231-11/+3
* Do not setup 4M pdir until all APs are up.luoqi1999-06-232-16/+13
* Remove an unnecessary panic when sparse PCI bus numbering is encountered.msmith1999-06-221-3/+1
* Changed the global `idt' from an array to a pointer so that npx.cbde1999-06-181-2/+2
* Unifdef VM86.jlemon1999-06-013-12/+3
* Stop the TSC from being used as timecounter on K5/step0 machines.phk1999-05-291-1/+2
* Unbreak VESA on SMP.luoqi1999-05-122-3/+5
* Yet another place I missed when increasing trapframe size, which causes problemluoqi1999-05-111-1/+3
* loadandclear() uses an atomic instruction (even on SMP, where it's anpeter1999-05-091-2/+2
* Make sure the mem_range_AP_init() prototype is seen where it's needed, andpeter1999-05-081-1/+3
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-061-10/+10
* Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-301-1/+4
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-2813-199/+186
* Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.dt1999-04-231-2/+1
* Backout early start of APs since it caused some machines to hang.tegge1999-04-131-4/+1
* Add prototype for wait_ap().tegge1999-04-111-1/+4
* Let BSP wait until all APs are initialized.tegge1999-04-101-1/+4
* Disable the mtrr copy calls, it doesn't work with the i686_mem.c stuff.peter1999-04-071-1/+7
* Add defines for the P6 model-specific registers.msmith1999-04-071-1/+58
* Restore support for executing BSD/OS binaries on the i386 by passingjdp1999-04-031-2/+2
* Put in place the infrastructure for improved UP and SMP TLB management.alc1999-04-021-5/+2
* Increased kernel virtual address space to 1GB. NOTE: You MUST have fixeddg1999-03-111-4/+4
* The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpubde1999-03-051-3/+3
* Correct casts in vtophys and avtophys to be vm_offset_t.dg1999-03-021-3/+3
* Don't call assign_apic_irq with a value for irq that is out of range.tegge1999-02-261-2/+2
* Added a per-cpu variable `switchticks' for use in scheduling.bde1999-02-221-1/+2
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-191-5/+5
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-3/+2
* On the i386, load the ELF dynamic linker where an mmap(0, ...) wouldjdp1999-02-191-5/+7
OpenPOWER on IntegriCloud