summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-203-2/+53
* The per-cpu temporary buffers are not needed since the pcb_save areas havetegge2001-07-171-14/+5
* Use PCPU_GET(cpuid) instead of curproc->p_oncpu.tegge2001-07-161-9/+9
* Fix another missed pcb_savefpu reference (inside NPX_DEBUG)peter2001-07-121-2/+2
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-11/+82
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-7/+5
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-301-1/+1
* Don't assume that resource type is ioport and rid equal 0.nyan2001-06-171-5/+6
* Fix warnings:peter2001-06-151-3/+3
* Clean up the code exporting interrupt statistics via sysctl a bit:tmm2001-06-015-6/+2
* lock vm while playing with pmapalfred2001-05-231-0/+9
* Convert npx interrupts into traps instead of vice versa. This is muchbde2001-05-221-75/+81
* Throw away the complications in npxsave() and their infrastructure.bde2001-05-201-53/+23
* Use a critical region to protect almost everything in npxinit().bde2001-05-201-0/+6
* - Axe the IMEN_BITS and APIC_IMEN_BITS constants.jhb2001-05-171-4/+3
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-154-4/+0
* Move the definition of HWI_MASK to the i386/isa/icu.h header right next tojhb2001-05-151-0/+2
* - Use ICU_LEN rather than NHWI for the size of the array of ithreads.jhb2001-05-151-2/+1
* Fixed panics in npx exception handling. When using IRQ13 exceptionbde2001-05-021-7/+18
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-013-16/+20
* Add in a missing call to forward_hardclock() in the SMP case.jhb2001-04-281-0/+3
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-272-4/+17
* People are still having problems with i586_* on UP machines and SMPjhb2001-04-131-1/+1
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-101-4/+0
* Catch up to header include changes:jhb2001-03-281-3/+1
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-16/+13
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-235-9/+10
* Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t insteaddes2001-03-191-3/+3
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* Don't enable interrupts before calling sched_ithd for threaded interrupts.jhb2001-03-053-3/+0
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-257-46/+46
* - Add a new ithread_schedule() function to do the bulk of the work ofjhb2001-02-201-52/+7
* Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declarebde2001-02-191-6/+1
* Allow the superuser to prefent all interrupt harvesting onmarkm2001-02-181-1/+1
* RIP <machine/lock.h>.markm2001-02-113-9/+0
* Re-enable preemption on interrupts. My last commit accidentally revertedjhb2001-02-101-1/+8
* Catch up to changes to inthand_add().jhb2001-02-091-8/+8
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-094-417/+191
* Change and clean the mutex lock interface.bmilekic2001-02-095-29/+29
* Implement preemptive scheduling of hardware interrupt threads.jake2001-02-012-2/+11
* Convert mca (microchannel bus support) from something that we countpeter2001-01-293-13/+13
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-292-8/+6
* Clear intr_nesting_level when an interrupt thread has no morejake2001-01-282-0/+2
* Remove the Xforward_irq IPI.jhb2001-01-241-4/+0
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-215-6/+20
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-211-1/+1
* - Make npx_intr INTR_MPSAFE and move acquiring Giant into thejake2001-01-201-1/+5
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-191-3/+3
* Add in a space that got lost in the previous commit in some debugging codejhb2001-01-191-1/+1
* EEK! I missed a couple of places with the 24->32 interrupt change.peter2001-01-193-2/+14
OpenPOWER on IntegriCloud