Age | Commit message (Expand) | Author |
2016-08-15 | For some reason the RTL8211E PHY on the Banana Pi responds to both address 0 | Mark Kettenis |
2016-08-15 | Remove IWM_CMD_SYNC, which expands to zero while all the other | Stefan Sperling |
2016-08-14 | u_quad_t -> uint64_t | David Gwynne |
2016-08-14 | change some types in bio from u_quad_t to uint64_t, and fix casts in | David Gwynne |
2016-08-14 | replace u_quad_t with uint64_t. | David Gwynne |
2016-08-13 | Add the core of the code for dwge(4), a driver for the Synopsis Designware | Mark Kettenis |
2016-08-13 | Add a minimal regulator "framework". | Mark Kettenis |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt |
2016-08-09 | Check xs->status for SCSI_CHECK even in underrun situations. | Kenneth R Westerback |
2016-08-08 | Fixup incorrect format specification bugs spotted by jsg@ | Mike Belopuhov |
2016-08-07 | Make iwm(4) automagically recover from fatal firmware errors by leaving the | Stefan Sperling |
2016-08-07 | add $OpenBSD$ tags | Jonathan Matthew |
2016-08-06 | Add a generic pinctrl "framework". | Mark Kettenis |
2016-08-05 | Switch pending event clearing to an atomic swap operation | Mike Belopuhov |
2016-08-05 | Switch pending event clearing to an atomic swap operation | Mike Belopuhov |
2016-08-05 | Fixup incorrect EAGAIN handling | Mike Belopuhov |
2016-08-05 | Read events array offset must be calculated in bytes | Mike Belopuhov |
2016-08-05 | Remove incorrect optimization: ring data portion size is not power of 2 | Mike Belopuhov |
2016-08-05 | Trigger link state update only on media status updates | Mike Belopuhov |
2016-08-05 | Fixup the condition that prevented heartbeat & co. from attaching | Mike Belopuhov |
2016-08-03 | add a minimal TPM 1.2 driver just to issue a "save state" command | Joshua Stein |
2016-08-03 | Use atomic operations to manipulate event masking bits | Mike Belopuhov |
2016-08-03 | Remove the periodic timer and do rescheduling during Rx completion | Mike Belopuhov |
2016-08-03 | Use an atomic operation to clear pending event bits | Mike Belopuhov |
2016-08-03 | Fold umass_atapi_attach() and umass_scsi_setup() into umass_scsi_attach() to | Kenneth R Westerback |
2016-08-01 | Don't forget to destroy the taskqueue on interrupt disestablish | Mike Belopuhov |
2016-08-01 | Mark shared producer and consumer indices volatile | Mike Belopuhov |
2016-08-01 | Set SDEV_UMASS on all umass devices, even when they use ATAPI or | Kenneth R Westerback |
2016-07-31 | Use m_devget(9). | Mark Kettenis |
2016-07-31 | regen | Jonathan Gray |
2016-07-31 | Add Xeon E3-1200 v5 host bridge and some more Sunrise Point H PCH ids. | Jonathan Gray |
2016-07-30 | add acpials(4), an acpi driver for ambient light sensors | Joshua Stein |
2016-07-29 | Add a periodic timer to workaround missing completion events | Mike Belopuhov |
2016-07-29 | Disable receive ring slot accounting | Mike Belopuhov |
2016-07-29 | Move xen interrupt handlers to dedicated task queues | Mike Belopuhov |
2016-07-29 | Loop until we've read all available responses | Mike Belopuhov |
2016-07-29 | Update TX completion event index when putting a packet on the ring | Mike Belopuhov |
2016-07-29 | Reduce the amount of sent RX producer notifications; from FreeBSD | Mike Belopuhov |
2016-07-29 | Reduce the amount of sent TX producer notifications; from FreeBSD | Mike Belopuhov |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-07-28 | Remove top level ring processing loops as too ambiguous | Mike Belopuhov |
2016-07-28 | Revert previous commit | Mike Belopuhov |
2016-07-28 | Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeue | Mike Belopuhov |
2016-07-27 | Add interface to facilitate iterating over gpios. | Mark Kettenis |
2016-07-27 | after system resume, re-write backlight level | Joshua Stein |
2016-07-27 | zero sizeof a struct not sizeof the pointer to it | Jonathan Gray |
2016-07-26 | Rename struct fdt_memory to fdt_reg to match the member name | Patrick Wildt |
2016-07-26 | In rsu(4), put code that twiddles HT data in the ic under #ifdef notyet. | Stefan Sperling |
2016-07-26 | Unbreak rsu(4) which was broken since r1.32. Reported by Jake Swensen. | Stefan Sperling |
2016-07-26 | Fix byteswap errors in rtwn(4) and urtwn(4) introduced by me on June 17. | Stefan Sperling |