summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
...
* struct lock_instance and struct lock_list_entry don't need to be in theattilio2008-04-131-0/+34
* - Re-introduce WITNESS support for lockmgr. About the old implementationattilio2008-04-121-11/+0
* Add missing stubs for spinlocks cpuset and intrcnt.attilio2008-04-121-0/+2
* - There is no more "uidinfo struct" mutex.pjd2008-03-171-2/+1
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+2
* Remove kernel support for M:N threading.jeff2008-03-121-1/+0
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-031-0/+3
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+2
* Fix the spinlock static table adding missing spinlocks.attilio2007-11-241-0/+2
* A bunch more files that should probably print out a thread namejulian2007-11-141-1/+1
* Fix some entries in the locks static table of witness.attilio2007-09-201-9/+8
* - Remove zstty spin lock for no longer existing zs(4).marius2007-06-161-2/+4
* Update 802.11 wireless support:sam2007-06-111-0/+12
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-6/+11
* Fix some problems introduced with the last descriptors tables lockingattilio2007-05-291-0/+1
* - Move clock synchronization into a seperate clock lock so the globaljeff2007-05-201-0/+1
* Fix witness(4) warnings about mutex use.jkoshy2007-04-191-0/+10
* allprison mutex was converted to sx(9) lock.pjd2007-04-051-1/+1
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+0
* 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
OpenPOWER on IntegriCloud