aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Don't hold sched_lock across addupc_task().John Baldwin2001-06-061-1/+1
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"Poul-Henning Kamp2001-06-021-1/+1
* Clean up the code exporting interrupt statistics via sysctl a bit:Thomas Moestl2001-06-016-7/+2
* Quiet warnings by adding a prototype for set_user_ldt_rv() and making itJohn Baldwin2001-05-301-1/+6
* We can't grab the sched_lock in set_user_ldt() because when it is calledJohn Baldwin2001-05-302-6/+25
* move wx to be part of miibus requiring chipsetsMatt Jacob2001-05-301-1/+1
* Remove MFS options from all example kernel configs.Poul-Henning Kamp2001-05-291-1/+0
* Remove pcm hints here now that it's gone from GENERIC.Jordan K. Hubbard2001-05-261-4/+0
* Take pcm (audio) back out of GENERIC; there appears to be someJordan K. Hubbard2001-05-251-3/+0
* Don't acquire Giant just to call trap_fatal(), we are about to panicJohn Baldwin2001-05-231-4/+0
* pmap_mapdev needs the vm_mtx, aquire it if not already lockedAlfred Perlstein2001-05-231-0/+8
* lock vm while playing with pmapAlfred Perlstein2001-05-231-0/+9
* Convert npx interrupts into traps instead of vice versa. This is muchBruce Evans2001-05-228-214/+187
* Remove a few more spl's I missed earlier.John Baldwin2001-05-221-2/+0
* Sort includes.John Baldwin2001-05-212-2/+2
* Axe unneeded spl()'s.John Baldwin2001-05-211-3/+0
* Throw away the complications in npxsave() and their infrastructure.Bruce Evans2001-05-202-106/+46
* Use a critical region to protect almost everything in npxinit().Bruce Evans2001-05-202-0/+12
* Use a critical region to protect saving of the npx state in savectx().Bruce Evans2001-05-202-2/+8
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-196-15/+45
* - Move the setting of bootverbose to a MI SI_SUB_TUNABLES SYSINIT.John Baldwin2001-05-171-5/+1
* - Axe the IMEN_BITS and APIC_IMEN_BITS constants.John Baldwin2001-05-171-4/+3
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-1517-17/+0
* Move the definition of HWI_MASK to the i386/isa/icu.h header right next toJohn Baldwin2001-05-151-0/+2
* - Use ICU_LEN rather than NHWI for the size of the array of ithreads.John Baldwin2001-05-151-2/+1
* Convert DEVFS from an "opt-in" to an "opt-out" option.Poul-Henning Kamp2001-05-131-1/+0
* Use a critical region to protect pushing of the parent's npx state to theBruce Evans2001-05-131-4/+14
* Revert part of last commit. Instead of using %fs for KSD/TSD, we'llDaniel Eischen2001-05-121-0/+1
* Simplify the vm fault trap handling code a bit by using if-else instead ofJohn Baldwin2001-05-111-29/+15
* Un-swap irq/link byte values so that printf works.Mike Smith2001-05-111-1/+1
* - Split out the support for per-CPU data from the SMP code. UP kernelsJohn Baldwin2001-05-102-3/+3
* - Use sched_lock and critical regions to ensure that LDT updates are threadJohn Baldwin2001-05-103-31/+50
* When setting up the frame to invoke a signal handler, preserve theDaniel Eischen2001-05-061-2/+0
* Fixed panics in npx exception handling. When using IRQ13 exceptionBruce Evans2001-05-022-14/+36
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-019-58/+63
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-292-4/+0
* Add in a missing call to forward_hardclock() in the SMP case.John Baldwin2001-04-282-0/+6
* Overhaul of the SMP code. Several portions of the SMP kernel support haveJohn Baldwin2001-04-2716-1839/+302
* Remove a leading underscore that prevented I386_CPU kernels fromJake Burkholder2001-04-262-2/+2
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-232-0/+4
* Make the ap_boot_mtx mutex static.John Baldwin2001-04-203-3/+3
* Split up the db_printf's for 'show pcpu' so that we only output at most oneJohn Baldwin2001-04-201-2/+4
* Back out 1.103. It wasn't approved by the owner of the file andWarner Losh2001-04-181-45/+45
* Blow away the panic mutex in favor of using a single atomic_cmpset() on aJohn Baldwin2001-04-173-12/+0
* Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)David E. O'Brien2001-04-151-1/+7
* People are still having problems with i586_* on UP machines and SMPJohn Baldwin2001-04-132-2/+2
* Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is justJohn Baldwin2001-04-114-43/+43
* Remove constants defining the bitmasks of the old giant kernel lock.John Baldwin2001-04-101-5/+0
* Remove the old APIC I/O higher level IPI API in favor of the newer MIJohn Baldwin2001-04-101-1/+1
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is hereJohn Baldwin2001-04-106-53/+12