aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vfs: introduce vnode sequence countersMateusz Guzik2020-07-255-41/+395
* seqc: add a sleepable variant and convert some routines to macrosMateusz Guzik2020-07-252-15/+47
* Split-out the Intel GAS (Guest Address Space) management componentRuslan Bukin2020-07-257-216/+219
* Remove duplicated content from _eventhandler.hMateusz Guzik2020-07-251-72/+0
* Remove leftover macros for long gone vmsize mtxMateusz Guzik2020-07-251-3/+0
* Guard sbcompress_ktls_rx with KERN_TLSMateusz Guzik2020-07-251-0/+2
* Do a lockless check in kthread_suspend_checkMateusz Guzik2020-07-251-4/+7
* Revert r363123.Michal Meloun2020-07-251-1/+1
* Add support for ext_pgs mbufs to nfsm_uiombuflist() and nfsm_split().Rick Macklem2020-07-243-37/+141
* cxgbe(4): Some updates to the common code.Navdeep Parhar2020-07-244-92/+608
* Introduce ipi_self_from_nmi().Alexander Motin2020-07-242-0/+16
* Use APIC_IPI_DEST_OTHERS for bitmapped IPIs too.Alexander Motin2020-07-242-24/+35
* Make lapic_ipi_vectored(APIC_IPI_DEST_SELF) NMI safe.Alexander Motin2020-07-241-58/+48
* dwmmc: Add MMCCAM partEmmanuel Vadot2020-07-242-4/+328
* mmccam: aw_mmc: Only print the new ios value under bootverboseEmmanuel Vadot2020-07-241-7/+14
* mmccam: Make non bootverbose more readableEmmanuel Vadot2020-07-241-4/+3
* Use gbincore_unlocked for unprotected incore()Conrad Meyer2020-07-241-6/+1
* Add unlocked/SMR fast path to getblk()Conrad Meyer2020-07-243-10/+58
* Use SMR to provide safe unlocked lookup for pctries from SMR zonesConrad Meyer2020-07-242-76/+212
* lockmgr: add missing 'continue' to account for spuriously failed fcmpsetMateusz Guzik2020-07-241-0/+1
* mmccam: Add some aliases for non-mmccam to mmccam transitionEmmanuel Vadot2020-07-241-0/+11
* vm: fix swap reservation leak and clean up surrounding codeMateusz Guzik2020-07-242-53/+96
* Include TMPFS in all the GENERIC kernel configsAlex Richardson2020-07-246-0/+6
* Add support for KTLS RX via software decryption.John Baldwin2020-07-237-40/+789
* Consolidate duplicated code into a ktls_ocf_dispatch function.John Baldwin2020-07-231-52/+36
* Set si_trapno to the exception code from esr.John Baldwin2020-07-231-11/+21
* Pass the right size to memcpy() when copying the array of FP registers.John Baldwin2020-07-231-2/+2
* Set si_addr to badvaddr for TLB faults.John Baldwin2020-07-231-1/+1
* Clear the pointer to the socket when closing it also in case ofMichael Tuexen2020-07-231-0/+5
* modules/crypto: disable optimized assembly skein1024 implementationEd Maste2020-07-231-8/+8
* locks: fix a long standing bug for primitives with kdtrace but without spinningMateusz Guzik2020-07-234-5/+12
* Rank balanced (RB) trees are a class of balanced trees that includesDoug Moore2020-07-231-138/+133
* cuse: Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-231-13/+0
* ntb: Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-231-25/+4
* vm: annotate swap_reserved with __exclusive_cache_lineMateusz Guzik2020-07-231-1/+1
* Detect and handle an invalid reassembly constellation, which results inMichael Tuexen2020-07-232-23/+33
* Use SI_ORDER_(FOURTH|FIFTH) rather than bespoke versions.Brooks Davis2020-07-221-4/+4
* Modify writing to mirrored pNFS DSs to prepare for use of ext_pgs mbufs.Rick Macklem2020-07-222-74/+98
* Add missing space after switch.John Baldwin2020-07-222-4/+4
* Untie nmi_handle_intr() from DEV_ISA.Alexander Motin2020-07-222-8/+0
* mmccam: Add support for 1.2V and 1.8V eMMCEmmanuel Vadot2020-07-221-4/+71
* mmccam: Add support for 1.8V sdcardEmmanuel Vadot2020-07-222-3/+49
* aw_mmc: Start a mmccam discovery when the CD handler is called.Emmanuel Vadot2020-07-221-0/+4
* mmccam: Add a generic mmccam_start_discovery functionEmmanuel Vadot2020-07-223-44/+27
* mmccam: Use a sbuf for the mmc ident functionEmmanuel Vadot2020-07-221-21/+41
* mmc_xpt: Fix debug messagesEmmanuel Vadot2020-07-221-1/+2
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-2212-60/+19
* lockmgr: add adaptive spinningMateusz Guzik2020-07-223-18/+114
* Consistently use gctl_get_provider instead of home-grown variants.Xin LI2020-07-2210-202/+62
* gctl_get_class, gctl_get_geom and gctl_get_provider: provide feedbackXin LI2020-07-221-6/+11