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