]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Use literal bucket sizes for smaller buckets rather than the rounding
[FreeBSD/FreeBSD.git] / sys / kern /
2020-02-04 Mark JohnstonCorrect the malloc tag used when freeing the temporary...
2020-02-04 Dmitry ChaginFor code reuse in Linuxulator rename get_proccess_cputime()
2020-02-04 Jeff RobersonImplement a deferred write advancement feature that...
2020-02-04 Jeff RobersonFix a recursion on the thread lock by acquiring it...
2020-02-03 Mark JohnstonFix the !SMP case in sched_add() after r355779.
2020-02-03 Mateusz Guzikfd: partially unengrish the previous commit
2020-02-03 Mateusz Guzikfd: streamline fget_unlocked
2020-02-03 Mateusz Guzikfd: remove the seq argument from fget_unlocked
2020-02-03 Mateusz Guzikfd: remove the seq argument from fget routines
2020-02-03 Mateusz Guzikktrace: provide ktrstat_error
2020-02-03 Gleb SmirnoffCouple protocol drain routines (frag6_drain and sctp_dr...
2020-02-03 Kyle Evansnamei: preserve errors from fget_cap_locked
2020-02-03 Warner LoshRemove sparc64 kernel support
2020-02-03 Mateusz Guzikcapsicum: faster cap_rights_contains
2020-02-03 Mateusz Guzikfd: fix f_count acquire in fget_unlocked
2020-02-03 Mateusz GuzikFix up various vnode-related asserts which did not...
2020-02-02 Kyle EvansProvide O_SEARCH
2020-02-02 Mateusz Guzikfd: sprinkle some predits around fget
2020-02-02 Mateusz Guzikfd: use atomic_load_ptr instead of hand-rolled cast...
2020-02-02 Mateusz Guzikvfs: remove the now empty vop_unlock_post
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 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 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...
next