]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
bhyvectl(8): Normalize the man page date
[FreeBSD/FreeBSD.git] / sys / kern /
2020-11-17 Kyle Evansumtx_op: reduce redundancy required for compat32
2020-11-17 Kyle Evans_umtx_op: fix a compat32 bug in UMTX_OP_NWAKE_PRIVATE
2020-11-17 Konstantin Belousovvmem: trivial warning and style fixes.
2020-11-17 Mateusz Guzikcpuset: refcount-clean
2020-11-16 Mateusz Guzikmalloc: make malloc_large closer to standalone
2020-11-16 Mateusz Guzikselect: call seltdfini on process and thread exit
2020-11-16 Mateusz Guzikselect: replace reference counting with memory barriers...
2020-11-15 Mateusz Guziksched: fix an incorrect comparison in sched_lend_user_p...
2020-11-14 Mateusz Guzikthread: batch credential freeing
2020-11-14 Mateusz Guzikthread: batch resource limit free calls
2020-11-14 Mateusz Guzikthread: rework tid batch to use helpers
2020-11-14 Mateusz Guzikthread: pad tid lock
2020-11-13 Jung-uk KimMFV: r367652
2020-11-13 Mateusz Guzikmalloc: retire MALLOC_PROFILE
2020-11-13 Konstantin BelousovAllow some VOPs to return ERELOOKUP to indicate VFS...
2020-11-13 Konstantin BelousovImplement vn_lock_pair().
2020-11-12 Mateusz Guzikmalloc: retire malloc_last_fail
2020-11-12 Mateusz Guzikthread: move nthread management out of tid_alloc
2020-11-11 Kyle Evansumtx: drop incorrect timespec32 definition
2020-11-11 Mateusz Guzikthread: batch tid_free calls in thread_reap
2020-11-11 Mateusz Guzikthread: lockless zombie list manipulation
2020-11-11 Mark JohnstonFix a pair of races in SIGIO registration
2020-11-11 Mateusz Guzikthread: add more fine-grained tidhash locking
2020-11-11 Mateusz Guzikthread: rework tidhash vs proc lock interaction
2020-11-11 Mateusz Guzikthread: fix thread0 tid allocation
2020-11-10 Mateusz Guzikthread: tidy up r367543
2020-11-10 Mateusz GuzikAllow rtprio_thread to operate on threads of any process
2020-11-10 Mateusz Guzikthread: retire thread_find
2020-11-10 Mateusz Guzikthread: use tdfind in sysctl_kern_proc_kstack
2020-11-10 Mateusz Guzikthreads: remove the unused TID_BUFFER_SIZE macro
2020-11-10 Mateusz Guzikthread: adds newer bits for r367537
2020-11-09 Mateusz Guzikthreads: reimplement tid allocation on top of a bitmap
2020-11-09 Mateusz Guzikthreads: introduce a limit for total number
2020-11-09 Mateusz Guzikvfs: group mount per-cpu vars into one struct
2020-11-09 Mateusz Guzikmalloc: provide 384 byte zone
2020-11-09 Mateusz Guzikmalloc: retire mt_stats_zone in favor of pcpu_zone_64
2020-11-09 Mateusz GuzikAdd more per-cpu zones.
2020-11-09 Mateusz Guzikprocdesc: convert the zone to a malloc type
2020-11-09 Mateusz Guzikkqueue: save space by using only one func pointer for...
2020-11-08 Edward Tomasz Napi... Move syscall_thread_{enter,exit}() into the slow path...
2020-11-08 Kyle Evansimgact_binmisc: limit the extent of match on incoming...
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-07 Michael TuexenThe ioctl() calls using FIONREAD, FIONWRITE, FIONSPACE...
2020-11-07 Kyle Evansimgact_binmisc: move some calculations out of the exec...
2020-11-07 Mateusz Guzikrms: several cleanups + debug read lockers handling
2020-11-07 Kyle Evansimgact_binmisc: reorder members of struct imgact_binmis...
2020-11-07 Michal MelounAdd a method to determine whether given interrupt is...
2020-11-07 Edward Tomasz Napi... Move TDB_USERWR check under 'if (traced)'.
2020-11-07 Kyle Evansimgact_binmisc: abstract away the list lock (NFC)
2020-11-07 Kyle Evansimgact_binmisc: validate flags coming from userland
2020-11-07 Kyle Evansepoch: support non-preemptible epochs checking in_epoch()
2020-11-07 Kyle Evansimgact_binmisc: minor re-organization of imgact_binmisc...
2020-11-07 Mateusz Guzikmalloc: tweak the version check in r367432 to include...
2020-11-06 Mateusz Guzikmalloc: move malloc_type_internal into malloc_type
2020-11-05 Konstantin BelousovSuspend all writeable local filesystems on power suspend.
2020-11-05 Mateusz Guzikmalloc: add a helper returning size allocated for given...
2020-11-05 Mateusz GuzikRationalize per-cpu zones.
2020-11-05 Mateusz Guzikpoll/select: change selfd_zone into a malloc type
2020-11-05 Mateusz Guzikvfs: change nt_zone into a malloc type
2020-11-05 Kyle Evansimgact_binmisc: fix up some minor nits
2020-11-05 Mateusz Guzikfd: make all f_count uses go through refcount_*
2020-11-05 Mateusz Guzikfd: hide _fdrop 0 count check behind INVARIANTS
2020-11-04 Mateusz Guzikpipe: whitespace nit in previous
2020-11-04 Mateusz Guzikpipe: fix POLLHUP handling if no events were specified
2020-11-04 Mateusz Guzikrms: fixup concurrent writer handling and add more...
2020-11-04 Mark Johnstonvmspace: Convert to refcount(9)
2020-11-03 Brooks Davissysvshm: pass relevant uap members as arguments
2020-11-03 Conrad Meyerunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-11-02 Mateusz Guzikmalloc: prefix zones with malloc-
2020-11-02 Mateusz Guzikmalloc: export kernel zones instead of relying on them...
2020-10-31 Stefan EßerMake sysctl user.local a tunable that can be written...
2020-10-30 Mateusz Guzikmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 Stefan EßerAdd read only sysctl variable user.localbase
2020-10-30 Mateusz Guzikvfs: change vnode poll to just a malloc type
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-29 John BaldwinAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 Mateusz Guzikvfs: add NAMEI_DBG_HADSTARTDIR handling lost in rewrite
2020-10-29 Mateusz Guzikvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 John BaldwinSupport hardware rate limiting (pacing) with TLS offload.
2020-10-28 Konstantin BelousovCheck for process group change in tty_wait_background().
2020-10-28 Edward Tomasz Napi... Add local variable to store the sysent pointer. Just...
2020-10-28 Edward Tomasz Napi... Drop "All rights reserved" from all my stuff. This...
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 Mateusz Guzikvfs: tidy up vnlru_free
2020-10-27 Mateusz Guzikvfs: fix vnode reclaim races against getnwevnode
2020-10-26 Mateusz Guzikcache: add missing NIRES_ABS handling
2020-10-26 Alexander MotinEnable bioq 'car limit' added at r335066 at 128 bios.
2020-10-24 Alexander MotinFix asymmetry in devstat(9) calls by GEOM.
2020-10-24 Ruslan Bukino Add iommu de-initialization method for MSI interface.
2020-10-24 Ryan Moellersysctl+kern_sysctl: Honor SKIP for descendant nodes
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-24 Ryan Moellerkern_sysctl: Misc code cleanup
2020-10-24 Kyle Evansaudit: correct reporting of *execve(2) success
2020-10-24 Mateusz Guzikcache: assorted typo fixes
2020-10-24 Mateusz Guzikcache: add the missing NC_NOMAKEENTRY and NC_KEEPPOSENT...
2020-10-24 Mateusz Guzikvfs: fix a race where reclaim vholds freed vnodes
2020-10-24 Mateusz Guzikcache: batch updates to numcache in case of mass removal
2020-10-24 Mateusz Guzikcache: refactor alloc/free
2020-10-24 Mateusz Guzikcache: fold branch prediction into cache_ncp_canuse
2020-10-24 Mateusz Guzikcache: fix some typos
next