Age | Commit message (Expand) | Author |
2015-10-23 | Fix uvm_object reference counting. While these reference counts aren't reaaly | Mark Kettenis |
2015-10-22 | remove some horrible iwm typedefs | Jonathan Gray |
2015-10-20 | Fix 802.1p VLAN priority code points for VLAN_HWTAGGING. | Christopher Zimmermann |
2015-10-19 | Enable some code that does power management magic. | Mark Kettenis |
2015-10-19 | Properly restore the prefetchable memory window upon resume. | Mark Kettenis |
2015-10-19 | Move bge rxeof and txeof outside the kernel lock. | Jonathan Matthew |
2015-10-18 | The change of 5.7's sys/arch/i386/i386/bus_space.c and | SASANO Takayoshi |
2015-10-18 | Backport another Broadwell fix from Linux 3.15 | Mark Kettenis |
2015-10-17 | Fix the code that sets up the MCH BAR on systems where the (buggy) BIOS | Mark Kettenis |
2015-10-16 | Put some iwm(4) debug code into #ifdef IWM_DEBUG. | Stefan Sperling |
2015-10-16 | Clean up iwm(4) scanning logic a bit: Reset sc_scanband in callers of | Stefan Sperling |
2015-10-16 | Oops, committed old version of previous diff with a typo in it: NLL -> NULL | Stefan Sperling |
2015-10-16 | In iwm(4), correctly size and map the mbuf used for large firmware commands. | Stefan Sperling |
2015-10-12 | Always initialise the index into iwm's tx queue array, fixing a | Stefan Sperling |
2015-10-11 | Add a symbolic name for the special '-1' value of iwm's sc_wantresp. | Stefan Sperling |
2015-10-10 | In iwm(4), set mbuf pointers to NULL after freeing mbufs. | Stefan Sperling |
2015-10-09 | Remove evil hack. I've never seen the printf fire, and xenocara no longer | Mark Kettenis |
2015-10-08 | Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. Since | Mark Kettenis |
2015-10-08 | Call em_start() when we detect a link state change such that packets start | Mark Kettenis |
2015-10-07 | In i915_gem_fault(), move the "out" label after the switch state such that we | Mark Kettenis |
2015-10-06 | Make sure that tx_buffer->next_eop is properly set before we bump the number | Mark Kettenis |
2015-10-06 | Make iwm(4) set the MAC address the same way other wireless drivers do. | Stefan Sperling |
2015-10-05 | Simplify iwm(4) newstate task by only queuing one state transition | Stefan Sperling |
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-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 |