summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* MFi386: whitespace, copyright header, etc updatespeter2005-01-212-2/+1
* Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, thisscottl2005-01-071-0/+5
* Begin all license/copyright comments with /*-imp2005-01-0524-24/+24
* PC98 will never be defined for amd64imp2005-01-051-5/+0
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-011-1/+1
* Remove UAREA_PAGES.das2004-11-201-1/+0
* Raise MAXDSIZ from 8G to 32G. The old limit was just an arbitary choicepeter2004-10-271-1/+1
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-1/+2
* Make pte_load_store() an atomic operation in all cases, not just i386 PAE.alc2004-10-081-4/+14
* Prevent the unexpected deallocation of a page table page while performingalc2004-09-291-1/+1
* Severely strip down the repocopied i386/bios.c and bios.h files. It turnspeter2004-09-241-233/+0
* MFi386: adapt rev 1.19 (debugger fixes)peter2004-09-221-2/+10
* Double the number of kernel page tables for amd64 and for i386/PAE. The oldscottl2004-09-111-1/+2
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-021-5/+0
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+13
* Sync with i386 - Optimize intr_execute_handlers a bit etc.peter2004-08-161-1/+7
* Add an "options MP_WATCHDOG" to i386. This option allows one of therwatson2004-08-151-0/+34
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-2/+3
* Add style(9) foolishness.dfr2004-08-031-8/+8
* Add definitions for TLS relocations.dfr2004-08-021-2/+10
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-012-0/+71
* MFia64:ps2004-07-301-17/+1
* Use newly added __used attribute to keep static function symbol fromkan2004-07-291-1/+1
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-6/+7
* Remove the allpmaps list. It's unused.alc2004-07-201-1/+0
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Like on i386, eliminate pv_ptem (which was suggested by alc). Thispeter2004-07-141-1/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-12/+5
* Remove obsolete prototype of kdb_trap().marcel2004-07-101-2/+0
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-101-0/+3
* Introduce the KDB debugger frontend. The frontend provides a frameworkmarcel2004-07-101-0/+52
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-101-0/+57
* MFi386: various io apic cleanupspeter2004-07-081-0/+7
* MFi386: whitespace nit fix (spare blank line)peter2004-07-081-1/+0
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-021-0/+2
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-191-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Introduce pmap locking to many of the pmap functions. There is more toalc2004-06-141-0/+14
* - Remove an unused declaration.alc2004-06-131-3/+2
* Argh. Add the mini-stack-frame back in for mcount's benefit for syscallpeter2004-06-101-0/+4
* Make profiling work for varargs functions.. %al is an additional argumentpeter2004-06-101-0/+2
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isjhb2004-06-101-1/+0
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-102-3/+2
* Initial PG_NX support (no-execute page bit)peter2004-06-083-1/+22
* Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NXpeter2004-06-081-1/+1
* Be a little more consistent in the naming of the PML4 defines.peter2004-06-071-3/+3
* Add new bios_string() which will hunt for a string inside a given rangephk2004-06-031-0/+8
* MFi386: move cpu_nameclass struct next to its only consumerpeter2004-06-031-5/+0
OpenPOWER on IntegriCloud