aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for RTL8153B, RTL8156 and RTL8156B to if_ure(4).Hans Petter Selasky2021-06-042-275/+890
* nfsd: Pre-parse the next NFSv4 operation number for put FH operationsRick Macklem2021-06-041-9/+100
* fdescfs: add an option to return underlying file vnode on lookupKonstantin Belousov2021-06-043-1/+14
* smartpqi: Remove stray declarationWarner Losh2021-06-031-2/+0
* Disable x2APIC for SandyBridge laptops with Samsung BIOSKonstantin Belousov2021-06-031-0/+1
* madt_setup_local: extract special case checks into a helperKonstantin Belousov2021-06-031-50/+64
* madt_setup_local: convert series of strcmp to iteration over the arrayKonstantin Belousov2021-06-031-12/+18
* madt_setup_local: skip further checks if ACPI DMAR table already disabled x2APICKonstantin Belousov2021-06-031-1/+3
* mpr/mps: Minor state machine fixWarner Losh2021-06-032-0/+2
* Fix mpr(4) and mps(4) state transitions and a use-after-free panic.Kenneth D. Merry2021-06-038-54/+93
* cam: prefer cam_sim_softc() over accessing cam_sim structure directly.Warner Losh2021-06-032-4/+4
* axgbe: Don't dereference NULL pointersWarner Losh2021-06-031-19/+19
* mmc:: Undo my conversion of (bool) to !!.Warner Losh2021-06-031-2/+2
* usb: reduce verbosity of logging about unsuccessful port resetMaksym Stetsyuk2021-06-031-1/+1
* dummynet: free(NULL, M_DUMMYNET); is safeKristof Provost2021-06-031-29/+17
* dummynet: Fix schedlist and aqmlist lockingKristof Provost2021-06-034-38/+98
* VNETify dummynetTom Jones2021-06-0311-250/+281
* mmc-fdt: fix mmc_fdt_gpio_get_{present,readonly}Priit Trees2021-06-031-2/+2
* Correcting comment about "sched_interact_score".wiklam2021-06-031-4/+4
* mmc: ignore CRC errors from CMD13 (status) when changing ratesAustin Shafer2021-06-031-2/+14
* hptrr: use BLOB_OBJS for pre-built .o'sJung-uk Kim2021-06-021-1/+1
* nfsd: Fix the failure return for non-fh NFSv4 operationsRick Macklem2021-06-023-36/+25
* gconcat: Add new lock to allow modifications to the disk list in preparation ...Noah Bergbauer2021-06-022-14/+52
* gconcat: Switch array to TAILQ to prepare for online appendNoah Bergbauer2021-06-022-33/+40
* powerpc: fix boot on pseries without hugepagesLeandro Lupori2021-06-021-41/+42
* regen after tweaks to getgroups and setgroupsWarner Losh2021-06-022-6/+6
* kern: fail getgroup and setgroup with negative intMoritz Buhl2021-06-022-9/+7
* hptnr: use BLOB_OBJS for pre-built .o'sWarner Losh2021-06-021-1/+1
* hptmv: use BLOB_OBJS for pre-built .o'sWarner Losh2021-06-021-1/+1
* hpt27xx: Use EXTRA_OBJS instead of OBJSWarner Losh2021-06-021-1/+1
* kmod.mk: Allow extra objects to be specified in modulesWarner Losh2021-06-021-6/+8
* kqueue: replace kq_ncallouts loop with atomic_fetchaddMateusz Guzik2021-06-021-7/+5
* vfs: fix MNT_SYNCHRONOUS check in vn_writeRich Ercolani2021-06-021-5/+6
* Fix the KCSAN_ENABLED check when building modulesAndrew Turner2021-06-021-1/+1
* arm: allwinner: Add clock driver for Display Engine to the buildEmmanuel Vadot2021-06-021-0/+1
* sdhci_xenon: add UHS supportMarcin Wojtas2021-06-022-0/+44
* sdhci_xenon: improve the VCCQ voltage switch sequenceMarcin Wojtas2021-06-021-16/+68
* sdhci_xenon: allow to properly disable the UHS signalingMarcin Wojtas2021-06-021-6/+8
* sdhci_xenon: enable MMC FDT parsingMarcin Wojtas2021-06-021-16/+17
* sdhci: allow setting MMC capabilities before sdhci_init_slotMarcin Wojtas2021-06-021-1/+2
* sdhci: extend bus_dma_tag boundary to 64-bit spaceMarcin Wojtas2021-06-021-4/+5
* uart_dev_ns8250: Switch ACPI UART subtype for Marvell SoCsMarcin Wojtas2021-06-021-1/+2
* kern: ether_gen_addr: randomize on default hostuuid, tooKyle Evans2021-06-023-4/+15
* amd64: Clear the local TSS when creating a new threadMark Johnston2021-06-011-0/+2
* amd64: Relax the assertion added in commit 4a59cbc12Mark Johnston2021-06-011-25/+45
* pf: Avoid leaking pad bytes in struct pfr_astats when copying outMark Johnston2021-06-011-0/+1
* i386: Make setidt_disp a size_t instead of uintptr_tMark Johnston2021-06-013-6/+2
* cxgbe/iw_cxgbe: Support for 512 SGL entries in one memory registration.Navdeep Parhar2021-06-015-10/+13
* cxgbe(4): Check if the firmware supports 512 SGL per FR MR.Navdeep Parhar2021-06-012-0/+9
* pf: Fix more ioctl memory leaksKristof Provost2021-06-012-13/+15