| Commit message (Expand) | Author | Age | Files | Lines |
* | Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been | peter | 2003-02-18 | 1 | -0/+3 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 1 | -1/+1 |
* | Add a 'debug.witness_trace' sysctl (and tunable) when DDB is present. | peter | 2003-02-13 | 1 | -2/+16 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -1/+1 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 1 | -1/+1 |
* | Oops, add zstty to the witness order list. | jake | 2003-01-09 | 1 | -0/+1 |
* | - Add a spin lock to single thread cache invalidation and tlb flush ipis, | jake | 2002-12-22 | 1 | -0/+3 |
* | Enforce correct ordering of the filedesc structure and pipe mutex, because | kris | 2002-12-22 | 1 | -0/+2 |
* | Correct an assertion in the code to traverse the list of locks to find an | jhb | 2002-11-11 | 1 | -1/+1 |
* | Catch up with the removal of the vm page buckets spin mutex. | alc | 2002-11-02 | 1 | -1/+0 |
* | #unifdef the code for checking blessed lock collisions until we need it. | phk | 2002-10-20 | 1 | -0/+13 |
* | Register the machine check private state spinlock on ia64. | peter | 2002-10-12 | 1 | -0/+3 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | - Tell witness about ALQ's spin lock. | jeff | 2002-09-22 | 1 | -0/+1 |
* | Make this driver work a whole lot better. | jake | 2002-09-08 | 1 | -0/+1 |
* | Add WITNESS_FILE() and WITNESS_LINE(), which allow users of witness | iedowse | 2002-08-26 | 1 | -0/+22 |
* | Silence compiler warnings when DDB is not defined. | mp | 2002-07-15 | 1 | -3/+7 |
* | Revive backed out pmap related changes from Feb 2002. The highlights are: | peter | 2002-07-12 | 1 | -0/+3 |
* | o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the free | alc | 2002-07-04 | 1 | -0/+1 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -0/+1 |
* | Change the all locks list from a STAILQ to a TAILQ. This bloats struct | jhb | 2002-06-06 | 1 | -6/+6 |
* | Handle "dead" witnesses better in the situation of several short term locks | jhb | 2002-06-06 | 1 | -13/+11 |
* | In witness_unlock(), when updating a lock list entry bucket, decrement the | jhb | 2002-05-20 | 1 | -2/+2 |
* | - Allow witness_sleep() to be called when witness hasn't been initialized | jhb | 2002-05-20 | 1 | -16/+8 |
* | Make funsetown() take a 'struct sigio **' so that the locking can | alfred | 2002-05-06 | 1 | -0/+1 |
* | o Convert the vm_page buckets mutex to a spin lock. (This resolves | alc | 2002-04-30 | 1 | -0/+1 |
* | Whitespace bogon. | jhb | 2002-04-27 | 1 | -1/+1 |
* | Insert a semi-colon between label 'skip:' and the closing brace | marcel | 2002-04-27 | 1 | -0/+1 |
* | Add the mutex profiling lock to the witness list. This hopefully unbreaks | des | 2002-04-25 | 1 | -0/+1 |
* | - Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lock | jhb | 2002-04-16 | 1 | -1/+0 |
* | Display the recursion count in the lock_instance in the show locks | jhb | 2002-04-10 | 1 | -1/+2 |
* | Cosmetic fixup in output of lock types in show locks output. | jhb | 2002-04-10 | 1 | -1/+1 |
* | Add a new char * pointer lo_type to struct lock_object that is used to | jhb | 2002-04-04 | 1 | -19/+28 |
* | Enforce an implicit lock order of sleepable locks before non-sleepable | jhb | 2002-04-02 | 1 | -1/+12 |
* | Explicitly document how we implicitly enforce the lock order of sleep | jhb | 2002-04-02 | 1 | -0/+5 |
* | Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks | jeff | 2002-03-27 | 1 | -19/+1 |
* | Remove last two abuses of cpu_critical_{enter,exit} in the MI code. | imp | 2002-03-21 | 1 | -3/+3 |
* | - Use a MI critical section in witness_sleep() and witness_list() as they | jhb | 2002-03-08 | 1 | -6/+9 |
* | Back out all the pmap related stuff I've touched over the last few days. | peter | 2002-02-27 | 1 | -3/+0 |
* | Work-in-progress commit syncing up pmap cleanups that I have been working | peter | 2002-02-25 | 1 | -0/+3 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -0/+4 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -2/+4 |
* | Fixes for alpha pmap on SMP machines: | jhb | 2002-02-06 | 1 | -0/+1 |
* | Change the preemption code for software interrupt thread schedules and | jhb | 2002-01-05 | 1 | -14/+2 |
* | Remove brain damaged code in witness_lock(). We could have easily | jhb | 2002-01-05 | 1 | -16/+3 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 1 | -3/+1 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 1 | -7/+6 |
* | Repeat after me -- "Use of ANSI string concatenation can be bad." | obrien | 2001-12-10 | 1 | -13/+13 |
* | Add a couple of returns to making recovering from a failed witness_assert() | jhb | 2001-11-15 | 1 | -2/+6 |
* | Replace 'curproc' with 'td->td_proc'. | jhb | 2001-10-08 | 1 | -7/+8 |