summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_witness.c
Commit message (Expand)AuthorAgeFilesLines
* o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the freealc2002-07-041-0/+1
* Part 1 of KSE-IIIjulian2002-06-291-0/+1
* Change the all locks list from a STAILQ to a TAILQ. This bloats structjhb2002-06-061-6/+6
* Handle "dead" witnesses better in the situation of several short term locksjhb2002-06-061-13/+11
* In witness_unlock(), when updating a lock list entry bucket, decrement thejhb2002-05-201-2/+2
* - Allow witness_sleep() to be called when witness hasn't been initializedjhb2002-05-201-16/+8
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-0/+1
* o Convert the vm_page buckets mutex to a spin lock. (This resolvesalc2002-04-301-0/+1
* Whitespace bogon.jhb2002-04-271-1/+1
* Insert a semi-colon between label 'skip:' and the closing bracemarcel2002-04-271-0/+1
* Add the mutex profiling lock to the witness list. This hopefully unbreaksdes2002-04-251-0/+1
* - Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lockjhb2002-04-161-1/+0
* Display the recursion count in the lock_instance in the show locksjhb2002-04-101-1/+2
* Cosmetic fixup in output of lock types in show locks output.jhb2002-04-101-1/+1
* Add a new char * pointer lo_type to struct lock_object that is used tojhb2002-04-041-19/+28
* Enforce an implicit lock order of sleepable locks before non-sleepablejhb2002-04-021-1/+12
* Explicitly document how we implicitly enforce the lock order of sleepjhb2002-04-021-0/+5
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-19/+1
* Remove last two abuses of cpu_critical_{enter,exit} in the MI code.imp2002-03-211-3/+3
* - Use a MI critical section in witness_sleep() and witness_list() as theyjhb2002-03-081-6/+9
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-271-3/+0
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-251-0/+3
* Lock struct pgrp, session and sigio.tanimura2002-02-231-0/+4
* Pre-KSE/M3 commit.julian2002-02-071-2/+4
* Fixes for alpha pmap on SMP machines:jhb2002-02-061-0/+1
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-14/+2
* Remove brain damaged code in witness_lock(). We could have easilyjhb2002-01-051-16/+3
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-3/+1
* Modify the critical section API as follows:jhb2001-12-181-7/+6
* Repeat after me -- "Use of ANSI string concatenation can be bad."obrien2001-12-101-13/+13
* Add a couple of returns to making recovering from a failed witness_assert()jhb2001-11-151-2/+6
* Replace 'curproc' with 'td->td_proc'.jhb2001-10-081-7/+8
* Move the ap boot spin lock earlier in the lock order before the sio(4)jhb2001-10-011-2/+4
* Remove unneeded proc variables and fix comments.jhb2001-09-211-11/+6
* KSE Milestone 2julian2001-09-121-25/+34
* Style nits:jhb2001-08-241-35/+11
* Add witness_upgrade() and witness_downgrade() for handling upgrades andjhb2001-08-231-0/+71
* Convert some KASSERT()'s into if (foo) panic() because they are testingjhb2001-08-231-10/+12
* Make witness compile w/o DDB.jhb2001-08-101-1/+7
* - Fix panicstr checks to explicitly check against NULL.jhb2001-07-311-8/+8
* Add a missing ~ so that the LO_INITIALIZED flag actually gets turned offjhb2001-07-201-1/+1
* Don't check witness assertions if the lock doesn't use witness or witnessjhb2001-06-281-0/+3
* - Add a new witness_assert() to perform arbitrary locking assertions.jhb2001-06-271-13/+77
* - Move the 'clk' spinlock below other spin locks since KTR trace eventsjhb2001-06-251-6/+39
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-3/+3
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-3/+3
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-8/+8
* - Don't panic on a try lock operation for a sleep lock if we hold a spinjhb2001-05-171-2/+6
* Check witness_dead in more functions to avoid panic'ing when assertionsjhb2001-05-111-3/+16
* - Move state about lock objects out of struct lock_object and into a newjhb2001-05-041-89/+190
OpenPOWER on IntegriCloud