summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* Improve support for XSAVE with debuggers.jhb2014-11-212-12/+22
* MFamd64: Add support for extended FPU states on i386. This includesjhb2014-11-021-4/+2
* Rework virtual machine hypervisor detection.jhb2014-10-283-74/+174
* Output a summary of optional SVM features in dmesg similar to CPU features.grehan2014-10-271-0/+65
* xen: implement the privcmd user-space deviceroyger2014-10-221-2/+0
* xen: allow to register event channels without handlersroyger2014-10-221-17/+57
* xen: fix usage of kern_getenv in PVH coderoyger2014-10-221-1/+4
* Virtual machines can easily have more than 16 option ROMs andmarcel2014-10-221-2/+2
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-8/+1
* Merge from projects/bhyve_svm all the changes outside vmm.ko or bhyve utilities:neel2014-10-201-0/+14
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-163-3/+3
* Support Intel-specific MSRs that are accessed when booting up a linux in bhyve:neel2014-10-091-0/+4
* Missing from previous commit - keep the VM domain -> PXM mappingadrian2014-10-091-8/+28
* Pass up the error status of minidumpsys() to its callers.markj2014-10-081-4/+3
* Fix build for i386 kernels with out 'I686_CPU'.jhb2014-10-061-1/+1
* xen: add the Xen implementation of pci_child_added methodroyger2014-09-301-0/+24
* msi: add Xen MSI implementationroyger2014-09-307-1/+344
* xen: add proper copyright attributionroyger2014-09-261-0/+1
* ddb: allow specifying the exact address of the symtab and strtabroyger2014-09-251-0/+79
* Restructure the MSR handling so it is entirely handled by processor-specificneel2014-09-201-0/+4
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-2/+2
* xen: don't set suspend/resume methods for the PIRQ PICroyger2014-09-151-2/+0
* To workaround an errata on certain Pentium Pro CPUs, i386 disablesjhb2014-09-101-10/+1
* Move code to set various MSRs on AMD cpus out of printcpuinfo() andjhb2014-09-101-19/+0
* Add a define for index of IA32_XSS MSR, which is, per SDM rev. 50, ankib2014-09-061-0/+2
* SDM rev. 50 defines the use of the next 8 bytes in the xstate header.kib2014-09-061-1/+3
* Add more bits for the XSAVE features from CPUID 0xd, sub-function 1kib2014-09-062-0/+16
* Create a separate structure for per-CPU state saved across suspend andjhb2014-09-061-18/+21
* Merge the amd64 and i386 identcpu.c into a single x86 implementation.jhb2014-09-041-0/+1989
* - Move blacklists of broken TSCs out of the printcpuinfo() functionjhb2014-09-041-0/+33
* Save and restore FPU state across suspend and resume. In earlier revisionsjhb2014-08-301-0/+10
* atpic: make sure atpic_init is called after IO APIC initializationroyger2014-08-071-1/+1
* xen: add ACPI bus to xen_nexus when running as Dom0royger2014-08-042-3/+39
* xen: implement support for mapping IO APIC interrupts on Xenroyger2014-08-042-0/+117
* x86/madt: make the interrupt override parser a public functionroyger2014-08-042-30/+50
* xen: change quality of the MADT ACPI enumeratorroyger2014-08-042-2/+2
* xen: change order of Xen intr init and IO APIC registrationroyger2014-08-042-2/+2
* xen: add a DDB command to print event channel informationroyger2014-08-041-0/+77
* xen: mask all event channels on initroyger2014-08-041-0/+4
* xen: implement event channel PIRQ supportroyger2014-08-041-18/+202
* - Output a summary of optional VT-x features in dmesg similar to CPUjhb2014-07-301-0/+19
* Fix yet another comment typo in r269052.marius2014-07-291-1/+1
* Fix comment typo in r269052.marius2014-07-291-1/+1
* Add missing newline to output dmesg properly.akiyama2014-07-281-2/+2
* Add error return to dumpsys(), and use it in doadump().gavin2014-07-251-3/+4
* Intel desktop Haswell CPUs may report benign corrected parity errors (seemarius2014-07-241-0/+26
* Fix build with SMP disabled.jhb2014-07-152-0/+8
* Remove ia64.marcel2014-07-072-4/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-287-19/+6
* Revert r267961, r267973:gjb2014-06-277-6/+19
OpenPOWER on IntegriCloud