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