summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Added profiling support for Xint0x80_syscall.bde2004-05-231-0/+2
* Adjusted for amd64 after repo-copy. The adjustments are routine, except:bde2004-05-231-23/+53
* Restored FAKE_MCOUNT() and MEXITCOUNT invocations and adjusted them forbde2004-05-231-0/+8
* Adjusted FAKE_MCOUNT()s for amd64. This is needed for both ordinarybde2004-05-232-4/+4
* Spell "retq" as "ret" in pagezero() like it is everywhere, else sobde2004-05-231-1/+2
* MFi386 (1.103 and 1.104: fixed some problems in high resolution profilingbde2004-05-211-31/+15
* MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed).bde2004-05-201-0/+19
* Like on i386, clear the last three entries in the pml4 page when doing apeter2004-05-191-2/+7
* Fixed the type of fptrdiff_t. It needs to be 64 bits in theory, and inbde2004-05-191-1/+1
* Fixed some style bugs (mainly misalignment of backslashes).bde2004-05-191-10/+10
* Moved most of the "MI" definitions and declarations from <machine/profile.h>bde2004-05-191-30/+0
* Unbreak builds without DDB. Bad Bruce! No cookie! :-)peter2004-05-191-0/+2
* The 'call mcount' hooks that gcc inserts when profiling are in a place thatpeter2004-05-181-2/+37
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isstefanf2004-05-181-1/+1
* Fixed DDB_NOKLDSYM on amd64's:bde2004-05-181-0/+6
* 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
OpenPOWER on IntegriCloud