]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge ^/head r357368 through r357388.
[FreeBSD/FreeBSD.git] / sys / kern /
2020-02-01 Dimitry AndricMerge ^/head r357368 through r357388.
2020-02-01 Mateusz Guzikcache: replace kern___getcwd with vn_getcwd
2020-02-01 Mateusz Guzikcache: return the total length from vn_fullpath1
2020-02-01 Mateusz Guzikcache: remove vnode -> path lookup disablement
2020-02-01 Mateusz Guzikvfs: consistently use size_t for buflen around VOP_VPTOCNP
2020-02-01 Dimitry AndricMerge ^/head r357350 through r357367.
2020-02-01 Mateusz Guzikvfs: replace VOP_MARKATIME with VOP_MMAPPED
2020-02-01 Mateusz Guzikvfs: save on atomics on the root vnode for absolute...
2020-02-01 Mateusz Guzikvfs: add vrefactn
2020-01-31 Jeff RobersonAdd two missing fences with comments describing them...
2020-01-31 Dimitry AndricMerge ^/head r357270 through r357349.
2020-01-31 Dimitry AndricMerge r357348 from the clang 10.0.0 import branch:
2020-01-31 Dimitry AndricMerge r357345 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357342 from the clang1000-import branch:
2020-01-31 Dimitry AndricMerge r357339 from the clang1000-import branch:
2020-01-31 Mark JohnstonReimplement stack capture of running threads on i386...
2020-01-31 Mateusz Guzikvfs: revert the overzealous assert added in r357285...
2020-01-31 Mateusz GuzikAdd rms_try_rlock and rms_wowned.
2020-01-31 Mateusz GuzikRemove an overzealous assert from rms_runlock.
2020-01-31 Jeff RobersonDon't use "All rights reserved" in new copyrights.
2020-01-31 Jeff RobersonImplement a safe memory reclamation feature that is...
2020-01-30 Mateusz GuzikRemove duplicated empty lines from kern/*.c
2020-01-30 Mateusz GuzikTidy up 2 comments in smp_rendezvous_cpus.
2020-01-30 Mateusz GuzikAssert that smp_rendezvous_cpus is called with interrup...
2020-01-30 Mateusz Guzikvfs: keep the mount point referenced across sys_quotactl
2020-01-30 John BaldwinFix use of an uninitialized variable.
2020-01-30 Mateusz Guzikvfs: assert that doomed vnodes don't need to call vm_ob...
2020-01-30 Mateusz Guzikvfs: unlazy before dooming the vnode
2020-01-30 Gleb SmirnoffFix text format definition for kern.maxvnodes, vfs...
2020-01-29 Dimitry AndricMerge ^/head r357179 through r357269.
2020-01-29 Dimitry AndricMerge r357267 from the clang1000-import branch:
2020-01-29 Dimitry AndricMerge r357260 from the clang1000-import branch:
2020-01-29 Conrad Meyerhwpstate_intel(4): Silence/fix Coverity reports
2020-01-28 Dimitry AndricMerge r357231 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357225 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357224 from the clang1000-import branch:
2020-01-28 Dimitry AndricMerge r357222 from the clang1000-import branch:
2020-01-28 Cy SchubertMFV r357163:
2020-01-27 Warner LoshMake mqueue objects work across a fork again.
2020-01-27 Dimitry AndricMerge ^/head r357119 through r357178.
2020-01-26 John BaldwinRevert accidental change from r357146.
2020-01-26 John BaldwinFix some misleading indentation warnings reported by...
2020-01-26 Mateusz Guzikvfs: do an unlocked check before iterating the lazy...
2020-01-26 Mateusz Guzikvfs: remove vop loop from vop_sigdefer
2020-01-26 Mateusz Guzikvfs: fix freevnodes count update race against preemption
2020-01-26 Mateusz Guzikvfs: predict vn_lock failure as unlikely in vget
2020-01-25 Phil ShaferImport libxo-1.4.0:
2020-01-25 Dimitry AndricMerge ^/head r356931 through r357118.
2020-01-25 Jason A. HarmeningImplement cycle-detecting garbage collector for AF_UNIX...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/master up to its last change...
2020-01-24 Mark JohnstonRevert r357050.
2020-01-24 Edward Tomasz Napi... Add kern_unmount() and use in Linuxulator. No function...
2020-01-24 Mateusz Guzikvfs: allow v_usecount to transition 0->1 without the...
2020-01-24 Mateusz Guzikvfs: stop handling VI_OWEINACT in vget
2020-01-24 Mateusz Guzikvfs: stop unlocking the vnode upfront in vput
2020-01-24 Mateusz Guziklockmgr: don't touch the lock past unlock
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 Mark JohnstonSet td_oncpu before dropping the thread lock during...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-libunwind/dist up to its last chang...
2020-01-23 Dimitry AndricMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-23 Jeff RobersonConsistently use busy and vm_page_valid() rather than...
2020-01-23 Jeff RobersonBlock the thread lock in sched_throw() and use cpu_swit...
2020-01-23 Gleb SmirnoffDEVICE_POLLING is an alternative to network interrupts...
2020-01-23 Gleb SmirnoffEnter the network epoch for interrupt handlers of INTR_...
2020-01-23 Gleb SmirnoffAdd ie_hflags to struct intr_event, which accumulates...
2020-01-22 Conrad Meyercpufreq(4): Add support for Intel Speed Shift
2020-01-22 Dimitry AndricMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 Dimitry AndricMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-21 Hans Petter SelaskyMake sure the VNET is properly set when calling tcp_dro...
2020-01-20 Dimitry AndricMerge ^/head r356920 through r356930.
2020-01-20 Mateusz Guzikcache: revert r352613 now that vhold does not take...
2020-01-20 Dimitry AndricMerge ^/vendor/llvm-project/master until just before...
2020-01-20 Dimitry AndricMerge ^/head r356848 through r356919.
2020-01-20 Mateusz Guzikcache: make numcachehv use counter(9) on all archs
2020-01-19 Jeff RobersonDon't hold the object lock while calling getpages.
2020-01-19 Mateusz Guzikvfs: switch vop_stdunlock to call lockmgr_unlock
2020-01-19 Jeff RobersonProvide an API for interlocked refcount sleeps.
2020-01-19 Mateusz Guzikvfs: allow v_holdcnt to transition 0->1 without the...
2020-01-19 Mateusz Guzikcache: counter_u64_add_protected -> counter_u64_add
2020-01-19 Mateusz Guzikcache: convert numcachehv to counter(9) on 64-bit platforms
2020-01-19 Mateusz Guzikvfs: plug a conditional assigment of lo_name in getnewvnode
2020-01-18 Kyle Evanssysent targets: further cleanup and deduplication
2020-01-18 Mateusz Guzikvfs: distribute freevnodes counter per-cpu
2020-01-17 Mateusz Guzikvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-17 Mateusz Guzikvfs: shorten lock hold time in vdbatch_process
2020-01-17 Gleb SmirnoffChange argument order of epoch_call() to more natural...
2020-01-16 Mateusz Guzikvfs: increment numvnodes without the vnode list lock...
2020-01-16 Mateusz Guzikvfs: refcator vnode allocation
2020-01-16 Mateusz Guzikvfs: reimplement vlrureclaim to actually use LRU
2020-01-16 Jeff RobersonSimplify VM and UMA startup by eliminating boot pages...
2020-01-15 Kirk McKusickPeter Holm reports that his test that does an umount...
2020-01-15 Gleb SmirnoffSince this code uses if_ref()/if_rele() it must include...
2020-01-15 Gleb Smirnoff- Move global network epoch definition to epoch.h,...
2020-01-15 Mateusz Guzikvfs: in vop_stdadd_writecount only vlazy vnodes on...
2020-01-14 Ryan Libbymalloc: remove assumptions about MINALLOCSIZE
next