summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Enabled the FPU emilaute bit define: CR0_EMfsmp1997-07-211-3/+1
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-3/+5
* Minor cleanup.fsmp1997-07-201-3/+3
* Pass string arg to apic_dump.fsmp1997-07-201-2/+2
* Removed unused #includes and a stale forward declaration.bde1997-07-202-12/+2
* Removed unused #includes.bde1997-07-201-6/+1
* Added code to support #define APIC_PIN0_TIMER.fsmp1997-07-191-2/+6
* Increased NIDT to 256 for case of SMP or APIC_IO.fsmp1997-07-191-1/+5
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-182-35/+7
* printf cleanup.fsmp1997-07-181-3/+3
* Hopefully fix a few problems that could cause hangs in SMP mode.dyson1997-07-171-1/+5
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-172-7/+23
* Removed a stale "FIXME:".fsmp1997-07-151-3/+1
* New defines to eliminate "magic numbers" in various places.fsmp1997-07-151-2/+22
* new code to control other CPUs: stop_cpus()/restart_cpus()/_Xstopcpufsmp1997-07-131-64/+23
* Many new test defines, including:fsmp1997-07-131-1/+2
* General cleanup of APIC code.fsmp1997-07-081-44/+46
* General cleanup of APIC code.fsmp1997-07-082-4/+9
* stop_cpus(), currently BROKEN! (turned off in smptests.h by default).fsmp1997-07-071-10/+59
* Additional debugging functions and macros.fsmp1997-07-061-2/+12
* Added POST code output to various points of the startup code.fsmp1997-06-271-20/+173
* Preliminaries for stop_cpus()/restart_cpus().fsmp1997-06-271-3/+16
* Program lint1 to handle NMIs.fsmp1997-06-271-2/+24
* Added fields to the LVT1/2 group.fsmp1997-06-271-1/+10
* Merged/renamed functions:fsmp1997-06-251-82/+56
* Modified to declare merged/renamed functions:fsmp1997-06-251-5/+4
* Allow the kernel configuration file to override the amount of memorytegge1997-06-251-1/+3
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-241-1/+9
* Fix calculation of initial mplock value.fsmp1997-06-241-2/+2
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-241-2/+2
* Preliminary support for per-cpu data pages.peter1997-06-227-211/+132
* Fixed va_arg() to work for small args (as in stdarg.h).bde1997-06-211-9/+6
* When APM is configured, turn off the power when halting for good.wollman1997-06-151-1/+2
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-073-4/+20
* Updated comments.bde1997-06-071-15/+15
* Change isa_device.h to intr_machdep.hdfr1997-06-021-2/+2
* remove #include of <machine/spl.h> - they are externed nowpeter1997-05-311-3/+1
* Code such as apic_base[APIC_ID] converted to lapic__idfsmp1997-05-291-16/+16
* apic.h now has structure definitions for both the local APIC and io APIC.fsmp1997-05-292-2/+153
* minor style police (recent divergence from KNF code)peter1997-05-291-5/+5
* Add declaration of mp_probe().fsmp1997-05-281-1/+2
* Nuke the printing of the unredirect message unless bootverbose.fsmp1997-05-271-3/+7
* Completely replace the PCI bus driver code to make it better reflectse1997-05-261-0/+48
* Added a test called 'LATE_START'.fsmp1997-05-261-190/+194
* Broke up parse_mp_table() into 2 passes:fsmp1997-05-251-156/+224
* Now that panic() is properly printing messages for early SMP panics allfsmp1997-05-241-51/+27
* Convert all:fsmp1997-05-221-27/+49
* Fill out the ELF header files to make them more or less complete.jdp1997-05-211-0/+106
* Make setbits() SMP-safe. Eliminate the SETBITS() macro, and replacejdp1997-05-211-2/+6
* fix bug in get_isa_apic_mask() where EISA bus was ignored.fsmp1997-05-071-3/+7
OpenPOWER on IntegriCloud