aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-199-24/+24
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenPeter Wemm2003-02-183-149/+28
* Move a bunch of flags from the KSE to the thread.Julian Elischer2003-02-176-11/+7
* - Split the struct kse into struct upcall and struct kse. struct kse willJeff Roberson2003-02-171-6/+4
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intoJeff Roberson2003-02-171-2/+2
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBPoul-Henning Kamp2003-02-161-5/+5
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-164-4/+0
* Assert that the kernel map's system mutex is held in pmap_growkernel().Alan Cox2003-02-151-0/+1
* - Add a mutex for synchronizing the use of CMAP/CADDR 1 and 2.Alan Cox2003-02-141-9/+12
* Fix the style of the SCHED_4BSD commit.David E. O'Brien2003-02-131-1/+1
* Oops. I mis-remembered about the P4 problems. It was 5.0-DP2 thatPeter Wemm2003-02-131-3/+3
* Turn of PG_PS and PG_G for Pentium-4 cpus at boot time. This is soPeter Wemm2003-02-131-2/+30
* Remove kptobj. Instead, use VM_ALLOC_NOOBJ.Alan Cox2003-02-121-9/+2
* Switch to using the TSC code in i386/i386/tsc.c.Poul-Henning Kamp2003-02-111-114/+1
* Implement fpclassify():Mike Barcroft2003-02-081-0/+2
* MF alphaAlan Cox2003-02-081-0/+12
* Commit some cosmetic changes I had laying around and almost includedPeter Wemm2003-02-071-5/+2
* This file has no longer any content from the original Berkeley file soPoul-Henning Kamp2003-02-051-25/+3
* i386/i386/tsc.c was repo-copied from i386/isa/clock.c.Poul-Henning Kamp2003-02-052-1188/+20
* Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper.Poul-Henning Kamp2003-02-051-4/+4
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstHartmut Brandt2003-02-041-11/+16
* Split the global timezone structure into two integer fields toPoul-Henning Kamp2003-02-032-4/+4
* Split statclock into statclock and profclock, and made the method for drivingJake Burkholder2003-02-039-53/+91
* - Make allpmaps static.Alan Cox2003-02-031-3/+4
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-021-2/+0
* Put replace spaces with tabs in keeping with the rest of the file.Josef Karthauser2003-02-011-1/+1
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-019-17/+15
* Make tsc_freq a 64bit quantity.Poul-Henning Kamp2003-01-294-17/+22
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asScott Long2003-01-292-8/+32
* Remove BDE_DEBUGGER.Jake Burkholder2003-01-286-287/+5
* Merge pmap_testbit() and pmap_is_modified(). The latter is the only callerAlan Cox2003-01-281-29/+9
* Fix KSE related patch.Julian Elischer2003-01-263-6/+3
* Move UPCALL related data structure out of kse, introduce a newDavid Xu2003-01-266-9/+14
* - Remove a redundant scheduler option.Jeff Roberson2003-01-261-1/+0
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionJeff Roberson2003-01-261-0/+2
* Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVELPeter Wemm2003-01-231-17/+0
* Now that TPR isn't bogusly raised at boot, there is no need to clearPeter Wemm2003-01-232-16/+0
* - Move enable_sse()'s prototype to machine/md_var.h.John Baldwin2003-01-225-15/+9
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisJohn Baldwin2003-01-228-10/+10
* Bah, add in a missing space char I noticed when MFC'ing this.John Baldwin2003-01-221-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-219-24/+24
* Resolve relative relocations in klds before trying to parse the module'sJake Burkholder2003-01-211-6/+26
* o Move the contents of <machine/floatingpoint.h> over toMarcel Moolenaar2003-01-192-88/+80
* wi now needs wlanSam Leffler2003-01-161-0/+1
* Merge all the various copies of vm_fault_quick() into a singleMatthew Dillon2003-01-161-17/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singleMatthew Dillon2003-01-151-74/+0
* Remove earlysetcpuclass() as it has been OBE.John Baldwin2003-01-092-17/+0
* Rework part of the previous processor name changes so that we readJohn Baldwin2003-01-095-53/+28
* Consistently use spaces in between arguments to strcmp(). WhitespaceJohn Baldwin2003-01-081-3/+3
* - Use cpu_exthigh instead of executing cpuid again to retrieve it for theJohn Baldwin2003-01-081-36/+51