aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsJohn Baldwin2003-03-041-7/+2
* Wrap the hyperthreading support code with the HTT kernel option.John Baldwin2003-03-043-0/+63
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-032-26/+16
* Expand some #ifdef's to fix I386_CPU compile.John Baldwin2003-02-271-1/+3
* Remove some long unused declarations. (For example, the PV flags have notAlan Cox2003-02-271-6/+0
* Change the process flags P_KSES to be P_THREADED.Julian Elischer2003-02-273-3/+3
* Implemented "nooption" and "nomakeoption" config(8) tokens.Ruslan Ermilov2003-02-261-9/+1
* Better to not know anything about KSE.David Xu2003-02-261-2/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.Maxime Henrion2003-02-263-3/+3
* Move most everything back to a MI NOTES, and use "nodevice" in MD NOTESDavid E. O'Brien2003-02-251-2/+3
* - Added inlines pmap_is_current, pmap_is_alternate and pmap_set_alternateJake Burkholder2003-02-252-26/+41
* Remove an unsafe KASSERT.David Xu2003-02-251-1/+0
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-252-10/+6
* - Removed UMAXPTDI and UMAXPTEOFF.Jake Burkholder2003-02-242-3/+1
* The mpbiosreason variable does not used for pc98.Yoshihiro Takahashi2003-02-243-0/+6
* Use the direct mapping of IdlePTD setup in locore for proc0's page directory,Jake Burkholder2003-02-241-8/+2
* Allow machines with one CPU and a valid mp table to boot an SMP kernel.Tor Egge2003-02-233-0/+6
* Previous commit missed a 1 that should be NGPTD, and an NPDEPG that shouldJake Burkholder2003-02-234-3/+4
* - Added macros NPGPTD, NBPTD, and NPDEPTD, for dealing with the size of theJake Burkholder2003-02-236-15/+17
* - Added macros PDESHIFT and PTESHIFT, use these instead of magic constantsJake Burkholder2003-02-235-10/+14
* The root of the splay tree maintained within the pm_pteobj always refersAlan Cox2003-02-222-26/+9
* unsigned -> pt_entry_t.Jake Burkholder2003-02-221-4/+4
* Fix fumble in rev 1.525. pmap_kenter()'s second argument is a physicalPeter Wemm2003-02-201-1/+1
* 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