Age | Commit message (Expand) | Author |
2020-06-14 | fix i915_gem_swizzle_page() | Jonathan Gray |
2020-06-14 | Remove misleading XXX about locking of ps_klist. All of the kqueue | Visa Hankala |
2020-06-14 | make IS_ERR() and IS_ERR_OR_NULL() return bool | Jonathan Gray |
2020-06-14 | move tx and rx ring variables into their own structs. | David Gwynne |
2020-06-13 | Add support for the XIVE interrupt controller found on POWER9 CPUs. | Mark Kettenis |
2020-06-13 | Remove a dead store. | Visa Hankala |
2020-06-13 | correct a krealloc conversion | Jonathan Gray |
2020-06-13 | Load CTF section to enable DDB's "show struct" | kn |
2020-06-13 | Some new firmware for ConnectX-5 tries to give pages back when | Jonathan Matthew |
2020-06-13 | use wakeup_one() in complete() | Jonathan Gray |
2020-06-13 | use a unique wchan name for wait_for_completion() | Jonathan Gray |
2020-06-12 | Teach powerpc64 ddb to x, w, break, step, trace. | gkoehler |
2020-06-12 | Fix pasto; configure pin as input if it isn't an output. | Mark Kettenis |
2020-06-12 | Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs is | Mark Kettenis |
2020-06-12 | Make amdgpu_irq_add_domain silent; this functionality is only needed to | Mark Kettenis |
2020-06-12 | don't warn on calls to drm_connector_attach_content_protection_property() | Jonathan Gray |
2020-06-12 | correct typo, this did not compile.. | Theo de Raadt |
2020-06-12 | Pay attention to the (Linux) kernel log level. | Mark Kettenis |
2020-06-12 | Since we don't support CONFIG_SWIOTLB, make drm_need_swiotlb() just return | Mark Kettenis |
2020-06-12 | We won't support debugfs stuff on OpenBSD, at least not via a filesystem | Mark Kettenis |
2020-06-12 | Make i915_perf_register silent; don't see us supporting this functionality | Mark Kettenis |
2020-06-12 | Revert addition of double underbars for filter-specific flag. | Martin Pieuchot |
2020-06-12 | DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATION | Jonathan Gray |
2020-06-12 | remove unused mcx_softc members. | David Gwynne |
2020-06-11 | wrap some long lines. no functional change. | David Gwynne |
2020-06-11 | Fix small bug in parsing the IORT tables. Mapping entries specify the number | Mark Kettenis |
2020-06-11 | When detaching uaudio, wait for device ref counter to drop to 0 | Alexandre Ratchov |
2020-06-11 | Move FRELE() outside fdplock in dup*(2) code. This avoids a potential | Visa Hankala |
2020-06-11 | handle sg_set_page() with NULL page argument | Jonathan Gray |
2020-06-11 | In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address again | Stefan Sperling |
2020-06-11 | Rename poll-compatibility flag to better reflect what it is. | Martin Pieuchot |
2020-06-11 | Make spec_kqfilter() and cttykqfilter() behave like their corresponding | Martin Pieuchot |
2020-06-11 | Make iwx(4) update the Tx ring byte count table. | Stefan Sperling |
2020-06-11 | Increase iwx(4) command queue size. Otherwise the firmware sends duplicate | Stefan Sperling |
2020-06-11 | Load iwx(4) firmware just once. | Stefan Sperling |
2020-06-11 | Add initial support for regulatory domain updates in iwx(4). | Stefan Sperling |
2020-06-11 | Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM data | Stefan Sperling |
2020-06-11 | whitespace and speeling fix in a comment. no functional change. | David Gwynne |
2020-06-11 | make taskq_barrier wait for pending tasks, not just the running tasks. | David Gwynne |
2020-06-11 | Make use of hardware crypto for CCMP. The tricky bits had been lying | Jonathan Matthew |
2020-06-11 | Add RK3399 audio clocks. | Patrick Wildt |
2020-06-11 | Enable simpleamp(4), simpleaudio(4), rkiis(4) and escodec(4). | Patrick Wildt |
2020-06-11 | Add escodec(4), a driver for the Everest ES8316 audio codec, | Patrick Wildt |
2020-06-11 | Add rkiis(4), a driver for the I2S controller found on the Rockchip | Patrick Wildt |
2020-06-11 | get rid of a vestigial bit of the sbartq. | David Gwynne |
2020-06-10 | Add simpleamp(4), a driver for "simple audio amplifier". This | Patrick Wildt |
2020-06-10 | Add simpleaudio(4), a driver for "simple audio cards". This is | Patrick Wildt |
2020-06-10 | Add a "framework" for digital audio interfaces. | Patrick Wildt |
2020-06-10 | In case the device tree does not provide a list of brightness levels, | Patrick Wildt |
2020-06-10 | Give userland a consistent battery and A/C state after resume | Jeremie Courreges-Anglas |