summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Add separate gdt descriptors for %fs and %gs on amd64.kib2009-04-011-9/+13
* Fully enumerate all i386 sysarch commands an amd64 include file.kib2009-04-011-0/+21
* Add all segment registers for the amd64 CPU to struct reg and mcontext.kib2009-04-012-6/+26
* Provide convenient definition of the union descriptor, similar to thekib2009-04-011-0/+17
* Update stale comments. The alternate address space mapping was eliminatedalc2009-03-221-7/+1
* In general, the kernel virtual address of the pml4 page table page that isalc2009-03-221-0/+4
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* Initial suspend/resume support for amd64.jkim2009-03-173-0/+17
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-117-1/+1292
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-2273-9462/+0
| * MFC: Add the optional nvram(4) device. As with 7.x, this device is offjhb2008-08-011-1/+2
| * MFC: 180149 / 1.49.2.1 (which was MFC of r180109 / rev 1.53)obrien2008-07-011-2/+11
| * MFC: Add constants for the different memory types in the SMAP table andjhb2008-03-211-2/+8
| * MFC: Use a runtime mask for the PhysBase and PhysMask fields in variablejhb2008-03-191-2/+2
| * MFC: Add constants for the various fields in MTRR registers and applyjhb2008-03-191-0/+15
| * MFC GET_STACK_USAGE() macro to be used for netgraph stack protection.mav2008-02-061-0/+13
| * MFC: Always assume type #1 PCI config transactions for amd64 and relax thejhb2007-12-061-5/+0
| * MFC: sys/amd64/include/elf.h 1.19; sys/arm/include/elf.h 1.8;marius2007-12-031-25/+0
| * MFC: Handle CPUs with APIC IDs higher than 32.jhb2007-10-051-0/+1
| * MFC: whitespace changes from HEADdes2007-09-281-76/+76
| * MFC: synch with HEAD, minus whitespace changes.des2007-09-281-3/+14
| * MFC: Partial MFC of earlier minor fixes and tweaks to x86 interrupt code:jhb2007-08-151-3/+3
| * MFC: Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-08-151-2/+2
| * MFC Revision 1.531 of pmap.c:alc2007-05-061-0/+1
| * MFC: Initial PAT support including the following:jhb2007-05-021-0/+5
| * MFC: Add various constants for the PAT MSR and the PAT PTE and PDE flagsjhb2007-05-022-0/+15
| * MFC: Add 'pmap_invalidate_cache()'.jhb2007-05-023-2/+6
| * MFC: PCI MSI support for amd64 and i386.jhb2007-03-312-4/+19
| * MFC: Fix GDB_BUFSZ.jhb2007-02-081-1/+1
| * MFC revision 1.133alc2007-02-031-0/+2
| * MFC: Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-302-3/+8
| * MFC: Fix sign bug in #ifdef for value of INTRCNT_COUNT.jhb2006-10-191-2/+2
| * MFC: rev. 1.6 (gdb_machdep,c); 1.4 & 1.5 (gdb_machdep.h)marcel2006-08-171-7/+2
| * MFC: Bring kernel side of minidumps to 6.x on i386 and amd64.peter2006-07-241-0/+6
| * MFC: clear invalid bits in SSE mxcsr register.davidxu2006-07-011-0/+1
| * This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-04-301-0/+46
| * MFC: Multicore detection.jkim2006-04-242-8/+24
| * MFC: Split struct ithd into struct intr_thread and intr_event andjhb2006-03-101-1/+1
| * MFC: Throw out all the logical APIC ID stuff and just wire up interruptsjhb2006-03-072-1/+7
| * MFC: Change the x86 interrupt code to allocate IDT vectors on-demand.jhb2006-03-012-5/+32
| * guard function decls with _KERNEL so user code can include this filesam2006-03-011-1/+2
| * MFC: eliminate pcb_rflags, replacing it with padding. It just wastespeter2005-11-151-2/+2
| * MFC: Add atomic_fetchadd(9) operation for types int and 32.jhb2005-10-061-0/+21
| * MFC: Stop using the '+' constraint modifier with memory operands injhb2005-09-261-22/+27
| * MFC: Merge resource fixes for pci devices on pci0 for ioport.imp2005-09-181-0/+2
| * MFC: Add aliases for atomic operations on 64-bit integers.jhb2005-08-261-0/+20
| * MFC: Convert the atomic pointer operations to operate on uintptr_t ratherjhb2005-08-051-52/+18
* | A better fix for handling different FPU initial control words for differentjhb2009-03-051-0/+1
* | A few cleanups to the FPU code on amd64:jhb2009-03-051-1/+1
* | Move the PCB flag macros up next to the 'pcb_flags' member in the struct.jhb2009-03-051-5/+6
OpenPOWER on IntegriCloud