summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Removed UMAXPTDI and UMAXPTEOFF.jake2003-02-242-3/+1
* The mpbiosreason variable does not used for pc98.nyan2003-02-243-0/+6
* Use the direct mapping of IdlePTD setup in locore for proc0's page directory,jake2003-02-241-8/+2
* Allow machines with one CPU and a valid mp table to boot an SMP kernel.tegge2003-02-233-0/+6
* Previous commit missed a 1 that should be NGPTD, and an NPDEPG that shouldjake2003-02-234-3/+4
* - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of thejake2003-02-236-15/+17
* - Added macros PDESHIFT and PTESHIFT, use these instead of magic constantsjake2003-02-235-10/+14
* The root of the splay tree maintained within the pm_pteobj always refersalc2003-02-222-26/+9
* unsigned -> pt_entry_t.jake2003-02-221-4/+4
* Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physicalpeter2003-02-201-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-199-24/+24
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-183-149/+28
* Move a bunch of flags from the KSE to the thread.julian2003-02-176-11/+7
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-6/+4
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-2/+2
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-5/+5
* Remove #include <sys/dkstat.h>phk2003-02-164-4/+0
* Assert that the kernel map's system mutex is held in pmap_growkernel().alc2003-02-151-0/+1
* - Add a mutex for synchronizing the use of CMAP/CADDR 1 and 2.alc2003-02-141-9/+12
* Fix the style of the SCHED_4BSD commit.obrien2003-02-131-1/+1
* Oops. I mis-remembered about the P4 problems. It was 5.0-DP2 thatpeter2003-02-131-3/+3
* Turn of PG_PS and PG_G for Pentium-4 cpus at boot time. This is sopeter2003-02-131-2/+30
* Remove kptobj. Instead, use VM_ALLOC_NOOBJ.alc2003-02-121-9/+2
* Switch to using the TSC code in i386/i386/tsc.c.phk2003-02-111-114/+1
* Implement fpclassify():mike2003-02-081-0/+2
* MF alphaalc2003-02-081-0/+12
* Commit some cosmetic changes I had laying around and almost includedpeter2003-02-071-5/+2
* This file has no longer any content from the original Berkeley file sophk2003-02-051-25/+3
* i386/i386/tsc.c was repo-copied from i386/isa/clock.c.phk2003-02-052-1188/+20
* Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper.phk2003-02-051-4/+4
* Fix a problem in bus_dmamap_load_{mbuf,uio} when the first mbuf or the firstharti2003-02-041-11/+16
* Split the global timezone structure into two integer fields tophk2003-02-032-4/+4
* Split statclock into statclock and profclock, and made the method for drivingjake2003-02-039-53/+91
* - Make allpmaps static.alc2003-02-031-3/+4
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-2/+0
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-011-1/+1
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-019-17/+15
* Make tsc_freq a 64bit quantity.phk2003-01-294-17/+22
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-292-8/+32
* Remove BDE_DEBUGGER.jake2003-01-286-287/+5
* Merge pmap_testbit() and pmap_is_modified(). The latter is the only calleralc2003-01-281-29/+9
* Fix KSE related patch.julian2003-01-263-6/+3
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-266-9/+14
* - Remove a redundant scheduler option.jeff2003-01-261-1/+0
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-261-0/+2
* Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVELpeter2003-01-231-17/+0
* Now that TPR isn't bogusly raised at boot, there is no need to clearpeter2003-01-232-16/+0
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-225-15/+9
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-228-10/+10
* Bah, add in a missing space char I noticed when MFC'ing this.jhb2003-01-221-1/+1
OpenPOWER on IntegriCloud