summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02Shuffle things around so that sc->sc_link initialization isKenneth R Westerback
2020-07-02remove unused timespec interfaces no longer in linuxJonathan Gray
2020-07-02powerpc64 has ci_idepthJonathan Gray
2020-07-02use intr_barrier(9) for synchronize_irq() and synchronize_hardirq()Jonathan Gray
2020-07-02drm/amdgpu/display: Unlock mutex on errorJonathan Gray
2020-07-02drm/amdgpu: add fw release for sdma v5_0Jonathan Gray
2020-07-02drm/fb-helper: Fix vt restoreJonathan Gray
2020-07-02drm/radeon: fix fb_div check in ni_init_smc_spll_table()Jonathan Gray
2020-07-02drm/amd: fix potential memleak in err branchJonathan Gray
2020-07-02drm/amd/display: Enable output_bpc property on all outputsJonathan Gray
2020-07-02drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()Jonathan Gray
2020-07-01disable logical ring contexts on cherryview/braswellJonathan Gray
2020-07-01If the adapter card needs to keep track of its own id on the bus, orKenneth R Westerback
2020-06-30use intr_restore() when restoring interruptsJonathan Gray
2020-06-30don't warn on entry to drm_fb_helper_set_suspend_unlocked()Jonathan Gray
2020-06-30When a transfer times out, the TRB should be aborted, too. But stillGerhard Roth
2020-06-30attach on ConnectX-6 Dx, tested by Hrvoje PopovskiJonathan Matthew
2020-06-30regenJonathan Matthew
2020-06-30add Mellanox ConnectX-6 Dx, from Hrvoje PopovskiJonathan Matthew