| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't attempt to use clflush on the local APIC register window. Various | jhb | 2013-01-17 | 1 | -1/+1 |
* | Add macros required to enable VMX operation on Intel processors. | neel | 2013-01-05 | 1 | -0/+2 |
* | Add bus_space_read_8 and bus_space_write_8 for amd64. | jimharris | 2012-12-13 | 1 | -4/+34 |
* | Revert r243960 based on feedback regarding keeping x86 headers unified | jimharris | 2012-12-13 | 1 | -0/+38 |
* | Add amd64 implementations for 8-byte bus_space routines. | jimharris | 2012-12-06 | 1 | -38/+0 |
* | ioapic_program_intpin: program high bits before low bits | avg | 2012-12-01 | 1 | -2/+2 |
* | Provide the reading and display of the Standard Extended Features, | kib | 2012-11-01 | 1 | -0/+11 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 3 | -0/+9 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 3 | -9/+0 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -1/+1 |
* | Reverts r234074,234105,234564,234723,234989,235231-235232 and part of | attilio | 2012-10-09 | 1 | -8/+1 |
* | Add missing header needed by free(9). | kevlo | 2012-09-30 | 1 | -0/+1 |
* | Free result of device_get_children(9). | kevlo | 2012-09-30 | 1 | -0/+1 |
* | - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specific | jhb | 2012-09-28 | 1 | -38/+8 |
* | Allow static DMA allocations that allow for enough segments to do page-sized | jhb | 2012-08-17 | 1 | -6/+7 |
* | Merge ACPICA 20120816. | jkim | 2012-08-16 | 1 | -1/+1 |
* | During TSC synchronization test, use rdtsc() rather than rdtsc32(), to | jimharris | 2012-08-07 | 1 | -5/+5 |
* | Correct function name in comment. | jhb | 2012-08-03 | 1 | -1/+1 |
* | Microoptimize LAPIC timer routines to avoid reading from hardware during | mav | 2012-08-03 | 1 | -19/+24 |
* | Improve the handling of static DMA buffers that use non-default memory | jhb | 2012-08-03 | 1 | -20/+23 |
* | Do a trivial reformatting of the comment, to record the proper commit | kib | 2012-08-01 | 1 | -2/+1 |
* | diff --git a/sys/x86/x86/tsc.c b/sys/x86/x86/tsc.c | kib | 2012-08-01 | 1 | -14/+86 |
* | Add rmb() to tsc_read_##x to enforce serialization of rdtsc captures. | jimharris | 2012-07-24 | 1 | -0/+2 |
* | Add support for the XSAVEOPT instruction use. Our XSAVE/XRSTOR usage | kib | 2012-07-14 | 1 | -0/+5 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 2 | -0/+64 |
* | - Remove unused code for CR3 and CR4. | jkim | 2012-06-13 | 1 | -12/+11 |
* | Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c | iwasaki | 2012-06-12 | 1 | -43/+1 |
* | Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of | iwasaki | 2012-06-09 | 1 | -0/+434 |
* | free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOG | avg | 2012-06-03 | 1 | -4/+2 |
* | Consitently use "__LP64__". | obrien | 2012-05-24 | 4 | -11/+11 |
* | Don't expose i386-only ptrace constants on amd64. This broke gdb with | jhb | 2012-05-17 | 1 | -2/+4 |
* | Revert part of r234723 by re-enabling the SMP protection for | attilio | 2012-05-03 | 1 | -8/+0 |
* | Clean up the intr* MD KPI from the SMP dependency, removing a cause of | attilio | 2012-04-26 | 1 | -0/+15 |
* | Add x2apic MSR definitions | grehan | 2012-04-17 | 1 | -1/+35 |
* | Trim stray blank line. | jhb | 2012-04-11 | 1 | -1/+0 |
* | Recognize the RDRAND instruction feature. | jhb | 2012-04-09 | 1 | -0/+1 |
* | Fix interrupt load balancing regression, introduced in revision | gibbs | 2012-04-06 | 1 | -3/+0 |
* | Further tweak the changes made in r233709. The kernel doesn't permit | jhb | 2012-04-02 | 1 | -14/+25 |
* | Make machine check exception logging more readable. On newer Intel systems, | jhb | 2012-04-02 | 2 | -9/+8 |
* | Attempt to make machine check handling a bit more robust: | jhb | 2012-03-30 | 1 | -28/+72 |
* | Move the legacy(4) driver to x86. | jhb | 2012-03-30 | 4 | -2/+437 |
* | Fix an issue introduced in sys/x86/include/endian.h with r232721. In | dim | 2012-03-29 | 1 | -2/+2 |
* | Revert sys/x86/include/endian.h to what it was before r233419, as that | dim | 2012-03-29 | 1 | -3/+3 |
* | Use a more proper fix for enabling HT MSI mapping windows on Host-PCI | jhb | 2012-03-29 | 2 | -14/+20 |
* | Restore proper use of bounce buffers for ISA DMA. When locking was | jhb | 2012-03-29 | 1 | -2/+3 |
* | Allocate the ioapics[] array dynamically since it is only needed for the | jhb | 2012-03-28 | 1 | -5/+11 |
* | Move the DTrace return IDT vector back up from 0x20 to 0x92. The 0x20 | jhb | 2012-03-28 | 1 | -1/+1 |
* | Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the | dim | 2012-03-24 | 1 | -3/+3 |
* | Mark the 'lapics' and 'ioapics' arrays here static since they are | jhb | 2012-03-22 | 1 | -2/+2 |