summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-03drm/nouveau/kms/nv50-gp1xx: disable notifies again after core updateBen Skeggs1-1/+4
2020-09-03drm/nouveau/kms/nv50-: add some whitespace before debug messageBen Skeggs1-1/+1
2020-09-03drm/nouveau/kms/gv100-: Include correct push header in crcc37d.cLyude Paul1-1/+1
2020-09-03drm/radeon: Prefer lower feedback dividersKai-Heng Feng1-1/+1
2020-09-03drm/amdgpu: Fix bug in reporting voltage for CIKSandeep Raghuraman1-1/+2
2020-09-03drm/amdgpu: Specify get_argument function for ci_smu_funcsSandeep Raghuraman1-0/+2
2020-09-03drm/amd/pm: enable MP0 DPM for sienna_cichlidJiansong Chen1-1/+3
2020-09-03drm/amd/pm: avoid false alarm due to confusing softwareshutdowntemp settingEvan Quan1-2/+12
2020-09-03drm/amd/pm: fix is_dpm_running() run error on 32bit systemKevin Wang3-9/+21
2020-09-02net: dp83867: Fix WoL SecureOn passwordDan Murphy1-2/+2
2020-09-02nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens1-0/+2
2020-09-02ionic: clarify boolean precedenceShannon Nelson1-2/+2
2020-09-02ionic: remove unused variableShannon Nelson1-2/+0
2020-09-02ionic: clean adminq service routineShannon Nelson3-48/+25
2020-09-02ionic: clean up desc_info and cq_info structsShannon Nelson3-39/+8
2020-09-02ionic: struct reorder for faster accessShannon Nelson2-16/+16
2020-09-02ionic: clean up page handling codeShannon Nelson1-31/+40
2020-09-02drivers/net/wan/hdlc: Change the default of hard_header_len to 0Xie He1-1/+1
2020-09-02net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter1-17/+17
2020-09-02net: dsa: rtl8366: Refactor VLAN/PVID initLinus Walleij2-131/+146
2020-09-02net: dsa: rtl8366: Check validity of passed VLANsLinus Walleij1-0/+6
2020-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds7-2/+28
2020-09-02net: bcmgenet: fix mask check in bcmgenet_validate_flow()Denis Efremov1-1/+1
2020-09-02amd-xgbe: Add support for new port modeShyam Sundar S K1-0/+13
2020-09-02Merge tag 'for-5.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-22/+60
2020-09-02dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin2-7/+9
2020-09-02dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-02dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin1-2/+6
2020-09-02libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo2-4/+9
2020-09-02drm/i915: Clear the repeater bit on HDCP disableSean Paul1-0/+6
2020-09-02drm/i915: Fix sha_text population codeSean Paul1-6/+20
2020-09-02drm/i915/display: Ensure that ret is always initialized in icl_combo_phy_veri...Nathan Chancellor1-2/+2
2020-09-01octeontx2-pf: Add UDP segmentation offload supportSunil Goutham5-4/+124
2020-09-01net: usb: dm9601: Add USB ID of Keenetic Plus DSLKamil Lorenc1-0/+4
2020-09-01vhost: fix typo in error messageYunsheng Lin1-1/+1
2020-09-01net: dsa: mv88e6xxx: Fix W=1 warning with !CONFIG_OFAndrew Lunn1-9/+2
2020-09-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-4/+2
2020-09-01dm integrity: fix error reporting in bitmap mode after creationMikulas Patocka1-0/+12
2020-09-01dm crypt: Initialize crypto wait structuresDamien Le Moal1-2/+2
2020-09-01dm mpath: fix racey management of PG initializationMike Snitzer1-7/+15
2020-09-01dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka1-2/+10
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.cIoana Ciornei1-4/+4
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.cIoana Ciornei1-200/+200
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.cIoana Ciornei1-44/+45
2020-09-01ibmvnic: Harden device Command Response Queue handshakeThomas Falcon1-1/+18
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller36-389/+379
2020-09-01net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu1-1/+1
2020-09-01cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabledFrancisco Jerez1-1/+1
2020-09-01cpufreq: intel_pstate: Free memory only when turning offRafael J. Wysocki1-33/+24
2020-09-01cpufreq: intel_pstate: Add ->offline and ->online callbacksRafael J. Wysocki1-49/+94