aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-24floppy: check FDC index for errors before assigning itHEADmasterLinus Torvalds1-2/+5
2020-02-22Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+16
2020-02-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-16/+48
2020-02-22Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+14
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-37/+39
2020-02-21Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2020-02-21Merge tag 'linux-watchdog-5.6-rc3' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2-7/+14
2020-02-21Merge tag 'char-misc-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+47
2020-02-21Merge tag 'staging-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-1530/+56
2020-02-21Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-51/+102
2020-02-21Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds23-122/+306
2020-02-21Merge tag 'drm-fixes-2020-02-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds48-241/+480
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds50-253/+542
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki2-0/+52
2020-02-21hwmon: (w83627ehf) Fix crash seen with W83627DHG-PGuenter Roeck1-1/+6
2020-02-21nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe1-0/+1
2020-02-21Merge tag 'drm-intel-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie18-107/+167
2020-02-21Merge tag 'drm-misc-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-21/+40
2020-02-20bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam1-0/+8
2020-02-20bnxt_en: Improve device shutdown method.Vasundhara Volam1-2/+2
2020-02-20net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68
2020-02-20ionic: fix fw_status readShannon Nelson2-4/+8
2020-02-20net: macb: Properly handle phylink on at91rm9200Alexandre Belloni2-28/+33
2020-02-20xen: Enable interrupts when calling _cond_resched()Thomas Gleixner1-1/+3
2020-02-20s390/qeth: fix off-by-one in RX copybreak checkJulian Wiedmann1-1/+1
2020-02-20s390/qeth: don't warn for napi with 0 budgetJulian Wiedmann1-1/+0
2020-02-20s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter1-16/+13
2020-02-20Merge branch 'linux-5.6' of git://github.com/skeggsb/linux into drm-fixesDave Airlie5-0/+48
2020-02-19hwmon: (acpi_power_meter) Fix lockdep splatGuenter Roeck1-8/+8
2020-02-20Merge tag 'drm-msm-fixes-2020-02-16' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie9-100/+170
2020-02-20Merge tag 'amd-drm-fixes-5.6-2020-02-19' of git://people.freedesktop.org/~agd...Dave Airlie7-13/+55
2020-02-19ice: Wait for VF to be reset/ready before configurationBrett Creeley2-61/+76
2020-02-19ice: Don't tell the OS that link is going downMichal Swiatkowski1-7/+0
2020-02-19ice: Don't reject odd values of usecs set by userBrett Creeley2-12/+39
2020-02-19nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko1-0/+1
2020-02-19Merge tag 'iommu-fixes-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-36/+50
2020-02-20nvme: Fix uninitialized-variable warningKeith Busch1-1/+1
2020-02-19s390/qdio: fill SBALEs with absolute addressesJulian Wiedmann4-18/+19
2020-02-19s390/qdio: fill SL with absolute addressesJulian Wiedmann2-13/+13
2020-02-19drm/amdgpu/display: clean up hdcp workqueue handlingAlex Deucher1-4/+6
2020-02-19drm/amdgpu: add is_raven_kicker judgement for raven1changzhu1-2/+9
2020-02-20nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko1-1/+2
2020-02-20nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N1-0/+12
2020-02-19iommu/arm-smmu: Restore naming of driver parameter prefixWill Deacon1-2/+2
2020-02-19iommu/qcom: Fix bogus detach logicRobin Murphy1-16/+12
2020-02-19iommu/amd: Disable IOMMU on Stoney Ridge systemsKai-Heng Feng1-1/+12
2020-02-18net/mlx5: DR, Handle reformat capability over sw-steering tablesErez Shitrit1-2/+7
2020-02-18net/mlx5: Fix lowest FDB pool sizePaul Blakey1-1/+1
2020-02-18net/mlx5e: Don't clear the whole vf config when switching modesDmytro Linkin2-3/+7
2020-02-18net/mlx5: DR, Fix matching on vport gvmiHamdan Igbaria1-1/+4
2020-02-18net/mlx5e: Fix crash in recovery flow without devlink reporterAya Levin1-1/+1
2020-02-18net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDYAya Levin4-9/+43
2020-02-18net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepaHuy Nguyen1-11/+3
2020-02-18net: phy: broadcom: Fix a typo ("firsly")Jonathan NeuschÀfer1-2/+2
2020-02-18qede: Fix race between rdma destroy workqueue and link change eventMichal Kalderon2-1/+30
2020-02-18iommu/vt-d: Simplify check in identity_mapping()Joerg Roedel1-1/+1
2020-02-18iommu/vt-d: Remove deferred_attach_domain()Joerg Roedel1-8/+3
2020-02-18iommu/vt-d: Do deferred attachment in iommu_need_mapping()Joerg Roedel1-3/+7
2020-02-18iommu/vt-d: Move deferred device attachment into helper functionJoerg Roedel1-8/+12
2020-02-18iommu/vt-d: Add attach_deferred() helperJoerg Roedel1-4/+8
2020-02-18drm/i915/gt: Avoid resetting ring->head outside of its timeline mutexChris Wilson3-23/+21
2020-02-18drm/i915/execlists: Always force a context reload when rewinding RING_TAILChris Wilson4-10/+18
2020-02-18drm/i915: Wean off drm_pci_alloc/drm_pci_freeChris Wilson4-56/+55
2020-02-17net: cnic: fix spelling mistake "reserverd" -> "reserved"Alexandre Belloni1-2/+2
2020-02-17net: mscc: fix in frame extractionHoratiu Vultur1-0/+8
2020-02-17drm/i915/gt: Protect defer_request() from new waitersChris Wilson2-3/+10
2020-02-17drm/i915/gt: Prevent queuing retire workers on the virtual engineChris Wilson2-0/+6
2020-02-17drm/i915/dsc: force full modeset whenever DSC is enabled at probeJani Nikula1-0/+18
2020-02-17drm/i915/ehl: Update port clock voltage level requirementsMatt Roper1-1/+3
2020-02-17drm/i915: Update drm/i915 bug filing URLJani Nikula3-7/+6
2020-02-17tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LASTRoberto Sassu1-0/+2
2020-02-17tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko.Jarkko Sakkinen2-3/+5
2020-02-17drm/i915: Initialise basic fence before acquiring seqnoChris Wilson1-7/+14
2020-02-17drm/i915/gem: Require per-engine reset support for non-persistent contextsChris Wilson1-0/+16
2020-02-17s390/pkey/zcrypt: spelling s/crytp/crypt/Geert Uytterhoeven1-2/+2
2020-02-17s390/cio: use kobj_to_dev() APIchenqiwu1-2/+2
2020-02-17s390/cio: cio_ignore_proc_seq_next should increase position indexVasily Averin1-2/+3
2020-02-17watchdog: da9062: Add dependency on I2CGuenter Roeck1-0/+1
2020-02-17watchdog: da9062: fix power management opsMarco Felsch1-0/+12
2020-02-17watchdog: da9062: do not ping the hw during stop()Marco Felsch1-7/+0
2020-02-17watchdog: fix mtk_wdt.c RESET_CONTROLLER build errorRandy Dunlap1-0/+1
2020-02-17USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman1-2/+7
2020-02-17drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesetsLyude Paul1-0/+2
2020-02-17drm/nouveau/gr/tu11x: initial supportBen Skeggs2-0/+28
2020-02-17drm/nouveau/acr/tu11x: initial supportBen Skeggs3-0/+18
2020-02-16net: ethernet: dm9000: Handle -EPROBE_DEFER in dm9000_parse_dt()Paul Cercueil1-0/+2
2020-02-16net: ks8851-ml: Fix 16-bit IO operationMarek Vasut1-2/+2
2020-02-16net: ks8851-ml: Fix 16-bit data accessMarek Vasut1-2/+2
2020-02-16net: ks8851-ml: Remove 8-bit bus accessorsMarek Vasut1-40/+5
2020-02-16bonding: fix lockdep warning in bond_get_stats()Taehee Yoo1-3/+50
2020-02-16bonding: add missing netdev_update_lockdep_key()Taehee Yoo2-0/+4
2020-02-16NFC: pn544: Fix a typo in a debug messageChristophe JAILLET1-1/+1
2020-02-16net: dsa: b53: Ensure the default VID is untaggedFlorian Fainelli1-0/+3
2020-02-16wireguard: socket: remove extra call to synchronize_netJason A. Donenfeld1-1/+0
2020-02-16wireguard: send: account for mtu=0 devicesJason A. Donenfeld2-8/+15
2020-02-16wireguard: receive: reset last_under_load to zeroJason A. Donenfeld1-2/+5
2020-02-16net: phy: restore mdio regs in the iproc mdio driverArun Parameswaran1-0/+20
2020-02-16net: atlantic: fix out of range usage of active_vlans arrayDmitry Bogdanov1-1/+1
2020-02-16net: atlantic: possible fault in transition to hibernationPavel Belous1-5/+8
2020-02-16net: atlantic: fix potential error handlingPavel Belous1-1/+3
2020-02-16net: atlantic: fix use after free kasan warnPavel Belous2-6/+5
2020-02-16net: atlantic: better loopback mode handlingNikita Danilov2-5/+13
2020-02-16net: atlantic: ptp gpio adjustmentsEgor Pomozov3-1/+17
2020-02-16net: atlantic: check rpc result and wait for rpc addressIgor Russkikh1-2/+17
2020-02-16net: atlantic: checksum compat issueDmitry Bezrukov3-4/+7
2020-02-16net: macb: ensure interface is not suspended on at91rm9200Alexandre Belloni1-1/+5
2020-02-16Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2-5/+38
2020-02-16Merge tag 'edac_urgent_for_5.6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-23/+7
2020-02-16Merge tag 'block-5.6-2020-02-16' of git://git.kernel.dk/linux-blockLinus Torvalds8-38/+63
2020-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-14/+50
2020-02-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds17-125/+172
2020-02-15Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-2/+3
2020-02-15Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds10-44/+36
2020-02-15Merge tag 'hwmon-for-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+4
2020-02-15bus: moxtet: fix potential stack buffer overflowMarek BehĂșn1-1/+1
2020-02-14Input: cyapa - replace zero-length array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-02-14Input: tca6416-keypad - replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-14Input: gpio_keys_polled - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-14scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche1-8/+2
2020-02-14scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2-3/+15
2020-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds33-785/+421
2020-02-14Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds6-34/+170
2020-02-14Merge tag 'drm-fixes-2020-02-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds51-251/+1131
2020-02-14IB/mlx5: Use div64_u64 for num_var_hw_entries calculationJason Gunthorpe1-1/+1
2020-02-14drm/amdgpu/gfx10: disable gfxoff when reading rlc clockAlex Deucher1-0/+2
2020-02-14drm/amdgpu/gfx9: disable gfxoff when reading rlc clockAlex Deucher1-0/+2
2020-02-14drm/amdgpu/soc15: fix xclk for ravenAlex Deucher1-1/+6
2020-02-14drm/amd/powerplay: always refetch the enabled features status on dpm enablementEvan Quan1-3/+3
2020-02-14drm/amd/display: fix dtm unloadingBhawanpreet Lakha1-1/+25
2020-02-14drm/amd/display: fix backwards byte order in rx_caps.Bhawanpreet Lakha1-2/+2
2020-02-14nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_infoYi Zhang1-1/+1
2020-02-14nvme/pci: move cqe check after device shutdownKeith Busch1-5/+18
2020-02-14nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland3-7/+7
2020-02-14nvme/tcp: fix bug on double requeue when send failsAnton Eidelman1-1/+6
2020-02-14net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang1-6/+9
2020-02-14net: hns3: fix VF bandwidth does not take effect in some caseYonglong Liu1-1/+1
2020-02-14net: hns3: add management table after IMP resetYufeng Mo1-0/+7
2020-02-14Merge branch 'pm-cpufreq'Rafael J. Wysocki1-3/+2
2020-02-14Merge tag 'drm-intel-next-fixes-2020-02-13' of git://anongit.freedesktop.org/...Dave Airlie26-178/+990
2020-02-14Merge tag 'amd-drm-fixes-5.6-2020-02-12' of git://people.freedesktop.org/~agd...Dave Airlie16-66/+108
2020-02-14Merge tag 'drm-misc-next-fixes-2020-02-07' of git://anongit.freedesktop.org/d...Dave Airlie3-4/+15
2020-02-14Merge tag 'drm-misc-fixes-2020-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-3/+18
2020-02-13Input: synaptics - remove the LEN0049 dmi id from topbuttonpad listBenjamin Tissoires1-1/+1
2020-02-13Input: synaptics - enable SMBus on ThinkPad L470Gaurav Agrawal1-0/+1
2020-02-13Input: synaptics - switch T470s to RMI4 by defaultLyude Paul1-0/+1
2020-02-13Input: gpio_keys - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13Input: goldfish_events - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2020-02-13Merge tag 'gpio-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds5-20/+35
2020-02-13wireguard: device: use icmp_ndo_send helperJason A. Donenfeld1-2/+2
2020-02-13sunvnet: use icmp_ndo_send helperJason A. Donenfeld1-19/+4
2020-02-13gtp: use icmp_ndo_send helperJason A. Donenfeld1-2/+2
2020-02-13drm/msm/dpu: fix BGR565 vs RGB565 confusionRob Clark1-2/+2
2020-02-13drm/msm/dsi/pll: call vco set rate explicitlyHarigovindan P1-0/+6
2020-02-13drm/msm/dsi: save pll state before dsi host is powered offHarigovindan P2-4/+5
2020-02-13vt: selection, close sel_buffer raceJiri Slaby1-6/+17
2020-02-13vt: selection, handle pending signals in paste_selectionJiri Slaby1-1/+8
2020-02-13serial: cpm_uart: call cpm_muram_init before registering consoleRasmus Villemoes1-0/+1
2020-02-13RDMA/core: Fix protection fault in get_pkey_idx_qp_listLeon Romanovsky1-15/+9
2020-02-13Merge tag 'fixes-for-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman6-36/+56
2020-02-13bcache: remove macro nr_to_fifo_front()Coly Li1-5/+2
2020-02-13bcache: Revert "bcache: shrink btree node cache after bch_btree_check()"Coly Li1-17/+0
2020-02-13bcache: ignore pending signals when creating gc and allocator threadColy Li2-2/+29
2020-02-13RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun1-4/+4
2020-02-13RDMA/mlx5: Prevent overflow in mmap offset calculationsLeon Romanovsky1-2/+2
2020-02-13IB/umad: Fix kernel crash while unloading ib_umadYonatan Cohen1-2/+3
2020-02-13RDMA/mlx5: Fix async events cleanup flowsYishai Hadas1-23/+28
2020-02-13RDMA/core: Add missing list deletion on freeing event queueMichael Guralnik1-0/+1
2020-02-13thunderbolt: Prevent crash if non-active NVMem file is readMika Westerberg1-0/+7
2020-02-13Merge tag 'usb-serial-5.6-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2-1/+11
2020-02-13EDAC/sysfs: Remove csrow objects on errorsRobert Richter1-2/+1
2020-02-13EDAC/mc: Fix use-after-free and memleaks during device removalRobert Richter2-21/+6
2020-02-12scsi: megaraid_sas: silence a warningTomas Henzl1-2/+3
2020-02-12scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche1-3/+28
2020-02-12hwmon: (pmbus/xdpe12284) fix typo in compatible stringsJohan Hovold1-2/+2
2020-02-12drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU contextBoris Brezillon2-8/+10
2020-02-12tty: serial: qcom_geni_serial: Fix RX cancel command failuresatya priya1-4/+14
2020-02-12serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko4-5/+6
2020-02-12tty: serial: imx: setup the correct sg entry for tx dmaFugang Duan1-1/+1
2020-02-12vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet1-6/+11
2020-02-12drm/panfrost: Remove set but not used variable 'bo'YueHaibing1-5/+1
2020-02-12ice: Trivial fixesTony Nguyen11-29/+31
2020-02-12ice: Use correct netif error functionBen Shelton1-1/+1
2020-02-12ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan1-8/+3
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan8-227/+123
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan6-27/+27
2020-02-12ice: Remove possible null dereferenceTony Nguyen1-2/+0
2020-02-12ice: update Unit Load Status bitmask to check after resetBruce Allan2-5/+18
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan4-28/+13
2020-02-12ice: Modify link message loggingAkeem G Abodunrin1-1/+1
2020-02-12ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan1-2/+0
2020-02-12ice: Remove ice_dev_onetime_setup()Brett Creeley4-20/+0
2020-02-12ice: Don't allow same value for Rx tail to be written twiceBrett Creeley1-1/+1
2020-02-12ice: display supported and advertised link modesPaul Greenwalt1-280/+2
2020-02-12ice: Fix switch between FW and SW LLDPDave Ertman1-5/+5
2020-02-12ice: Fix DCB rebuild after resetDave Ertman2-53/+36
2020-02-12usb: gadget: udc-xilinx: Fix xudc_stop() kernel-doc formatMichal Simek1-1/+0
2020-02-12net: ethernet: ave: Add capability of rgmii-id modeKunihiko Hayashi1-0/+9
2020-02-12USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman1-2/+13
2020-02-12USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman1-2/+13