summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Make the MacBook3,1 boot again.ed2009-08-021-0/+1
* Refine the MacBook hack to only match early models that have Intel ICH.rpaulo2009-07-271-1/+4
* Restore the segment registers and segment base MSRs for amd64 syscallkib2009-07-091-0/+4
* MFi386: Add a 'show idt' command to DDB to display the non-default functionjhb2009-07-061-1/+26
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+2
* Move C1E workaround into its own idle function. Previous workaround worksariff2009-06-091-0/+73
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+10
* Implement simple machine check support for amd64 and i386.jhb2009-05-131-0/+2
* Simplify in/out functions (for i386 and AMD64).ed2009-04-111-29/+8
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-24/+89
* Add separate gdt descriptors for %fs and %gs on amd64.kib2009-04-011-15/+56
* Fix an uninitialized variable from the previous commit.jkim2009-03-311-1/+2
* Probe size of installed memory modules from loader and display itjkim2009-03-311-3/+13
* Convert gdt_segs and ldt_segs initialization to C99 style.kib2009-03-261-73/+72
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-111-0/+8
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-221-1955/+0
| * MFCkib2008-03-271-1/+1
| * MFC: Add constants for the different memory types in the SMAP table andjhb2008-03-211-1/+1
| * MFC revision 1.679:rpaulo2007-12-191-0/+25
| * MFC: Add support for debugging double fault frames.jhb2007-11-211-1/+0
| * MFC rev 1.669: "Use a known good stack at the time of servicing anjkoshy2007-08-071-1/+1
| * MFC: Store fault address into POSIX siginfo.davidxu2006-12-011-0/+1
| * MFC: Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-301-14/+4
| * MFC: Sync sizes of physmap[], phys_avail[], and dump_avail[] and bump upjhb2006-09-111-4/+4
| * MFC: Fix hw.physmem/MAXMEM usage on systems with SMAP (including systemsjhb2006-07-311-7/+7
| * MFC: clear invalid bits in SSE mxcsr register.davidxu2006-07-011-2/+5
| * MFC: Don't allow userland to set hardware watch points on kernel memory.jhb2006-03-201-23/+20
| * MFC amd64/amd64/machdep.c revision 1.646, i386/i386/machdep.cdavidxu2006-02-071-1/+2
| * MFC: More fully setup the ATPICs including setting up spurious interruptjhb2005-11-281-8/+28
| * Merge cpu_swtch.S:1.154, machdep.c:1.642 from HEAD:davidxu2005-11-081-0/+2
| * MFC: allow FreeBSD/amd64 to boot on certain Dell machines that have morepeter2005-11-051-1/+1
| * MFC revision 1.639: Don't let the upper bits of %dr6/%dr7 get set.cperciva2005-10-021-0/+4
* | A better fix for handling different FPU initial control words for differentjhb2009-03-051-1/+2
* | Improve robustness of NMI handling, for NMIs recognized in kerneljkoshy2009-02-031-1/+13
* | The pcb_gs32p should be per-cpu, not per-thread pointer. This iskib2008-09-081-0/+1
* | Fix inconsistencies in the comments.kib2008-09-081-2/+2
* | - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386kib2008-09-021-0/+1
* | Band-aid a problem with 32 bit selector setup.peter2008-07-091-0/+4
* | - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-40/+171
* | Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* | Put in a real isa_irq_pending() stub in order to remove two lines of dmesgpeter2008-04-191-2/+14
* | In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* | Since version 4.3, gcc changed its behaviour concerning the i386/amd64kib2008-03-131-1/+1
* | Remove kernel support for M:N threading.jeff2008-03-121-1/+1
* | Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+2
* | Disallow the legacy USB circuit to generate an SMI# via an ICHrpaulo2007-12-121-0/+25
* | Add support for cross double fault frames in stack traces:jhb2007-11-151-1/+0
* | Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+1
* | - Add constants for the different memory types in the SMAP table.jhb2007-10-281-1/+1
* | Backout experimental adaptive-spin umtx code.davidxu2007-06-061-1/+0
OpenPOWER on IntegriCloud