]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/kern_rwlock.c
Correctly check for casueword(9) success in do_set_ceiling().
[FreeBSD/FreeBSD.git] / sys / kern / kern_rwlock.c
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-17 mjgUndo LOCK_PROFILING pessimisation after r313454 and...
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-14 mjgrwlock: diff-reduction of runlock compared to sx sunlock
2018-02-09 jkimMFV: r329072
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-13 mjgrwlock: try regular read unlock even in the hard path
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
2017-12-31 mjglocks: adjust loop limit check when waiting for readers
2017-12-31 mjglocks: re-check the reason to go to sleep after locking...
2017-12-31 mjgrwlock: tidy up __rw_runlock_hard similarly to r325921
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-27 pfgsys/kern: adoption of SPDX licensing ID tags.
2017-11-26 mjgrw: fix runlock_hard when new readers show up
2017-11-25 mjgrwlock: fix up compilation of the previous change
2017-11-25 mjgrwlock: add __rw_try_{r,w}lock_int
2017-11-25 mjglocks: retry turnstile/sleepq loops on failed cmpset
2017-11-25 mjgrwlock: stop re-reading the owner when going to sleep
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-23 mjgrwlock: unbreak WITNESS builds after r326110
2017-11-22 mjgrwlock: don't check for curthread's read lock count...
2017-11-22 mjglocks: pass the found lock value to unlock slow path
2017-11-22 mjglocks: remove the file + line argument from internal...
2017-11-21 markjClean up the SYSINIT_FLAGS definitions for rwlock(9...
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-17 mjgrwlock: unlock before traversing threads to wake up
2017-11-17 mjglocks: pull up PMC_SOFT_CALLs out of slow path loops
2017-11-17 mjgrwlock: avoid branches in the slow path if lockstat...
2017-11-15 hselaskyMerge ^/head r325663 through r325841.
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-11 mjgrwlock: use fcmpset for setting RW_LOCK_WRITE_SPINNER
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-06 mjgrwlock: fix up compilation without KDTRACE_HOOKS after...
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-20 mjgrwlock: reduce lockstat branches in the slowpath
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-06 baptImport 1.14.3
2017-10-05 mjglocks: take the number of readers into account when...
2017-10-05 mjglocks: partially tidy up waiting on readers
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-17 gordonMFV r323678: file 5.32
2017-09-13 npMFH @ r323558.
2017-09-06 mjgSprinkle __read_frequently on few obvious places.
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-22 baptImport zstandard 1.3.1
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-23 hselaskyMerge ^/head r319973 through 321382.
2017-07-19 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-13 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-09 manuUpdate DTS files from Linux 4.12
2017-07-02 dimMerge ^/head r320398 through r320572.
2017-07-02 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-02 mjgrwlock: perform the typically false td_rw_rlocks check...
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-27 dimMerge ^/head r320042 through r320397.
2017-06-27 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-19 markjFix the !TD_IS_IDLETHREAD(curthread) locking assertions.
2017-06-17 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-10 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-08 baptImport mandoc snapshot 2017-06-08
2017-06-03 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-30 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-22 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
next