summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-11-17remove unused definitions which no longer exist in linuxJonathan Gray
2020-11-17remove setup_timer() interface linux removed in 2017Jonathan Gray
2020-11-17fix time_after32() macroJonathan Gray
2020-11-17adjust for reversed outb arguments linux usesJonathan Gray
2020-11-17Convert sysctl_sysvsem to sysctl_bounded_argsgnezdo
2020-11-17Convert fusefs_sysctl to sysctl_bounded_argsgnezdo
2020-11-16Enable mcx(4)Mark Kettenis
2020-11-16Prevent exit status from being clobbered on thread exit.Joel Sing
2020-11-16Fix compile error on big-endian machines caused by recent multicast commit.Patrick Wildt
2020-11-16Add multicast support to bwfm(4) to make IPv6 work and to fixPatrick Wildt
2020-11-16Remove Case2 goto, use a simple if () instead.Martin Pieuchot
2020-11-16regenPatrick Wildt
2020-11-16Move PL2303GC around to make sure the list is sorted properly.Patrick Wildt
2020-11-16regenKevin Lo
2020-11-16Add PCI ids for Intel 2.5Gb adapters.Kevin Lo
2020-11-16Replace sysctl_rdint with sysctl_bounded_args entries in net.inet*gnezdo
2020-11-16Convert hw_sysctl to sysctl_bounded_argsgnezdo
2020-11-16Remove the cases folded into sysctl_bounded_args but left behindgnezdo
2020-11-16Convert kern_sysctl to sysctl_bounded_argsgnezdo
2020-11-15Make sure we perform address translation to all elements of a DMA mapping.Mark Kettenis
2020-11-15Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() toMark Kettenis
2020-11-15Enable acpige(4)Patrick Wildt
2020-11-15Add acpige(4), a driver for ACPI generic event devices. This is a ratherPatrick Wildt
2020-11-15Add support for edge-triggered interrupts in acpi_intr_establish(). SoPatrick Wildt
2020-11-15Add support for edge-triggered interrupts to agintc(4). This is mostlyPatrick Wildt
2020-11-15Add pchgpio(4), a driver for the GPIO controllers found on modern IntelMark Kettenis
2020-11-15match on Edimax EW-7811Un V2, from Morgan AldridgeJonathan Matthew
2020-11-15regenJonathan Matthew
2020-11-14add Edimax EW-7811Un V2, from Morgan AldridgeJonathan Matthew
2020-11-14Revise the initialization of the DRM Linux emulation layer such that weMark Kettenis
2020-11-14idr limit should be inclusiveJonathan Gray
2020-11-14Enable sdhc(4) at ACPI.Patrick Wildt
2020-11-14Extend pcamux(4) with ACPI support. So far pcamux(4) has assumed it'sPatrick Wildt
2020-11-14Add support for the VF610 I2C controller to imxiic(4). It uses itsPatrick Wildt
2020-11-14Move enabling/disabling the I2C controller and clearing the InterruptPatrick Wildt
2020-11-14Constify dktypenames and fstypenames in libc.Philip Guenther
2020-11-14Bring IDR function prototypes in line with modern Linux and implementMark Kettenis
2020-11-14whitespaceMark Kettenis
2020-11-14Add 10G media support. This makes the 10G ports on the "single shot" modelMark Kettenis
2020-11-14Add SFP+ support, including support for direct attach cables.Mark Kettenis
2020-11-14We should only grab the drm_global_mutex lock for legacy drivers.Mark Kettenis
2020-11-13Delete unused #defines: T_USER hasn't been used since July 2018Philip Guenther
2020-11-13Assert reset before configuring the MACs. Otherwise we leave the 10G MACMark Kettenis
2020-11-13To prepare for upcoming VF610 support, access the clk div table usingPatrick Wildt
2020-11-13Convert array of two-element arrays into a much more readable array ofPatrick Wildt
2020-11-13Do not include ../Makefile.inc twice.Visa Hankala
2020-11-13Fold -fno-builtin-* into -fno-builtin.Visa Hankala
2020-11-13Use BTB bug workaround also with assembly files.Visa Hankala
2020-11-13Use a helper to look for existing mapping & return if there's an anon.Martin Pieuchot
2020-11-13Add support for the PL2303HXN series chips to uplcom(4). The mainPatrick Wildt