aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* Fix a KTR_BUSDMA format string.Rui Paulo2013-06-181-1/+1
* Add basic support for FDT to i386 & amd64. This change includes:Marcel Moolenaar2013-05-213-0/+167
* o Add accessor functions to add and remove pages from a specificAttilio Rao2013-05-131-8/+12
* Fix several typosEitan Adler2013-05-121-1/+1
* Adding a detach method to p4tcc driver.Hiren Panchasara2013-05-101-0/+20
* Revert r250339 as apparently it is more clutter than help.Attilio Rao2013-05-081-42/+0
* Add functions to do ACPI System Locality Information Table parsingAttilio Rao2013-05-071-0/+42
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-5/+3
* Introduce kern.timecounter.smp_tsc_adjust tunable (disabled by default) andAlexander Motin2013-04-181-3/+60
* Move the previously added CPUID7 macros to CPUID_STDEXT.Rui Paulo2013-04-181-17/+11
* Add the most current CPUID7_* definitions.Rui Paulo2013-04-181-0/+17
* Make the code to check if VMX is enabled more readable by using macrosNeel Natu2013-04-111-0/+5
* Unsynchronized TSCs on the host require special handling in bhyve:Neel Natu2013-04-101-1/+1
* Record the correct error in the trace.Konstantin Belousov2013-04-011-1/+1
* MFcalloutng:Alexander Motin2013-02-283-40/+19
* Use critical_enter/critical_exit around the time sensitive part ofWarner Losh2013-02-211-4/+12
* Correct comment about use of pmtimer, and the real reason it isn'tWarner Losh2013-02-211-3/+4
* Fix broken usage of splhigh() by removing it.Warner Losh2013-02-211-6/+2
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,Konstantin Belousov2013-02-205-0/+767
* Fixup r246916 in case gcc is used to build.Davide Italiano2013-02-191-0/+2
* MFcalloutng:Alexander Motin2013-02-171-4/+21
* Make VM_NDOMAIN a kernel option so that it can be enabled from a kernelJohn Baldwin2013-02-141-0/+2
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-260/+221
* x86 suspend/resume: suspend pics and pseudo-pics in reverse orderAndriy Gapon2013-02-022-8/+15
* The change to reduce default smp_tsc_shift caused tsc shift to becomeKonstantin Belousov2013-02-011-35/+43
* Reduce default shift used to calculate the max frequency for the TSCKonstantin Belousov2013-01-301-1/+7
* Don't attempt to use clflush on the local APIC register window. VariousJohn Baldwin2013-01-171-1/+1
* Add macros required to enable VMX operation on Intel processors.Neel Natu2013-01-051-0/+2
* Add bus_space_read_8 and bus_space_write_8 for amd64.Jim Harris2012-12-131-4/+34
* Revert r243960 based on feedback regarding keeping x86 headers unifiedJim Harris2012-12-131-0/+38
* Add amd64 implementations for 8-byte bus_space routines.Jim Harris2012-12-061-38/+0
* ioapic_program_intpin: program high bits before low bitsAndriy Gapon2012-12-011-2/+2
* Provide the reading and display of the Standard Extended Features,Konstantin Belousov2012-11-011-0/+11
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-223-0/+9
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-223-9/+0
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-091-1/+1
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofAttilio Rao2012-10-091-8/+1
* Add missing header needed by free(9).Kevin Lo2012-09-301-0/+1
* Free result of device_get_children(9).Kevin Lo2012-09-301-0/+1
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificJohn Baldwin2012-09-281-38/+8
* Allow static DMA allocations that allow for enough segments to do page-sizedJohn Baldwin2012-08-171-6/+7
* Merge ACPICA 20120816.Jung-uk Kim2012-08-161-1/+1
* During TSC synchronization test, use rdtsc() rather than rdtsc32(), toJim Harris2012-08-071-5/+5
* Correct function name in comment.John Baldwin2012-08-031-1/+1
* Microoptimize LAPIC timer routines to avoid reading from hardware duringAlexander Motin2012-08-031-19/+24
* Improve the handling of static DMA buffers that use non-default memoryJohn Baldwin2012-08-031-20/+23
* Do a trivial reformatting of the comment, to record the proper commitKonstantin Belousov2012-08-011-2/+1
* diff --git a/sys/x86/x86/tsc.c b/sys/x86/x86/tsc.cKonstantin Belousov2012-08-011-14/+86
* Add rmb() to tsc_read_##x to enforce serialization of rdtsc captures.Jim Harris2012-07-241-0/+2
* Add support for the XSAVEOPT instruction use. Our XSAVE/XRSTOR usageKonstantin Belousov2012-07-141-0/+5