Age | Commit message (Expand) | Author |
2017-07-05 | Fix native/raw backlight support in inteldrm(4). | Mark Kettenis |
2017-07-05 | regen | Mark Kettenis |
2017-07-05 | Add Intel Braswell Sensor Hub device. | Mark Kettenis |
2017-07-04 | Ignore entries with specific PCI subvendor/subdevice such that we don't | Mark Kettenis |
2017-07-03 | blacklist MSI on intel m.2 optane parts. it just doesnt work there. | David Gwynne |
2017-07-03 | merge error, revealed by clang; ok kettenis@ | Christian Weisgerber |
2017-07-03 | regen | David Gwynne |
2017-07-03 | intel optanes are a thing | David Gwynne |
2017-07-02 | Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUS | Mark Kettenis |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2017-06-22 | Fix another ;; in sys/dev | Tom Cosgrove |
2017-06-22 | double ;;. xhci one found by geoffhill | Theo de Raadt |
2017-06-20 | Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant. | Stefan Sperling |
2017-06-19 | Add a handler for the WSDISPLAYIO_GINFO ioctl in radeondrm, allowing | Frederic Cambus |
2017-06-19 | Add a handler for the WSDISPLAYIO_GINFO ioctl in inteldrm, allowing | Frederic Cambus |
2017-06-16 | - Fix incorrect values in the computation of transmit power for the | Kevin Lo |
2017-06-16 | In iwm_init() save the generation counter once before looping over | Stefan Sperling |
2017-06-14 | Currently, iwm(4) uses only one phy context, so stop sending commands to the | Stefan Sperling |
2017-06-14 | When a task in iwm(4) obtains an rwlock(9), bail out if the device was | Stefan Sperling |
2017-06-14 | Make the iwm(4) ioctl handler wait until the transition to SCAN has completed | Stefan Sperling |
2017-06-14 | Make iwm(4) wait for the PHY calibration result notification during HW init. | Stefan Sperling |
2017-06-12 | From FreeBSD (r227593, r307982): | Kevin Lo |
2017-06-09 | Convert to ifq_dequeue and perform m_defrag if the mbuf doesn't fit | Mike Belopuhov |
2017-06-09 | Introduce iwm_nic_assert_locked() to verify that the driver has correctly | Stefan Sperling |
2017-06-09 | Fix the resume code path in iwm(4) to no longer call iwm_stop() before | Stefan Sperling |
2017-06-04 | Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager. | Mark Kettenis |
2017-06-04 | Switch the TTM code over to the generic DRM VMA manager. | Mark Kettenis |
2017-06-04 | use htolem32 and lemtoh32 instead of htole32 and letoh32. | David Gwynne |
2017-06-02 | regen | Mark Kettenis |
2017-06-02 | Intel HD Graphics 510. | Mark Kettenis |
2017-06-02 | When iwm(4) firmware reports missed beacons, send a probe request only | Stefan Sperling |
2017-06-02 | When iwn(4) firmware reports missed beacons, send a probe request only | Stefan Sperling |
2017-06-02 | handle 64bit dva in the tx path as well as the rx path. | David Gwynne |
2017-06-02 | only update the tx descriptors high address if it changes. | David Gwynne |
2017-06-01 | reorder ops in sk_start to avoid possibly rolling back ifq_deq. | David Gwynne |
2017-06-01 | reorder ops in sk_start to avoid possibly rolling back ifq_deq. | David Gwynne |
2017-05-31 | Implement support for missed beacon notifications in iwn(4). | Stefan Sperling |
2017-05-31 | another place to use ieee80211_min_basic_rate() to select the minimum tx rate | Peter Hessler |
2017-05-31 | add ieee80211_min_basic_rate() to iwm(4), to select the lowest available | Peter Hessler |
2017-05-31 | The net80211 stack was providing a 'beacon miss timeout' value (in ms) | Stefan Sperling |
2017-05-31 | virtio_pci: Support IPL_MPSAFE interrupt handlers | Stefan Fritsch |
2017-05-31 | Add missing function prototype for iwm_rx_bmiss(). | Stefan Sperling |
2017-05-31 | Implement support for iwm(4) firmware's missed beacon notification. | Stefan Sperling |
2017-05-31 | Add support for Ralink RT5360. From Kevin Lo who tested with a | Jonathan Gray |
2017-05-31 | regen | Jonathan Gray |
2017-05-31 | Add Ralink RT5360. From Kevin Lo. | Jonathan Gray |
2017-05-30 | Improve the new ieee80211_{min,max}_rates() APIs and fix regressions. | Stefan Sperling |
2017-05-30 | Use ieee80211_{min,max}_basic_rate() in iwn(4). | Stefan Sperling |