summaryrefslogtreecommitdiffstats
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* loader: fix the size of MODINFOMD_MODULEProyger2015-01-201-1/+1
* Update the vdso timehands only via tc_windup().neel2015-01-201-6/+7
* Include mca_machdep.h.imp2015-01-181-0/+3
* Need to include opt_mca.h to test for DEV_MCA.imp2015-01-171-0/+1
* loader: implement multiboot support for Xen Dom0royger2015-01-151-5/+35
* For x86, read MAXPHYADDR, defined in SDM vol 3 4.1.4 Enumeration of Pagingkib2015-01-121-0/+3
* Right now, for non-coherent DMARs, page table update code flushes thekib2015-01-114-21/+54
* Fix calculation of requester for PCI device behind PCIe/PCI bridge.kib2015-01-101-25/+27
* Print rid when announcing DMAR context creation. Print sid when faultkib2015-01-102-4/+5
* Fix DMAR context allocations for the devices behind PCIe->PCI bridgeskib2015-01-091-1/+1
* Update Features2 to display SDBG capability of processor. This issbruno2015-01-082-1/+2
* Create a cpuset mask for each NUMA domain that is available in thejhb2015-01-081-1/+2
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-072-333/+96
* On some Intel CPUs with a P-state but not C-state invariant TSC the TSCjhb2015-01-051-6/+6
* Fix warning about possible use of uninitialized variable.hselasky2015-01-021-1/+1
* xen/intr: balance dynamic interrupts across available vCPUsroyger2014-12-101-0/+11
* xen: mask event channels while binding them to a vCPUroyger2014-12-101-11/+12
* xen: convert the Grant-table code to a NewBus deviceroyger2014-12-101-9/+0
* xen: create a new PCI bus overrideroyger2014-12-091-46/+4
* xen: notify ACPI about SCI overrideroyger2014-12-091-0/+9
* 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
OpenPOWER on IntegriCloud