aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* zfs: bring back possibility to rewind the checkpoint fromMariusz Zaborski2021-03-131-1/+16
* zfs: make seqc asserts conditional on replayMateusz Guzik2021-03-132-8/+6
* [ath] do a cold reset if TSFOOR triggersAdrian Chadd2021-03-133-5/+47
* [ath] validate ts_antenna before updating tx statisticsAdrian Chadd2021-03-131-0/+5
* arm64: Add support for the RK805/RK808 RTCPeter Jeremy2021-03-122-4/+144
* cam: Run all XPT_ASYNC ccbs in a dedicated threadWarner Losh2021-03-122-3/+51
* ccr: Disable requests on port 1 when needed to workaround a firmware bug.John Baldwin2021-03-121-1/+9
* ccr: Add per-port stats of queued and completed requests.John Baldwin2021-03-121-0/+24
* ccr: Set the RX channel ID correctly in work requests.John Baldwin2021-03-121-11/+22
* Fetch the sigfastblock value in syscalls that wait for signalsJonathan T. Looney2021-03-121-0/+6
* x86: Update some stale comments in cpu_fork() and cpu_copy_thread().John Baldwin2021-03-122-4/+8
* x86: Always use clean FPU and segment base state for new kthreads.John Baldwin2021-03-123-30/+81
* Set TDP_KTHREAD before calling cpu_fork() and cpu_copy_thread().John Baldwin2021-03-123-14/+16
* Don't pass RFPROC to kproc_create(), it is redundant.John Baldwin2021-03-122-2/+2
* Remove unused wrappers around kproc_create() and kproc_exit().John Baldwin2021-03-122-8/+0
* x86: Copy the FPU/XSAVE state from the creating thread to new threads.John Baldwin2021-03-122-7/+15
* amd64: Cleanups to setting TLS registers for Linux binaries.John Baldwin2021-03-122-21/+5
* amd64: Only update fsbase/gsbase in pcb for curthread.John Baldwin2021-03-121-2/+4
* linux(4): make getcwd(2) return ERANGE instead of ENOMEMEdward Tomasz Napierala2021-03-121-0/+2
* pf: Fully remove interrupt events on vnet cleanupKristof Provost2021-03-124-4/+17
* pf: Simplify cleanupKristof Provost2021-03-123-16/+8
* uma: allow uma_zfree_pcu(..., NULL)Kristof Provost2021-03-121-0/+5
* null_vput_pair(): release use reference on dvp earlierKonstantin Belousov2021-03-121-14/+31
* vlrureclaim: only skip vnode with resident pages if it own the pagesKonstantin Belousov2021-03-121-1/+1
* softdep_unmount: assert that no dandling dependencies are leftKonstantin Belousov2021-03-121-0/+7
* FFS: assign fully initialized struct mount_softdeps to um_softdepKonstantin Belousov2021-03-121-33/+35
* Assert that um_softdep is NULL on free(ump), i.e. softdep_unmount() was calledKonstantin Belousov2021-03-121-0/+2
* ffs_mount: when remounting ro->rw and sbupdate failed, cleanup softdepsKonstantin Belousov2021-03-121-0/+2
* softdep_unmount: handle spurious wakeupsKonstantin Belousov2021-03-121-2/+5
* softdep_flush(): do not access ump after we acked FLUSH_EXIT and unlocked SU ...Konstantin Belousov2021-03-121-2/+7
* ffs: clear MNT_SOFTDEP earlier when remounting rw to roKonstantin Belousov2021-03-122-12/+37
* Rework MOUNTED/DOING SOFTDEP/SUJ macrosKonstantin Belousov2021-03-122-6/+5
* ffs softdep: clear ump->um_softdep on softdep_unmount()Konstantin Belousov2021-03-121-21/+26
* ffs_extern.h: Add comments for ffs_vgetf() flagsKonstantin Belousov2021-03-121-4/+6
* Add FFSV_FORCEINODEDEP flag for ffs_vgetf()Konstantin Belousov2021-03-123-7/+10
* simplify journal_mount: move the out label after success blockKonstantin Belousov2021-03-121-19/+19
* Hyper-V: hn: Enable vSwitch RSC support in hn netvsc driverWei Hu2021-03-127-90/+269
* SPDX: Spell 4 clause BSD license correctlyWarner Losh2021-03-111-1/+1
* gmirror: Pre-allocate the timeout event structureMark Johnston2021-03-112-9/+35
* nvme: use config_intrhook_drain to avoid removable card racesWarner Losh2021-03-112-6/+1
* config_intrhook: provide config_intrhook_drainWarner Losh2021-03-112-4/+52
* linsysfs: create /sys/bus/ and /sys/subsystem/Edward Tomasz Napierala2021-03-111-0/+6
* vm_reserv: Fix list locking in vm_reserv_reclaim_contig()Mark Johnston2021-03-111-3/+4
* usb: tiny formatting nitWarner Losh2021-03-111-1/+2
* pf: Remove redundant kif != NULL checksKristof Provost2021-03-111-6/+3
* pf: Factor out pf_krule_free()Kristof Provost2021-03-112-29/+23
* usr.sbin/pwm/pwm add support for flagsOskar Holmund2021-03-111-3/+16
* share/man/man9/pwmbus.9 fix types in argumentsOskar Holmund2021-03-111-7/+7
* kern.mk: fix -Wno-error style to fix build with Clang 12Greg V2021-03-101-8/+8
* Flush remaining routes from the routing table during VNET shutdown.Alexander V. Chernikov2021-03-105-23/+41