aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-1087-90/+90
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-10263-398/+400
* usb: dwc3: Move driver under a subdirectoryEmmanuel Vadot2024-01-106-7/+7
* clk: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-1023-45/+45
* clk: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-1038-73/+73
* pwm: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-103-2/+2
* pwm: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-103-2/+3
* spibus: Move allwinner driver into the common directoryEmmanuel Vadot2024-01-103-2/+2
* spibus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-103-2/+3
* iicbus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-104-3/+3
* cr_bsd_visible(): Style fixesOlivier Certner2024-01-101-3/+6
* zfs: merge openzfs/zfs@a382e2119Martin Matuska2024-01-1012-39/+233
* tcpsso: fix when used without -i optionMichael Tuexen2024-01-101-16/+13
* igb(4): Remove disconnected SYSCTLMarius Strobl2024-01-092-11/+0
* e1000(4): Remove disconnected SYSCTLMarius Strobl2024-01-092-13/+0
* cxgbe(4): Use the correct size for the CIM LA on the T6.Navdeep Parhar2024-01-093-3/+8
* apei: Mark ReadAckRegister resource as shareableAndrew Gallatin2024-01-091-1/+1
* netlink: fix regression with group writersGleb Smirnoff2024-01-094-7/+11
* powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1)Robert Wing2024-01-091-0/+32
* acpi: Only reserve resources enumerated via _CRSJohn Baldwin2024-01-092-37/+0
* memdesc: Helper function to construct mbuf chain backed by memdesc bufferJohn Baldwin2024-01-092-0/+510
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-098-12/+12
* mbuf: Add mbufq_emptyJohn Baldwin2024-01-091-0/+6
* net80211 amdpu: Simplify a few loops that drain an mbufqJohn Baldwin2024-01-091-2/+2
* Intel FPGA: Support programming larger bitfiles.Ruslan Bukin2024-01-091-23/+59
* sockets: on shutdown(2) do sorflush() only in case of generic sockbufGleb Smirnoff2024-01-091-1/+1
* netlink: just return EOPNOTSUPP on shutdown(2)Gleb Smirnoff2024-01-091-10/+0
* cxgbe(4): Add support for netmap offsets.Navdeep Parhar2024-01-081-3/+11
* netlink: Add sysctl descriptions for net.netlink treeEd Maste2024-01-081-2/+4
* tcp: clean PRR state after ECN congestion recovery.Richard Scheffenegger2024-01-082-0/+3
* tcp: prevent spurious empty segments and fix uncommon panicRichard Scheffenegger2024-01-081-1/+9
* ath10k/rtw89: make compile again after LinuxKPI changesBjoern A. Zeeb2024-01-082-0/+4
* rtw89: improve debugging and fix a sleep issueBjoern A. Zeeb2024-01-082-0/+13
* mii: Fix memory leak in micphy.Jiahao LI2024-01-081-0/+2
* puc: Add support for Exar XR17V354 Quad PCI Express UART.Teerayut Hiruntaraporn2024-01-081-0/+7
* ffs/ffs_rawread.c: clean up includesKonstantin Belousov2024-01-081-12/+9
* dtrace/profile: Set t_dtrace_trapframe for profile probesMark Johnston2024-01-071-1/+6
* tcp: do not purge SACK scoreboard on first RTORichard Scheffenegger2024-01-064-3/+28
* tcp: Make use of enum for sack_changedRichard Scheffenegger2024-01-061-1/+2
* tcp: limit visibility of symbolsMichael Tuexen2024-01-061-6/+12
* Revert "kern: console: make /dev/console backing console more predictable"Kyle Evans2024-01-051-19/+5
* kern: console: make /dev/console backing console more predictableKyle Evans2024-01-051-5/+19
* jail: add security.jail.mlock_allowedBaptiste Daroussin2024-01-051-0/+4
* nfsclient: limit situations when we do unlocked read-ahead by nfsiodKonstantin Belousov2024-01-051-2/+9
* vtruncbuf: improve the check for meta bufferKonstantin Belousov2024-01-051-1/+1
* vtruncbuf: add a comment explaining the purpose of the loopKonstantin Belousov2024-01-051-0/+3
* nfsclient: eliminate ncl_writebp()Konstantin Belousov2024-01-055-75/+2
* nfsclient: flush dirty pages of the vnodeKonstantin Belousov2024-01-051-6/+39
* nfsclient copy_file_range(): flush dst vnode dataKonstantin Belousov2024-01-051-1/+1
* mlx5(4): only detach IOV children if iov was successfully initializedKonstantin Belousov2024-01-052-3/+10