summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | drm: panel-orientation-quirks: Add quirk for GPD pocket2Hans de Goede2019-06-081-0/+16
| | | * | | | | | drm/meson: fix G12A primary plane disablingNeil Armstrong2019-06-073-4/+5
| | | * | | | | | drm/meson: fix primary plane disablingNeil Armstrong2019-06-072-5/+3
| | | * | | | | | drm/meson: fix G12A HDMI PLL settings for 4K60 1000/1001 variationsNeil Armstrong2019-06-071-2/+11
| | * | | | | | | Merge tag 'drm-intel-fixes-2019-06-13' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2019-06-138-16/+91
| | |\ \ \ \ \ \ \
| | | * | | | | | | drm/i915/perf: fix whitelist on Gen10+Lionel Landwerlin2019-06-122-0/+2
| | | * | | | | | | drm/i915/sdvo: Implement proper HDMI audio support for SDVOVille Syrjälä2019-06-122-11/+50
| | | * | | | | | | drm/i915: Fix per-pixel alpha with CCSVille Syrjälä2019-06-121-4/+8
| | | * | | | | | | drm/i915/dmc: protect against reading random memoryLucas De Marchi2019-06-121-0/+18
| | | * | | | | | | drm/i915/dsi: Use a fuzzy check for burst mode clock checkHans de Goede2019-06-123-1/+13
| | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | Merge branch 'mediatek-drm-fixes-5.2' of https://github.com/ckhu-mediatek/lin...Daniel Vetter2019-06-124-31/+26
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | drm/mediatek: call mtk_dsi_stop() after mtk_drm_crtc_atomic_disable()Hsin-Yi Wang2019-06-041-1/+9
| | | * | | | | | drm/mediatek: clear num_pipes when unbind driverHsin-Yi Wang2019-06-041-0/+1
| | | * | | | | | drm/mediatek: call drm_atomic_helper_shutdown() when unbinding driverHsin-Yi Wang2019-06-041-0/+1
| | | * | | | | | drm/mediatek: unbind components in mtk_drm_unbind()Hsin-Yi Wang2019-06-041-5/+1
| | | * | | | | | drm/mediatek: fix unbind functionsHsin-Yi Wang2019-06-041-0/+2
| | | * | | | | | drm/mediatek: respect page offset for PRIME mmap callsYongqiang Niu2019-05-291-1/+6
| | | * | | | | | drm/mediatek: adjust ddp clock control flowYongqiang Niu2019-05-291-24/+6
| | | | |_|_|/ / | | | |/| | | |
| * | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-06-152-1/+7
| |\ \ \ \ \ \ \
| | * | | | | | | scsi: hpsa: correct ioaccel2 chainingDon Brace2019-06-072-1/+7
| * | | | | | | | Merge tag 'for-linus-20190614' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-156-26/+46
| |\ \ \ \ \ \ \ \
| | * | | | | | | | block/ps3vram: Use %llu to format sector_t after LBDAF removalGeert Uytterhoeven2019-06-131-1/+1
| | * | | | | | | | libata: Extend quirks for the ST1000LM024 drives with NOLPM quirkHans de Goede2019-06-131-3/+6
| | * | | | | | | | bcache: only set BCACHE_DEV_WB_RUNNING when cached device attachedColy Li2019-06-131-1/+6
| | * | | | | | | | bcache: fix stack corruption by PRECEDING_KEY()Coly Li2019-06-132-17/+33
| | * | | | | | | | null_blk: remove duplicate check for report zoneChaitanya Kulkarni2019-06-131-4/+0
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-152-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | i2c: pca-platform: Fix GPIO lookup codeLinus Walleij2019-06-121-2/+1
| | * | | | | | | | i2c: acorn: fix i2c warningRussell King2019-06-121-0/+1
| | |/ / / / / / /
| * | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-144-58/+111
| |\ \ \ \ \ \ \ \
| | * | | | | | | | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-143-28/+19
| | * | | | | | | | PCI/P2PDMA: track pgmap references per resource, not globallyDan Williams2019-06-141-43/+81
| | * | | | | | | | PCI/P2PDMA: fix the gen_pool_add_virt() failure pathDan Williams2019-06-141-1/+3
| | * | | | | | | | drivers/base/devres: introduce devm_release_action()Dan Williams2019-06-141-1/+23
| * | | | | | | | | Merge tag 'iommu-fixes-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-06-144-8/+18
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | iommu/arm-smmu: Avoid constant zero in TLBI writesRobin Murphy2019-06-121-3/+12
| | * | | | | | | | | iommu/vt-d: Set the right field for Page Walk SnoopLu Baolu2019-05-271-1/+1
| | * | | | | | | | | iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lockDave Jiang2019-05-271-3/+4
| | * | | | | | | | | iommu: Add missing new line for dma typeLu Baolu2019-05-271-1/+1
| * | | | | | | | | | Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-06-141-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | gpio: pca953x: hack to fix 24 bit gpio expandersH. Nikolaus Schaller2019-06-081-1/+2
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-06-1310-54/+136
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | HID: logitech-dj: Fix 064d:c52f receiver supportHans de Goede2019-06-051-15/+27
| | * | | | | | | | | Revert "HID: core: Call request_module before doing device_add"Benjamin Tissoires2019-06-051-8/+0
| | * | | | | | | | | Revert "HID: core: Do not call request_module() in async context"Benjamin Tissoires2019-06-051-4/+2
| | * | | | | | | | | Revert "HID: Increase maximum report size allowed by hid_field_extract()"Benjamin Tissoires2019-06-051-3/+3
| | * | | | | | | | | HID: a4tech: fix horizontal scrollingBłażej Szczygieł2019-06-011-3/+8
| | * | | | | | | | | HID: hyperv: Add a module description lineJoseph Salisbury2019-06-011-0/+2
| | * | | | | | | | | HID: logitech-hidpp: Add support for the S510 remote controlHans de Goede2019-05-221-0/+3
| | * | | | | | | | | HID: multitouch: handle faulty Elo touch deviceBenjamin Tissoires2019-05-221-0/+7