aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-12-14Merge tag 'pinctrl-v4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-15/+18
2018-12-14Merge tag 'drm-fixes-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds30-335/+717
2018-12-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2-8/+8
2018-12-14Merge branch 'vmwgfx-fixes-4.20' of git://people.freedesktop.org/~thomash/lin...Dave Airlie6-4/+103
2018-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-8/+22
2018-12-13Merge tag 'mmc-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds4-16/+40
2018-12-13drm/vmwgfx: Protect from excessive execbuf kernel memory allocations v3Thomas Hellstrom6-2/+103
2018-12-12Merge tag 'for-4.20/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-119/+81
2018-12-12Merge tag 'media/v4.20-5' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds14-31/+77
2018-12-13Merge branch 'mediatek-drm-fixes-4.20' of https://github.com/ckhu-mediatek/li...Dave Airlie1-4/+7
2018-12-13Merge branch 'linux-4.20' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2-11/+25
2018-12-13Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie8-9/+58
2018-12-13Merge tag 'drm-misc-fixes-2018-12-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-6/+0
2018-12-13Merge tag 'drm-intel-fixes-2018-12-12-1' of git://anongit.freedesktop.org/drm...Dave Airlie8-97/+94
2018-12-13Merge tag 'drm-intel-fixes-2018-12-07' of git://anongit.freedesktop.org/drm/d...Dave Airlie9-204/+430
2018-12-12drm/amdgpu: drop fclk/gfxclk ratio settingEvan Quan1-1/+1
2018-12-12IB/core: Fix oops in netdev_next_upper_dev_rcu()Mark Zhang1-0/+3
2018-12-12dm thin: bump target versionMike Snitzer1-2/+2
2018-12-12drm/vmwgfx: remove redundant return ret statementColin Ian King1-2/+0
2018-12-12drm/i915: Flush GPU relocs harder for gen3Chris Wilson2-9/+13
2018-12-12drm/i915: Allocate a common scratch pageChris Wilson7-87/+75
2018-12-12drm/i915/execlists: Apply a full mb before execution for BraswellChris Wilson1-1/+6
2018-12-12drm/nouveau/kms: Fix memory leak in nv50_mstm_del()Lyude Paul1-0/+1
2018-12-12drm/nouveau/kms/nv50-: also flush fb writes when rewinding push bufferBen Skeggs1-11/+18
2018-12-11dm thin: send event about thin-pool state change _after_ making itMike Snitzer1-33/+35
2018-12-11drm/amdgpu: Fix DEBUG_LOCKS_WARN_ON(depth <= 0) in amdgpu_ctx.lockAndrey Grodzovsky1-2/+2
2018-12-11Revert "drm/rockchip: Allow driver to be shutdown on reboot/kexec"Brian Norris1-6/+0
2018-12-11drm/nouveau/drm/nouveau: tegra: Call nouveau_drm_device_init()Thierry Reding1-0/+6
2018-12-10thermal: stm32: Fix stm_thermal_read_factory_settingsDavid HERNANDEZ SANCHEZ1-2/+2
2018-12-10thermal: stm32: read factory settings inside stm_thermal_prepareDavid HERNANDEZ SANCHEZ1-4/+4
2018-12-10thermal/drivers/hisi: Fix number of sensors on hi3660Daniel Lezcano1-1/+1
2018-12-10thermal/drivers/hisi: Fix wrong platform_get_irq_byname()Daniel Lezcano1-1/+1
2018-12-10drm/amdgpu/powerplay: Apply avfs cks-off voltages on VIKenneth Feng2-0/+8
2018-12-10drm/amdgpu: update SMC firmware image for polaris10 variantsJunwei Zhang1-1/+2
2018-12-10drm/amdkfd: add new vega20 pci idAlex Deucher1-0/+1
2018-12-10drm/amdkfd: add new vega10 pci idsAlex Deucher1-0/+6
2018-12-10drm/amdgpu: add some additional vega20 pci idsAlex Deucher1-0/+1
2018-12-10drm/amdgpu: add some additional vega10 pci idsAlex Deucher1-0/+6
2018-12-10clk: qcom: qcs404: Fix gpll0_out_main parentSrinivas Kandagatla1-1/+1
2018-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds3-0/+10
2018-12-10Merge tag 'backlight-fixes-4.20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+35
2018-12-10backlight: pwm_bl: Fix brightness levels for non-DT case.Enric Balletbo i Serra1-6/+35
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-109/+205
2018-12-09bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.Michael Chan1-4/+12
2018-12-09bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.Michael Chan1-6/+23
2018-12-09bnxt_en: Keep track of reserved IRQs.Michael Chan3-3/+8
2018-12-09bnxt_en: Fix CNP CoS queue regression.Michael Chan1-0/+7
2018-12-09Merge tag 'char-misc-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-69/+157
2018-12-09Merge tag 'staging-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+3
2018-12-09Merge tag 'tty-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-12/+11
2018-12-09Merge tag 'usb-4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-13/+67
2018-12-09Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-28/+81
2018-12-08net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir1-2/+2
2018-12-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds3-26/+15
2018-12-08Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+25
2018-12-07Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt1-1/+1
2018-12-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-34/+62
2018-12-07dm zoned: Fix target BIO completion handlingDamien Le Moal1-84/+38
2018-12-07dm: call blk_queue_split() to impose device limits on biosMike Snitzer1-0/+2
2018-12-07dm cache metadata: verify cache has blocks in blocks_are_clean_separate_dirty()Mike Snitzer1-0/+4
2018-12-07Merge tag 'pci-v4.20-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2018-12-07Merge tag 'for-linus-20181207' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+11
2018-12-07Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-30/+93
2018-12-07Merge tag 'dmaengine-fix-4.20-rc6' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds3-29/+62
2018-12-07drm/amdgpu: update smu firmware images for VI variants (v2)Alex Deucher2-5/+31
2018-12-07nvmet-rdma: fix response use after freeIsrael Rukshin1-1/+2
2018-12-07nvme: validate controller state before rescheduling keep aliveJames Smart1-1/+9
2018-12-07HID: quirks: fix RetroUSB.com devicesNic Soudée2-0/+6
2018-12-07Merge tag 'gnss-4.20-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-3/+3
2018-12-07pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11Chen-Yu Tsai1-1/+1
2018-12-06Merge tag 'drm-fixes-2018-12-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds38-157/+235
2018-12-06i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+18
2018-12-06i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+7
2018-12-06i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated STARTMasahiro Yamada1-4/+9
2018-12-06i2c: uniphier-f: fix timeout error after reading 8 bytesMasahiro Yamada1-3/+14
2018-12-06i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede1-3/+7
2018-12-06i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)1-11/+29
2018-12-06mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctlIdo Schimmel1-2/+8
2018-12-06mlxsw: spectrum_router: Relax GRE decap matching checkNir Dotan1-4/+1
2018-12-06mlxsw: spectrum_switchdev: Avoid leaking FID's reference countIdo Schimmel1-2/+5
2018-12-06mlxsw: spectrum_nve: Remove easily triggerable warningsIdo Schimmel1-2/+2
2018-12-06vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi1-24/+33
2018-12-06virtio/s390: fix race in ccw_io_helper()Halil Pasic1-1/+6
2018-12-06virtio/s390: avoid race on vcdev->configHalil Pasic1-2/+8
2018-12-06vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi1-7/+15
2018-12-06dmaengine: dw: Fix FIFO size for Intel MerrifieldAndy Shevchenko1-3/+3
2018-12-06Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2-3/+10
2018-12-06IB/mlx5: Block DEVX umem from the non applicable casesYishai Hadas1-1/+3
2018-12-06gnss: sirf: fix activation retry handlingJohan Hovold1-3/+3
2018-12-06kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin1-2/+2
2018-12-06xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman1-0/+16
2018-12-06xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh3-4/+29
2018-12-06mmc: sdhci: fix the timeout check window for clock and resetAlek Du1-5/+13
2018-12-06drm/ast: Fix connector leak during driver unloadSam Bobroff1-0/+1
2018-12-06Merge tag 'drm-misc-fixes-2018-12-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-39/+60
2018-12-06Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie14-53/+104
2018-12-06Merge tag 'msm-fixes-2018-12-04' of https://gitlab.freedesktop.org/seanpaul/d...Dave Airlie14-65/+70
2018-12-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-37/+39
2018-12-05acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather than "ARS-short"Dan Williams1-1/+1
2018-12-05libnvdimm, pfn: Pad pfn namespaces relative to other regionsDan Williams3-27/+80
2018-12-05Merge tag 'for-linus-20181205' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2018-12-05USB: check usb_get_extra_descriptor for proper sizeMathias Payer3-5/+5
2018-12-05Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin...David S. Miller1-9/+11
2018-12-05drm/amdgpu/vcn: Update vcn.cur_state during suspendJames Zhu1-1/+2
2018-12-05media: Add a Kconfig option for the Request APISakari Ailus4-0/+20
2018-12-05media: mpeg2-ctrls.h: move MPEG2 state controls to non-public headerHans Verkuil1-2/+2
2018-12-05Merge tag 'mfd-fixes-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-1/+7
2018-12-05thermal: broadcom: constify thermal_zone_of_device_ops structureJulia Lawall1-1/+1
2018-12-05thermal: armada: constify thermal_zone_of_device_ops structureJulia Lawall1-1/+1
2018-12-05Merge tag 'gvt-fixes-2018-12-04' of https://github.com/intel/gvt-linux into d...Joonas Lahtinen1-1/+1
2018-12-05mmc: sdhci-omap: Fix DCRC error handling during tuningFaiz Abbas1-4/+8
2018-12-05drm/i915: Introduce per-engine workaroundsTvrtko Ursulin5-117/+151
2018-12-05drm/i915: Record GT workarounds in a listTvrtko Ursulin5-160/+352
2018-12-05tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-12-05USB: serial: console: fix reported terminal settingsJohan Hovold2-3/+10
2018-12-05Revert "mfd: cros_ec: Use devm_kzalloc for private data"Enric Balletbo i Serra1-1/+7
2018-12-05usb: quirk: add no-LPM quirk on SanDisk Ultra Flair deviceHarry Pan1-0/+4
2018-12-05USB: Fix invalid-free bug in port_over_current_notify()Alan Stern1-1/+2
2018-12-05usb: appledisplay: Add 27" Apple Cinema DisplayAlexander Theissen1-0/+1
2018-12-05Revert commit ef9209b642f "staging: rtl8723bs: Fix indenting errors and an of...Young Xiao1-1/+1
2018-12-05staging: rtl8712: Fix possible buffer overrunYoung Xiao2-2/+2
2018-12-05dmaengine: cppi41: delete channel from pending list when stop channelBin Liu1-1/+15
2018-12-05dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor allocationsLucas Stach1-1/+1
2018-12-05dmaengine: imx-sdma: implement channel termination via workerLucas Stach1-13/+38
2018-12-05Revert "dmaengine: imx-sdma: alloclate bd memory from dma pool"Lucas Stach1-12/+6
2018-12-05Revert "dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations"Lucas Stach1-2/+2
2018-12-04thermal: bcm2835: Switch to SPDX identifierStefan Wahren1-10/+1
2018-12-04thermal: armada: fix legacy resource fixupRussell King1-13/+11
2018-12-04net: mvpp2: fix phylink handling of invalid PHY modesBaruch Siach1-1/+32
2018-12-04net: mvpp2: fix detection of 10G SFP modulesBaruch Siach1-0/+1
2018-12-04thermal: armada: fix legacy validity test senseRussell King1-1/+1
2018-12-04ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne1-3/+2
2018-12-04drm/amd/display: Fix overflow/truncation from strncpy.Nicholas Kazlauskas1-3/+3
2018-12-04drm/amd/powerplay: improve OD code robustnesstianci yin2-8/+16
2018-12-04drm/amdgpu: enlarge maximum waiting time of KIQwentalou1-1/+1
2018-12-04phy: Revert toggling reset changes.David S. Miller2-14/+5
2018-12-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds11-51/+47
2018-12-04MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310Aaro Koskinen1-2/+9
2018-12-04drm/fb-helper: Fix typo in parameter descriptionWei Yongjun1-1/+1
2018-12-04mmc: core: use mrq->sbc when sending CMD23 for RPMBWolfram Sang1-5/+10
2018-12-03net/mlx4_en: Fix build break when CONFIG_INET is offSaeed Mahameed1-1/+1
2018-12-03net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha2-3/+2
2018-12-03Revert "PCI/ASPM: Do not initialize link state when aspm_disabled is set"Bjorn Helgaas1-1/+1
2018-12-03mv88e6060: disable hardware level MAC learningAnderson Luiz Alves1-7/+3
2018-12-03macvlan: return correct error valueMatteo Croce1-2/+5
2018-12-03net/ibmvnic: Fix RTNL deadlock during device resetThomas Falcon1-1/+1
2018-12-03vhost: fix IOTLB lockingJean-Philippe Brucker1-3/+0
2018-12-03net: phy: micrel: add toggling phy reset if PHY is not attachedYoshihiro Shimoda1-0/+8
2018-12-03net: phy: Fix not to call phy_resume() if PHY is not attachedYoshihiro Shimoda1-5/+6
2018-12-03tun: remove skb access after netif_receive_skbPrashant Bhole1-1/+2
2018-12-03net: 8139cp: fix a BUG triggered by changing mtu with network trafficSu Yanjun1-0/+5
2018-12-03IB/mlx5: Fix implicit ODP interrupted page faultArtemy Kovalyov1-5/+4
2018-12-03net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-12-03IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz3-2/+5
2018-12-03IB/hfi1: Fix a latency issue for small messagesMichael J. Ruhl1-0/+7
2018-12-03media: vicodec: set state resolution from raw formatHans Verkuil1-3/+10
2018-12-03media: vivid: drop v4l2_ctrl_request_complete() from start_streamingHans Verkuil5-10/+0
2018-12-03media: vb2: don't unbind/put the object when going to state QUEUEDHans Verkuil1-1/+1
2018-12-03media: vb2: keep a reference to the request until dqbufHans Verkuil1-5/+33
2018-12-03media: vb2: skip request checks for VIDIOC_PREPARE_BUFHans Verkuil1-4/+7
2018-12-03media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failedHans Verkuil1-3/+1
2018-12-03media: cedrus: Fix a NULL vs IS_ERR() checkDan Carpenter1-2/+2
2018-12-03media: vsp1: Fix LIF buffer thresholdsLaurent Pinchart1-1/+1
2018-12-03libata: whitelist all SAMSUNG MZ7KM* solid-state disksJuha-Matti Tilli1-0/+1
2018-12-03Input: omap-keypad - fix keyboard debounce configurationTony Lindgren1-4/+14
2018-12-03Input: xpad - quirk all PDP Xbox One gamepadsCameron Gutman1-10/+6
2018-12-03Input: synaptics - enable SMBus for HP 15-ay000Teika Kazura1-0/+1
2018-12-03Input: synaptics - add PNP ID for ThinkPad P50 to SMBusLyude Paul1-0/+1
2018-12-03Input: elan_i2c - add ACPI ID for Lenovo IdeaPad 330-15ARRNoah Westervelt1-0/+1
2018-12-03Input: elan_i2c - add support for ELAN0621 touchpadAdam Wong1-0/+1
2018-12-03Merge tag 'media/v4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds5-64/+64
2018-12-03clk: zynqmp: Off by one in zynqmp_is_valid_clock()Dan Carpenter1-1/+1
2018-12-03clk: mmp: Off by one in mmp_clk_add()Dan Carpenter1-1/+1
2018-12-03clk: mvebu: Off by one bugs in cp110_of_clk_get()Dan Carpenter1-2/+2
2018-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2-13/+3
2018-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-0/+4
2018-12-03drm/amd/powerplay: support SoftMin/Max setting for some specific DPMEvan Quan1-22/+32
2018-12-03drm/amd/powerplay: issue pre-display settings for display change eventEvan Quan2-2/+3
2018-12-03drm/amd/powerplay: support new pptable upload on Vega20Evan Quan1-1/+3
2018-12-03drm/amdgpu/gmc8: always load MC firmware in the driverAlex Deucher1-8/+1
2018-12-03drm/amdgpu/gmc8: update MC firmware for polarisAlex Deucher1-5/+24
2018-12-03drm/amdgpu: update mc firmware image for polaris12 variantsJunwei Zhang1-0/+10
2018-12-03drm/msm: Fix error return checkingWen Yang1-1/+1
2018-12-03drm/msm/dpu: Ignore alpha for XBGR8888 formatJayant Shekhar1-1/+1
2018-12-03drm/msm: dpu: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing1-2/+0
2018-12-03drm/msm/hdmi: Drop pointless static qualifier in msm_hdmi_bind()YueHaibing1-1/+1
2018-12-03drm/msm: Move fence put to where failure occursRobert Foss1-7/+8
2018-12-03drm/msm: dpu: Don't set legacy plane->crtc pointerSean Paul1-1/+0
2018-12-03drm/msm/gpu: Don't map command buffers with nr_relocs equal to 0Jordan Crouse1-0/+3
2018-12-03drm/msm/hdmi: Enable HPD after HDMI IRQ is set upTodor Tomov3-8/+9
2018-12-03drm/msm: validate display and event threadsJeykumar Sankaran1-33/+16
2018-12-03drm/omap: fix incorrect union usageSebastian Reichel1-25/+33
2018-12-03drm/omap: populate DSI platform bus earlierSebastian Reichel1-10/+10
2018-12-03drm/omap: fix bus_flags for panel-dpiTomi Valkeinen2-1/+2
2018-12-03drm/i915/gvt: Fix tiled memory decoding bug on BDWTina Zhang1-1/+1
2018-12-03Drivers: hv: vmbus: Offload the handling of channels to two workqueuesDexuan Cui3-66/+154
2018-12-02ide: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-13/+2
2018-12-02ide: pmac: add of_node_put()Yangtao Li1-0/+1
2018-12-02drivers/tty: add missing of_node_put()Yangtao Li1-0/+1