summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* As a temporary hack, turn off deferred preemptions that are the result ofjhb2004-07-191-0/+2
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Enable ADAPTIVE_MUTEXES by default by changing the sense of the option toscottl2004-07-181-1/+0
* In -CURRENT pseudo devices are not statically assigned at compile time,maxim2004-07-181-1/+1
* Fix the build. pcm is no more.ps2004-07-161-4/+0
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-2/+7
* Like on i386, eliminate pv_ptem (which was suggested by alc). Thispeter2004-07-142-30/+58
* Add ptrace_clear_single_step(), alpha already has it for years, the functiondavidxu2004-07-131-0/+7
* Push down the acquisition and release of the page queues lock intoalc2004-07-131-1/+2
* MFi386: rev 1.213 -- fix DELAY while the debugger is active.marcel2004-07-111-12/+23
* Add options KDB and GDB. KDB takes on the function of what DDB usedmarcel2004-07-111-1/+3
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBmarcel2004-07-111-614/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-103-488/+259
* MFi386: don't fake the time counter when the debugger is active.marcel2004-07-101-20/+12
* Remove obsolete prototype of kdb_trap().marcel2004-07-101-2/+0
* Update for the KDB framework:marcel2004-07-103-45/+33
* Implement makectx(). The makectx() function is used by KDB to createmarcel2004-07-102-0/+24
* 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-102-0/+141
* Change the following environment variables to kernel options:brian2004-07-081-11/+8
* Change the following kernel options to environment variables:brian2004-07-081-8/+11
* MFi386: various io apic cleanupspeter2004-07-083-54/+147
* MFi386: use rman access methods instead of groping around insidepeter2004-07-081-4/+5
* MFi386: whitespace nit fix (spare blank line)peter2004-07-081-1/+0
* MFi386: fix up CR0 settingspeter2004-07-081-23/+7
* MFi386: 1.57: transparently respect alignment/boundary tagspeter2004-07-081-11/+47
* Simplify the control flow in pmap_extract(), enabling the elimination of aalc2004-07-071-4/+3
* White space and style changes only.alc2004-07-071-4/+1
* Style changes to pmap_extract().alc2004-07-061-5/+3
* Implement preemption of kernel threads natively in the scheduler ratherjhb2004-07-022-1/+3
* We need to make resources visible here as well.imp2004-06-301-0/+1
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+6
* Fetch the actual acpi0 device_t and use device_is_attached() to see ifjhb2004-06-231-2/+3
* Implement the protection check required by the pmap_extract_and_hold()alc2004-06-231-8/+24
* - Simplify pmap_remove_pages(), eliminating unnecessary indirection.alc2004-06-201-12/+12
* Add pmap locking to pmap_is_prefaultable().alc2004-06-201-6/+9
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-201-1/+1
* Remove unused pt_entry_ts. Remove an unneeded semicolon.alc2004-06-191-7/+3
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-191-1/+1
* Try harder to give new processes a clean initial fpu state. fpu_cleanstatepeter2004-06-181-7/+5
* Revert last change. If acpi is loaded or compiled into the kernel, itsnjl2004-06-171-1/+1
* Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are notalc2004-06-171-4/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-7/+7
* Add some lock assertions. Lock a small part of pmap_enter().alc2004-06-161-0/+4
* Correct an error in the implementation of pmap_is_prefaultable(). When Ialc2004-06-161-1/+1
* Remove a stale comment.alc2004-06-151-6/+0
* Add pmap locking to pmap_extract(), pmap_mincore(), and pmap_remove().alc2004-06-151-4/+15
* We only need the devclass_find() result, not the softc.njl2004-06-151-1/+1
* Introduce pmap locking to many of the pmap functions. There is more toalc2004-06-142-0/+35
* The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXESobrien2004-06-131-0/+1
OpenPOWER on IntegriCloud