]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
gpiokeys: add evdev support
[FreeBSD/FreeBSD.git] / sys / kern /
2020-08-12 Mateusz Guzikvfs: inline vrefcnt
2020-08-12 Mateusz Guzikvfs: garbage collect vrefactn
2020-08-12 Mateusz Guzikvfs: reimplement vref on top of vget
2020-08-12 Conrad Meyerdevfs: Abstract locking assertions
2020-08-11 Mateusz Guzikdevfs: rework si_usecount to track opens
2020-08-11 Mateusz Guzikvfs: stricter validation for flags passed to namei...
2020-08-10 Mateusz Guzikvfs: drop the hello world stat probes from the vfs...
2020-08-10 Mateusz Guzikcache: let SAVESTART passthrough
2020-08-10 Mateusz Guzikcache: resize struct namecache to a multiply of alignment
2020-08-10 Mateusz Guzikcache: remove unused variables from cache_fplookup_parse
2020-08-10 Mateusz Guzikvfs: clean MNTK_FPLOOKUP if MNT_UNION is set
2020-08-10 Mateusz Guzikcache: strlcpy -> memcpy
2020-08-10 Mateusz Guzikvfs: partially support file create/delete/rename in...
2020-08-10 Mateusz Guzikvfs: drop the thread argumemnt from vfs_fplookup_vexec
2020-08-10 Mateusz Guzikvfs: disallow NOCACHE with LOOKUP
2020-08-07 Mateusz Guzikvfs: add VOP_STAT
2020-08-07 Mateusz Guzikvfs: release the interlock after failing to set VHOLD_N...
2020-08-07 Warner LoshRemove obsolete part of comment. It was cut and pasted...
2020-08-07 Hans Petter SelaskyAdd full support support for dynamic allocation and...
2020-08-06 Mark JohnstonClean up reassignbuf() and buf_vlist_remove() a bit.
2020-08-06 Mark JohnstonRemove the vfs.reassignbufcalls counter and sysctl.
2020-08-06 Mateusz Guzikcache: add more predicts for failing conditions
2020-08-06 Mateusz Guzikcache: plug unititalized variable use
2020-08-05 Mateusz Guzikvfs hash: annotate the lock with __exclusive_cache_line
2020-08-05 Mateusz Guzikpipe: reduce atime precision
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-05 Andrey V. ElsukovAdd m__getjcl SDT probe.
2020-08-05 Mateusz Guzikcache: don't ignore size passed to nchinittbl
2020-08-05 Mateusz Guzikvfs: remove the obsolete privused argument from vaccess
2020-08-05 Mateusz Guzikcache: convert the hash from LIST to SLIST
2020-08-05 Mateusz Guzikcache: reduce zone alignment to 8 bytes
2020-08-05 Mateusz Guzikcache: convert ncnegnash into a macro
2020-08-05 Mateusz Guzikvfs: tidy up namei entry point
2020-08-05 Mateusz Guzikcache: cleanup lockless entry point
2020-08-05 Mateusz Guzikcache: stop messing with cn_lkflags
2020-08-05 Mateusz Guzikcache: stop messing with cn_flags
2020-08-04 Mateusz Guzikvfs: support lockless dotdot lookup
2020-08-04 Mateusz Guzikcache: add NCF_WIP flag
2020-08-04 Mateusz Guzikcache: add cache_purge_vgone
2020-08-04 Mateusz Guzikmtx: add mtx_wait_unlocked
2020-08-04 Mateusz Guzikrms: fix typo: bitmamp -> bitmap
2020-08-04 Mateusz Guzikcache: factor away failed vexec handling
2020-08-04 Mateusz Guzikcache: assorted tidy ups
2020-08-04 Mateusz Guzikcache: factor away lockless dot lookup and add missing...
2020-08-04 Mateusz Guzikvfs: add vfs_op_thread_enter/exit _crit variants
2020-08-04 Mateusz Guzikcache: add missing numcache detrement on insertion...
2020-08-04 Mateusz Guzikrms: add a comment explaining performance deficiencies...
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-04 Mark JohnstonRemove free_domain() and uma_zfree_domain().
2020-08-03 Konstantin BelousovAdd SOL_LOCAL symbolic constant for unix socket option...
2020-08-03 Warner LoshSome function had the blank lines, others didn't. Most...
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-08-03 Konstantin BelousovProvide more correct description for sysctl kern.smp...
2020-08-02 Mateusz Guzikvfs: store precomputed namecache hash in the vnode
2020-08-02 Mateusz Guzikvfs: move namecache initialisation into cache_vnode_init
2020-08-02 Conrad MeyerUnlocked getblk: Fix new false-positive assertion
2020-08-01 Mateusz Guzikcred: add more asserts for td_realucred == td_ucred
2020-08-01 Mateusz Guzikcache: reshuffle struct cache_fpl and nameidata_saved
2020-08-01 Mateusz Guzikcache: mark climb_mount as __noinline
2020-08-01 Mateusz Guzikvfs: inline NDINIT_ALL
2020-08-01 Mateusz Guzikvfs: convert ni_rigthsneeded to a pointer
2020-08-01 Mateusz Guzikvfs: make rights mandatory for NDINIT_ALL
2020-07-31 Conrad Meyergetblk: Remove a non-sensical LK_NOWAIT | LK_SLEEPFAIL
2020-07-31 Conrad Meyergetblk: Avoid sleeping on wrong buf in lockless path
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-30 Mateusz Guzikcache: drop the useless numchecks counter
2020-07-30 Mateusz GuzikFurther depessimize priv_check_cred_vfs_generation
2020-07-30 Mateusz Guzikvfs: inline vops if there are no pre/post associated...
2020-07-30 Mateusz Guzikvfs: fold poll_no_poll into vop_nopoll
2020-07-30 Mateusz Guzikvfs: short-circuit the common case NDFREE calls
2020-07-30 Mateusz Guzikvfs: add support for WANTPARENT and LOCKPARENT to lockl...
2020-07-30 Mateusz Guzikvfs: support negative entry promotion in lockless lookup
2020-07-30 Mateusz Guzikvfs: add NOMACCHECK and AUDITVNODE2 to lockless lookup
2020-07-30 Mateusz Guzikvfs: make sure startdir_used is always assigned to...
2020-07-30 Mark JohnstonFix a logic error in uipc_ready_scan().
2020-07-29 John BaldwinProperly handle a closed TLS socket with pending receiv...
2020-07-29 Mateusz Guzikvfs: elide MAC-induced locking on rename if there are...
2020-07-29 Mateusz Guzikvfs: honor error code returned by mac_vnode_check_renam...
2020-07-28 Yoshihiro Takahashi- Cleanups related to sparc64 removal.
2020-07-28 Kyle Evansmakesyscalls.sh: improve the 'this is going away' message
2020-07-27 Kyle Evansmakesyscalls.sh: spit out a deprecation notice to stderr
2020-07-25 Doug MooreFix an overflow bug in the blist allocator that needles...
2020-07-25 Mateusz Guzikfd: put back FILEDESC_SUNLOCK to pwd_hold lost during...
2020-07-25 Alexander MotinAllow swi_sched() to be called from NMI context.
2020-07-25 Mateusz Guzikvfs: add support for !LOCKLEAF to lockless lookup
2020-07-25 Mateusz Guzikvfs: lockless lookup
2020-07-25 Mateusz Guzikvfs: add the infrastructure for lockless lookup
2020-07-25 Mateusz Guzikvfs: introduce vnode sequence counters
2020-07-25 Mateusz GuzikGuard sbcompress_ktls_rx with KERN_TLS
2020-07-25 Mateusz GuzikDo a lockless check in kthread_suspend_check
2020-07-24 Conrad MeyerUse gbincore_unlocked for unprotected incore()
2020-07-24 Conrad MeyerAdd unlocked/SMR fast path to getblk()
2020-07-24 Conrad MeyerUse SMR to provide safe unlocked lookup for pctries...
2020-07-24 Mateusz Guziklockmgr: add missing 'continue' to account for spurious...
2020-07-23 John BaldwinAdd support for KTLS RX via software decryption.
2020-07-23 Mateusz Guziklocks: fix a long standing bug for primitives with...
2020-07-22 Brooks DavisUse SI_ORDER_(FOURTH|FIFTH) rather than bespoke versions.
2020-07-22 Mateusz Guziklockmgr: add adaptive spinning
2020-07-21 Mitchell HorneINTRNG: only shuffle for !EARLY_AP_STARTUP
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
next