]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Unbreak r368167 in userland. Decorate unused arguments.
[FreeBSD/FreeBSD.git] / sys / dev /
2020-11-30 mmelUnbreak r368167 in userland. Decorate unused arguments.
2020-11-30 tsoomevt: if loader did pass the font via metadata, use it
2020-11-30 tsoomefix vmbus_fb_mmio_res after r368168
2020-11-30 tsoomeAdd VT driver for VBE framebuffer device
2020-11-30 mmelNVME: Don't try to swap data on little endian machines.
2020-11-29 mmacyImport kernel WireGuard support
2020-11-29 andrewOnly set the PCI bus end when we are reducing it
2020-11-29 mavRemove aligment requirements for passthrough buffer.
2020-11-29 mavMark inline functions static.
2020-11-29 mavIncrease nvme(4) maximum transfer size from 1MB to...
2020-11-28 phkAdd watchdog(9) driver for the Fintek F81803 SuperIO...
2020-11-28 kibMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-27 mavSome code reorganization.
2020-11-27 mavRestore break statement lost in r367857.
2020-11-26 mavMore cleanup in response queue and reset code.
2020-11-26 seUpdate to version 3.2.0
2020-11-26 manusdhci: mmccam: Update vccq in the driver ios
2020-11-26 manusdhci: Only print mmccam debug code if hw.sdhci.debug...
2020-11-26 phkAdd support for Fintek F81803 SuperIO chip
2020-11-26 mavSome minor FCoE bits I had lying around.
2020-11-26 mavRemove some more dead code from pre-24xx.
2020-11-24 mavRemove more legacy of parallel SCSI.
2020-11-24 jkimPort rtsx(4) driver for Realtek SD card reader from...
2020-11-24 mavUpdate RQSFLAG_* definitions.
2020-11-24 markjata(4): Release the ioport resource if device initializ...
2020-11-24 mavRemove concept of mbox_sleep_ok.
2020-11-24 mavRemove unneeded locking around xpt_bus_[de]register().
2020-11-24 hselaskyRemove erradic assert after SVN r367149 in mlx5en(4).
2020-11-24 mavImplement request queue overflow protection.
2020-11-23 mmelEnsure that the buffer is in nvme_single_map() mapped...
2020-11-23 traszMake sbp(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 traszMake tws(4) use xpt_alloc_ccb()/xpt_free_ccb() instead...
2020-11-23 traszDon't check return from xpt_alloc_ccb() for being NULL...
2020-11-23 traszMake hptmv(4) use xpt_alloc_ccb/xpt_free_ccb instead...
2020-11-23 traszsmartpqi: don't bzero the new ccb; xpt_alloc_ccb_nowait...
2020-11-23 traszarcmsr(4): don't bzero newly allocated ccb; xpt_alloc_c...
2020-11-22 manuif_dwc: Correctly configure the DMA engine based on...
2020-11-22 mavFix debug build after 367926.
2020-11-22 mavFix build after 367926.
2020-11-22 mavMake handlers and atpds overflows unlikely.
2020-11-22 mavDo not parent all busdma tags to the payload tag.
2020-11-22 mavRemove remnants of execthrottle and maxalloc parameters.
2020-11-21 npcxgbe(4): Catch up with in-flight netmap rx before...
2020-11-21 mavUnlucky change...
2020-11-21 mavFix stupid math mistake in r366922.
2020-11-20 mavIncrease queue depths from 1024/256 to 8192/1024 IOCBs.
2020-11-20 mavCleanup DMA handling.
2020-11-20 kibUnlock channels when any of them are locked, when retur...
2020-11-20 manuif_dwc: Add checksum offloading support
2020-11-20 manuif_dwc: Add flow control support
2020-11-20 manuif_dwc: Use if_ function where appropriate
2020-11-20 manuif_dwc: Reorder functions and sort them by usage
2020-11-20 manuif_dwc: dwc_get_hwaddr cannot fail, change return to...
2020-11-20 manuif_dwc: Add dwc_stop_dma and use it in dwc_stop_locked
2020-11-20 manuif_dwc: Use dwc_enable_mac in dwc_stop_locked
2020-11-20 manuif_dwc: Add a function to enable/disable the mac tx/rx
2020-11-20 manuif_dwc: Use if_setdrvflagbits to notify that we are...
2020-11-20 manuif_dwc: Split init code into sub function
2020-11-20 sjgMerge bmake-20201117
2020-11-20 mavFix r367857 build without ISP_TARGET_MODE.
2020-11-20 mavRemove parallel SCSI and 1/2Gb FC support from isp(4).
2020-11-20 wulfpsm(4): Disable AUX multiplexer probing on all Lenovo...
2020-11-19 markjvm_phys: Try to clean up NUMA KPIs
2020-11-18 lwhsuipheth(4): Fix for iOS 14
2020-11-18 mwUpdate ENA driver version to v2.3.0
2020-11-18 mwRename descriptions of the supported ENA devices
2020-11-18 mwAdd ENI metrics for the ENA driver
2020-11-18 mwAdd SPDX license tag to the ENA driver files
2020-11-18 mwAdd Rx offsets support for the ENA driver
2020-11-18 mwAdjust ENA driver files to latest ena-com changes
2020-11-18 mwFix completion descriptors alignment for the ENA
2020-11-18 hselaskyFix build of USB bootloader code by adding checks for...
2020-11-18 mavMove ecmd memory allocation itto separate DMA tag.
2020-11-18 mavRemove bus_dma locking/sleeping when not needed.
2020-11-18 mavDon't allocate full XCMD_SIZE (512 bytes) on stack.
2020-11-17 emasteuplcom: add ATen/Prolific USB-232 Controller D USB ID
2020-11-17 manusyscon: Add syscon_get_by_ofw_node
2020-11-16 brFix a bug in assertion: entry flags also includes IOMMU...
2020-11-16 brAdd device_t member to struct iommu.
2020-11-16 manudwmmc: dwmmc_switch_vccq is only used in MMCCAM kernel
2020-11-16 hselaskyMake mlx5_cmd_exec_cb() a safe API in mlx5core.
2020-11-16 hselaskyReport EQE data upon CQ completion in mlx5core.
2020-11-16 hselaskyEnhance the mlx5_core_create_cq() function in mlx5core.
2020-11-16 hselaskyUse mlx5core to create/destroy all Dynamically Connecte...
2020-11-16 hselaskyFix error handling order in create_kernel_qp in mlx5ib.
2020-11-14 mavAdd PMRCAP printing and fix earlier CAP_HI.
2020-11-13 bdragon[PowerPC] Allow traversal of oversize OF properties.
2020-11-12 mavFix panic if NVMe is detached before the intrhook call.
2020-11-12 npcxgbe/t4_tom: Handle VXLAN-encapsulated SYNs correctly.
2020-11-12 hselaskyAdd more USB quirks.
2020-11-12 0mpFix a typo in a license comment
2020-11-12 markjqat: Fix nits reported by Coverity
2020-11-12 hselaskyAdd a tunable sysctl, hw.usb.uaudio.handle_hid, to...
2020-11-12 hselaskyWhen doing a USB alternate setting on an USB interface...
2020-11-12 kibmlx5en: Set ifmr_current same as ifmr_active.
2020-11-12 kibmlx5en: stop ignoring pauses and flow in the media...
2020-11-12 kibmlx5en: Register all combinations of FDX/RXPAUSE/TXPAUS...
2020-11-12 kibmlx5en: Refactor repeated code to register media type...
2020-11-12 npcxgbev(4): Make sure that the iq/eq map sizes are corre...
2020-11-10 jhbClear tp->tod in t4_pcb_detach().
next