Age | Commit message (Expand) | Author |
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 |
2015-09-18 | More ifmedia64 fallout. | Miod Vallat |
2015-09-18 | make vmx(4) interrupts mpsafe. | David Gwynne |
2015-09-17 | Do not define QLW_DEBUG if SMALL_KERNEL, and turn qlw_dump_iocb() and | Miod Vallat |
2015-09-15 | regen | Jasper Lievisse Adriaanse |
2015-09-15 | add fingerprint reader as found the x250 as well as another similar | Jasper Lievisse Adriaanse |
2015-09-15 | Fix kpanic I found the hard way while using pcsc-lite | David Coppa |
2015-09-14 | Fix more ifmedia64 fallout in the kernel. It's hiding everywhere... | Stefan Sperling |
2015-09-13 | Put the 12x22 font on alpha and macppc installation kernels, the 8x16 font | Miod Vallat |
2015-09-12 | let the C files do the sys/param.h including job | Theo de Raadt |
2015-09-12 | More ifmedia64 fallout; that should be the last. | Miod Vallat |
2015-09-12 | ifmedia64 fixes. | Miod Vallat |
2015-09-12 | mii_softc's view of the current mii state need to use the proper types | Miod Vallat |
2015-09-12 | Intel docs suggest that cpus in C3 may go into deeper states automatically | Philip Guenther |
2015-09-12 | Add support for the 88E1512/88E1514 phys using the 1512 init sequence | Jonathan Gray |
2015-09-11 | Workaround broken AML by treating FFH vendor 8 the same as vendor 1 (== intel) | Philip Guenther |
2015-09-11 | back out refcnt for dv_ref, there's too many hand crafted devices all | David Gwynne |
2015-09-11 | rd pretends to be a device allocated by subr_autoconf. it needs to | David Gwynne |
2015-09-11 | Remove the unfinished che(4) driver for Chelsio 10G cards. I lost interest | Claudio Jeker |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-09-11 | First step at making ix(4) MPSAVE. This is largely based on the em(4) | Claudio Jeker |
2015-09-11 | Don't copy more sense data than we have space for, so we don't crash when | Jonathan Matthew |
2015-09-11 | fairly simple size for free() | Theo de Raadt |