summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-08-31More SD/MMC clock stuff.Mark Kettenis
2019-08-31Add SD/MMC clocks. Generalize the clock gating code for this purpose.Mark Kettenis
2019-08-31Make readlink require UNVEIL_READ instead of UNVEIL_INSPECT onlyBob Beck
2019-08-31Fix a bug of the tap-detection code.Ulf Brosziewski
2019-08-30Add "amlogic,meson-axg-dwmac" compatible.Mark Kettenis
2019-08-30Don't use misleadingly named SCSISPC() which returns SCSI version notKenneth R Westerback
2019-08-30Rectify error made in 2006. SPC-2 == SCSI-3, not SCSI-2!!Kenneth R Westerback
2019-08-30On SAS3 and newer controllers (using the IEEE sgl layout), the chain offsetJonathan Matthew
2019-08-29Enable USB Vbus supply on i.MX 8M.Patrick Wildt
2019-08-29Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USBMark Kettenis
2019-08-29Capitalize my last name in copyright.Mark Kettenis
2019-08-29ure: attach to RTL8153B device on Lenovo USB-C DockJoshua Stein
2019-08-29Capitalize my last name in copyright.Mark Kettenis
2019-08-29Always parse RSN/WPA IEs if the driver announces support for RSN.Stefan Sperling
2019-08-29Add support for RTL8153B after study of Linux r8152 driver.Kevin Lo
2019-08-29fix iwm(4) frame length check to account for header in firmware rx packetStefan Sperling
2019-08-29Don't write to mbuf length fields before mbuf is removed from iwm(4) Rx ring.Stefan Sperling
2019-08-29pf_state_insert() must grab state lock exclusivelyAlexandr Nedvedicky
2019-08-28Use ACPI information to attach PCI busses like we do on arm64. There are aMark Kettenis
2019-08-28Fix white spaces and wrap long lines.Alexander Bluhm
2019-08-28If the EX_CONFLICTOK flag is given, allow operations that (partly)Mark Kettenis
2019-08-28In rev 1.273 RTM_LOCK has been removed from net/rtsock.c. SinceAlexander Bluhm
2019-08-28Recast "SCSISPC() != 2" into "!SCSI2() || SCSI3()", i.e. "!= 2" intoKenneth R Westerback
2019-08-28This code calls task_add(9) from a timeout, so create the taskq withMark Kettenis
2019-08-28Introduce SCSI0(), SCSI2() and SCSI3() defines to clarify (some) usesKenneth R Westerback
2019-08-28sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes thatKenji Aoyama
2019-08-28Build and enable amdgpu(4) on arm64. The DCN1.0 support has been madeMark Kettenis
2019-08-28Add amlpinctrl(4), a driver to configure pins and control GPIOs on AmlogicMark Kettenis
2019-08-28Add a PHY "framework".Mark Kettenis
2019-08-28implement a DV_POWERDOWN handler to flush cache and shutdown the controllerDavid Gwynne
2019-08-27On amd64 the bootup and resume paths for SP/BP/SP were not performingTheo de Raadt
2019-08-27Add amlrng(4), the simples random numer generator driver ever.Mark Kettenis
2019-08-27Fix HSET4 and HCLR4 macros; I shouldn't make last-minute changes withoutMark Kettenis
2019-08-27syncJoshua Stein
2019-08-27add ethernet found on Lenovo USB-C DockJoshua Stein
2019-08-27Keep ieee80211_node structures cached across scans, rather thanStefan Sperling
2019-08-27Refactor probing logic to mirror detach logic. i.e. put smarts inKenneth R Westerback
2019-08-27Add imxtmu(4), a driver to support the temperature sensors onPatrick Wildt
2019-08-27Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionallyMark Kettenis
2019-08-27amclock(4), a driver for the Amlogic SoC clocks. For now this implementsMark Kettenis
2019-08-27don't check the page number was set correctly.David Gwynne
2019-08-27use m_getptr to get to the right mbuf and offset for the ttl in mpls_gettl.David Gwynne
2019-08-27make SIOCGIFSFFPAGE support QSFP modules better.David Gwynne
2019-08-26When a thread tries to exclusively lock a vnode, the same thread mustanton
2019-08-26Do not use the flow of the first fragment to store ECN information.Alexander Bluhm
2019-08-26Replace umb_ntop() with sockaddr_ntop() which does almost the same thing.Claudio Jeker
2019-08-26Remove rdtsc macro.Paul Irofti
2019-08-26Remove unnecessary retrieval of the GPC regmap. We don't need it sincePatrick Wildt
2019-08-26remove some debug cruft that i should have removed after the addr64 stuffDavid Gwynne
2019-08-26remove redundant assignment to ic_curmodeStefan Sperling