]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
tpm(4): Fix 'go ready' in TPM 2.0 TIS driver
[FreeBSD/FreeBSD.git] / sys / kern /
2020-02-01 mjgcache: return the total length from vn_fullpath1
2020-02-01 mjgcache: remove vnode -> path lookup disablement
2020-02-01 mjgvfs: consistently use size_t for buflen around VOP_VPTOCNP
2020-02-01 mjgvfs: replace VOP_MARKATIME with VOP_MMAPPED
2020-02-01 mjgvfs: save on atomics on the root vnode for absolute...
2020-02-01 mjgvfs: add vrefactn
2020-01-31 jeffAdd two missing fences with comments describing them...
2020-01-31 markjReimplement stack capture of running threads on i386...
2020-01-31 mjgvfs: revert the overzealous assert added in r357285...
2020-01-31 mjgAdd rms_try_rlock and rms_wowned.
2020-01-31 mjgRemove an overzealous assert from rms_runlock.
2020-01-31 jeffDon't use "All rights reserved" in new copyrights.
2020-01-31 jeffImplement a safe memory reclamation feature that is...
2020-01-30 mjgRemove duplicated empty lines from kern/*.c
2020-01-30 mjgTidy up 2 comments in smp_rendezvous_cpus.
2020-01-30 mjgAssert that smp_rendezvous_cpus is called with interrup...
2020-01-30 mjgvfs: keep the mount point referenced across sys_quotactl
2020-01-30 jhbFix use of an uninitialized variable.
2020-01-30 mjgvfs: assert that doomed vnodes don't need to call vm_ob...
2020-01-30 mjgvfs: unlazy before dooming the vnode
2020-01-30 glebiusFix text format definition for kern.maxvnodes, vfs...
2020-01-29 cemhwpstate_intel(4): Silence/fix Coverity reports
2020-01-27 impMake mqueue objects work across a fork again.
2020-01-26 jhbRevert accidental change from r357146.
2020-01-26 jhbFix some misleading indentation warnings reported by...
2020-01-26 mjgvfs: do an unlocked check before iterating the lazy...
2020-01-26 mjgvfs: remove vop loop from vop_sigdefer
2020-01-26 mjgvfs: fix freevnodes count update race against preemption
2020-01-26 mjgvfs: predict vn_lock failure as unlikely in vget
2020-01-25 jahImplement cycle-detecting garbage collector for AF_UNIX...
2020-01-24 markjRevert r357050.
2020-01-24 traszAdd kern_unmount() and use in Linuxulator. No function...
2020-01-24 mjgvfs: allow v_usecount to transition 0->1 without the...
2020-01-24 mjgvfs: stop handling VI_OWEINACT in vget
2020-01-24 mjgvfs: stop unlocking the vnode upfront in vput
2020-01-24 mjglockmgr: don't touch the lock past unlock
2020-01-23 markjSet td_oncpu before dropping the thread lock during...
2020-01-23 jeffConsistently use busy and vm_page_valid() rather than...
2020-01-23 jeffBlock the thread lock in sched_throw() and use cpu_swit...
2020-01-23 glebiusDEVICE_POLLING is an alternative to network interrupts...
2020-01-23 glebiusEnter the network epoch for interrupt handlers of INTR_...
2020-01-23 glebiusAdd ie_hflags to struct intr_event, which accumulates...
2020-01-22 cemcpufreq(4): Add support for Intel Speed Shift
2020-01-21 hselaskyMake sure the VNET is properly set when calling tcp_dro...
2020-01-20 mjgcache: revert r352613 now that vhold does not take...
2020-01-20 mjgcache: make numcachehv use counter(9) on all archs
2020-01-19 jeffDon't hold the object lock while calling getpages.
2020-01-19 mjgvfs: switch vop_stdunlock to call lockmgr_unlock
2020-01-19 jeffProvide an API for interlocked refcount sleeps.
2020-01-19 mjgvfs: allow v_holdcnt to transition 0->1 without the...
2020-01-19 mjgcache: counter_u64_add_protected -> counter_u64_add
2020-01-19 mjgcache: convert numcachehv to counter(9) on 64-bit platforms
2020-01-19 mjgvfs: plug a conditional assigment of lo_name in getnewvnode
2020-01-18 kevanssysent targets: further cleanup and deduplication
2020-01-18 mjgvfs: distribute freevnodes counter per-cpu
2020-01-17 mjgvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-17 mjgvfs: shorten lock hold time in vdbatch_process
2020-01-17 glebiusChange argument order of epoch_call() to more natural...
2020-01-16 mjgvfs: increment numvnodes without the vnode list lock...
2020-01-16 mjgvfs: refcator vnode allocation
2020-01-16 mjgvfs: reimplement vlrureclaim to actually use LRU
2020-01-16 jeffSimplify VM and UMA startup by eliminating boot pages...
2020-01-15 mckusickPeter Holm reports that his test that does an umount...
2020-01-15 glebiusSince this code uses if_ref()/if_rele() it must include...
2020-01-15 glebius- Move global network epoch definition to epoch.h,...
2020-01-15 mjgvfs: in vop_stdadd_writecount only vlazy vnodes on...
2020-01-14 rlibbymalloc: remove assumptions about MINALLOCSIZE
2020-01-13 kibCode must not unlock a mutex while owning the thread...
2020-01-13 mjgvfs: per-cpu batched requeuing of free vnodes
2020-01-13 mjgvfs: rework vnode list management
2020-01-13 mjgvfs: add per-mount vnode lazy list and use it for defer...
2020-01-12 cemFix a typo in r356667 comment
2020-01-12 cemgetrandom(2): Add Linux GRND_INSECURE API flag
2020-01-12 traszdd kern_getpriority(), make Linuxulator use it.
2020-01-12 traszAdd kern_setpriority(), use it in Linuxulator.
2020-01-12 mjgAdd "panicked" boolean which can be tested instead...
2020-01-12 mjgAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-11 mjgvfs: only recalculate watermarks when limits are changing
2020-01-11 mjgvfs: deduplicate vnode allocation logic
2020-01-11 mjgvfs: prealloc vnodes in getnewvnode_reserve
2020-01-11 mjgvfs: incomplete pass at converting more ints to u_long
2020-01-11 mjgvfs: add missing CLTFLA_MPSAFE annotations
2020-01-10 kevansSet .ORDER for makesyscalls generated files
2020-01-09 markjChange malloc_domain() to return the allocation size...
2020-01-09 kevanskern/Makefile: systrace_args.c is also generated
2020-01-09 kevansshmfd: posix_fallocate(2): only take rangelock for...
2020-01-08 kevansposixshm: implement posix_fallocate(2)
2020-01-08 kevansposix_fallocate: push vnop implementation into the...
2020-01-07 mjgvfs: handle doomed vnodes in vdefer_inactive
2020-01-07 mjgvfs: reimplement deferred inactive to use a dedicated...
2020-01-07 mjgvfs: trylock in vfs_msync and refactor the func
2020-01-07 mjgvfs: use a dedicated counter for free vnode recycling
2020-01-07 mjgvfs: prevent numvnodes and freevnodes re-reads when...
2020-01-07 mjgvfs: annotate numvnodes and vnode_free_list_mtx with...
2020-01-07 mjgvfs: eliminate v_tag from struct vnode
2020-01-07 mjgvfs: add a helper for allocating marker vnodes
2020-01-06 kaktuskern_sysctl: make sysctl.debug work as intended
2020-01-05 mjglocks: add default delay struct
2020-01-05 mjglocks: convert delay times to u_short
2020-01-05 mjgMark mtxpool_sleep as read mostly, not frequently.
next