summaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* MFC 270850,271053,271192,271717:John Baldwin2014-09-221-15/+28
* MFC r263859:Shunsuke Akiyama2014-08-311-10/+8
* MFC r267921, r267934, r267949, r267959, r267966, r268202, r268276,Peter Grehan2014-08-191-0/+19
* MFC: r260457Marius Strobl2014-08-051-7/+48
* Merge r266746, 266775:Scott Long2014-07-011-30/+35
* MFC r263795:Craig Rodrigues2014-06-231-4/+8
* Undo bad merge.Craig Rodrigues2014-06-231-8/+4
* MFC r263795:Craig Rodrigues2014-06-231-4/+8
* MFC 266263,266551,266552:John Baldwin2014-06-121-6/+25
* MFC 263772: Fix build without SMP.John Baldwin2014-06-041-1/+5
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,Ian Lepore2014-05-142-18/+6
* MFC r263998:Tijl Coosemans2014-04-151-1/+1
* MFC r263001Roger Pau Monné2014-04-041-183/+10
* MFC r263306:Konstantin Belousov2014-03-253-17/+122
* MFC r263305:Konstantin Belousov2014-03-251-0/+9
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-241-7/+0
* MFC r263304:Konstantin Belousov2014-03-211-2/+2
* MFC: r262746, r262748, r262750, r262752Jung-uk Kim2014-03-101-1/+1
* MFC 261517,261520:John Baldwin2014-02-186-18/+0
* MFC 259140:John Baldwin2014-02-184-31/+42
* MFC r257417: Remove references to an unused fasttrap probe hookAndriy Gapon2014-02-171-1/+0
* MFC r258779,r258780,r258787,r258822:Eitan Adler2014-02-041-8/+8
* MFC 259823:John Baldwin2014-01-311-0/+1
* MFC 259782:John Baldwin2014-01-291-0/+5
* MFC r259197:Alexander Motin2014-01-091-3/+2
* MFC 259013:John Baldwin2013-12-241-4/+4
* MFC DMAR busdma implementation.Konstantin Belousov2013-12-1713-1/+6389
* MFC r257230:Konstantin Belousov2013-12-173-998/+1330
* MFC r257228:Konstantin Belousov2013-12-171-0/+10
* MFC r257769 to stable/10Sean Bruno2013-12-051-2/+7
* MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)Ed Maste2013-11-251-1/+9
* MFC r257856:Konstantin Belousov2013-11-151-0/+6
* MFC r257069:Konstantin Belousov2013-11-011-0/+96
* Add a va_copy() to our fall-back stdarg implementation for use with lint(1)Poul-Henning Kamp2013-10-071-0/+2
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idJustin T. Gibbs2013-10-053-13/+30
* Correct panic caused by attaching both Xen PV and HyperV virtualizationJustin T. Gibbs2013-10-051-0/+1
* sys/x86/xen/hvm.c:Justin T. Gibbs2013-09-271-2/+3
* Merge Xen PVHVM support into the GENERIC kernel config for bothJustin T. Gibbs2013-09-201-11/+42
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-207-36/+212
* Implement PV IPIs for PVHVM guests and further converge PV and HVMJustin T. Gibbs2013-09-062-9/+440
* Conform to style(9). No functional changes.Justin T. Gibbs2013-09-011-11/+11
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-294-0/+1391
* Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0.Brooks Davis2013-08-151-4/+4
* Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, theseJung-uk Kim2013-08-131-0/+80
* Split the pagequeues per NUMA domains, and split pageademon processKonstantin Belousov2013-08-071-0/+4
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-3/+3
* x86: detect mwait capabilities and extensions, when presentAndriy Gapon2013-07-281-0/+23
* Fix a KTR_BUSDMA format string.Rui Paulo2013-06-181-1/+1
* Add basic support for FDT to i386 & amd64. This change includes:Marcel Moolenaar2013-05-213-0/+167
* o Add accessor functions to add and remove pages from a specificAttilio Rao2013-05-131-8/+12