| Commit message (Expand) | Author | Age | Files | Lines |
* | - Unlike cache invalidation and TLB demapping IPIs, reading registers from | marius | 2012-08-29 | 1 | -3/+0 |
* | Fix the 'show witness' DDB command to honor db_pager_quit. | jhb | 2012-08-22 | 1 | -0/+12 |
* | Add new pmap layer locks to the predefined lock order. Change the names | alc | 2012-06-27 | 1 | -5/+8 |
* | Fix old panic when BPF consumer attaches to destroying interface. | melifaro | 2012-05-21 | 1 | -1/+1 |
* | - Improve BPF locking model. | melifaro | 2012-04-06 | 1 | -2/+2 |
* | Convert the per-interface address list lock from a mutex to a reader/writer | jhb | 2012-01-09 | 1 | -2/+2 |
* | panic: add a switch and infrastructure for stopping other CPUs in SMP case | avg | 2011-12-11 | 1 | -0/+14 |
* | Constify arguments for locking KPIs where possible. | pjd | 2011-11-16 | 1 | -3/+4 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | - Fixup filenames in a few more places where they are used. | jhb | 2011-10-26 | 1 | -21/+20 |
* | Don't call fixup_filename() on each witness lock call. | adrian | 2011-10-12 | 1 | -41/+63 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Explicitly wire the user buffer rather than doing it implicitly in | mdf | 2011-01-27 | 1 | -0/+4 |
* | Re-add r212370 now that the LOR in powerpc64 has been resolved: | mdf | 2010-09-16 | 1 | -14/+3 |
* | Revert r212370, as it causes a LOR on powerpc. powerpc does a few | mdf | 2010-09-13 | 1 | -3/+14 |
* | Add a drain function for struct sysctl_req, and use it for a variety of | mdf | 2010-09-09 | 1 | -14/+3 |
* | Bump the witness pendlist to 768 to accomodate the increased number of | rpaulo | 2010-07-29 | 1 | -1/+1 |
* | "time lock" is no longer a spin-lock since r209371. | mav | 2010-06-21 | 1 | -1/+1 |
* | Right now, WITNESS just blindly pipes all the output to the | attilio | 2010-05-11 | 1 | -14/+18 |
* | There is not a good reason to have a different prototype for db_printf() | attilio | 2010-05-11 | 1 | -6/+6 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -0/+9 |
* | SLIP is gone; remove its mutex from witness. | trasz | 2009-12-29 | 1 | -6/+0 |
* | Change w_notrunning and w_stillcold from pointer to array so that sizeof | antoine | 2009-09-06 | 1 | -2/+2 |
* | Add minimal ZFS lock hierarchy | kmacy | 2009-05-20 | 1 | -0/+7 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -1/+11 |
* | Decompose the global UNIX domain sockets rwlock into two different | rwatson | 2009-03-08 | 1 | -0/+2 |
* | Move the NORELEASE check to after the recurse count decrement and bailout, this | thompsa | 2009-02-28 | 1 | -6/+6 |
* | o Use unsigned for bit fields. | imp | 2009-02-03 | 1 | -3/+3 |
* | Add functions WITNESS so it can be asserted that the lock is not released for a | thompsa | 2009-01-21 | 1 | -0/+49 |
* | - convert radix node head lock from mutex to rwlock | kmacy | 2008-12-07 | 1 | -1/+1 |
* | Fix a number of style issues in the MALLOC / FREE commit. I've tried to | des | 2008-10-23 | 1 | -1/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+1 |
* | In the actual code for witness_warn: | attilio | 2008-10-20 | 1 | -19/+12 |
* | - Fix a race in witness_checkorder() where, between the PCPU_GET() and | attilio | 2008-10-16 | 1 | -30/+52 |
* | Oops, missed updating a place with with 's/lock1/plock/' when adding | jhb | 2008-10-03 | 1 | -3/+4 |
* | Update description of witness_watch. | jhb | 2008-09-24 | 1 | -3/+5 |
* | Make ddb command registration dynamic so modules can extend | sam | 2008-09-15 | 1 | -1/+2 |
* | - For any lock list we hold the head in order to reduce allocation from | attilio | 2008-09-12 | 1 | -5/+18 |
* | Teach WITNESS about the interlocks used with lockmgr. This removes a bunch | jhb | 2008-09-10 | 1 | -9/+30 |
* | - Improve some witness_watch operability in code which does perform both | attilio | 2008-08-30 | 1 | -35/+45 |
* | - Make witness_watch a 3 state value. | attilio | 2008-08-29 | 1 | -35/+42 |
* | Introduce some WITNESS improvements: | attilio | 2008-08-13 | 1 | -492/+1062 |
* | witness_addgraph() is required even if DDB isn't compiled into the kernel, | rwatson | 2008-07-19 | 1 | -0/+2 |
* | - Embed the recursion counter for any locking primitive directly in the | attilio | 2008-05-15 | 1 | -64/+41 |
* | Add a new witness sysctl which returns the relations between any lock | attilio | 2008-05-07 | 1 | -0/+58 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -5/+5 |
* | struct lock_instance and struct lock_list_entry don't need to be in the | attilio | 2008-04-13 | 1 | -0/+34 |
* | - Re-introduce WITNESS support for lockmgr. About the old implementation | attilio | 2008-04-12 | 1 | -11/+0 |
* | Add missing stubs for spinlocks cpuset and intrcnt. | attilio | 2008-04-12 | 1 | -0/+2 |