summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-8/+8
* MFC 259823:jhb2014-01-311-0/+1
* MFC 259782:jhb2014-01-291-0/+5
* MFC r259197:mav2014-01-091-3/+2
* MFC 259013:jhb2013-12-241-4/+4
* MFC DMAR busdma implementation.kib2013-12-1713-1/+6389
* MFC r257230:kib2013-12-173-998/+1330
* MFC r257228:kib2013-12-171-0/+10
* MFC r257769 to stable/10sbruno2013-12-051-2/+7
* MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-251-1/+9
* MFC r257856:kib2013-11-151-0/+6
* MFC r257069:kib2013-11-011-0/+96
* Add a va_copy() to our fall-back stdarg implementation for use with lint(1)phk2013-10-071-0/+2
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-053-13/+30
* Correct panic caused by attaching both Xen PV and HyperV virtualizationgibbs2013-10-051-0/+1
* sys/x86/xen/hvm.c:gibbs2013-09-271-2/+3
* Merge Xen PVHVM support into the GENERIC kernel config for bothgibbs2013-09-201-11/+42
* Add support for suspend/resume/migration operations when running as agibbs2013-09-207-36/+212
* Implement PV IPIs for PVHVM guests and further converge PV and HVMgibbs2013-09-062-9/+440
* Conform to style(9). No functional changes.gibbs2013-09-011-11/+11
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-294-0/+1391
* Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0.brooks2013-08-151-4/+4
* Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, thesejkim2013-08-131-0/+80
* Split the pagequeues per NUMA domains, and split pageademon processkib2013-08-071-0/+4
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-3/+3
* x86: detect mwait capabilities and extensions, when presentavg2013-07-281-0/+23
* Fix a KTR_BUSDMA format string.rpaulo2013-06-181-1/+1
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-213-0/+167
* o Add accessor functions to add and remove pages from a specificattilio2013-05-131-8/+12
* Fix several typoseadler2013-05-121-1/+1
* Adding a detach method to p4tcc driver.hiren2013-05-101-0/+20
* Revert r250339 as apparently it is more clutter than help.attilio2013-05-081-42/+0
* Add functions to do ACPI System Locality Information Table parsingattilio2013-05-071-0/+42
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-071-5/+3
* Introduce kern.timecounter.smp_tsc_adjust tunable (disabled by default) andmav2013-04-181-3/+60
* Move the previously added CPUID7 macros to CPUID_STDEXT.rpaulo2013-04-181-17/+11
* Add the most current CPUID7_* definitions.rpaulo2013-04-181-0/+17
* Make the code to check if VMX is enabled more readable by using macrosneel2013-04-111-0/+5
* Unsynchronized TSCs on the host require special handling in bhyve:neel2013-04-101-1/+1
* Record the correct error in the trace.kib2013-04-011-1/+1
* MFcalloutng:mav2013-02-283-40/+19
* Use critical_enter/critical_exit around the time sensitive part ofimp2013-02-211-4/+12
* Correct comment about use of pmtimer, and the real reason it isn'timp2013-02-211-3/+4
* Fix broken usage of splhigh() by removing it.imp2013-02-211-6/+2
* Convert machine/elf.h, machine/frame.h, machine/sigframe.h,kib2013-02-205-0/+767
* Fixup r246916 in case gcc is used to build.davide2013-02-191-0/+2
* MFcalloutng:mav2013-02-171-4/+21
* Make VM_NDOMAIN a kernel option so that it can be enabled from a kerneljhb2013-02-141-0/+2
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-260/+221
* x86 suspend/resume: suspend pics and pseudo-pics in reverse orderavg2013-02-022-8/+15
OpenPOWER on IntegriCloud