| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding a detach method to p4tcc driver. | hiren | 2013-05-10 | 1 | -0/+20 |
* | Revert r250339 as apparently it is more clutter than help. | attilio | 2013-05-08 | 1 | -42/+0 |
* | Add functions to do ACPI System Locality Information Table parsing | attilio | 2013-05-07 | 1 | -0/+42 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 1 | -5/+3 |
* | Introduce kern.timecounter.smp_tsc_adjust tunable (disabled by default) and | mav | 2013-04-18 | 1 | -3/+60 |
* | Move the previously added CPUID7 macros to CPUID_STDEXT. | rpaulo | 2013-04-18 | 1 | -17/+11 |
* | Add the most current CPUID7_* definitions. | rpaulo | 2013-04-18 | 1 | -0/+17 |
* | Make the code to check if VMX is enabled more readable by using macros | neel | 2013-04-11 | 1 | -0/+5 |
* | Unsynchronized TSCs on the host require special handling in bhyve: | neel | 2013-04-10 | 1 | -1/+1 |
* | Record the correct error in the trace. | kib | 2013-04-01 | 1 | -1/+1 |
* | MFcalloutng: | mav | 2013-02-28 | 3 | -40/+19 |
* | Use critical_enter/critical_exit around the time sensitive part of | imp | 2013-02-21 | 1 | -4/+12 |
* | Correct comment about use of pmtimer, and the real reason it isn't | imp | 2013-02-21 | 1 | -3/+4 |
* | Fix broken usage of splhigh() by removing it. | imp | 2013-02-21 | 1 | -6/+2 |
* | Convert machine/elf.h, machine/frame.h, machine/sigframe.h, | kib | 2013-02-20 | 5 | -0/+767 |
* | Fixup r246916 in case gcc is used to build. | davide | 2013-02-19 | 1 | -0/+2 |
* | MFcalloutng: | mav | 2013-02-17 | 1 | -4/+21 |
* | Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel | jhb | 2013-02-14 | 1 | -0/+2 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 1 | -260/+221 |
* | x86 suspend/resume: suspend pics and pseudo-pics in reverse order | avg | 2013-02-02 | 2 | -8/+15 |
* | The change to reduce default smp_tsc_shift caused tsc shift to become | kib | 2013-02-01 | 1 | -35/+43 |
* | Reduce default shift used to calculate the max frequency for the TSC | kib | 2013-01-30 | 1 | -1/+7 |
* | 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 |