aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* bcm2838_xhci: Need to generate ofw_bus_if.hWarner Losh2024-04-121-1/+1
* nfscl: Purge name cache when readdir_plus is doneZaphrod Beeblebrox2024-04-111-0/+10
* ds1307: use the correct Microchip part number in enum and device descriptionJosef 'Jeff' Sipek2024-03-211-7/+7
* sound: Implement asynchronous device detachChristos Margiolis2024-04-114-36/+14
* sound: Get rid of snd_clone and use DEVFS_CDEVPRIV(9)Christos Margiolis2024-04-118-1771/+318
* specialreg: Fix typosElyes Haouas2024-04-111-3/+3
* vhpet: Fix typoElyes Haouas2024-04-111-1/+1
* vmm/x86: Fix typoElyes Haouas2024-04-111-1/+1
* sigtramp: Fix typoElyes Haouas2024-04-111-1/+1
* exception: Fix typosElyes Haouas2024-04-111-3/+3
* minidump_machdep: Fix typoElyes Haouas2024-04-111-1/+1
* pmap: Fix typosElyes Haouas2024-04-111-2/+2
* vmm: Fix typoElyes Haouas2024-04-111-1/+1
* atomic: Fix typoElyes Haouas2024-04-111-1/+1
* msan: Fix typoElyes Haouas2024-04-111-1/+1
* arm64/vmm: Define a dummy _start symbol in vmm_hyp_blob.elfMark Johnston2024-04-112-4/+4
* scmi: Add an SCMI VirtIO transport driverCristian Marussi2024-04-114-3/+313
* vtscmi: Add a virtio-scmi driverCristian Marussi2024-04-117-0/+591
* scmi: Introduce a new SCMI API and port CLK SCMI driver to itCristian Marussi2024-04-119-249/+433
* scmi: Add SCMI message tracking and centralize tx/rx logicCristian Marussi2024-04-117-108/+390
* scmi: Add new SCMI interfaces for init and message processingCristian Marussi2024-04-116-81/+192
* scmi: Protect SCMI/SMT channels from concurrent transmissionsCristian Marussi2024-04-113-6/+55
* scmi: Fix SCMI mailbox polling mechanismCristian Marussi2024-04-114-5/+22
* scmi: Extend and refactor SCMI shmem supportCristian Marussi2024-04-114-91/+231
* scmi: Add an SCMI SMC transport driverAndrew Turner2024-04-112-0/+132
* scmi: Split out the SCMI mailbox to a new fileAndrew Turner2024-04-115-75/+232
* scmi: Implement scmi_clknode_recalc_freq methodCristian Marussi2024-04-111-2/+12
* macio: Set resource map sizeJustin Hibbits2024-04-111-0/+1
* ahc/ahd: Fix target mode operationAlexander Motin2024-04-102-0/+6
* Revert "sendfile: mark it explicitly as a TCP only feature"Gleb Smirnoff2024-04-101-4/+8
* vm: improve kstack_object pindex calculation to avoid pindex holesBojan Novković2024-04-105-62/+314
* sys_procctl(): Make it clear that negative commands are invalidOlivier Certner2024-04-101-1/+1
* tcp: Make tcp_var.h more self-containedMark Johnston2024-04-101-0/+3
* vm_reserv_reclaim_contig: Return NULL not falseMinsoo Choo2024-04-101-2/+2
* pcireg.h: Add AMD IOMMU Base Cap definitionsKonstantin Belousov2024-04-101-0/+52
* pcireg.h: add include guardKonstantin Belousov2024-04-101-0/+5
* bcm2838_xhci: add moduleLexi Winter2024-04-104-1/+22
* uipc_shm: Copyin userpath for ktrace(2)Jake Freeland2024-04-101-21/+23
* unionfs_lookup(): fix wild accesses to vnode private dataJason A. Harmening2024-04-091-7/+15
* NOTES: Move NVMe entries to MI fileJohn Baldwin2024-04-095-20/+11
* sys: Enable NVMe drivers on all architecturesJohn Baldwin2024-04-091-6/+2
* NOTES: Tidy entries for SATA controllersJohn Baldwin2024-04-091-4/+5
* NOTES: Add devices for iSCSI supportJohn Baldwin2024-04-092-4/+14
* iser: Add kernel build glueJohn Baldwin2024-04-091-0/+8
* NOTES: Move OFED options to MI NOTESJohn Baldwin2024-04-094-26/+18
* pci_host_generic: Tolerate range resource allocation failuresJohn Baldwin2024-04-091-39/+16
* Revert "unix: new implementation of unix/stream & unix/seqpacket"Gleb Smirnoff2024-04-092-646/+320
* config.mk: Add MK_VIMAGE knobStephen J. Kiernan2024-04-092-1/+5
* arm64 pmap: Add ATTR_CONTIGUOUS support [Part 2]Alan Cox2024-04-091-7/+245
* rpc: use new macros to lock socket buffersGleb Smirnoff2024-04-095-44/+44