summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Simplify in/out functions (for i386 and AMD64).ed2009-04-112-108/+16
* Add ixgbe to the GENERIC amd64 kernel in place of thejfv2009-04-101-1/+1
* Also remove the unused __word_swap_int*() macros.ed2009-04-081-19/+0
* Implement __bswap16() without using inline assembly.ed2009-04-081-22/+1
* Don't explicitly force ecx to be used for MSR_FSBASE/MSR_GSBASE.ed2009-04-071-10/+4
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-052-4/+4
* Reduce code duplcations from r190620. While I am here, tweak a comment.jkim2009-04-021-3/+1
* Chase GDT layout changes and unbreak suspend/resume on amd64.jkim2009-04-023-18/+18
* Garbage collect unused MSR_GSBASE since r190620.jkim2009-04-011-3/+0
* Garbage collect unused stack segment since r190620.jkim2009-04-012-2/+0
* Sync definitions for struct sigcontext for i386 and amd64 architectureskib2009-04-011-3/+11
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-0128-351/+1334
* Add separate gdt descriptors for %fs and %gs on amd64.kib2009-04-012-24/+69
* 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
* Fix an uninitialized variable from the previous commit.jkim2009-03-311-1/+2
* Probe size of installed memory modules from loader and display itjkim2009-03-311-3/+13
* Revert 190445 change to this file restoring:ambrisko2009-03-271-3/+3
* Convert gdt_segs and ldt_segs initialization to C99 style.kib2009-03-261-73/+72
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineambrisko2009-03-261-1/+1
* Fix a few nits in the earlier changes to prevent local information leakagejhb2009-03-251-2/+1
* Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflectjhb2009-03-251-10/+11
* Fall back to using configuration type 1 accesses for PCI config requests ifjhb2009-03-241-0/+2
* - Clean up suspend/resume code for amd64.jkim2009-03-234-31/+29
* 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-223-4/+10
* Eliminate the recomputation of pcb_cr3 from cpu_set_upcall(). Thealc2009-03-221-1/+1
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-191-1/+0
* 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-1716-5/+1112
* Chase the k8temp->amdtemp rename in NOTES and loader.conf.dchagin2009-03-161-2/+2
* Update the pmap's resident page count when a page table page is freed inalc2009-03-141-0/+2
* Correct accounting errors in _pmap_allocpte(). Specifically, the pmap'salc2009-03-141-5/+9
* Implement new way of branding ELF binaries by looking to adchagin2009-03-132-4/+18
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-119-1/+1460
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-22160-45809/+0
| * MFC: Update comments about the 0xcf9 register reset method.jhb2008-09-181-4/+7
| * MFC: Adjust the handling of the various timer frequencies when using thejhb2008-09-121-10/+17
| * - Fix amd64 local privilege escalation. [08:07]simon2008-09-031-6/+3
| * MFC: Decode "exotic" instructions such as pause as well as "cmov*" on i386.jhb2008-08-201-9/+68
| * MFC: Add the optional nvram(4) device. As with 7.x, this device is offjhb2008-08-013-3/+11
| * MFC r179347.yongari2008-07-281-0/+1
| * MFC: 180149 / 1.49.2.1 (which was MFC of r180109 / rev 1.53)obrien2008-07-011-2/+11
| * MFC: kernel-mode NFS lock manager.dfr2008-04-241-0/+1
| * MFCkib2008-03-273-5/+5
| * MFC: Add constants for the different memory types in the SMAP table andjhb2008-03-212-3/+9
| * MFC: Use a runtime mask for the PhysBase and PhysMask fields in variablejhb2008-03-192-8/+26
| * MFC: Minimize diffs with i686_mem.c.jhb2008-03-192-6/+9
| * MFC: Add constants for the various fields in MTRR registers and applyjhb2008-03-192-404/+458
OpenPOWER on IntegriCloud