summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Turn on modules for amd64. Fear.peter2004-05-172-4/+0
* Deal with REL records that have the addend embedded variable sized targetspeter2004-05-171-2/+10
* Checkpoint some of what I was starting to tinker with for having somepeter2004-05-163-7/+20
* Kill the LAZYPMAP ifdefs. While they worked, they didn't do anythingpeter2004-05-166-127/+1
* Converge some more with i386.peter2004-05-161-10/+21
* MFi386: add rue and twapeter2004-05-161-0/+3
* MFi386: avoid partial register references, for what its worth.peter2004-05-161-5/+5
* For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_tpeter2004-05-162-2/+2
* MFi386: numerous interrupt and acpi updatespeter2004-05-1618-192/+505
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-26/+35
* Make unnecessary globals static and remove unused includes.njl2004-05-061-1/+1
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-36/+6
* Add a simple mini-driver for the ELCR register. Originally, the ELCRjhb2004-05-041-0/+143
* Add option GEOM_GPT. This brings the ability to have a large number ofmarcel2004-05-021-0/+1
* Spell Ethernet correctly.obrien2004-05-021-9/+9
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+4
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-211-2/+1
* Simplify the sf_buf implementation. In short, make it a trivial veneeralc2004-04-182-73/+16
* Set the "global" attribute on the page table entries for the kernel andalc2004-04-161-3/+3
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-112-3/+2
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* Update to include both the L1 and L2 TLB stats, as well as the seperatepeter2004-04-071-5/+55
* MFi386: move rss() from db_interface.c to cpufunc.hpeter2004-04-072-12/+8
* Remove advertising clause from University of California Regent's license,imp2004-04-0510-40/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-0534-136/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Remove unused arguments from pmap_init().alc2004-04-051-2/+1
* Remove ptmmap and ptvmmap. They are unused on amd64.alc2004-04-032-9/+1
* In some cases, sf_buf_alloc() should sleep with pri PCATCH; in others, italc2004-04-031-2/+2
* Microoptimize pagezero() based upon something that I learned writing thealc2004-04-031-7/+7
* - Add an optimized page copy function for use by pmap_copy_page(). It isalc2004-03-313-3/+30
* Finish tidying up a couple of leftovers from the KSTACK_PAGES stuff. Somepeter2004-03-291-1/+0
* MFi386: correctly calculate the top-of-stack when a kthread is createdpeter2004-03-251-3/+4
* Run print_AMD_features() for both AuthenticAMD and GenuineIntel cpus.peter2004-03-251-5/+43
* Add NTFS since many may want to dual-boot MS-Win64 w/FreeBSD.obrien2004-03-251-0/+1
* - Add uiomove_fromphys() implementations to alpha and ia64. These onlyalc2004-03-201-1/+1
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Introduce uiomove_fromphys(). This is a variant of uiomove() that takesalc2004-03-201-0/+131
* 'vi' got away from me in rev. 1.13.obrien2004-03-191-0/+1
* Document machdep.hlt_cpus.obrien2004-03-181-1/+2
* Cleanup hints, given that no hammer machine have (nor ever will have)obrien2004-03-181-47/+0
* sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Refactor the existing machine-dependent sf_buf_free() into a machine-alc2004-03-161-17/+2
* Shorten a long comment.obrien2004-03-151-1/+1
* Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago.peter2004-03-131-109/+0
* MFp4: comment out options that don't exist so that they cannot bepeter2004-03-131-1/+1
* Diff reduction with current. Correct comment about ed etc.peter2004-03-131-4/+4
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonpeter2004-03-132-122/+0
* Drastically clean up the legacy host-pci bridge table. We don't needpeter2004-03-131-208/+5
OpenPOWER on IntegriCloud