summaryrefslogtreecommitdiff
path: root/sys/dev/pci
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_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-09Move sc->sc_link initialization closer to config_found() invocationKenneth R Westerback
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-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-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-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-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-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-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
2020-06-29use time since epoch not time since boot for 'real' interfacesJonathan Gray
2020-06-29remove unused getrawmonotonic() and ktime_mono_to_real()Jonathan Gray
2020-06-29remove unused interfaces which were removed from linuxJonathan Gray