aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Insta-MFi386: ignore disabled cpu apic id's entirelyPeter Wemm2004-06-101-13/+8
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isJohn Baldwin2004-06-102-3/+3
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-103-6/+2
* In pmap_extract_and_hold(), there is no need to mask off PG_FRAME becausePeter Wemm2004-06-081-4/+5
* Fix my silly typo in asm statement in previous commit.Peter Wemm2004-06-081-1/+1
* Argh. Remove stray number that slipped into the previous commit.Peter Wemm2004-06-081-1/+0
* Reapply rev 1.151 after enable sse/fpuinit order fixed in mp_machdep.cPeter Wemm2004-06-081-0/+4
* Set up the fpu *after* enabling SSE mode on AP'sPeter Wemm2004-06-081-3/+3
* Initial PG_NX support (no-execute page bit)Peter Wemm2004-06-089-154/+151
* Mask pte's with PG_FRAME before passing it to PHYS_TO_VM_PAGE().. PG_NXPeter Wemm2004-06-082-17/+17
* Use trunc_page(va) when we mean it rather than anding it with PG_FRAMEPeter Wemm2004-06-081-2/+2
* Fix a serious problem that manifested during swap, and a few other times.Peter Wemm2004-06-071-18/+60
* Be a little more consistent in the naming of the PML4 defines.Peter Wemm2004-06-071-3/+3
* Back out revision 1.150, since dwmalone reports that it causes a panicDavid Schultz2004-06-061-4/+0
* Initialize the MXCSR to the appropriate default value at startup.David Schultz2004-06-051-0/+4
* Add new bios_string() which will hunt for a string inside a given rangePoul-Henning Kamp2004-06-032-0/+23
* MFi386: add ixgp devicePeter Wemm2004-06-031-0/+1
* MFi386: apic intpin programming updates etc.Peter Wemm2004-06-034-110/+131
* MFi386: remove debug printfPeter Wemm2004-06-031-2/+0
* Move module.h include to the same place as on i386 for diff reduction.Peter Wemm2004-06-031-1/+1
* MFi386: move cpu_nameclass struct next to its only consumerPeter Wemm2004-06-032-6/+4
* Remove checks for curthread == NULL - it can't happen.Tim J. Robbins2004-06-031-5/+3
* Add missing <sys/module.h> instances which were shadowed by the nestedPoul-Henning Kamp2004-06-035-0/+5
* Move TDF_DEADLKTREAT into td_pflags (and rename it accordingly) to avoidTim J. Robbins2004-06-031-9/+4
* Move TDF_SA from td_flags to td_pflags (and rename it accordingly)Tim J. Robbins2004-06-021-1/+1