summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | dm btree: fix order of block initialization in btree_split_beneathZhangXiaoxu2019-08-221-15/+16
| * | | | | | dm raid: add missing cleanup in raid_ctr()Wenwen Wang2019-08-211-1/+1
| * | | | | | dm zoned: fix potential NULL dereference in dmz_do_reclaim()Dan Carpenter2019-08-211-2/+2
| * | | | | | dm dust: use dust block size for badblocklist indexBryan Gurney2019-08-211-3/+8
| * | | | | | dm integrity: fix a crash due to BUG_ON in __journal_read_write()Mikulas Patocka2019-08-151-0/+15
| * | | | | | dm zoned: fix a few typosDmitry Fomichev2019-08-152-5/+5
| * | | | | | dm zoned: add SPDX license identifiersDmitry Fomichev2019-08-154-0/+4
| * | | | | | dm zoned: properly handle backing device failureDmitry Fomichev2019-08-154-14/+110
| * | | | | | dm zoned: improve error handling in i/o map codeDmitry Fomichev2019-08-151-6/+16
| * | | | | | dm zoned: improve error handling in reclaimDmitry Fomichev2019-08-152-11/+21
| * | | | | | dm kcopyd: always complete failed jobsDmitry Fomichev2019-08-151-1/+4
| * | | | | | Revert "dm bufio: fix deadlock with loop device"Mikulas Patocka2019-08-151-1/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'drm-fixes-2019-08-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-08-2318-28/+126
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptableAlex Deucher2019-08-231-1/+1
| * | | | | Merge tag 'drm-misc-fixes-2019-08-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-08-236-3/+40
| |\ \ \ \ \
| | * | | | | drm/omap: ensure we have a valid dma_maskTomi Valkeinen2019-08-121-1/+1
| | * | | | | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesMaarten Lankhorst2019-08-12401-2299/+3721
| | |\| | | |
| | * | | | | drm/komeda: Add support for 'memory-region' DT node propertyMihail Atanassov2019-08-121-0/+9
| | * | | | | drm/komeda: Adds internal bpp computing for arm afbc only format YU08 YU10Lowry Li (Arm Technology China)2019-08-123-2/+25
| | * | | | | drm/komeda: Initialize and enable output polling on KomedaLowry Li (Arm Technology China)2019-08-091-0/+5
| * | | | | | Merge tag 'drm-intel-fixes-2019-08-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-08-232-3/+3
| |\ \ \ \ \ \
| | * | | | | | drm/i915: Fix HW readout for crtc_clock in HDMI modeImre Deak2019-08-212-3/+3
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'drm-fixes-5.3-2019-08-21' of git://people.freedesktop.org/~agd5f/l...Dave Airlie2019-08-227-13/+28
| |\ \ \ \ \ \
| | * | | | | | drm/amd/display: Calculate bpc based on max_requested_bpcNicholas Kazlauskas2019-08-211-2/+14
| | * | | | | | drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctlNicolai Hähnle2019-08-211-2/+7
| | * | | | | | drm/amd/amdgpu: disable MMHUB PG for navi10Kenneth Feng2019-08-211-1/+0
| | * | | | | | drm/amd/powerplay: remove duplicate macro smu_get_uclk_dpm_states in amdgpu_s...Kevin Wang2019-08-211-2/+0
| | * | | | | | drm/amd/powerplay: fix variable type errors in smu_v11_0_setup_pptableKevin Wang2019-08-211-1/+3
| | * | | | | | drm/amdgpu/gfx9: update pg_flags after determining if gfx off is possibleAlex Deucher2019-08-212-5/+4
| * | | | | | | Merge tag 'mediatek-drm-fixes-5.3' of https://github.com/ckhu-mediatek/linux....Dave Airlie2019-08-222-4/+52
| |\ \ \ \ \ \ \
| | * | | | | | | drm/mediatek: mtk_drm_drv.c: Add of_node_put() before gotoNishka Dasgupta2019-08-191-1/+4
| | * | | | | | | drm/mediatek: set DMA max segment sizeAlexandre Courbot2019-08-152-2/+35
| | * | | | | | | drm/mediatek: use correct device to import PRIME buffersAlexandre Courbot2019-08-151-1/+13
| * | | | | | | | Merge tag 'du-fixes-20190816' of git://linuxtv.org/pinchartl/media into drm-f...Dave Airlie2019-08-221-4/+2
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | drm: rcar_lvds: Fix dual link mode operationsJacopo Mondi2019-08-161-4/+2
* | | | | | | | | Merge tag 'pci-v5.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-221-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PCI: Reset both NVIDIA GPU and HDA in ThinkPad P50 workaroundLyude Paul2019-08-151-1/+1
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-228-1/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | video: fbdev: acornfb: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
| * | | | | | | | | scsi: libsas: sas_discover: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
| * | | | | | | | | power: supply: ab8500_charger: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
| * | | | | | | | | watchdog: wdt285: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-1/+1
| * | | | | | | | | mtd: sa1100: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
| * | | | | | | | | drm/sun4i: tcon: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
| * | | | | | | | | drm/sun4i: sun6i_mipi_dsi: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
| * | | | | | | | | dmaengine: fsldma: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
* | | | | | | | | | Merge tag 'tag-chrome-platform-fixes-for-v5.3-rc6' of git://git.kernel.org/pu...Linus Torvalds2019-08-221-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | platform/chrome: cros_ec_ishtp: fix crash during suspendHyungwoo Yang2019-07-291-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-08-205-26/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | HID: wacom: correct misreported EKR ring valuesAaron Armstrong Skomra2019-08-201-1/+1