summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* - Split out the support for per-CPU data from the SMP code. UP kernelsjhb2001-05-101-2/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-8/+13
* Align stack pointer and backing store pointer to 16 byte boundary whendfr2001-04-241-0/+5
* Reduce the emasculation of bounds_check_with_label() by one line, so weobrien2001-03-291-1/+1
* Rework the witness code to work with sx locks as well as mutexes.jhb2001-03-281-1/+1
* Adjust a comment slightly.dfr2001-03-091-2/+1
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+1
* Move the initailization of the proc lock for proc0 very early into the MDjhb2001-02-091-0/+1
* Remove bogus #if 0'd code that dinked with the saved interrupt state injhb2001-02-091-7/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-1/+1
* All the world is not an i386. Merge rev 1.438 of i386/i386/machdep.c.peter2001-02-041-0/+1
* Flesh out EFI support somewhat.dfr2001-01-291-22/+22
* Initialise proc0.p_heldmtx and proc0.p_contested and calldfr2001-01-261-2/+7
* - Proc locking.jhb2001-01-241-1/+10
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-211-4/+4
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-3/+3
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-27/+0
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-2/+8
* Add 'mpsafe' parameter to callout_init() in MD bits.jlemon2000-11-261-1/+1
* - Protect the callout wheel with a separate spin mutex, callout_lock.jake2000-11-191-0/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-2/+0
* * Various fixes to breakage introduced by the atomic and mutex reorgs.dfr2000-10-241-28/+67
* - machine/mutex.h -> sys/mutex.hjhb2000-10-201-4/+4
* Don't force bootverbose anymore.dfr2000-10-191-2/+1
* * Correct some of my misunderstandings about how best to switch to thedfr2000-10-161-3/+5
* Implement a rudimentary interrupt handling system which should be gooddfr2000-10-121-1/+1
* * Fix exception handling so that it actually works. We can now handledfr2000-10-121-82/+34
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).dfr2000-10-101-1/+1
* Next round of fixes to the ia64 code. This includes simulated clock anddfr2000-10-041-1/+21
* Next round of ia64 work, including fixes to context switching,dfr2000-09-301-14/+15
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+1364
OpenPOWER on IntegriCloud