]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge ^/vendor/lvm-project/master up to its last change (upstream commit
[FreeBSD/FreeBSD.git] / sys / kern /
2020-01-24 dimMerge ^/vendor/lvm-project/master up to its last change...
2020-01-23 dimMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 dimMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 dimMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-20 dimMerge ^/head r356920 through r356930.
2020-01-20 dimMerge ^/head r356848 through r356919.
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.
2020-01-05 kevansshm: correct KPI mistake introduced around memfd_create
2020-01-05 kevansshmfd/mmap: restrict maxprot with MAP_SHARED + F_SEAL_WRITE
2020-01-05 mjgvfs: factor out avoidable branches in _vn_lock
2020-01-05 mjgvfs: drop thread argument from vinactive
2020-01-05 mjgvfs: patch up vnode count assertions to report found...
2020-01-04 jeffUse a separate lock for the zone and keg. This provide...
2020-01-03 mjgvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 kevansemulated atomic64: disable interrupts as the lock mecha...
2020-01-02 bdragon[PowerPC] [MIPS] Implement 32-bit kernel emulation...
2020-01-02 kibRename umtxq_check_susp() to thread_check_susp()
2020-01-02 kibStyle: remove trailing spaces/tabs.
2020-01-02 kaktussysctl: hide 2.x era compat node
2020-01-01 mjgvfs: drop an always-false check from vlrureclaim
2019-12-31 melifaroSplit gigantic rtsock route_output() into smaller funct...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-30 mavUse atomic for start_count in devstat_start_transaction().
2019-12-28 markjRemove page locking for queue operations.
2019-12-27 jhibbitsFix the powerpc copyout fixup from r356113
2019-12-27 mjgPlug a warning in read-mostly spinlocks reported by...
2019-12-27 mjgvfs: remove production kernel checks and mp == NULL...
2019-12-27 mjgAdd read-mostly sleepable locks
2019-12-27 jhibbitsFix the build from r356113.
2019-12-27 jhibbitsEliminate the last MI difference in AT_* definitions...
2019-12-26 cemrandom(9): Deprecate random(9), remove meaningless...
2019-12-26 cemgone_in(9): Trivial string grammar and style cleanups
2019-12-26 kevanskern_cons: add a stub kbdinit for configs with no keybo...
2019-12-26 kevanskbd: merge linker set drivers into standard kbd driver...
2019-12-24 cemsleep(9), sleepqueue(9): const'ify wchan pointers
2019-12-24 bdragon[PowerPC] Implement Secure-PLT jump table processing...
2019-12-24 cemkern_synch: Fix some UB
2019-12-23 kibDo not use waitable allocation of pbuf when creating...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
next