summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ps_nargvstr and ps_nenvstr unsigned. This fixes an inputdas2005-03-231-2/+2
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-221-0/+1
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-181-0/+1
* s/SLIST/STAILQ/phk2005-03-181-1/+1
* Remove comments relevant only to pc98 as there are no amd64 pc98 machines.imp2005-03-161-11/+1
* Make it clear nve needs mii, and shorten long comment line.obrien2005-03-161-2/+2
* Enable ehci by default on i386 and amd64. It had got to the stageiedowse2005-03-161-0/+1
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-151-20/+0
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-141-247/+13
* MFCi386: Prevent integer underflow that could result in all memory beingscottl2005-03-121-3/+9
* FreeBSD consumer bits of the nForce MCP NIC binary blob.obrien2005-03-121-0/+1
* Remove diffs to i386 version that came in via the compiler support ifdefs.peter2005-03-1110-28/+37
* MFi386: reduce apic clock interrupt ratepeter2005-03-111-15/+5
* Fix a mismerge of i386 rev 1.209peter2005-03-111-1/+1
* Match i386 rev 1.38 with __cplusplus supportpeter2005-03-111-0/+8
* Fixup KTR traces.mux2005-03-081-18/+18
* Use __func__ in the KTR_BUSDMA traces. This avoids copy and pastemux2005-03-081-35/+33
* Remove dead code.scottl2005-03-071-17/+0
OpenPOWER on IntegriCloud