aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-151-2/+7
* Like on i386, eliminate pv_ptem (which was suggested by alc). ThisPeter Wemm2004-07-142-30/+58
* Add ptrace_clear_single_step(), alpha already has it for years, the functionDavid Xu2004-07-131-0/+7
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-131-1/+2
* MFi386: rev 1.213 -- fix DELAY while the debugger is active.Marcel Moolenaar2004-07-111-12/+23
* Add options KDB and GDB. KDB takes on the function of what DDB usedMarcel Moolenaar2004-07-111-1/+3
* Remove the now unused GDB stubs. See src/sys/gdb/* for the new KDBMarcel Moolenaar2004-07-111-614/+0
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-103-483/+254
* MFi386: don't fake the time counter when the debugger is active.Marcel Moolenaar2004-07-101-20/+12
* Remove obsolete prototype of kdb_trap().Marcel Moolenaar2004-07-101-2/+0
* Update for the KDB framework:Marcel Moolenaar2004-07-103-45/+33
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-102-0/+24
* 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-102-0/+141
* Change the following environment variables to kernel options:Brian Somers2004-07-081-11/+8
* Change the following kernel options to environment variables:Brian Somers2004-07-081-8/+11
* MFi386: various io apic cleanupsPeter Wemm2004-07-083-54/+147
* MFi386: use rman access methods instead of groping around insidePeter Wemm2004-07-081-4/+5
* MFi386: whitespace nit fix (spare blank line)Peter Wemm2004-07-081-1/+0
* MFi386: fix up CR0 settingsPeter Wemm2004-07-081-23/+7
* MFi386: 1.57: transparently respect alignment/boundary tagsPeter Wemm2004-07-081-11/+47
* Simplify the control flow in pmap_extract(), enabling the elimination of aAlan Cox2004-07-071-4/+3
* White space and style changes only.Alan Cox2004-07-071-4/+1
* Style changes to pmap_extract().Alan Cox2004-07-061-5/+3
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-022-1/+3
* We need to make resources visible here as well.Warner Losh2004-06-301-0/+1
* Add machdep quirks functions. On i386, this disables acpi on systems withNate Lawson2004-06-301-0/+6
* Fetch the actual acpi0 device_t and use device_is_attached() to see ifJohn Baldwin2004-06-231-2/+3
* Implement the protection check required by the pmap_extract_and_hold()Alan Cox2004-06-231-8/+24
* - Simplify pmap_remove_pages(), eliminating unnecessary indirection.Alan Cox2004-06-201-12/+12
* Add pmap locking to pmap_is_prefaultable().Alan Cox2004-06-201-6/+9
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'Bruce Evans2004-06-201-1/+1
* Remove unused pt_entry_ts. Remove an unneeded semicolon.Alan Cox2004-06-191-7/+3
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including theBruce Evans2004-06-191-1/+1
* Try harder to give new processes a clean initial fpu state. fpu_cleanstatePeter Wemm2004-06-181-7/+5
* Revert last change. If acpi is loaded or compiled into the kernel, itsNate Lawson2004-06-171-1/+1
* Do not preset PG_BUSY on VM_ALLOC_NOOBJ pages. Such pages are notAlan Cox2004-06-171-4/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-7/+7
* Add some lock assertions. Lock a small part of pmap_enter().Alan Cox2004-06-161-0/+4
* Correct an error in the implementation of pmap_is_prefaultable(). When IAlan Cox2004-06-161-1/+1
* Remove a stale comment.Alan Cox2004-06-151-6/+0
* Add pmap locking to pmap_extract(), pmap_mincore(), and pmap_remove().Alan Cox2004-06-151-4/+15
* We only need the devclass_find() result, not the softc.Nate Lawson2004-06-151-1/+1
* Introduce pmap locking to many of the pmap functions. There is more toAlan Cox2004-06-142-0/+35
* The majority of FreeBSD/amd64 machines are SMP, so use ADAPTIVE_MUTEXESDavid E. O'Brien2004-06-131-0/+1
* Prevent the loss of a PG_M bit through an SMP race in pmap_ts_referenced().Alan Cox2004-06-131-1/+1
* Remove dead or unneeded code, e.g., spl calls.Alan Cox2004-06-131-32/+1
* - Remove an unused declaration.Alan Cox2004-06-131-3/+2
* In a multiprocessor, the PG_W bit in the pte must be changed atomically.Alan Cox2004-06-121-2/+2
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2