Age | Commit message (Expand) | Author |
2017-10-22 | It's time I claimed proper copyright on this. | Stefan Sperling |
2017-10-22 | In iwm(4), allocate command response buffers dynamically in a ring | Stefan Sperling |
2017-10-16 | drm/i915/bios: ignore HDMI on port A | Jonathan Gray |
2017-10-09 | The previous commit was deemed too invasive, so back it out and replace | Patrick Wildt |
2017-10-09 | Turns out that the previous commit resolves the problem on Clang but at | Patrick Wildt |
2017-10-04 | Work around clang mis-optimization regression. For some expression- | Patrick Wildt |
2017-10-04 | Introduce reference counting for tasks in iwm(4). | Stefan Sperling |
2017-10-03 | Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeouts | Antoine Jacoutot |
2017-09-30 | Add preliminary kabylake support to inteldrm(4) by backporting the relevant | Robert Nagy |
2017-09-28 | The DELAY() recently added to iwn(4) to make association more reliable could | Stefan Sperling |
2017-09-26 | Use quoted #includes for files kdump's mkioctls indirectly includes so | Jonathan Gray |
2017-09-22 | Move the powering down of all codecs into azalia_halt_corb() after the | Theo Buehler |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-06 | add support for the Realtek RTS525A | Joshua Stein |
2017-09-05 | Add additional errno values required by POSIX. | Jonathan Gray |
2017-09-04 | Make sure iwn(4) firmware gets to see a beacon before we send an auth request. | Stefan Sperling |
2017-09-03 | Attach rtwn(4) to RTL8192CE. Tested by me. | Stefan Sperling |
2017-09-03 | drm/i915: fix compiler warning in drivers/gpu/drm/i915/intel_uncore.c | Jonathan Gray |
2017-09-03 | drm/atomic: If the atomic check fails, return its value first | Jonathan Gray |
2017-09-03 | drm: Release driver tracking before making the object available again | Jonathan Gray |
2017-08-28 | regen | Stefan Sperling |
2017-08-28 | Add PCI device IDs for audio and USB OTG devices found on Atom z8300 SoC. | Stefan Sperling |
2017-08-27 | Make it possible for iwm_stop() to sleep by always running it in | Stefan Sperling |
2017-08-23 | Fix typos in iwm(4) error messages. Patch by Bryan Linton. | Stefan Sperling |
2017-08-23 | Prevent trashing of the producer index and descriptor counter | Mike Belopuhov |
2017-08-19 | Rotate framebuffer (counter-clockwise) when width < height. | Mark Kettenis |
2017-08-17 | Remove duplicate line introduced in rev 1.72. Coverity CID 1452888. | Jonathan Gray |
2017-08-17 | Fix asic test. Coverity CID 990792. | Jonathan Gray |
2017-08-17 | Fix pci product test. Coverity CID 1453251. | Jonathan Gray |
2017-08-14 | drm/mst: Avoid processing partially received up/down message transactions | Jonathan Gray |
2017-08-14 | drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req() | Jonathan Gray |
2017-08-14 | drm/mst: Fix error handling during MST sideband message reception | Jonathan Gray |
2017-08-14 | Make the vga_client_register() stub available to all archs to unbreak | Jonathan Gray |
2017-08-13 | Remove the second parameter of iwm_stop(). It was not used for anything. | Stefan Sperling |
2017-08-13 | Add proper support for iwm(4) firmware's time event. Cancel the event if | Stefan Sperling |
2017-08-13 | When iwn_stop() releases the scan lock wake processes sleeping on it. | Theo Buehler |
2017-08-13 | When iwm_stop() releases the scan lock wake processes sleeping on it. | Stefan Sperling |
2017-08-12 | Fix iwm(4) channel reporting, broken by my unrelated tweak during commit of | Stefan Sperling |
2017-08-12 | Provide a stub implementation for request_irq() and free_irq(). | Martin Pieuchot |
2017-08-12 | In iwm(4), instead of scheduling a task which calls ieee80211_end_scan(), | Stefan Sperling |
2017-08-12 | em: Disable ultra-low-power mode on boot | Stefan Fritsch |
2017-08-12 | Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappers | Philip Guenther |
2017-08-12 | Prevent a NULL pointer deref in iwm(4) which I have seen during testing. | Stefan Sperling |
2017-08-12 | Fix copy/paste error, CID 1453558. | Martin Pieuchot |
2017-08-12 | Fix Coverity CID 1453280: | Stefan Sperling |
2017-08-12 | In iwn(4), fix CID 1199266 "Missing comma in a string array"; only affects | Stefan Sperling |
2017-08-10 | Power off all codecs on shutdown to eliminate static noise in speakers | Theo Buehler |
2017-08-10 | Remove a leftover bit that was dereferencing an uninitialized pointer | Mike Belopuhov |
2017-08-10 | Add glue for passing through file+line when WITNESS is enabled | Philip Guenther |
2017-08-09 | vmd: allow guest PCI interrupt line reassignment. | Mike Larkin |