]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / sys / sys /
2020-11-13 kibImplement vn_lock_pair().
2020-11-13 Konstantin BelousovImplement vn_lock_pair().
2020-11-13 adrian[malloc] quieten -Werror=missing-braces with malloc...
2020-11-13 Adrian Chadd[malloc] quieten -Werror=missing-braces with malloc...
2020-11-12 mjgmalloc: retire malloc_last_fail
2020-11-12 Mateusz Guzikmalloc: retire malloc_last_fail
2020-11-11 mjgthread: lockless zombie list manipulation
2020-11-11 Mateusz Guzikthread: lockless zombie list manipulation
2020-11-11 markjRemove an extraneous parameter from SIGIO_ASSERT_LOCKED()
2020-11-11 Mark JohnstonRemove an extraneous parameter from SIGIO_ASSERT_LOCKED()
2020-11-11 markjFix a pair of races in SIGIO registration
2020-11-11 Mark JohnstonFix a pair of races in SIGIO registration
2020-11-11 mjgthread: rework tidhash vs proc lock interaction
2020-11-11 Mateusz Guzikthread: rework tidhash vs proc lock interaction
2020-11-11 mjgthread: fix thread0 tid allocation
2020-11-11 Mateusz Guzikthread: fix thread0 tid allocation
2020-11-10 mjgthread: retire thread_find
2020-11-10 Mateusz Guzikthread: retire thread_find
2020-11-09 mjgvfs: group mount per-cpu vars into one struct
2020-11-09 Mateusz Guzikvfs: group mount per-cpu vars into one struct
2020-11-09 mjgmalloc: retire mt_stats_zone in favor of pcpu_zone_64
2020-11-09 Mateusz Guzikmalloc: retire mt_stats_zone in favor of pcpu_zone_64
2020-11-09 manuBump __FreeBSD_version after linuxkpi changes
2020-11-09 Emmanuel VadotBump __FreeBSD_version after linuxkpi changes
2020-11-09 mjgbufcache: convert bo_numoutput from long to int
2020-11-09 Mateusz Guzikbufcache: convert bo_numoutput from long to int
2020-11-09 mjgkqueue: save space by using only one func pointer for...
2020-11-09 Mateusz Guzikkqueue: save space by using only one func pointer for...
2020-11-08 traszMove syscall_thread_{enter,exit}() into the slow path...
2020-11-08 Edward Tomasz Napi... Move syscall_thread_{enter,exit}() into the slow path...
2020-11-08 kevansimgact_binmisc: limit the extent of match on incoming...
2020-11-08 Kyle Evansimgact_binmisc: limit the extent of match on incoming...
2020-11-07 sjgUpdate to bmake-20201101
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-07 mjgrms: several cleanups + debug read lockers handling
2020-11-07 Mateusz Guzikrms: several cleanups + debug read lockers handling
2020-11-07 mmelAdd a method to determine whether given interrupt is...
2020-11-07 Michal MelounAdd a method to determine whether given interrupt is...
2020-11-07 kevansimgact_binmisc: validate flags coming from userland
2020-11-07 Kyle Evansimgact_binmisc: validate flags coming from userland
2020-11-06 mjgmalloc: move malloc_type_internal into malloc_type
2020-11-06 Mateusz Guzikmalloc: move malloc_type_internal into malloc_type
2020-11-05 kibSuspend all writeable local filesystems on power suspend.
2020-11-05 Konstantin BelousovSuspend all writeable local filesystems on power suspend.
2020-11-05 luporl[PowerPC] hwpmc: add support for POWER8/9 PMCs
2020-11-05 Leandro Lupori[PowerPC] hwpmc: add support for POWER8/9 PMCs
2020-11-05 mjgmalloc: add a helper returning size allocated for given...
2020-11-05 Mateusz Guzikmalloc: add a helper returning size allocated for given...
2020-11-05 mjgRationalize per-cpu zones.
2020-11-05 Mateusz GuzikRationalize per-cpu zones.
2020-11-04 mjgBump __FreeBSD_version after rms changes
2020-11-04 Mateusz GuzikBump __FreeBSD_version after rms changes
2020-11-04 mjgrms: fixup concurrent writer handling and add more...
2020-11-04 Mateusz Guzikrms: fixup concurrent writer handling and add more...
2020-11-04 markjrefcount(9): Add refcount_release_if_last() and refcoun...
2020-11-04 Mark Johnstonrefcount(9): Add refcount_release_if_last() and refcoun...
2020-11-03 cemunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-11-03 Conrad Meyerunix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENT
2020-10-30 impIntegrate 4.4BSD-Lite2 changes to IOC_* definitions
2020-10-30 Warner LoshIntegrate 4.4BSD-Lite2 changes to IOC_* definitions
2020-10-30 mjgmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 Mateusz Guzikmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 seAdd read only sysctl variable user.localbase
2020-10-30 Stefan EßerAdd read only sysctl variable user.localbase
2020-10-30 mjgcache: add cache_vop_mkdir and rename cache_rename...
2020-10-30 Mateusz Guzikcache: add cache_vop_mkdir and rename cache_rename...
2020-10-29 jhbAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 John BaldwinAdd m_snd_tag_alloc() as a wrapper around if_snd_tag_al...
2020-10-29 mjgvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 Mateusz Guzikvfs: add NDREINIT to facilitate repeated namei calls
2020-10-29 jhbSupport hardware rate limiting (pacing) with TLS offload.
2020-10-29 John BaldwinSupport hardware rate limiting (pacing) with TLS offload.
2020-10-28 traszDrop "All rights reserved" from all my stuff. This...
2020-10-28 Edward Tomasz Napi... Drop "All rights reserved" from all my stuff. This...
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 mjgrefcount: make it atomic-clean
2020-10-27 Mateusz Guzikrefcount: make it atomic-clean
2020-10-27 impRemove frontstuff
2020-10-27 Warner LoshRemove frontstuff
2020-10-24 impcdefs.h: remove intel_compiler support
2020-10-24 Warner Loshcdefs.h: remove intel_compiler support
2020-10-24 impRemove obsolete check for GCC < 3 and support for Intel...
2020-10-24 Warner LoshRemove obsolete check for GCC < 3 and support for Intel...
2020-10-24 mavFix asymmetry in devstat(9) calls by GEOM.
2020-10-24 Alexander MotinFix asymmetry in devstat(9) calls by GEOM.
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-22 mjgvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 Mateusz Guzikvfs: prevent avoidable evictions on mkdir of existing...
2020-10-22 hselaskyImplement mbuf hashing routines for IP over infiniband...
2020-10-22 Hans Petter SelaskyImplement mbuf hashing routines for IP over infiniband...
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-21 brooksvmapbuf: don't smuggle address or length in buf
2020-10-21 Brooks Davisvmapbuf: don't smuggle address or length in buf
2020-10-20 mjgBump __FreeBSD_version after VOP VPTOCNP and INACTIVE...
2020-10-20 Mateusz GuzikBump __FreeBSD_version after VOP VPTOCNP and INACTIVE...
2020-10-20 mjgvfs: drop spurious cred argument from VOP_VPTOCNP
2020-10-20 Mateusz Guzikvfs: drop spurious cred argument from VOP_VPTOCNP
2020-10-19 brManage MSI iommu pages.
2020-10-19 Ruslan BukinManage MSI iommu pages.
2020-10-17 mjgvfs: annotate mountlist_mtx with __exclusive_cache_line
next