summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
| * MFC: Remove the 'needbounce' variable from _bus_dmamap_load_buffer().jhb2008-03-171-5/+2
| * MFC: sys/amd64/linux32/linux32_machdep.c 1.46jkim2008-02-141-13/+14
| * Add missing #include for cpu_spinwait().jhb2008-02-131-0/+1
| * MFC: Properly handle ACPI table headers that cross a page boundary whenjhb2008-02-121-5/+7
| * MFC: Use cpu_spinwait() in DELAY().jhb2008-02-121-0/+1
| * MFC GET_STACK_USAGE() macro to be used for netgraph stack protection.mav2008-02-061-0/+13
| * MFC: Split the intr_table_lock into an sx lock used for most things, and ajhb2008-01-191-21/+24
| * MFC revision 1.679:rpaulo2007-12-191-0/+25
| * Add the hptrr driver.scottl2007-12-152-0/+6
| * regen.dwmalone2007-12-083-3/+3
| * The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-12-083-0/+15
| * MFC: Always assume type #1 PCI config transactions for amd64 and relax thejhb2007-12-062-172/+11
| * MFC: Change pci_cfgdisable() into a nop for type #1 similar to what otherjhb2007-12-061-2/+6
| * Regen.jhb2007-12-033-4/+4
| * MFC: Sync up SYSV IPC with HEAD some:jhb2007-12-031-1/+1
| * MFC: sys/amd64/include/elf.h 1.19; sys/arm/include/elf.h 1.8;marius2007-12-031-25/+0
| * MFC: Expand critical section coverage so that shared fast and ithread handlersscottl2007-11-261-1/+1
| * MFC: Add support for debugging double fault frames.jhb2007-11-214-4/+24
| * MFC: Don't test the APIC flag in the cpuid features for amd64 to see if ajhb2007-11-081-4/+0
| * MFCalc2007-11-081-1/+23
| * MFC: Remove mpte optimization from pmap_enter_quick().ups2007-11-051-5/+3
| * MFC: Update copyright attribution.jhb2007-10-301-1/+2
| * MFC some fixes to IPI_PREEMPT:jhb2007-10-081-2/+2
| * MFC: Handle CPUs with APIC IDs higher than 32.jhb2007-10-055-62/+82
| * MFC: Use rman_set_rid() to save the rid in new resources when they arejhb2007-10-031-1/+1
| * MFC: sync the mxge driver with HEAD, modulo some slight differencesgallatin2007-10-021-0/+2
| * MFC: coretemp(4)des2007-09-281-0/+7
| * MFC: whitespace changes from HEADdes2007-09-281-76/+76
OpenPOWER on IntegriCloud