summaryrefslogtreecommitdiffstats
path: root/sys/x86/include
Commit message (Expand)AuthorAgeFilesLines
* POSIX states that #include <signal.h> shall make both mcontext_t andkib2016-02-121-0/+5
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-272-3/+4
* Move amd64 metadata.h to x86 and share with i386emaste2016-01-071-0/+57
* Add standard extended feature bit 6 from the Intel SDM rev. 57, whichkib2015-12-291-0/+1
* Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.jhb2015-12-231-0/+54
* x86: Add CPUID_STDEXT_* macros for CPU feature bitscem2015-12-211-0/+5
* Merge common parts of i386 and amd64 md_var.h and smp.h intokib2015-12-072-0/+213
* xen: Code cleanup and small bug fixesroyger2015-10-212-95/+0
* x86/xen: Consolidate xen-os.h in a single placeroyger2015-10-211-0/+132
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-112-1/+7
* Remove the arg0 field from struct amd64_frame. Its existence was a bug,markj2015-09-111-1/+0
* Merge stack(9) implementations for i386 and amd64 under x86/.markj2015-09-111-0/+58
* Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too.imp2015-08-281-1/+1
* Better support memory mapped console devices, such as VGA and EFImarcel2015-08-121-21/+4
* Fix more style issues.jkim2015-08-051-3/+3
* Rationalize BSD license on sys/*/include/float.hemaste2015-08-051-1/+1
* Fix style(9) bugs.jkim2015-08-041-6/+5
* Always define __va_list for amd64 and restore pre-r232261 behavior for i386.jkim2015-08-041-2/+11
* Add bit names for the IA32_MISC_ENABLE msr.kib2015-07-281-0/+11
* Add x86 PT_GETFSBASE, PT_GETGSBASE machine-depended ptrace requests tokib2015-06-291-0/+4
* Rewrite amd64 PCID implementation to follow an algorithm described inkib2015-05-091-0/+1
* If x86 CPU implementation of the MWAIT instruction reasonablykib2015-05-091-0/+1
* Add macros for AMD-specific bits in MSR_EFER: LMSLE, FFXSR and TCE.neel2015-05-061-1/+4
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-8/+0
* Microsoft vmbus, storage and other related driver enhancements for HyperV.whu2015-04-291-0/+1
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* Revert unrelated chunk from the r281707.kib2015-04-181-1/+0
* Remove lazy pmap switch code from i386. Naive benchmark with md(4)kib2015-04-181-0/+1
* Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>jhb2015-04-081-0/+1
* Use VT-d interrupt remapping block (IR) to perform FSB messageskib2015-03-191-0/+5
* Add x86 specific APIs 'lapic_ipi_alloc()' and 'lapic_ipi_free()' to allow IPIneel2015-03-141-6/+26
* Free up the IPI slot used by IPI_STOP_HARD.neel2015-03-011-1/+6
* Implements EOI suppression mode, where LAPIC on EOI command forkib2015-02-261-0/+1
* Detect whether x2APIC on VMWare is usable without interruptkib2015-02-141-0/+5
* Add x2APIC support. Enable it by default if CPU is capable. Thekib2015-02-093-0/+75
* Add interface to derive a TSC frequency from the pvclockbryanv2015-02-041-0/+1
* Generalized parts of the XEN timer code into a generic pvclockbryanv2015-02-041-0/+58
* Update Features2 to display SDBG capability of processor. This issbruno2015-01-081-0/+1
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-071-0/+87
* Improve support for XSAVE with debuggers.jhb2014-11-212-12/+22
* Rework virtual machine hypervisor detection.jhb2014-10-281-0/+47
* Merge from projects/bhyve_svm all the changes outside vmm.ko or bhyve utilities:neel2014-10-201-0/+14
* Support Intel-specific MSRs that are accessed when booting up a linux in bhyve:neel2014-10-091-0/+4
* msi: add Xen MSI implementationroyger2014-09-301-0/+1
* Restructure the MSR handling so it is entirely handled by processor-specificneel2014-09-201-0/+4
* 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-061-0/+3
* xen: add ACPI bus to xen_nexus when running as Dom0royger2014-08-041-0/+9
* x86/madt: make the interrupt override parser a public functionroyger2014-08-041-0/+7
OpenPOWER on IntegriCloud