summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
...
* ng_node and ng_worklist locks both migrated from being spinning locks towkoszek2007-04-011-2/+6
* Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes,jhb2007-03-211-7/+7
* Remove unnecessary privilege and privilege check for WITNESS sysctl.rwatson2007-02-201-6/+0
* Remove the vm page queue free mutex from the CDEV order.alc2007-02-071-1/+0
* The change to the vm_page_queue_freelist lock from a spin lock to ampp2007-02-061-1/+1
* Record kqueue -> struct mount mtx -> vnode interlock lock order tokib2007-02-021-0/+7
* Remove hptlock from the static witness table, now that it's a regular sleepssouhlal2007-01-161-1/+0
* MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profilekmacy2006-11-111-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+5
* Introduce a spinlock for synchronizing access to the video output hardwarescottl2006-09-131-0/+1
* The "taskqueue_fast" spinlocks were renamed to "fast_taskqueue" inssouhlal2006-08-261-1/+1
* Use db_lookup_thread() to lookup the thread for the passed in addressjhb2006-04-251-23/+5
* Remove last vestiges of sab(4).marius2006-04-251-1/+0
* Add the scc_hwmtx spin mutex, defined by scc(4).marcel2006-04-071-0/+1
* Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdefjhb2006-01-251-0/+1
* - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystemjhb2006-01-241-0/+6
* Add a new file (kern/subr_lock.c) for holding code related to structjhb2006-01-171-8/+0
* Trim another pointer from struct lock_object (and thus from struct mtx andjhb2006-01-061-25/+33
* Teach WITNESS_SAVE() and WITNESS_RESTORE() to work with spin locks insteadjhb2005-12-291-8/+18
* Fix a deadlock I introduced with the recently added printf to warn aboutjhb2005-12-291-12/+14
* Tweak witness handling of lock object to shave 2 pointers off of eachjhb2005-12-051-44/+44
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-1/+0
* Don't panic if a spin lock is initialized that isn't in our static orderjhb2005-10-241-7/+16
* Spell hierarchy correctly in comments.jhb2005-10-241-2/+2
* Add entry for the spin mutex used by the hptmv(4) driver.jhb2005-10-201-0/+1
* Add the spin lock used by the binary nvidia driver to the static lockjhb2005-09-261-0/+1
* - Enforce an implicit lock order that Giant cannot be locked while holdingjhb2005-09-151-1/+17
* Relocate witness_levelall(), witness_leveldescendents(), andtruckman2005-09-111-86/+86
* - Add some comments to some of the static lock orders. Don't explicitlyjhb2005-09-021-5/+14
* Track all lock relationships instead of pruning direct relationshipstruckman2005-08-251-71/+31
* Add an order between UDP inpcb locks and the IPv4 multicast addressrwatson2005-08-091-1/+2
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-031-0/+7
* After some input from bde@ and rereading the datasheet use a MTX_SPINmarius2005-06-041-0/+1
* - Define the real lock order with cdev and a few vm/vfs related locks. Thisjeff2005-04-221-1/+3
* - Check LO_DUPOK as well as LOP_DUPOK when determining whether we shouldjeff2005-04-221-1/+2
* The latest release of the FreeBSD driver (twa) forvkashyap2005-04-121-0/+5
* CDEV lock should be before 'system map' lock.pjd2005-04-091-0/+6
* Add a missing terminator.pjd2005-04-091-0/+1
* Document, via WITNESS, that the NFS server mutex falls ahead of the socketrwatson2005-03-091-0/+5
* When you call MiniportInitialize() for an 802.11 driver, it willwpaul2005-03-071-0/+1
* When DDB is not defined, don't implement witness_thread_has_locks() andrwatson2005-01-221-0/+2
* - Up the WITNESS_COUNT macro from 200 to 1024 to support the growing numberjhb2004-12-281-2/+1
* Attempt to slightly refine the print out from "show alllocks" -- listrwatson2004-12-271-2/+2
* Add "show alllocks" command to DDB, which dumps a list of processesrwatson2004-12-261-0/+42
* clean up some tunables that should of been removed a while ago...jmg2004-11-091-4/+0
* Add entropy harvest mutex to hard-coded spin lock witness lock order,rwatson2004-10-111-2/+1
* Don't "implicitly order all sleep locks before spin locks" in witnessgreen2004-10-091-1/+1
* Hard code witness lock order for BPF locks.rwatson2004-09-091-0/+7
* make witness it's own sysctl branch instead of using _ to do this. I havejmg2004-09-061-5/+10
* Remove a potential deadlock on i386 SMP by changing the lazypmap ipi andjhb2004-08-041-1/+0
OpenPOWER on IntegriCloud