summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 tojhb2012-03-291-1/+1
* Add software PMC support.fabient2012-03-281-7/+16
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-221-0/+1
* Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replacetijl2012-03-191-100/+3
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-191-594/+3
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-191-81/+3
* Move userland bits (and some common kernel bits) from amd64 and i386tijl2012-03-191-150/+1
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98tijl2012-03-181-138/+3
* Use exact width integer types in amd64/i386 reg.h to prepare for a merge.tijl2012-03-181-31/+31
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.tijl2012-03-162-84/+7
* Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replacetijl2012-03-041-38/+3
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.tijl2012-03-041-92/+3
* Copy amd64 float.h to x86 and merge with i386 float.h. Replacetijl2012-03-041-91/+3
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.tijl2012-02-281-72/+3
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.tijl2012-02-281-47/+3
* Copy amd64 endian.h to x86 and merge with i386 endian.h. Replacetijl2012-02-281-142/+3
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replacetijl2012-02-281-168/+3
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replacetijl2012-02-281-84/+3
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingtijl2012-02-281-113/+3
* Resort the IDT_DTRACE_RET constant after it was changed to be less thanjhb2012-02-271-1/+1
* Correct function prototype for read_rflags().jhb2012-02-271-1/+1
* Move xrstor/xsave/xsetbv into fpu.c and reorder them.kib2012-01-301-38/+0
* Synchronize the struct sigcontext definitions on x86 with mcontext_t.kib2012-01-301-1/+4
* Order newly added functions alphabetically.kib2012-01-251-12/+12
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+16
* Add support for the extended FPU states on amd64, both for nativekib2012-01-217-12/+52
* Add definitions for the FPU extended state header, legacy extendedkib2012-01-171-0/+22
* Modernize the fpusave structures definitions by using uint*_t types.kib2012-01-171-13/+18
* Implement xsetbv(), xsave() and xrstor() providing C access to thekib2012-01-171-0/+38
* Add definitions related to XCR0.kib2012-01-171-0/+13
* Add macro IS_BSP() to check whether the current CPU is BSP.kib2012-01-171-0/+2
* Replace __signed by signed.ed2011-12-131-1/+1
* Fix SIGATOMIC_M{IN,AX} on x86-64. These are meant to be the minimum values t...theraven2011-11-121-2/+2
* Attempt to improve formatting and content of several comments forkib2011-11-092-14/+11
* Fix the DTrace pid return trap interrupt vector. Previously we were usingrstone2011-11-072-3/+3
* People porting FreeBSD to new architectures ought not have todas2011-10-211-3/+8
* Remove unused define.kib2011-10-071-2/+0
* Put amd64_syscall() prototype in md_var.h.kib2011-09-151-0/+1
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.attilio2011-07-191-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* Correct cpu_monitor() and cpu_mwait() for amd64. These instructions takejkim2011-07-051-5/+7
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-221-41/+3
* Oops, missed these in 223424.jhb2011-06-221-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-081-1/+0
* Bring back the number of CPU to 32.attilio2011-06-071-1/+1
* MFCattilio2011-05-181-1/+12
* MFCattilio2011-05-131-0/+2
* MFCattilio2011-05-091-1/+0
* MFCattilio2011-05-061-0/+2
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-054-7/+7
OpenPOWER on IntegriCloud