summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-1711-5/+91
* Fixed pedantic warnings for statement-expressions using __extension__bde2003-11-171-4/+4
* Fixed a pedantic syntax error (a stray semicolon at the end ofbde2003-11-171-1/+1
* - Modify alpha's sf_buf implementation to use the direct virtual-to-alc2003-11-161-0/+57
* Add the pc_acpi_id PCPU member. The new acpi_cpu driver uses this tonjl2003-11-151-1/+2
* Preemptively burn a bridges. The isa timer code is likely to bepeter2003-11-141-4/+0
* Convert a couple of pointers to integers for source compatability withpeter2003-11-141-4/+4
* Whitespace nit (sorry, couldn't help it)peter2003-11-141-1/+1
* Shuffle the APIC interrupt vectors around a bit:jhb2003-11-142-13/+15
* Fix a typo.jhb2003-11-131-1/+1
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-121-0/+1
* Update the graffiti.peter2003-11-089-3/+13
* Switch from having a fpu "device" to something that is more like thepeter2003-11-081-1/+1
* The great s/npx/fpu/gipeter2003-11-083-20/+17
* Rename npx* to fpu*. I haven't done the flags/function names yet.peter2003-11-085-122/+7
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Add the MP Table APIC enumerator. This code uses the BIOS MP Table tojhb2003-11-031-2764/+45
* New APIC support code:jhb2003-11-032-7/+186
* New device interrupt code. This defines an interrupt source abstractionjhb2003-11-031-0/+91
* Always export r_gdt and r_idt and give them extern declarations injhb2003-10-301-3/+0
* A few whitespace and comment tweaks.jhb2003-10-241-6/+3
* Add __va_copy and make it always visible, in spite of the __ISO_C_VISIBLEpeter2003-10-241-1/+4
* Use a more robust API altogether for the amd64_get_fsbase() etc functions.peter2003-10-231-4/+4
* Renumber the sysarch vectors for amd64 specific syscalls so that I canpeter2003-10-231-6/+5
* Pull the tier-2 card one last time and break the get/setcontext andpeter2003-10-153-4/+7
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Commit Bosko's patch to clean up the PSE/PG_G initialization to andpeter2003-10-011-8/+2
* Use __register_t instead of register_t, otherwise <sys/types.h> is apeter2003-10-011-24/+24
* MFi386: BURN_BRIDGES around timer0 functionspeter2003-09-301-1/+3
OpenPOWER on IntegriCloud