aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the wchar_t type machine dependent.Andrew Turner2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data toKonstantin Belousov2012-06-222-0/+64
* - Remove unused code for CR3 and CR4.Jung-uk Kim2012-06-131-12/+11
* Share IPI init and startup code of mp_machdep.c with acpi_wakeup.cMitsuru IWASAKI2012-06-121-43/+1
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofMitsuru IWASAKI2012-06-091-0/+434
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGAndriy Gapon2012-06-031-4/+2
* Consitently use "__LP64__".David E. O'Brien2012-05-244-11/+11
* Don't expose i386-only ptrace constants on amd64. This broke gdb withJohn Baldwin2012-05-171-2/+4
* Revert part of r234723 by re-enabling the SMP protection forAttilio Rao2012-05-031-8/+0
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofAttilio Rao2012-04-261-0/+15
* Add x2apic MSR definitionsPeter Grehan2012-04-171-1/+35
* Trim stray blank line.John Baldwin2012-04-111-1/+0
* Recognize the RDRAND instruction feature.John Baldwin2012-04-091-0/+1
* Fix interrupt load balancing regression, introduced in revisionJustin T. Gibbs2012-04-061-3/+0
* Further tweak the changes made in r233709. The kernel doesn't permitJohn Baldwin2012-04-021-14/+25
* Make machine check exception logging more readable. On newer Intel systems,John Baldwin2012-04-022-9/+8
* Attempt to make machine check handling a bit more robust:John Baldwin2012-03-301-28/+72
* Move the legacy(4) driver to x86.John Baldwin2012-03-304-2/+437
* Fix an issue introduced in sys/x86/include/endian.h with r232721. InDimitry Andric2012-03-291-2/+2
* Revert sys/x86/include/endian.h to what it was before r233419, as thatDimitry Andric2012-03-291-3/+3
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIJohn Baldwin2012-03-292-14/+20
* Restore proper use of bounce buffers for ISA DMA. When locking wasJohn Baldwin2012-03-291-2/+3