Age | Commit message (Expand) | Author |
2017-11-27 | Revise the linux sleeping compat code to avoid lock ordering problems. | Mark Kettenis |
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-09-30 | Add preliminary kabylake support to inteldrm(4) by backporting the relevant | Robert Nagy |
2017-09-26 | Use quoted #includes for files kdump's mkioctls indirectly includes so | Jonathan Gray |
2017-09-05 | Add additional errno values required by POSIX. | Jonathan Gray |
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-19 | Rotate framebuffer (counter-clockwise) when width < height. | Mark Kettenis |
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-12 | Provide a stub implementation for request_irq() and free_irq(). | Martin Pieuchot |
2017-08-12 | Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappers | Philip Guenther |
2017-08-12 | Fix copy/paste error, CID 1453558. | Martin Pieuchot |
2017-08-10 | Add glue for passing through file+line when WITNESS is enabled | Philip Guenther |
2017-07-27 | Initialize pools with correct sizes. | Martin Pieuchot |
2017-07-22 | Introduce jiffies, a volatile unsigned long version of our ticks variable | Mark Kettenis |
2017-07-19 | Implement drm_pci_alloc() and drm_pci_free() and use them to reduce the | Mark Kettenis |
2017-07-19 | Implement the enter_ddb() "accessop" here as well. | Mark Kettenis |
2017-07-19 | Add a enter_ddb() "accessop" to wsdisplay(4) to allow KMS drivers to bypass | Mark Kettenis |
2017-07-18 | Remove stray whitespace. | Mark Kettenis |
2017-07-17 | Implement a proper hash table instead of lumping evrything into a single | Mark Kettenis |
2017-07-15 | Disable the has_audio pipe config check. We don't manage the HDMI/DP audio | Mark Kettenis |
2017-07-14 | Add some more i2c glue to reduce the diffs to Linux. | Mark Kettenis |
2017-07-12 | Add a "Backlight" property to connectors with an associated backlight | Mark Kettenis |
2017-07-08 | Remove duplicate typedesf that are now provided by linux_types.h. | Mark Kettenis |
2017-07-07 | You win some, you los some. The Linux 4.4 code is still sub-standard but | Mark Kettenis |
2017-07-06 | sync the list of pci devices which don't require aperture | Jonathan Gray |
2017-07-05 | Fix native/raw backlight support in inteldrm(4). | Mark Kettenis |
2017-07-04 | Ignore entries with specific PCI subvendor/subdevice such that we don't | Mark Kettenis |
2017-07-03 | merge error, revealed by clang; ok kettenis@ | Christian Weisgerber |
2017-07-02 | Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUS | Mark Kettenis |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2017-06-22 | Fix another ;; in sys/dev | Tom Cosgrove |
2017-06-19 | Add a handler for the WSDISPLAYIO_GINFO ioctl in radeondrm, allowing | Frederic Cambus |
2017-06-19 | Add a handler for the WSDISPLAYIO_GINFO ioctl in inteldrm, allowing | Frederic Cambus |
2017-06-04 | Switch the radeondrm(4) driver over to TTM using the new DRM VMA manager. | Mark Kettenis |
2017-06-04 | Switch the TTM code over to the generic DRM VMA manager. | Mark Kettenis |
2017-05-26 | The Linux code really isn't up to the same standard as our other code, and | Mark Kettenis |
2017-05-25 | tweak sparc64 membars as a step toward making them usable in userland. | David Gwynne |
2017-05-21 | Enable radeondrm(4) on loongson to get accelerated graphics | Visa Hankala |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2017-04-16 | Always evaluate expression in BUG_ON() macro to avoid unused variable | Alexander Bluhm |