summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-07-09Move sc->sc_link initialization closer to config_found() invocationkrw1-10/+10
2020-07-09Move sc->sc_link initialization closer to config_found() invocationkrw1-11/+12
2020-07-09On some laptops that have a Windows Precision Touchpad (imt) andjcs3-13/+26
2020-07-09Some touchpads don't have the "maximum number of contacts" orjcs1-19/+17
2020-07-09drm/amdgpu/atomfirmware: fix vram_info fetching for renoirjsg1-0/+1
2020-07-09drm/amdgpu: use %u rather than %d for sclk/mclkjsg1-2/+2
2020-07-09drm/amd/display: Only revalidate bandwidth on medium and fast updatesjsg1-4/+6
2020-07-09drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RASjsg1-4/+7
2020-07-09drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cjsg3-0/+282
2020-07-09drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUjsg1-2/+3
2020-07-09drm/amdgpu: fix non-pointer dereference for non-RAS supportedjsg1-2/+2
2020-07-09drm/amdgpu: disable ras query and iject during gpu resetjsg3-3/+28
2020-07-09drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodjsg1-2/+10
2020-07-09drm/amd/display: Fix ineffective setting of max bpc propertyjsg1-1/+2
2020-07-09drm/amd/display: Fix incorrectly pruned modes with deep colorjsg1-38/+64
2020-07-09Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels.fcambus1-2/+2
2020-07-09a couple of small tweaks that shrink the kstat code.dlg1-9/+10
2020-07-07fix a copy pasto.dlg1-2/+2
2020-07-07Switch iwx(4) from -46 to -48 firmware.stsp1-2/+2
2020-07-07apparently vmx(4) needs a power of 2 number of interrupts.dlg1-2/+2
2020-07-07add kstat support for some of the counters the chip maintains.dlg1-83/+477
2020-07-07drm: use hi-res time to implement ktime_get(), ktime_get_real()cheloha2-4/+4
2020-07-07don't try and be too clever in the kstat update timeout.dlg1-3/+2
2020-07-07remove some old code from a previous version of the kstat diff.dlg1-21/+1
2020-07-07add kstat support for reading hardware counters.dlg1-1/+319
2020-07-07add kstat support for reading the "hardware" counters for each ring.dlg2-45/+179
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have akettenis2-7/+6
2020-07-06defer access of fb_info pointer in drm_fb_helper_hotplug_event()jsg1-1/+2
2020-07-06Add support for timeconting in userland.pirofti6-11/+19
2020-07-06Repair athn(4) in client mode against WPA2 access points.stsp2-13/+30
2020-07-06match on D-Link DWA-121 rev B1jsg1-1/+2
2020-07-06regenjsg2-4/+9
2020-07-06add D-Link DWA-121 rev B1jsg1-1/+2
2020-07-06add kstat(4), a subsystem to let the kernel expose statistics to userland.dlg1-0/+689
2020-07-05Double checking you committed the correct diff sometimes payskrw6-23/+23
2020-07-05Nuke struct scsi_link's "scsibus" member. The two drivers using itkrw4-12/+12
2020-07-05uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like done in utvfu(4)landry1-2/+3
2020-07-05Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.stsp1-1/+2
2020-07-04Nestle all sc_link initialization near config_found() invocation.krw1-4/+4
2020-07-04Nestle all sc_c.sc_link initialization near config_found() invocation.krw2-9/+10
2020-07-04Fix intermittent failing device initialization seen on some Synapticsmglocker1-9/+10
2020-07-04Do the same as libc, store "-1" in the return value when a syscall failed.mpi2-6/+9
2020-07-04It's been agreed upon that global locks should be expressed usinganton2-21/+21
2020-07-03Pass the expected 'scsibus_attach_args *' to scsibus_attach() viakrw2-5/+5
2020-07-02Shuffle things around so that sc->sc_link initialization iskrw2-13/+14
2020-07-02Shuffle things around so that sc->sc_link initialization iskrw3-34/+32
2020-07-02Shuffle things around so that sc->sc_link initialization iskrw3-23/+20
2020-07-02Shuffle things around so that sc->sc_link initialization iskrw3-24/+20
2020-07-02remove unused timespec interfaces no longer in linuxjsg2-61/+2
2020-07-02powerpc64 has ci_idepthjsg1-1/+1