| Commit message (Expand) | Author | Age | Files | Lines |
* | Move <machine/apicvar.h> to <x86/apicvar.h>. | jhb | 2014-01-23 | 9 | -8/+233 |
* | - Reuse legacy_pcib_(read|write)_config() methods in the QPI pcib driver. | jhb | 2014-01-21 | 4 | -67/+14 |
* | - Only check the ivars for direct descendants. | jhb | 2014-01-20 | 1 | -4/+6 |
* | The changes in r233781 attempted to make logging during a machine check | jhb | 2014-01-08 | 1 | -5/+19 |
* | Retire machine/fdt.h as a header used by MI code, as its function is now | nwhitehorn | 2014-01-05 | 2 | -18/+6 |
* | Fix i386 build. | jhb | 2013-12-24 | 1 | -0/+1 |
* | Add a resume hook for bhyve that runs a function on all CPUs during | jhb | 2013-12-23 | 1 | -0/+5 |
* | Use fixed-width types for all fields in MP Table structures and pack | jhb | 2013-12-11 | 2 | -80/+83 |
* | Do not DELAY() for P-state transition unless we want to see the result. | mav | 2013-12-10 | 1 | -3/+2 |
* | Move constants for indices in the local APIC's local vector table from | jhb | 2013-12-09 | 4 | -31/+42 |
* | Fix the processor table entry structure to use a fixed-width type for | jhb | 2013-12-05 | 1 | -4/+4 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 1 | -8/+8 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) | emaste | 2013-11-14 | 1 | -1/+9 |
* | Fix gcc warning about an uninitialized bool in sys/x86/iommu/intel_drv.c. | dim | 2013-11-09 | 1 | -0/+2 |
* | Fix gcc warning about an empty device_printf() format string in | dim | 2013-11-09 | 1 | -1/+1 |
* | Fix (erroneous) gcc warnings about usage of uninitialized variables in | dim | 2013-11-09 | 1 | -0/+3 |
* | Fix gcc warnings about casting away const in sys/x86/iommu/intel_drv.c. | dim | 2013-11-09 | 1 | -5/+5 |
* | Initialize variable in sys/x86/iommu/busdma_dmar.c, to avoid possible | dim | 2013-11-08 | 1 | -0/+1 |
* | Add bits for the AMD features from CPUID function 0x80000001 ECX, | kib | 2013-11-08 | 1 | -0/+6 |
* | Fix powerd/states on AMD cpus. Resolves issues with system reporting: | sbruno | 2013-11-06 | 1 | -2/+7 |
* | Add support for queued invalidation. | kib | 2013-11-01 | 9 | -162/+843 |
* | Return BUS_PROBE_NOWILDCARD from the DMAR probe method. | kib | 2013-11-01 | 1 | -1/+1 |
* | Remove references to an unused fasttrap probe hook, and remove the | markj | 2013-10-31 | 1 | -1/+0 |
* | Remove redundand declaration, fixing the build with gcc. | kib | 2013-10-29 | 1 | -1/+0 |
* | Remove redundand assignment to error variable and check for its value [1]. | kib | 2013-10-28 | 1 | -6/+3 |
* | Import the driver for VT-d DMAR hardware, as specified in the revision | kib | 2013-10-28 | 11 | -0/+5705 |
* | Add a virtual table for the busdma methods on x86, to allow different | kib | 2013-10-27 | 3 | -998/+1330 |
* | Add bus_dmamap_load_ma() function to load map with the array of | kib | 2013-10-27 | 1 | -0/+10 |
* | Add ddb 'show ioapic' and 'show all ioapics' commands. | kib | 2013-10-24 | 1 | -0/+96 |
* | Add a va_copy() to our fall-back stdarg implementation for use with lint(1) | phk | 2013-10-07 | 1 | -0/+2 |
* | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | gibbs | 2013-10-05 | 3 | -13/+30 |
* | Correct panic caused by attaching both Xen PV and HyperV virtualization | gibbs | 2013-10-05 | 1 | -0/+1 |
* | sys/x86/xen/hvm.c: | gibbs | 2013-09-27 | 1 | -2/+3 |
* | Merge Xen PVHVM support into the GENERIC kernel config for both | gibbs | 2013-09-20 | 1 | -11/+42 |
* | Add support for suspend/resume/migration operations when running as a | gibbs | 2013-09-20 | 7 | -36/+212 |
* | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 2 | -9/+440 |
* | Conform to style(9). No functional changes. | gibbs | 2013-09-01 | 1 | -11/+11 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 4 | -0/+1391 |
* | Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0. | brooks | 2013-08-15 | 1 | -4/+4 |
* | Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, these | jkim | 2013-08-13 | 1 | -0/+80 |
* | Split the pagequeues per NUMA domains, and split pageademon process | kib | 2013-08-07 | 1 | -0/+4 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -3/+3 |
* | x86: detect mwait capabilities and extensions, when present | avg | 2013-07-28 | 1 | -0/+23 |
* | Fix a KTR_BUSDMA format string. | rpaulo | 2013-06-18 | 1 | -1/+1 |
* | Add basic support for FDT to i386 & amd64. This change includes: | marcel | 2013-05-21 | 3 | -0/+167 |
* | o Add accessor functions to add and remove pages from a specific | attilio | 2013-05-13 | 1 | -8/+12 |
* | Fix several typos | eadler | 2013-05-12 | 1 | -1/+1 |
* | 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 |