summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* RIP <machine/lock.h>.markm2001-02-119-17/+35
* Clear the reschedule flag after finding it set in userret(). Thisjake2001-02-101-0/+1
* Re-enable preemption on interrupts. My last commit accidentally revertedjhb2001-02-101-1/+8
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-109-77/+40
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* Catch up to changes to inthand_add().jhb2001-02-092-16/+16
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-096-443/+201
* - Catch up to the new swi API changes:jhb2001-02-091-1/+1
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-091-0/+1
* Woops, remove an obsolete reference to gd_cpu_lockid.jhb2001-02-093-3/+0
* Remove unused forward_irq counters.jhb2001-02-091-9/+0
* Axe gd_cpu_lockid as it is no longer used.jhb2001-02-091-1/+0
* Change and clean the mutex lock interface.bmilekic2001-02-0916-163/+206
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-081-3/+8
* Don't enable interrupts for a kernel breakpoint or trace trap. Otherwise,jhb2001-02-081-6/+7
* When SMPng was first committed, we removed 'cpl' from the interruptjhb2001-02-071-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-2/+2
* Clean up some leftovers from the root mount cleanup that was done somepeter2001-02-042-5/+0
* This commit represents work mainly submitted by Tor and slightly modifieddillon2001-02-041-0/+1
* Implement preemptive scheduling of hardware interrupt threads.jake2001-02-013-2/+16
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-8/+0
* Remove some leftovers from the CMAP* stuff in globaldata and thepeter2001-01-304-28/+8
* Remove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTACK andpeter2001-01-301-4/+0
* Remove unnecessary locking to protect the p_upages_obj and p_addrjhb2001-01-301-6/+0
* Convert mca (microchannel bus support) from something that we countpeter2001-01-294-16/+16
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-296-23/+18
* Remove stray #include "isa.h"peter2001-01-291-2/+0
* Clear intr_nesting_level when an interrupt thread has no morejake2001-01-282-0/+2
* Move the setting of curproc to idleproc up earlier in ap_init(). Thebmilekic2001-01-283-18/+18
* Defer assignment of low level interrupt handlers for PCI interruptstegge2001-01-284-111/+145
* Turn DEVFS on by default.phk2001-01-271-1/+1
* Push Giant down into the trap handlers that need it, instead ofjake2001-01-261-15/+44
* Whitespace fix: convert code indented 6 spaces to use tabs instead.jhb2001-01-251-6/+6
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-242-2/+4
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-245-92/+105
* Remove the Xforward_irq IPI.jhb2001-01-241-4/+0
* - Remove all the #if 0'd code that used to implement IRQ forwarding.jhb2001-01-241-85/+0
* - Proc locking.jhb2001-01-241-4/+7
* Setup the return values for a child process in the trapframe when we setupjhb2001-01-241-0/+4
* - Kill the have_giant parameter to userret() along with all instances ofjhb2001-01-241-99/+74
* - Proc locking.jhb2001-01-241-0/+6
* - Relocate portions of this file to get it into an order closer to that ofjhb2001-01-243-513/+459
* - Proc locking.jhb2001-01-241-8/+29
* Call fork_exit() now instead of futzing around in assembly during a forkjhb2001-01-242-48/+6
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-0/+6
* First step towards an MP-safe zone allocator:des2001-01-211-2/+2
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-2115-31/+45
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.peter2001-01-214-145/+0
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-213-7/+7
* Remove the per-cpu pages used for copy and zero-ing pages of memoryjake2001-01-216-121/+5
OpenPOWER on IntegriCloud