aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add new ral(4) and ural(4) drivers.Damien Bergamini2005-05-241-0/+2
* Sync the style of these two files.David E. O'Brien2005-05-231-11/+15
* Fix some of the problems Bruce observed with this code.Peter Wemm2005-05-222-3/+4
* MFi386: set PMC vectorPeter Wemm2005-05-221-1/+6
* MFi386: remove commentPeter Wemm2005-05-221-3/+0
* For non-profiling kernels, there were two symbols assigned to the samePeter Wemm2005-05-211-2/+4
* Adjust the start_ap delay to match i386.David E. O'Brien2005-05-201-1/+1
* Fix mismerge in rev 1.226: wait 5 seconds as the comment documents,David E. O'Brien2005-05-201-1/+1
* - Move bus dependent defines to {isa,cbus}_dmareg.h.Yoshihiro Takahashi2005-05-142-5/+2
* - Move timerreg.h to <arch>/include and split i8253 specific defines intoYoshihiro Takahashi2005-05-146-104/+125
* Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)Jacques Vidrine2005-05-131-1/+1
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".Jacques Vidrine2005-05-132-0/+109
* Remove unused IO_NPX* defines.Yoshihiro Takahashi2005-05-121-2/+0
* Remove unused (besides being initialized) variable.Peter Wemm2005-05-051-2/+0
* Turn on PCB_FULLCTX in set_regs to fully restore contextDavid Xu2005-05-041-2/+1
* Implement an alternate method to stop CPUs when entering DDB. Normally we useDoug White2005-04-304-0/+93
* Remove the ACPI_MAX_THREADS option.Scott Long2005-04-251-3/+0
* Change cpu_set_kse_upcall to more generic style, so we can reuse itDavid Xu2005-04-231-5/+20
* Revert previous commit: The hwpmc(4) driver compiles on all platforms.Marcel Moolenaar2005-04-201-13/+0
* Don't enter the debugger if KDB_UNATTENDED is set or ifPaul Saab2005-04-201-1/+1
* o Reverse the inclusion chain from MD->MI to MI->MD by removing theMarcel Moolenaar2005-04-201-1/+1
* Move this to the specific architectures that are supported. #ifdef fooWarner Losh2005-04-191-0/+13
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+76
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-182-9/+47
* Update to DRM CVS as of 2005-04-12, bringing many changes:Eric Anholt2005-04-161-18/+9
* MFi386: sync rtc code - don't setup an interrupt handler for irq0 whenPeter Wemm2005-04-151-28/+32
* MFi386: remove NO_MIXED_MODEPeter Wemm2005-04-152-10/+0
* MFi386: use the lapic timer for UP systems that are using the apic so thatPeter Wemm2005-04-154-95/+19
* MFi386: use c99 typesPeter Wemm2005-04-151-2/+2
* Show that I can actually count.Peter Wemm2005-04-151-2/+2
* MFi386: track bus.h changes (unsplit bus_${machine}.h)Peter Wemm2005-04-152-1233/+1219
* Implement 32-bit compatable fsbase/gsbase methods so that we can runPeter Wemm2005-04-142-0/+26
* Always use the local APIC timer, even on UP machines.John Baldwin2005-04-141-4/+0
* Follow i386's suit and include AGP support in the generic kernel.Eric Anholt2005-04-131-0/+2
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicJohn Baldwin2005-04-123-3/+3
* The memory operands to fldcw and ldmxcsr are inputs, not outputs.John Baldwin2005-04-121-2/+2
* Align the entry point to assembly language functions to a 16-byte boundary.Alan Cox2005-04-101-2/+1
* Eliminate a conditional branch and as a side-effect eliminate a branch toAlan Cox2005-04-101-5/+2
* 'apic' isn't optional on amd64, so don't speak as if it is.David E. O'Brien2005-04-081-5/+0
* Fully initialize the required TSS fields so that the io permissionColin Percival2005-04-063-1/+4
* Fix a change in a debug printf I missed in an earlier commit.John Baldwin2005-04-051-1/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-046-136/+50
* The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after myAlexander Leidinger2005-04-021-0/+1
* - Use a custom version of copyinuio() to implement readv/writev usingJohn Baldwin2005-03-311-88/+55
* - Fix some sign extension problems with implicit 32 to 64 bit conversions.John Baldwin2005-03-311-8/+11
* MFR5: rev 1.421.2.6: Enable support for 32-bit Linux binaries by default.David E. O'Brien2005-03-311-0/+5
* Glue the arcmsr driver into the tree.Scott Long2005-03-312-0/+7
* Checkpoint today's tidy-up of the WIP disassembler. It now agrees withPeter Wemm2005-03-301-11/+40
* Commit my checkpoint of db_disasm.c that I hacked to understand some amd64Peter Wemm2005-03-301-79/+116
* Make ps_nargvstr and ps_nenvstr unsigned. This fixes an inputDavid Schultz2005-03-231-2/+2