]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
sysctl(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / sys / dev /
2020-12-18 Jessica Clarkeusb: Replace ITUNERNET vendor with MICROCHIP and improv...
2020-12-18 Mark Johnstonacpi: Ensure that adjacent memory affinity table entrie...
2020-12-18 Jessica Clarkevirtio_mmio: Fix feature negotiation copy-paste issue...
2020-12-18 Xin LIMFV r368746:
2020-12-18 Konstantin Belousovpci_iov: When pci_iov_detach(9) is called, destroy...
2020-12-17 Ryan Libbyice: quiet -Wredundant-decls
2020-12-17 John BaldwinUse __containerof() instead of home-rolled versions.
2020-12-17 Emmanuel VadotAdd IRQ resource to SPIBUS
2020-12-16 Jessica ClarkeFix whitespace in r368698
2020-12-16 Michal MelounUse the standard method for localizing of MSI-X table...
2020-12-16 John BaldwinUse more standard types for manipulating pointers.
2020-12-16 John BaldwinUse uintptr_t instead of unsigned long for integers...
2020-12-16 John BaldwinUse uintptr_t instead of unsigned long for pointers.
2020-12-15 Hans Petter SelaskyImprove handling of alternate settings in the USB stack.
2020-12-15 Hans Petter SelaskyImprove handling of alternate settings in the USB stack.
2020-12-15 Hans Petter SelaskyImprove handling of alternate settings in the USB stack.
2020-12-13 Martin MatuskaMFV r368607:
2020-12-12 Conrad Meyeramdtemp(4): Add missing Family 17h models
2020-12-12 Conrad Meyeramdsmn(4), amdtemp(4): add support for Family 19h ...
2020-12-12 Ian LeporeProvide userland notification of gpio pin changes ...
2020-12-11 Ryan Libbyif_wg: appease gcc
2020-12-11 Ryan Libbyqat: quiet -Wredundant-decls
2020-12-11 Ryan Libbyntb: quiet gcc -Wreturn-type
2020-12-11 Brooks Davisndis(4): expand deprecation to the whole driver
2020-12-11 Brooks Davishme(4): Remove as previous announced
2020-12-10 Robert WingAdd deprecation notice for bvmconsole and bvmdebug
2020-12-10 Bradley T. Hugheshyperv/vmbus: avoid crash, panic if vbe fb info is...
2020-12-09 Ryan Libbydmar: reserve memory windows of PCIe root port
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Justin Hibbitsdev/mfi: Make a seemingly bogus conditional unconditional
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-08 Adrian Chadd[ath] also remove the magic size value here for the...
2020-12-08 Adrian Chadd[ath] Don't use hard-coded values in the sanity check.
2020-12-08 Adrian Chadd[ath] replace the hard-coded magic values in if_athioct...
2020-12-07 Hans Petter SelaskyFix compilation after r368397.
2020-12-06 Ed MasteAdd deprecation notice to mn(4)
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-05 Conrad Meyeratkbd(4): Just use nitems() for quirk enumeration
2020-12-05 Michal MelounRemove remaning definition of GFB_<foo> options.
2020-12-05 Michal MelounAdd basic support for Freescale LX2160A SoC.
2020-12-05 Vladimir Kondratyevig4(4): Add PCI IDs for Intel Tiger Lake
2020-12-05 Vladimir Kondratyevatkbd(4): Change quirk table end-of-list marker to...
2020-12-05 Michal MelounDesignWare PCIe driver: Don't call bus_generic_attach...
2020-12-04 Warner Loshnvme: Remove a wmb() that's not necessary.
2020-12-04 Michal MelounAdd a driver for FAN53555 based PMIC.
2020-12-04 Michal MelounAdd a driver for HYM8563 based RTC.
2020-12-04 Michal MelounAdd a driver for ACT8846 used as PMIC for RK3288 SoC.
2020-12-03 John BaldwinClear TLS offload mode if a TLS socket hangs without...
2020-12-03 Navdeep Parharcxgbe(4): Fix vertical alignment in sysctl_cpl_stats.
2020-12-03 John BaldwinDon't transmit mbufs that aren't yet ready on TOE sockets.
2020-12-03 Navdeep Parharcxgbe(4): two new debug sysctls.
2020-12-03 John BaldwinClear TLS offload mode for unsupported cipher suites...
2020-12-03 John BaldwinFix downgrading of TOE TLS sockets to plain TOE.
2020-12-03 Adrian Chadd[axgbe] Fix compiler warnings in gcc-6.3; perhaps fix...
2020-12-03 Emmanuel Vadotif_dwc: Honor snps,pbl property
2020-12-03 Navdeep Parharcxgbe(4): Stop but don't free netmap queues when netmap...
2020-12-02 Mitchell Horneuart: allow UART_DEV_DBGPORT for fdt consoles
2020-12-02 Navdeep Parharcxgbe(4): Revert r367917.
2020-12-02 Mitchell Horneem: fix a null de-reference in em_free_pci_resources
2020-12-02 Michal MelounNVME: Multiple busdma related fixes.
2020-12-02 Chuck Tufflinvme: Fix typo in definition
2020-12-01 Oleksandr Tymoshenko[arm64] Parse ACPI _PXM property on ARM64 platform
2020-12-01 Bjoern A. ZeebUSB umass: add quirk to not probe
2020-12-01 Martin MatuskaMFV r368207:
2020-12-01 Michal MelounAlways use the __unused attribute even for potentially...
2020-11-30 Matt Macywireguard: fix zfs_ copy pasta in module init macro
2020-11-30 Matt MacyRemove (dead) GPL copyright code from wireguard sources
2020-11-30 Mark Johnstonqat: Initialize the crypto device ID to -1 instead...
2020-11-30 Mark Johnstonqat: Fix firmware module autoloading
2020-11-30 Michal MelounUnbreak r368167 in userland. Decorate unused arguments.
2020-11-30 Toomas Soomevt: if loader did pass the font via metadata, use it
2020-11-30 Toomas Soomefix vmbus_fb_mmio_res after r368168
2020-11-30 Toomas SoomeAdd VT driver for VBE framebuffer device
2020-11-30 Michal MelounNVME: Don't try to swap data on little endian machines.
2020-11-29 Matt MacyImport kernel WireGuard support
2020-11-29 Andrew TurnerOnly set the PCI bus end when we are reducing it
2020-11-29 Alexander MotinRemove aligment requirements for passthrough buffer.
2020-11-29 Alexander MotinMark inline functions static.
2020-11-29 Alexander MotinIncrease nvme(4) maximum transfer size from 1MB to...
2020-11-28 Poul-Henning KampAdd watchdog(9) driver for the Fintek F81803 SuperIO...
2020-11-28 Konstantin BelousovMake MAXPHYS tunable. Bump MAXPHYS to 1M.
2020-11-27 Alexander MotinSome code reorganization.
2020-11-27 Alexander MotinRestore break statement lost in r367857.
2020-11-26 Alexander MotinMore cleanup in response queue and reset code.
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-26 Emmanuel Vadotsdhci: mmccam: Update vccq in the driver ios
2020-11-26 Emmanuel Vadotsdhci: Only print mmccam debug code if hw.sdhci.debug...
2020-11-26 Poul-Henning KampAdd support for Fintek F81803 SuperIO chip
2020-11-26 Alexander MotinSome minor FCoE bits I had lying around.
2020-11-26 Alexander MotinRemove some more dead code from pre-24xx.
2020-11-24 Alexander MotinRemove more legacy of parallel SCSI.
2020-11-24 Jung-uk KimPort rtsx(4) driver for Realtek SD card reader from...
2020-11-24 Alexander MotinUpdate RQSFLAG_* definitions.
2020-11-24 Mark Johnstonata(4): Release the ioport resource if device initializ...
2020-11-24 Alexander MotinRemove concept of mbox_sleep_ok.
2020-11-24 Alexander MotinRemove unneeded locking around xpt_bus_[de]register().
2020-11-24 Hans Petter SelaskyRemove erradic assert after SVN r367149 in mlx5en(4).
2020-11-24 Alexander MotinImplement request queue overflow protection.
2020-11-23 Michal MelounEnsure that the buffer is in nvme_single_map() mapped...
2020-11-23 Edward Tomasz Napi... Make sbp(4) use xpt_alloc_ccb/xpt_free_ccb instead...
next