summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* MFC 266263,266551,266552:jhb2014-06-121-6/+25
* MFC 263772: Fix build without SMP.jhb2014-06-041-1/+5
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,ian2014-05-142-18/+6
* MFC r263998:tijl2014-04-151-1/+1
* MFC r263001royger2014-04-041-183/+10
* MFC r263306:kib2014-03-253-17/+122
* MFC r263305:kib2014-03-251-0/+9
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-241-7/+0
* MFC r263304:kib2014-03-211-2/+2
* MFC: r262746, r262748, r262750, r262752jkim2014-03-101-1/+1
* MFC 261517,261520:jhb2014-02-186-18/+0
* MFC 259140:jhb2014-02-184-31/+42
* MFC r257417: Remove references to an unused fasttrap probe hookavg2014-02-171-1/+0
* 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
OpenPOWER on IntegriCloud