summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-01-22xen: Fix x86 sched_clock() interface for xenJuergen Gross1-1/+1
2019-01-22crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy1-1/+4
2019-01-22crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy1-18/+7
2019-01-22crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2-31/+14
2019-01-22crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers1-21/+19
2019-01-22crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier1-6/+9
2019-01-22r8169: load Realtek PHY driver module before r8169Heiner Kallweit1-0/+1
2019-01-22bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2019-01-22r8169: don't try to read counters if chip is in a PCI power-save stateHeiner Kallweit1-2/+4
2019-01-22lan743x: Remove phy_read from link status change functionBryan Whitehead1-7/+4
2019-01-22tun: publish tfile after it's fully initializedStanislav Fomichev1-4/+7
2019-01-22scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash1-1/+4
2019-01-22scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash1-3/+20
2019-01-22Revert "scsi: target: iscsi: cxgbit: fix csk leak"Sasha Levin1-4/+1
2019-01-22mmc: sdhci-msm: Disable CDR function on TXLoic Poulain1-1/+42
2019-01-22tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov1-7/+13
2019-01-22tty: Simplify tty->count math in tty_reopen()Dmitry Safonov1-8/+5
2019-01-22tty: Hold tty_ldisc_lock() during tty_reopen()Dmitry Safonov1-2/+7
2019-01-22tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov1-0/+10
2019-01-17rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is setIlya Dryomov1-5/+4
2019-01-17drm/amdgpu: Don't fail resume process if resuming atomic state failsLyude Paul1-3/+2
2019-01-17drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume()Lyude Paul1-9/+23
2019-01-17drm/i915: Unwind failure on pinning the gen7 ppgttChris Wilson1-3/+12
2019-01-17drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2Ivan Mironov1-53/+73
2019-01-17drm/fb_helper: Allow leaking fbdev smem_startNeil Armstrong2-0/+45
2019-01-17drm/amd/display: Fix MST dp_blank REG_WAIT timeoutJerry (Fangzhi) Zuo1-2/+2
2019-01-17PCI: dwc: Move interrupt acking into the proper callbackMarc Zyngier1-6/+7
2019-01-17PCI: dwc: Take lock when ACKing an interruptMarc Zyngier1-0/+5
2019-01-17PCI: dwc: Use interrupt masking instead of disablingMarc Zyngier1-7/+12
2019-01-17drm/amdgpu: Add new VegaM pci idAlex Deucher1-0/+1
2019-01-17vfio/type1: Fix unmap overflow off-by-oneAlex Williamson1-1/+1
2019-01-17mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter1-10/+10
2019-01-17i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng1-0/+6
2019-01-17ACPI/IORT: Fix rc_dma_get_range()Jean-Philippe Brucker1-1/+2
2019-01-17ACPI / PMIC: xpower: Fix TS-pin current-source handlingHans de Goede1-8/+33
2019-01-17ACPI: power: Skip duplicate power resource references in _PRxHans de Goede1-0/+22
2019-01-17USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker1-1/+2
2019-01-17USB: storage: add quirk for SMI SM3350Icenowy Zheng1-0/+12
2019-01-17USB: storage: don't insert sane sense for SPC3+ when bad sense specifiedIcenowy Zheng1-2/+6
2019-01-17usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas1-0/+7
2019-01-17cpufreq: scmi: Fix frequency invariance in slow pathQuentin Perret1-2/+2
2019-01-17staging: rtl8188eu: Fix module loading from tasklet for WEP encryptionLarry Finger1-2/+2
2019-01-17staging: rtl8188eu: Fix module loading from tasklet for CCMP encryptionLarry Finger1-1/+1
2019-01-13bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov1-4/+10
2019-01-13drm/amd/display: Fix unintialized max_bpc state valuesNicholas Kazlauskas1-0/+2
2019-01-13drm/rockchip: psr: do not dereference encoder before it is null checked.Enric Balletbo i Serra1-1/+3
2019-01-13drm/vc4: Set ->is_yuv to false when num_planes == 1Boris Brezillon1-0/+1
2019-01-13drm/nouveau/drm/nouveau: Check rc from drm_dp_mst_topology_mgr_resume()Lyude Paul1-2/+10
2019-01-13of: __of_detach_node() - remove node from phandle cacheFrank Rowand3-1/+37
2019-01-13of: of_node_get()/of_node_put() nodes held in phandle cacheFrank Rowand1-24/+46