Age | Commit message (Expand) | Author |
2015-10-01 | relax vendor comparison to match variations found in older | Joerg Jung |
2015-10-01 | add const, prodded by mpi | Joerg Jung |
2015-10-01 | remove superfluous sensor_attach() added for debug reasons | Joerg Jung |
2015-10-01 | fix semicolon after if statement | Jonathan Gray |
2015-10-01 | No need to wakeup(9) the sensor thread because upd_refresh() does not | Martin Pieuchot |
2015-09-30 | add a (disabled) driver for the Apple System Management Controller (SMC) as | Joerg Jung |
2015-09-30 | Run the tx completion path without the kernel held. This makes the | Mark Kettenis |
2015-09-30 | I missed an #ifdef notyet when enabling the aliasing ppgtt code. | Mark Kettenis |
2015-09-29 | Unlock interrupt handler rx path with intr_barrier | Chris Cappuccio |
2015-09-29 | get rid of the mutex between access to the status block and myx_down | David Gwynne |
2015-09-29 | regen | Joerg Jung |
2015-09-29 | add keyboard/trackpad IDs found in recent MacBooks (12" retina) | Joerg Jung |
2015-09-29 | Huawei K4511 3G modem. | Martin Pieuchot |
2015-09-29 | regen | Martin Pieuchot |
2015-09-29 | Huawei K4511 3G modem. | Martin Pieuchot |
2015-09-28 | In low-level suspend routines, set cold=2. In tsleep(), use this to | Theo de Raadt |
2015-09-28 | The Linux code that handles the DPMS mode for inteldrm(4) can sleep now. | Mark Kettenis |
2015-09-28 | remove duplicate entry caused by the "Quanta Transcode" device | Jonathan Gray |
2015-09-28 | Remove the "Quanta Transcode" device from the list of supported hardware. | Mark Kettenis |
2015-09-27 | Enable monitor hot plugging for the framebuffer console. | Mark Kettenis |
2015-09-27 | Fix bsd.rd upgrades over iwm(4), and fix `ifconfig iwm0 lladdr random`. | Stefan Sperling |
2015-09-27 | Align the way iwm(4) adds the MAC context with how it's done in Linux iwlwifi. | Stefan Sperling |
2015-09-27 | Use drm_fb_helper_restore_fbdev_mode() to restore the wscons framebuffer | Mark Kettenis |
2015-09-27 | regen | Mark Kettenis |
2015-09-27 | Add another AMD RS780 PCIE found in a dmesg from tobiasu@ | Mark Kettenis |
2015-09-27 | Switch remaining users of the FreeBSD refcount apis back to the original | Jonathan Gray |
2015-09-26 | Try a little bit harder to clean up if attaching inteldrm(4) fails. | Mark Kettenis |
2015-09-26 | Update drm_irq.c to the version from Linux 3.14.52. | Mark Kettenis |
2015-09-26 | Apparently Valleyview / Bay Trail has 32-bit BARs, so fetch the type instead | Mark Kettenis |
2015-09-26 | Make the PPGTT code work. Seems to fix the caching issues on Broadwell. | Mark Kettenis |
2015-09-26 | Make iwm(4) DPRINTFs show states by name instead of number. | Stefan Sperling |
2015-09-25 | Apparently 0 is not a power of 2 (despite <sys/param.h> claiming that it is). | Mark Kettenis |
2015-09-25 | 3.14 backports of some Broadwell fixes from | Jonathan Gray |
2015-09-25 | Disable IPS for now. Identified by jsg@ as the cause for the unsynched | Mark Kettenis |
2015-09-25 | Now that waitqueue_active() actually works, enable the WARN_ON that uses it. | Mark Kettenis |
2015-09-24 | Enable MSIs on hardware that supports it. On the Thinkpad X1, the APIC pin | Mark Kettenis |
2015-09-24 | Properly implement waitqueue_active(). Gets rid of spurious | Mark Kettenis |
2015-09-24 | regen | Jonathan Gray |
2015-09-24 | Add some more Broadwell graphics ids. | Jonathan Gray |
2015-09-24 | The devlist awk script didn't pickup the broadwell ids as they are | Jonathan Gray |
2015-09-23 | Update inteldrm to the code from Linux 3.14.52 (which corresponds to | Mark Kettenis |
2015-09-23 | In iwm(4), properly reset the RX ring by clearing RX buffer status memory. | Stefan Sperling |
2015-09-23 | In iwm(4), while not associated, pass the broadcast ethernet address to | Stefan Sperling |
2015-09-22 | regen | Jasper Lievisse Adriaanse |
2015-09-22 | add (unsupported) realtek wireless card as found in rpointel@'s x250, though | Jasper Lievisse Adriaanse |
2015-09-20 | brad points out i need bpf_mtap_ether to reconstruct vlan headers | David Gwynne |
2015-09-20 | need to keep bpf in the tx path. got a bit ahead of myself there... | David Gwynne |
2015-09-19 | Avoid using a mutex in the rx completion path. Instead rely on | Mark Kettenis |
2015-09-18 | Remove stray splx(9) call. Found by Maxime Villard's Brainy Code Scanner. | Mark Kettenis |
2015-09-18 | Remove unused variables, from Michael McConville. | Martin Pieuchot |