Age | Commit message (Expand) | Author |
2019-03-13 | Add support for i.MX8M PWM clocks. | Patrick Wildt |
2019-03-13 | Since new bindings might use the same clock index for divs, gates and | Patrick Wildt |
2019-03-12 | Fix typo in debug print: wih -> with | Patrick Wildt |
2019-03-12 | Remove unused uaudioreg.h file. | Alexandre Ratchov |
2019-03-12 | Add a new driver for USB Audio Class v2.0 devices. It replaces the | Alexandre Ratchov |
2019-03-12 | Add new copy_output() and underrun() methods to support drivers | Alexandre Ratchov |
2019-03-12 | uhci: Fix delayed completions for isochronous transfers. | Alexandre Ratchov |
2019-03-12 | Until we can figure out why it causes NMIs on some machines, skip the | Jonathan Matthew |
2019-03-11 | Add missing bus powered bit, from aalm@ | Martin Pieuchot |
2019-03-11 | - in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RST | Kevin Lo |
2019-03-08 | the previous hkey version check was not accurate enough, so try the | Joshua Stein |
2019-03-08 | Update Spleen kernel fonts to the latest released version, bringing | Frederic Cambus |
2019-03-06 | explicitly unmask keyboard brightness and screen brightness events | Joshua Stein |
2019-03-06 | thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlight | Joshua Stein |
2019-03-06 | Ignore rx interrupts if the interface isn't supposed to be running. | Jonathan Matthew |
2019-03-05 | swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value order | Jonathan Matthew |
2019-03-05 | apply background init progress fix from r1.59 of mfii.c | Jonathan Matthew |
2019-03-02 | Limited the number of allowed stacked wsmux devices. A sufficiently long chain | anton |
2019-03-01 | Since ring->index points to the next free slot, once we reach index zero | Patrick Wildt |
2019-03-01 | use a timeout to refill the rx ring when it's empty. | David Gwynne |
2019-03-01 | use ifiq_input instead of if_input | David Gwynne |
2019-03-01 | Make athn(4) configure timing of control frames explicitly. | Stefan Sperling |
2019-03-01 | bus_dmamap_sync when we fill the rx ring, not for ever slot on the ring. | David Gwynne |
2019-03-01 | Background init progress and consistency check progress are reported in | Jonathan Matthew |
2019-02-27 | Make iwm(4) use CTS-to-self for HT protection if the AP requests this, | Stefan Sperling |
2019-02-27 | Make xhci_ring_produce() check the previous TRB to find out if it | Patrick Wildt |
2019-02-27 | Implement support for dynamic RTS threshold in MiRA. | Stefan Sperling |
2019-02-27 | Fix iwn(4) scan misreporting the channel of wifi networks in some situations. | Stefan Sperling |
2019-02-26 | tweak the mbuf loading in the tx path so it's easier to read. | David Gwynne |
2019-02-26 | Re-enable interrupts on resume with RF switch disabled | kn |
2019-02-26 | i forgot to commit a regen after fixing some bcm entries | David Gwynne |
2019-02-26 | don't let rxr completely fill the rxr ring. | David Gwynne |
2019-02-26 | put the rx buffer at the end of the cluster. | David Gwynne |
2019-02-26 | avoid a deadlock in ixl_down when calling ifq_barrier. | David Gwynne |
2019-02-26 | put the rx buffer at the end of the mbuf | David Gwynne |
2019-02-24 | get rid of an unused softc member | David Gwynne |
2019-02-24 | Dynastream ANTUSB-2 works well on uscom(4), from Jan Klemkow. | Patrick Wildt |
2019-02-24 | regen | Patrick Wildt |
2019-02-24 | Dynastream ANTUSB-2, from Jan Klemkow. | Patrick Wildt |
2019-02-24 | Rework iwm(4) Tx rate selection. | Stefan Sperling |
2019-02-22 | Allow ssdfb(4) to be mmap(2)-able so that we can use its framebuffer | Patrick Wildt |
2019-02-21 | Transfers that span multiple TRBs which wrap around the ring and | Patrick Wildt |
2019-02-21 | get rid of atomic_foo ops in the tx start and completion paths. | David Gwynne |
2019-02-20 | When adding a wsmux device to an existing wsmux device using | anton |
2019-02-20 | Add support for current limit regulators in addition to the voltage | Patrick Wildt |
2019-02-20 | Reject negative input from userland in spkrioctl(). One of the arguments | anton |
2019-02-20 | fix the name of some BCM57417 and BCM57416 parts | David Gwynne |
2019-02-20 | regen | David Gwynne |
2019-02-20 | the broadcom BCM57811_VF device id should be 0x163f, not 0x16ef | David Gwynne |
2019-02-19 | Fix a cosmetic issue in athn(4)'s bpf(4) tap. | Stefan Sperling |