]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
arm64: QorIQ: gpio: Cleanup qoriq_gpio_* helpers
[FreeBSD/FreeBSD.git] / sys / kern /
2021-01-06 Mateusz Guzikcache: stop pre-checking seqc when starting the lookup
2021-01-06 Mateusz Guzikcache: skip checking for spurious slashes if possible
2021-01-06 Mateusz Guzikcache: combine fast path enabled status into one flag
2021-01-06 Mateusz Guzikcache: split handling of 0 and non-0 error codes
2021-01-06 Mateusz Guzikcache: deinline state handling
2021-01-06 Mateusz Guzikcache: stop setting cn_nameptr on entry as matches...
2021-01-03 Mateusz Guzikcache: drop the now spurious doomed check when crossing...
2021-01-03 Mateusz Guzikvfs: keep seqc unchanged as long as the vnode is access...
2021-01-03 Mark Johnstonsendfile: Clear page pointers when handling a pager...
2021-01-03 Mark JohnstonEnsure that dirent's d_off field is initialized
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-03 Mateusz Guzikvfs: denote vnode being a mount point with VIRF_MOUNTPOINT
2021-01-03 Mateusz Guzikvfs: add v_irflag accessors
2021-01-03 Mateusz Guzikcache: stop checkpointing cn_namelen
2021-01-03 Mateusz Guzikcache: predict on no spurious slashes in cache_fpl_hand...
2021-01-03 Mateusz Guzikcache: postpone NAME_MAX check as it may be unnecessary
2021-01-03 Mateusz Guzikcache: remove spurious null check in sdt probe
2021-01-03 Alan SomersRegenerate syscall files after addition of aio_writev...
2021-01-03 Alan SomersAdd aio_writev and aio_readv
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2021-01-01 Jamie Grittonjail: revert the attachment part of b4e87a632955
2021-01-01 Mateusz Guzikcache: fold NCF_WHITE check into the rest
2021-01-01 Mateusz Guzikcache: call cache_fplookup_modifying in neg
2021-01-01 Mateusz Guzikcache: refactor cache_fpl_handle_root to fit the rest...
2021-01-01 Mateusz Guzikcache: refactor dot handling
2021-01-01 Mateusz Guzikcache: remove a branch from mount point checking
2021-01-01 Mateusz Guzikcache: support lockless lookup of degenerate paths
2021-01-01 Mateusz Guzikcache: save on branching when parsing the path by inser...
2021-01-01 Mateusz Guzikcache: hoist trailing slash and degenerate path handlin...
2021-01-01 Mateusz Guzikfd: inline pwd_get_smr
2021-01-01 John BaldwinDon't check P_INMEM in kdb_thr_*().
2021-01-01 John BaldwinEnumerate processes via the pid hash table in kdb_thr_*().
2021-01-01 John BaldwinAdd a proc_off_p_hash helper variable.
2021-01-01 John Baldwinddb ps: Use the pidhash to enumerate processes not...
2020-12-31 Jamie Grittonjail: Clean up allprison_lock handing in kern_jail_set
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-28 Mateusz Guzikcache: work around corner case of dvp == tvp in cache_f...
2020-12-28 Mateusz Guzikcache: reduce engrish in previous commit
2020-12-28 Mateusz Guzikcache: save on some branching in common case mount...
2020-12-28 Mateusz Guzikvfs: stop open-coding setting WILLBEDIR flag
2020-12-28 Mateusz Guzikvfs: add FAILIFEXISTS flag
2020-12-28 Mateusz Guzikcache: simplify lockless dot lookups
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-27 Mateusz Guzikcache: modification and last entry filling support...
2020-12-27 Mateusz Guzikcache: assert internal flags are not passed by namei
2020-12-27 Mateusz GuzikRevert "cache: modification and last entry filling...
2020-12-27 Mateusz Guzikcache: modification and last entry filling support...
2020-12-27 Konstantin BelousovRegen.
2020-12-27 Konstantin BelousovExpose eventfd in the native API/ABI using a new __spec...
2020-12-27 Jamie Grittonjail: add a missing lock around an osd_jail_call().
2020-12-27 Jamie Grittonjail: Consistently handle the pr_allow bitmask
2020-12-26 Mark Johnstonsendfile: Ensure that sfio->npages is initialized
2020-12-26 Jamie Grittonjail: Fix lock-free access to dynamic pr.allow flags
2020-12-26 Jamie Grittonjail: Fix an O(n^2) loop when adding jails
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-23 Alan SomersAIO: remove the kaiocb->bio linkage
2020-12-23 Mateusz Guzikcache: fix up cache_hold_vnode comment
2020-12-19 Andrew GallatinOptionally bind ktls threads to NUMA domains
2020-12-19 Kyle Evanskern: cpuset: allow jails to modify child jails' roots
2020-12-18 Konstantin BelousovAdd ELF flag to disable ASLR stack gap.
2020-12-18 Xin LIMFV r368746:
2020-12-17 John BaldwinUse a template assembly file for firmware object files.
2020-12-17 Konstantin BelousovFix a race in tty_signal_sessleader() with unlocked...
2020-12-17 Mateusz Guzikfd: reimplement close_range to avoid spurious relocking
2020-12-17 Mateusz Guzikaudit: rework AUDIT_SYSCLOSE
2020-12-17 Mateusz Guzikfd: refactor closefp in preparation for close_range...
2020-12-16 Mateusz Guzikfd: remove redundant saturation check from fget_unlocke...
2020-12-13 Mateusz Guzikuipc: disable prediction in unp_pcb_lock_peer
2020-12-13 Mateusz Guzikcache: fix ups bad predicts
2020-12-13 Mateusz Guzikvfs: correctly predict last fdrop on failed open
2020-12-13 Konstantin BelousovFix TDP_WAKEUP/thr_wake(curthread->td_tid) after r366428.
2020-12-13 Konstantin BelousovCorrect indent.
2020-12-13 Mateusz Guzikfd: fix fdrop prediction when closing a fd
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 Ryan Libbycache_fplookup: quiet gcc -Wreturn-type
2020-12-10 Mateusz Guzikfd: make serialization in fdescfree_fds conditional...
2020-12-09 Mark JohnstonPlug a race between fd table teardown and several loops
2020-12-09 Mark JohnstonUse refcount_load(9) to load fd table reference counts
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-08 Kyle Evanscpuset_set{affinity,domain}: do not allow empty masks
2020-12-08 Kyle Evanskern: cpuset: resolve race between cpuset_lookup/cpuset_rel
2020-12-08 Kyle Evanskern: cpuset: plug a unr leak
2020-12-06 Mateusz Guzikvfs: add cleanup on error missed in r368375
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-06 Mateusz Guzikvfs: factor buffer allocation/copyin out of namei
2020-12-05 Mateusz Guzikvfs: keep bad ops on vnode reclaim
2020-12-04 Konstantin BelousovAdd kern_ntp_adjtime(9).
2020-12-04 Kyle Evanskern: soclose: don't sleep on SO_LINGER w/ timeout=0
2020-12-03 Mark JohnstonAlways use 64-bit physical addresses for dump_avail...
2020-12-03 Oleksandr TymoshenkoAdd support for hw.physmem tunable for ARM/ARM64/RISC...
2020-12-02 Mateusz Guzikselect: make sure there are no wakeup attempts after...
2020-12-01 Konstantin Belousovlio_listio(2): send signal even if number of jobs is...
2020-12-01 Konstantin Belousovvfs_aio.c: style.
2020-12-01 Konstantin Belousovvfs_aio.c: correct comment.
2020-12-01 Mark Johnstonvmem: Revert r364744
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 Alexander V. ChernikovMove inner loop logic out of sysctl_sysctl_next_ls().
next