summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
...
* MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed).bde2004-05-201-0/+19
* 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
* 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
* Checkpoint some of what I was starting to tinker with for having somepeter2004-05-161-0/+1
* Kill the LAZYPMAP ifdefs. While they worked, they didn't do anythingpeter2004-05-162-3/+1
* For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_tpeter2004-05-161-1/+1
* MFi386: numerous interrupt and acpi updatespeter2004-05-164-6/+17
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-36/+6
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationdas2004-04-251-0/+4
* Simplify the sf_buf implementation. In short, make it a trivial veneeralc2004-04-181-8/+9
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-111-1/+1
* - pmap_kenter_temporary() is unused by machine-independent code. Therefore,alc2004-04-101-0/+1
* MFi386: move rss() from db_interface.c to cpufunc.hpeter2004-04-071-0/+8
* Remove advertising clause from University of California Regent's license,imp2004-04-056-24/+0
* Remove advertising clause from University of California Regent's license,imp2004-04-0520-80/+0
* Remove ptmmap and ptvmmap. They are unused on amd64.alc2004-04-031-1/+0
* - Add an optimized page copy function for use by pmap_copy_page(). It isalc2004-03-311-2/+3
* Introduce the cpumask_t type. The purpose of the type is to create amarcel2004-03-201-0/+1
* Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago.peter2004-03-131-109/+0
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonpeter2004-03-132-122/+0
* MFi386: nuke pci_cfgintrpeter2004-03-131-1/+0
* Don't implement anything in the ffs family in <machine/cpufunc.h>bde2004-03-111-0/+4
* MFi386: re-sort non-gcc function prototypes, trim includespeter2004-03-081-44/+30
* Remove unused declarations. (Some time ago, these variables became fieldsalc2004-03-071-2/+0
* Fix syntax errors and wrong function prototypes in several MD headerle2004-03-052-5/+5
* AMD64 versions.obrien2004-03-032-0/+122
* Re-add user_dbreg_trap() for debug register supportpeter2004-01-291-0/+1
* We can simplify a lot of things now that we don't have to worry aboutpeter2004-01-281-1/+0
* Add dbreg struct definitions for /proc/*/dbregs and a place to store thepeter2004-01-282-3/+23
* Re-add debug register functionspeter2004-01-281-2/+129
* MFi386: mp_topology().peter2004-01-281-0/+1
* MFi386: add THERMTRIP msr valuespeter2004-01-281-0/+3
* remove elan_mmcr, I'm not sure I understand what it did here in thephk2004-01-171-1/+0
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-1/+2
* Remove `static' prototype from header file.nectar2004-01-061-1/+0
* GC the unused <machine/kse.h> file.peter2003-12-241-42/+0
* Since we have additional kernel virtual address space, allow the bufferalc2003-12-201-1/+1
* MFi386: remove APIC_IRQ* defines that are no longer used.peter2003-12-111-32/+0
* Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.hobrien2003-12-101-0/+109
* Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.alc2003-12-071-1/+1
* Reconfigure the runq macros to use the 64 bit ffs/bsf routines insteadpeter2003-12-061-5/+5
* Add 64 bit bsf*/ffs* routines. Have the ffs() inline use gcc's builtinpeter2003-12-061-1/+40
* Kill the ASM versions of the mtx_lock_spin and friends. They were neverpeter2003-12-061-31/+0
* Revert some amd64 changes that cached curthread and converge back to thepeter2003-12-061-8/+2
* Cosmetic and/or trivial sync up with i386.peter2003-11-219-35/+36
* Argh! Followup to previous commit. I checked in the patch with anpeter2003-11-201-1/+1
* Provide a streamlined '#define curthread __curthread()' for amd64 to avoidpeter2003-11-201-0/+10
OpenPOWER on IntegriCloud