aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sound: Move vchan-related code to pcm/vchan.*Christos Margiolis2024-05-065-177/+180
* sound: Use nitems() where possibleChristos Margiolis2024-05-0610-28/+29
* sound: Remove unused dsp_cdevs[] fields and devicesChristos Margiolis2024-05-062-86/+21
* sound: Move chip.h contents to pcm/sound.hChristos Margiolis2024-05-0613-58/+16
* sound: Remove hw.snd.version and SND_DRV_VERSIONChristos Margiolis2024-05-063-58/+2
* sound: Convert pcm_chn_add() to voidChristos Margiolis2024-05-063-18/+6
* sound: Add __assert_unreachable() to default cases in pcm_chn_add() and pcm_c...Christos Margiolis2024-05-061-2/+2
* sound: Merge pcm_chn_create() and chn_init()Christos Margiolis2024-05-065-136/+151
* fib_dxr: log malloc() failures.Marko Zec2024-05-061-7/+38
* endian.h: Define uint{16,32,64}_tWarner Losh2024-05-061-2/+4
* if: guard against if_ioctl being NULLKristof Provost2024-05-061-0/+3
* dts: Bump the freebsd branding version to 6.8Emmanuel Vadot2024-05-061-1/+1
* Import device-tree files from Linux 6.8Emmanuel Vadot2024-05-061274-6916/+68525
* dts: Bump the freebsd branding version to 6.7Emmanuel Vadot2024-05-061-1/+1
* Import device-tree files from Linux 6.7Emmanuel Vadot2024-05-061064-4189/+43111
* dts: Bump the freebsd branding version to 6.6Emmanuel Vadot2024-05-061-1/+1
* Import device-tree files from Linux 6.6Emmanuel Vadot2024-05-061671-12060/+53336
* mlx5en: add diagnostic in one more case of failed eeprom read preparationKonstantin Belousov2024-05-061-0/+3
* TCP can be subject to Sack Attacks lets fix this issue.Randall Stewart2024-05-059-173/+470
* nfsd: Fix Link conformance with RFC8881 for delegationsRick Macklem2024-05-043-8/+17
* aic7xxx: make target mode enable a device hintHP van Braam2024-05-042-2/+36
* aic7xxx: aicasm correct include fileHP van Braam2024-05-043-5/+8
* zfs: unbreak macOS bootstrapMartin Matuska2024-05-031-1/+20
* tpm: Refactor TIS and add a SPI attachmentJustin Hibbits2024-05-0313-154/+640
* zfs: merge openzfs/zfs@8f1b7a6faMartin Matuska2024-05-0349-271/+1332
* MINIMAL: Grow minimal to support ata, scsi and nvmeWarner Losh2024-05-032-0/+24
* geom_stripe: Cascade cantrim just like we do for gmirrorMatthew Grooms2024-05-032-1/+23
* da: Update trim stats for WRITE SAME and ATA TRIMMatthew Grooms2024-05-031-0/+6
* linuxkpi: Fix set_memory_*Tijl Coosemans2024-05-031-15/+6
* nvmft: The in-kernel NVMe over Fabrics controllerJohn Baldwin2024-05-028-2/+2807
* mbuf: Add EXT_CTL for mbufs backed by a CTL backend bufferJohn Baldwin2024-05-022-0/+2
* ctl: Add NVMF port type and ioctlsJohn Baldwin2024-05-023-0/+80
* ctl_backend_block: Add support for NVMeJohn Baldwin2024-05-021-28/+444
* ctl_backend_block: Prepare for NVMe supportJohn Baldwin2024-05-021-56/+73
* ctl_backend_ramdisk: Add support for NVMeJohn Baldwin2024-05-021-2/+205
* ctl_backend_ramdisk: Prepare for NVMe supportJohn Baldwin2024-05-021-30/+23
* ctl: Add helper routines to populate NVMe namespace data IDs for a LUNJohn Baldwin2024-05-022-0/+96
* ctl: Support for NVMe commandsJohn Baldwin2024-05-025-10/+908
* ctl: Add assertions in SCSI-only pathsJohn Baldwin2024-05-021-0/+45
* ctl: Update some core data paths to be protocol agnosticJohn Baldwin2024-05-021-56/+169
* ctl: Support NVMe requests in debug trace functionsJohn Baldwin2024-05-025-12/+306
* ctl: Add helper routines for setting NVMe completion statusJohn Baldwin2024-05-022-0/+246
* ctl: Add structure and related constants for NVMe commandsJohn Baldwin2024-05-021-2/+335
* nvme: Add constants for the Fused Operation (FUSE) field in commandsJohn Baldwin2024-05-021-0/+5
* ctl: Add CTL_IO_ASSERT wrapper macroJohn Baldwin2024-05-024-12/+21
* ctl: Avoid an upcast for calling ctl_scsi_path_stringJohn Baldwin2024-05-024-9/+9
* nvmf: The in-kernel NVMe over Fabrics hostJohn Baldwin2024-05-0212-2/+2994
* cam: Add a XPORT_NVMF for NVMe over Fabrics simsJohn Baldwin2024-05-022-1/+18
* nvmf_tcp: Add a TCP transport for NVMe over FabricsJohn Baldwin2024-05-025-1/+1879
* nvmf: Add infrastructure kernel module for NVMe over FabricsJohn Baldwin2024-05-026-0/+625