aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".Jacques Vidrine2005-05-131-0/+8
* Fully initialize the required TSS fields so that the io permissionColin Percival2005-04-061-1/+0
* MFC: rev 1.45: increase MAXDSIZ from 8MB to 32MB.Peter Wemm2004-10-301-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_3'.cvs2svn2004-10-162-88/+0
* MFC multiple pmap changesAlan Cox2004-10-101-5/+15
* MFi386: Fix breakpoint handling.Peter Wemm2004-10-101-2/+10
* MFC: Increase NKPT to allow for up to 16GB on i386/PAE and amd64.Scott Long2004-10-091-1/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-09-241-0/+54
* MFC: Turn PREEMPTION into a kernel option. It is NOT enabled at this time.Scott Long2004-09-101-5/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-08-181-287/+0
* Sync with i386 - Optimize intr_execute_handlers a bit etc.Peter Wemm2004-08-161-1/+7
* Add an "options MP_WATCHDOG" to i386. This option allows one of theRobert Watson2004-08-151-0/+34
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-2/+3
* Add style(9) foolishness.Doug Rabson2004-08-031-8/+8
* Add definitions for TLS relocations.Doug Rabson2004-08-021-1/+9
* Turn off PREEMPTION by default while it gets debugged. It's been causingScott Long2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-012-0/+71
* MFia64:Paul Saab2004-07-301-17/+1
* Use newly added __used attribute to keep static function symbol fromAlexander Kabaev2004-07-291-1/+1
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-6/+7
* Remove the allpmaps list. It's unused.Alan Cox2004-07-201-1/+0
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-191-1/+5
* Like on i386, eliminate pv_ptem (which was suggested by alc). ThisPeter Wemm2004-07-141-1/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-12/+5
* Remove obsolete prototype of kdb_trap().Marcel Moolenaar2004-07-101-2/+0
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-101-0/+3
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+52
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-101-0/+57
* MFi386: various io apic cleanupsPeter Wemm2004-07-081-0/+7
* MFi386: whitespace nit fix (spare blank line)Peter Wemm2004-07-081-1/+0
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-021-0/+2
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'Bruce Evans2004-06-201-1/+1
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including theBruce Evans2004-06-191-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Introduce pmap locking to many of the pmap functions. There is more toAlan Cox2004-06-141-0/+14
* - Remove an unused declaration.Alan Cox2004-06-131-3/+2
* Argh. Add the mini-stack-frame back in for mcount's benefit for syscallPeter Wemm2004-06-101-0/+4
* Make profiling work for varargs functions.. %al is an additional argumentPeter Wemm2004-06-101-0/+2
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isJohn Baldwin2004-06-101-1/+0
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-102-3/+2
* Initial PG_NX support (no-execute page bit)Peter Wemm2004-06-083-1/+22
* Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NXPeter Wemm2004-06-081-1/+1
* Be a little more consistent in the naming of the PML4 defines.Peter Wemm2004-06-071-3/+3
* Add new bios_string() which will hunt for a string inside a given rangePoul-Henning Kamp2004-06-031-0/+8
* MFi386: move cpu_nameclass struct next to its only consumerPeter Wemm2004-06-031-5/+0
* MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed).Bruce Evans2004-05-201-0/+19
* Fixed the type of fptrdiff_t. It needs to be 64 bits in theory, and inBruce Evans2004-05-191-1/+1
* Fixed some style bugs (mainly misalignment of backslashes).Bruce Evans2004-05-191-10/+10
* Moved most of the "MI" definitions and declarations from <machine/profile.h>Bruce Evans2004-05-191-30/+0
* The 'call mcount' hooks that gcc inserts when profiling are in a place thatPeter Wemm2004-05-181-2/+37