]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/subr_smr.c
kern_sendfile.c: fix bugs with handling of busy page states.
[FreeBSD/FreeBSD.git] / sys / kern / subr_smr.c
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-07 dimMerge ^/head r358712 through r358730.
2020-03-06 markjUse COUNTER_U64_DEFINE_EARLY() in places where it simpl...
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-04 cyMFV r358616:
2020-03-02 mmMFV r358511,r358532:
2020-02-29 dimMerge ^/head r358400 through r358465.
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-27 jeffSimplify lazy advance with a 64bit atomic cmpset.
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-22 dimMerge r358179 through r358238.
2020-02-22 jeffAdd an atomic-free tick moderated lazy update variant...
2020-02-18 baptUpdate ncurses to 20200118
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-14 dimMerge ^/head r357855 through r357920.
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-13 jeffSince r357804 pcpu zones are required to use zalloc_pcp...
2020-02-13 jeffAdd more precise SMR entry asserts.
2020-02-12 mmMFV r357783:
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-06 jeffFix a race in smr_advance() that could result in unnece...
2020-02-06 jeffAdd some global counters for SMR. These may eventually...
2020-02-04 jeffImplement a deferred write advancement feature that...
2020-02-01 dimMerge ^/head r357350 through r357367.
2020-01-31 jeffAdd two missing fences with comments describing them...
2020-01-31 dimMerge ^/head r357270 through r357349.
2020-01-31 jeffDon't use "All rights reserved" in new copyrights.
2020-01-31 jeffImplement a safe memory reclamation feature that is...