| Commit message (Expand) | Author | Age | Files | Lines |
* | Add macros required to enable VMX operation on Intel processors. | neel | 2013-01-05 | 1 | -0/+2 |
* | Add bus_space_read_8 and bus_space_write_8 for amd64. | jimharris | 2012-12-13 | 1 | -4/+34 |
* | Revert r243960 based on feedback regarding keeping x86 headers unified | jimharris | 2012-12-13 | 1 | -0/+38 |
* | Add amd64 implementations for 8-byte bus_space routines. | jimharris | 2012-12-06 | 1 | -38/+0 |
* | Provide the reading and display of the Standard Extended Features, | kib | 2012-11-01 | 1 | -0/+11 |
* | Add an unified macro to deny ability from the compiler to reorder | attilio | 2012-10-09 | 1 | -1/+1 |
* | Add support for the XSAVEOPT instruction use. Our XSAVE/XRSTOR usage | kib | 2012-07-14 | 1 | -0/+5 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+42 |
* | Consitently use "__LP64__". | obrien | 2012-05-24 | 4 | -11/+11 |
* | Don't expose i386-only ptrace constants on amd64. This broke gdb with | jhb | 2012-05-17 | 1 | -2/+4 |
* | Add x2apic MSR definitions | grehan | 2012-04-17 | 1 | -1/+35 |
* | Recognize the RDRAND instruction feature. | jhb | 2012-04-09 | 1 | -0/+1 |
* | Make machine check exception logging more readable. On newer Intel systems, | jhb | 2012-04-02 | 1 | -1/+1 |
* | Move the legacy(4) driver to x86. | jhb | 2012-03-30 | 1 | -0/+63 |
* | Fix an issue introduced in sys/x86/include/endian.h with r232721. In | dim | 2012-03-29 | 1 | -2/+2 |
* | Revert sys/x86/include/endian.h to what it was before r233419, as that | dim | 2012-03-29 | 1 | -3/+3 |
* | Move the DTrace return IDT vector back up from 0x20 to 0x92. The 0x20 | jhb | 2012-03-28 | 1 | -1/+1 |
* | Fix the following clang warning in sys/dev/dcons/dcons.c, caused by the | dim | 2012-03-24 | 1 | -3/+3 |
* | Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replace | tijl | 2012-03-19 | 1 | -0/+138 |
* | Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replace | tijl | 2012-03-19 | 1 | -0/+678 |
* | Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs. | tijl | 2012-03-19 | 1 | -0/+84 |
* | Move userland bits (and some common kernel bits) from amd64 and i386 | tijl | 2012-03-19 | 1 | -0/+286 |
* | Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h. | tijl | 2012-03-18 | 1 | -5/+8 |
* | Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98 | tijl | 2012-03-18 | 1 | -0/+253 |
* | Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h. | tijl | 2012-03-16 | 1 | -0/+216 |
* | Add casts to __uint16_t to the __bswap16() macros on all arches which | dim | 2012-03-09 | 1 | -2/+2 |
* | Cast the expression in __bswap16(x) to __uint16_t because it is promoted | tijl | 2012-03-09 | 1 | -2/+2 |
* | Clean up x86 endian.h: | tijl | 2012-03-09 | 1 | -44/+37 |
* | Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace | tijl | 2012-03-04 | 1 | -0/+48 |
* | Do not use INT64_C and UINT64_C to define 64 bit integer limits. They | tijl | 2012-03-04 | 1 | -6/+10 |
* | Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs. | tijl | 2012-03-04 | 1 | -0/+95 |
* | Copy amd64 float.h to x86 and merge with i386 float.h. Replace | tijl | 2012-03-04 | 1 | -0/+98 |
* | Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs. | tijl | 2012-02-28 | 1 | -0/+75 |
* | Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs. | tijl | 2012-02-28 | 1 | -0/+50 |
* | Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace | tijl | 2012-02-28 | 1 | -0/+138 |
* | Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replace | tijl | 2012-02-28 | 1 | -0/+191 |
* | Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replace | tijl | 2012-02-28 | 1 | -0/+101 |
* | Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing | tijl | 2012-02-28 | 1 | -0/+160 |
* | Fix build when NEW_PCIB is not defined. | jhb | 2011-07-16 | 1 | -1/+3 |
* | Respect the BIOS/firmware's notion of acceptable address ranges for PCI | jhb | 2011-07-15 | 1 | -1/+61 |
* | Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to | jhb | 2011-06-22 | 1 | -0/+60 |
* | Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98 | tijl | 2011-01-08 | 1 | -0/+221 |
* | Merge amd64 and i386 bus.h and move the resulting header to x86. Replace | tijl | 2010-12-20 | 1 | -0/+1098 |
* | Merge amd64/i386 _align.h by aligning on the size of register_t (copied | tijl | 2010-11-26 | 1 | -0/+52 |
* | Move identical copies of apm_bios.h to sys/x86/include, replace them with | jkim | 2010-11-11 | 1 | -0/+264 |
* | Move the mptable.h under x86/include/. | attilio | 2010-11-09 | 1 | -0/+146 |
* | Move <machine/apicreg.h> to <x86/apicreg.h>. | jhb | 2010-11-01 | 1 | -0/+445 |
* | Move the <machine/mca.h> header to <x86/mca.h>. | jhb | 2010-11-01 | 1 | -0/+56 |