summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Change the spkr_set_pitch() function to a macro to fix low level profiling.nyan2005-05-281-7/+5
* Add new ral(4) and ural(4) drivers.damien2005-05-241-0/+2
* Sync the style of these two files.obrien2005-05-231-11/+15
* Fix some of the problems Bruce observed with this code.peter2005-05-222-3/+4
* MFi386: set PMC vectorpeter2005-05-221-1/+6
* MFi386: remove commentpeter2005-05-221-3/+0
* For non-profiling kernels, there were two symbols assigned to the samepeter2005-05-211-2/+4
* Adjust the start_ap delay to match i386.obrien2005-05-201-1/+1
* Fix mismerge in rev 1.226: wait 5 seconds as the comment documents,obrien2005-05-201-1/+1
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-142-5/+2
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-146-104/+125
* Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)nectar2005-05-131-1/+1
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".nectar2005-05-132-0/+109
* Remove unused IO_NPX* defines.nyan2005-05-121-2/+0
* Remove unused (besides being initialized) variable.peter2005-05-051-2/+0
* Turn on PCB_FULLCTX in set_regs to fully restore contextdavidxu2005-05-041-2/+1
* Implement an alternate method to stop CPUs when entering DDB. Normally we usedwhite2005-04-304-0/+93
* Remove the ACPI_MAX_THREADS option.scottl2005-04-251-3/+0
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-5/+20
* Revert previous commit: The hwpmc(4) driver compiles on all platforms.marcel2005-04-201-13/+0
* Don't enter the debugger if KDB_UNATTENDED is set or ifps2005-04-201-1/+1
* o Reverse the inclusion chain from MD->MI to MI->MD by removing themarcel2005-04-201-1/+1
* Move this to the specific architectures that are supported. #ifdef fooimp2005-04-191-0/+13
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-0/+76
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-9/+47
* Update to DRM CVS as of 2005-04-12, bringing many changes:anholt2005-04-161-18/+9
* MFi386: sync rtc code - don't setup an interrupt handler for irq0 whenpeter2005-04-151-28/+32
* MFi386: remove NO_MIXED_MODEpeter2005-04-152-10/+0
* MFi386: use the lapic timer for UP systems that are using the apic so thatpeter2005-04-154-95/+19
* MFi386: use c99 typespeter2005-04-151-2/+2
* Show that I can actually count.peter2005-04-151-2/+2
* MFi386: track bus.h changes (unsplit bus_${machine}.h)peter2005-04-152-1233/+1219
* Implement 32-bit compatable fsbase/gsbase methods so that we can runpeter2005-04-142-0/+26
* Always use the local APIC timer, even on UP machines.jhb2005-04-141-4/+0
* Follow i386's suit and include AGP support in the generic kernel.anholt2005-04-131-0/+2
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-123-3/+3
* The memory operands to fldcw and ldmxcsr are inputs, not outputs.jhb2005-04-121-2/+2
* Align the entry point to assembly language functions to a 16-byte boundary.alc2005-04-101-2/+1
* Eliminate a conditional branch and as a side-effect eliminate a branch toalc2005-04-101-5/+2
* 'apic' isn't optional on amd64, so don't speak as if it is.obrien2005-04-081-5/+0
* Fully initialize the required TSS fields so that the io permissioncperciva2005-04-063-1/+4
* Fix a change in a debug printf I missed in an earlier commit.jhb2005-04-051-1/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-046-136/+50
* The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after mynetchild2005-04-021-0/+1
* - Use a custom version of copyinuio() to implement readv/writev usingjhb2005-03-311-88/+55
* - Fix some sign extension problems with implicit 32 to 64 bit conversions.jhb2005-03-311-8/+11
* MFR5: rev 1.421.2.6: Enable support for 32-bit Linux binaries by default.obrien2005-03-311-0/+5
* Glue the arcmsr driver into the tree.scottl2005-03-312-0/+7
* Checkpoint today's tidy-up of the WIP disassembler. It now agrees withpeter2005-03-301-11/+40
* Commit my checkpoint of db_disasm.c that I hacked to understand some amd64peter2005-03-301-79/+116
OpenPOWER on IntegriCloud