summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-05bus: tegra-aconnect: Remove PM_CLK dependencySameer Pujar1-1/+0
2020-03-05thermal: brcmstb_thermal: Do not use DT coefficientsFlorian Fainelli1-22/+9
2020-03-05thermal: db8500: Depromote debug printLinus Walleij1-2/+2
2020-03-05pwm: omap-dmtimer: put_device() after of_find_device_by_node()Uwe Kleine-König1-6/+15
2020-03-05drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'Christophe JAILLET1-1/+1
2020-03-05RDMA/hns: Bugfix for posting a wqe with sgeLijun Ou1-16/+25
2020-03-05RDMA/hns: Simplify the calculation and usage of wqe idx for post verbsYixian Liu3-48/+35
2020-03-05mwifiex: delete unused mwifiex_get_intf_num()Brian Norris1-13/+0
2020-03-05mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()Brian Norris1-47/+28
2020-03-05kbuild: remove header compile testMasahiro Yamada1-1/+0
2020-03-05net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski3-0/+16
2020-03-05net: atlantic: fix out of range usage of active_vlans arrayDmitry Bogdanov1-1/+1
2020-03-05net: atlantic: fix potential error handlingPavel Belous1-1/+3
2020-03-05net: atlantic: fix use after free kasan warnPavel Belous2-6/+5
2020-03-05s390/qeth: vnicc Fix EOPNOTSUPP precedenceAlexandra Winter1-16/+13
2020-03-05nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh1-1/+1
2020-03-05hv_netvsc: Fix unwanted wakeup in netvsc_attach()Haiyang Zhang2-1/+4
2020-03-05drm/i915/gvt: Separate display reset from ALL_ENGINES resetTina Zhang1-1/+1
2020-03-05drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetimeTina Zhang1-1/+1
2020-03-05i2c: jz4780: silence log flood on txabrtWolfram Sang1-34/+2
2020-03-05i2c: altera: Fix potential integer overflowGustavo A. R. Silva1-1/+1
2020-03-05HID: hiddev: Fix race in in hiddev_disconnect()dan.carpenter@oracle.com1-1/+1
2020-03-05HID: alps: Fix an error handling path in 'alps_input_configured()'Christophe JAILLET1-1/+1
2020-03-05vhost: Check docket sk_family instead of call getnameEugenio Pérez1-9/+1
2020-03-05cpufreq: Fix policy initialization for internal governor driversRafael J. Wysocki1-2/+10
2020-03-05amdgpu/gmc_v9: save/restore sdpif regs during S3Shirish S3-1/+39
2020-03-05Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"Orson Zhai1-3/+1
2020-03-05macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang1-21/+31
2020-03-05drm/radeon: Inline drm_get_pci_devDaniel Vetter2-2/+47
2020-03-05drm/amdgpu: Drop DRIVER_USE_AGPDaniel Vetter1-1/+1
2020-03-05HID: core: fix off-by-one memset in hid_report_raw_event()Johan Korsnes1-1/+3
2020-03-05HID: ite: Only bind to keyboard USB interface on Acer SW5-012 keyboard dockHans de Goede1-2/+3
2020-03-05ACPI: watchdog: Fix gas->access_width usageMika Westerberg2-3/+2
2020-03-05nvme/pci: move cqe check after device shutdownKeith Busch1-5/+18
2020-03-05nvme: prevent warning triggered by nvme_stop_keep_aliveNigel Kirkland3-7/+7
2020-03-05nvme/tcp: fix bug on double requeue when send failsAnton Eidelman1-1/+6
2020-03-05net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()Guangbin Huang1-6/+9
2020-03-05net: hns3: add management table after IMP resetYufeng Mo1-0/+7
2020-03-05ice: update Unit Load Status bitmask to check after resetBruce Allan2-5/+18
2020-03-05net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-03-05net: ena: ethtool: use correct value for crc32 hashSameeh Jubran1-2/+2
2020-03-05net: ena: fix corruption of dev_idx_to_host_tblArthur Kiyanovski1-28/+0
2020-03-05net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2-1/+25
2020-03-05net: ena: rss: store hash function as values and not bitsArthur Kiyanovski1-1/+5
2020-03-05net: ena: rss: fix failure to get indirection tableSameeh Jubran1-0/+14
2020-03-05net: ena: rss: do not allocate key when not supportedSameeh Jubran1-3/+21
2020-03-05net: ena: fix incorrect default RSS keyArthur Kiyanovski2-0/+16
2020-03-05net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski1-0/+1
2020-03-05net: ena: fix uses of round_jiffies()Arthur Kiyanovski1-3/+3
2020-03-05net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski1-8/+9