summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-08-05Favor vn_close() in the error path of diskmapioctl() since side-effectsanton
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton
2019-08-05sis(4) calls mii_phy_reset(); add explicit dependency on mii_phy in configStefan Sperling
2019-08-04Add support for X-Gene/eMAG variant.Mark Kettenis
2019-08-04Implement smbios support on arm64.Mark Kettenis
2019-08-02regenMark Kettenis
2019-08-02Add Ampere vendor and eMAG PCIe devices.Mark Kettenis
2019-07-31ihidev: continue doing polling when interrupt setup failsJoshua Stein
2019-07-31dwiic_acpi: handle GPIO interrupts when we have no appropriate driverJoshua Stein
2019-07-31dwiic: stop enabling polling by defaultJoshua Stein
2019-07-31aml_find_node: perform callback on matched direct-child nodes beforeJoshua Stein
2019-07-31The ACPI 3 spec says the ToHexString and ToDec(imal)StringJoshua Stein
2019-07-31drm/amd/display: fix compilation errorJonathan Gray
2019-07-31drm/amd/display: Always allocate initial connector state stateJonathan Gray
2019-07-31drm/amdkfd: Fix sdma queue map issueJonathan Gray
2019-07-31drm/amdkfd: Fix a potential memory leakJonathan Gray
2019-07-31drm/amd/display: Disable ABM before destroy ABM structJonathan Gray
2019-07-31drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStEJonathan Gray
2019-07-31drm/amd/display: Fill prescale_params->scale for RGB565Jonathan Gray
2019-07-31Actually set promisc modes based on the interface stateJonathan Matthew
2019-07-30Update media type and status on link change events. Since we don't haveJonathan Matthew
2019-07-30push rxed packets to the stack once per interrupt (per port)David Gwynne
2019-07-30enable DRIVER and KMS debug messages when DRMDEBUG is definedJonathan Gray
2019-07-29Shut down queues properly when bringing the interface downJonathan Matthew
2019-07-29drm/i915: Fix I915_EXEC_RING_MASKJonathan Gray
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.Stefan Sperling
2019-07-29reduce the diff to linuxJonathan Gray
2019-07-29dma-buf: Discard old fence_excl on retrying get_fences_rcu for reallocJonathan Gray
2019-07-29remove some VF bits now that iavf(4) existsJonathan Matthew
2019-07-29Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions.Jonathan Matthew
2019-07-28regenJonathan Matthew
2019-07-28add newer intel nic virtual function idsJonathan Matthew
2019-07-27Make target numbers match the NVMe namespace identifiers. This fixes bootingMark Kettenis
2019-07-27drm/edid: parse CEA blocks embedded in DisplayIDJonathan Gray
2019-07-27Match linux path in i915_gem_mmap_ioctl() and change ggtt origin ifJonathan Gray
2019-07-25regenMark Kettenis
2019-07-25Add Sun Static Direct I/O devicesMark Kettenis
2019-07-25Remove old unused drm_debug_flag var and make drm_debug (used byJonathan Gray
2019-07-25Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() andJonathan Gray
2019-07-25remove some unused macrosJonathan Gray
2019-07-25ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@cheloha
2019-07-24Set athn(4) Tx descriptor fields which specify Tx power used for retries.Stefan Sperling
2019-07-24Make athn(4) provide full Tx time of each frame in a Tx series to hardware.Stefan Sperling
2019-07-22Even when polling is requested, install ihidev's interrupt handlerJoshua Stein
2019-07-21add a panel orientation quirk for Kogan Atlas 2-in-1 D300Jonathan Gray
2019-07-21apply backpressure when ifiq says the stack is getting busyDavid Gwynne
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-07-19ttysleep(): drop unused timeout parametercheloha
2019-07-17don't free dev_priv (softc) in i915_driver_load() error pathJonathan Gray
2019-07-17Remove an unused header (dev/mii/miivar.h)Kevin Lo