summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_PURGE() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-07-10add back orientation quirk for Kogan Atlas 2-in-1 D300Jonathan Gray
2020-07-10Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.Frederic Cambus
2020-07-09Move sc->sc_link initialization closer to config_found() invocationKenneth R Westerback
2020-07-09Move sc->sc_link initialization closer to config_found() invocationKenneth R Westerback
2020-07-09On some laptops that have a Windows Precision Touchpad (imt) andJoshua Stein
2020-07-09Some touchpads don't have the "maximum number of contacts" orJoshua Stein
2020-07-09drm/amdgpu/atomfirmware: fix vram_info fetching for renoirJonathan Gray
2020-07-09drm/amdgpu: use %u rather than %d for sclk/mclkJonathan Gray
2020-07-09drm/amd/display: Only revalidate bandwidth on medium and fast updatesJonathan Gray
2020-07-09drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RASJonathan Gray
2020-07-09drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cJonathan Gray
2020-07-09drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUJonathan Gray
2020-07-09drm/amdgpu: fix non-pointer dereference for non-RAS supportedJonathan Gray
2020-07-09drm/amdgpu: disable ras query and iject during gpu resetJonathan Gray
2020-07-09drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodJonathan Gray
2020-07-09drm/amd/display: Fix ineffective setting of max bpc propertyJonathan Gray
2020-07-09drm/amd/display: Fix incorrectly pruned modes with deep colorJonathan Gray
2020-07-09Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels.Frederic Cambus
2020-07-09a couple of small tweaks that shrink the kstat code.David Gwynne
2020-07-07fix a copy pasto.David Gwynne
2020-07-07Switch iwx(4) from -46 to -48 firmware.Stefan Sperling
2020-07-07apparently vmx(4) needs a power of 2 number of interrupts.David Gwynne
2020-07-07add kstat support for some of the counters the chip maintains.David Gwynne
2020-07-07drm: use hi-res time to implement ktime_get(), ktime_get_real()cheloha
2020-07-07don't try and be too clever in the kstat update timeout.David Gwynne
2020-07-07remove some old code from a previous version of the kstat diff.David Gwynne
2020-07-07add kstat support for reading hardware counters.David Gwynne
2020-07-07add kstat support for reading the "hardware" counters for each ring.David Gwynne
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have aMark Kettenis
2020-07-06defer access of fb_info pointer in drm_fb_helper_hotplug_event()Jonathan Gray
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06Repair athn(4) in client mode against WPA2 access points.Stefan Sperling
2020-07-06match on D-Link DWA-121 rev B1Jonathan Gray
2020-07-06regenJonathan Gray
2020-07-06add D-Link DWA-121 rev B1Jonathan Gray
2020-07-06add kstat(4), a subsystem to let the kernel expose statistics to userland.David Gwynne
2020-07-05Double checking you committed the correct diff sometimes paysKenneth R Westerback
2020-07-05Nuke struct scsi_link's "scsibus" member. The two drivers using itKenneth R Westerback
2020-07-05uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like...Landry Breuil
2020-07-05Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.Stefan Sperling
2020-07-04Nestle all sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-04Nestle all sc_c.sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-04Fix intermittent failing device initialization seen on some SynapticsMarcus Glocker
2020-07-04Do the same as libc, store "-1" in the return value when a syscall failed.Martin Pieuchot
2020-07-04It's been agreed upon that global locks should be expressed usinganton
2020-07-03Pass the expected 'scsibus_attach_args *' to scsibus_attach() viaKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback