summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-07-27Make target numbers match the NVMe namespace identifiers. This fixes bootingkettenis1-10/+10
2019-07-27drm/edid: parse CEA blocks embedded in DisplayIDjsg2-11/+80
2019-07-27Match linux path in i915_gem_mmap_ioctl() and change ggtt origin ifjsg1-0/+4
2019-07-25regenkettenis2-2/+12
2019-07-25Add Sun Static Direct I/O deviceskettenis1-1/+3
2019-07-25Remove old unused drm_debug_flag var and make drm_debug (used byjsg3-9/+9
2019-07-25Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() andjsg1-39/+43
2019-07-25remove some unused macrosjsg1-5/+1
2019-07-25ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@cheloha5-24/+26
2019-07-24Set athn(4) Tx descriptor fields which specify Tx power used for retries.stsp2-2/+19
2019-07-24Make athn(4) provide full Tx time of each frame in a Tx series to hardware.stsp1-6/+5
2019-07-22Even when polling is requested, install ihidev's interrupt handlerjcs4-12/+71
2019-07-21add a panel orientation quirk for Kogan Atlas 2-in-1 D300jsg1-0/+6
2019-07-21apply backpressure when ifiq says the stack is getting busydlg1-4/+23
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.mpi2-5/+3
2019-07-19ttysleep(): drop unused timeout parametercheloha9-22/+22
2019-07-17don't free dev_priv (softc) in i915_driver_load() error pathjsg1-0/+2
2019-07-17Remove an unused header (dev/mii/miivar.h)kevlo1-3/+1
2019-07-16don't bother reading default timing parameters if they're just goingjcs3-16/+16
2019-07-16dwiic_init is called from dwiic_activate, don't do it twicejcs1-4/+1
2019-07-15unstub phm_irq_process()jsg1-4/+0
2019-07-15add PCI_BUS_NUM()jsg1-1/+2
2019-07-15put smbios date access under NBIOS > 0 instead of CONFIG_DMIjsg1-3/+7
2019-07-15Replace local method of determining rasops rotation withjsg1-16/+8
2019-07-15Add dmi functions used by drm_panel_orientation_quirks.c and enablejsg4-4/+39
2019-07-12Revert anton@ changes about read/write unlockingsolene1-4/+2
2019-07-11Kill commented-out wsfont_remove().mpi2-39/+2
2019-07-11include linux/string.h so drm_panel_orientation_quirks.c can get thejsg1-1/+2
2019-07-11drm/fb-helper: generic: Don't take module ref for fbconjsg1-2/+4
2019-07-11drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEjsg1-19/+0
2019-07-11drm/amd/powerplay: use hardware fan control if no powerplay fan tablejsg3-1/+8
2019-07-11drm/i915/dmc: protect against reading random memoryjsg1-0/+18
2019-07-11drm: panel-orientation-quirks: Add quirk for GPD MicroPCjsg1-0/+16
2019-07-11drm: panel-orientation-quirks: Add quirk for GPD pocket2jsg1-0/+16
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton1-2/+4
2019-07-10The USB video class specification has increased its probe bufferpatrick1-5/+12
2019-07-10Also dump interface association descriptor when debugging ispatrick1-1/+26
2019-07-10Implement Linux kthread interfaces.kettenis4-42/+141
2019-07-09unstub dma_fence_wait_any_timeout() call in amdgpu_sa_bo_new()jsg1-5/+0
2019-07-09unstub amdgpu_cs_wait_any_fence()jsg1-4/+0
2019-07-09Use wake_up_process() instead of wakeup() in dma_fence_default_wait_cb()jsg1-2/+2
2019-07-09add dma_fence_wait_any_timeout() required for parts of amdgpujsg2-8/+92
2019-07-09Fix whitespace issue.patrick1-3/+3
2019-07-09ure(4) and url(4) need ifmedia attribute.kevlo1-3/+3
2019-07-08Remove some "set but not used" variables in ahci(4)'s hibernate code.mlarkin1-6/+2
2019-07-08remove duplicate hdmi.h includejsg1-1/+0
2019-07-07tweak config pending handling so it waits for all ports to finish scanningdlg1-10/+13
2019-07-07Use timeout_add_msec(9)kn1-3/+4
2019-07-07Eliminate duplicate code in xxx_detach().kevlo5-25/+5
2019-07-06Re-add some printf's as they were originally.kevlo1-2/+23