aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-0213-69/+107
* MFi386: Update alc's copyright noticePeter Wemm2005-02-281-1/+1
* MFi386: Bring over John's local apic timer codePeter Wemm2005-02-282-6/+4
* Use a common multi-inclusion protection, and add such aRuslan Ermilov2005-02-191-4/+4
* JumboMFi386: use bitmapped IPI handler. Update elcr and default mptablePeter Wemm2005-01-214-16/+57
* MFi386: whitespace, copyright header, etc updatesPeter Wemm2005-01-212-2/+1
* Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, thisScott Long2005-01-071-0/+5
* Begin all license/copyright comments with /*-Warner Losh2005-01-0524-24/+24
* PC98 will never be defined for amd64Warner Losh2005-01-051-5/+0
* Change gdb_cpu_setreg() to not take the value to which to set theMarcel Moolenaar2004-12-011-1/+1
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choicePeter Wemm2004-10-271-1/+1
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.Nate Lawson2004-10-111-1/+2
* Make pte_load_store() an atomic operation in all cases, not just i386 PAE.Alan Cox2004-10-081-4/+14
* Prevent the unexpected deallocation of a page table page while performingAlan Cox2004-09-291-1/+1
* Severely strip down the repocopied i386/bios.c and bios.h files. It turnsPeter Wemm2004-09-241-233/+0
* MFi386: adapt rev 1.19 (debugger fixes)Peter Wemm2004-09-221-2/+10
* Double the number of kernel page tables for amd64 and for i386/PAE. The oldScott Long2004-09-111-1/+2
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifScott Long2004-09-021-5/+0
* Move the kernel-specific logic to adjust frompc from MI to MD. ForMarcel Moolenaar2004-08-271-0/+13
* 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-2/+10
* 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