summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-19net: fix mistake path for netdev_features_stringsJian Shen2-3/+3
2021-07-19mt76: dma: use ieee80211_tx_status_ext to free packets when tx failsFelix Fietkau1-6/+12
2021-07-19mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-07-19ice: mark PTYPE 2 as reservedJacob Keller1-1/+1
2021-07-19ice: fix incorrect payload indicator on PTYPEJacob Keller1-1/+1
2021-07-19ext4: fix memory leak in ext4_fill_superPavel Skripkin3-21/+21
2021-07-19bpf: Fix up register-based shifts in interpreter to silence KUBSANDaniel Borkmann1-18/+43
2021-07-19net: hsr: don't check sequence number if tag removal is offloadedGeorge McCollister1-1/+2
2021-07-19drm/amdkfd: Fix circular lock in nocpsch pathAmber Lin1-5/+13
2021-07-19drm/amdkfd: fix circular locking on get_wave_stateJonathan Kim1-15/+13
2021-07-19cw1200: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-07-19wl1251: Fix possible buffer overflow in wl1251_cmd_scanLee Gibson1-3/+6
2021-07-19net: phy: nxp-c45-tja11xx: enable MDIO write access to the master/slave regis...Vladimir Oltean1-0/+6
2021-07-19wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELPTony Lindgren1-0/+7
2021-07-19dm writecache: commit just one block, not a full pageMikulas Patocka1-5/+1
2021-07-19xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert1-14/+14
2021-07-19ibmvnic: fix kernel build warnings in build_hdr_descs_arrLijun Pan1-1/+2
2021-07-19drm/amd/display: Verify Gamma & Degamma LUT sizes in amdgpu_dm_atomic_checkMark Yacoub3-6/+40
2021-07-19r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPMHeiner Kallweit1-1/+0
2021-07-19selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim1-6/+7
2021-07-19net: mido: mdio-mux-bcm-iproc: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-4/+3
2021-07-19fjes: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-19drm/amdkfd: use allowed domain for vmbo validationNirmoy Das1-17/+4
2021-07-19net: sgi: ioc3-eth: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-19selftests: Clean forgotten resources as part of cleanup()Amit Cohen6-0/+14
2021-07-19net: phy: realtek: add delay to fix RXC generation issueJoakim Zhang1-1/+14
2021-07-19drm/amd/display: Fix crash during MPO + ODM combine mode recalculationAric Cyr1-0/+5
2021-07-19drm/amd/display: Fix off-by-one error in DMLWesley Chalmers1-7/+7
2021-07-19drm/amd/display: Set DISPCLK_MAX_ERRDET_CYCLES to 7Wesley Chalmers1-1/+1
2021-07-19drm/amd/display: Release MST resources on switch from MST to SSTVladimir Stempen1-0/+2
2021-07-19drm/amd/display: Update scaling settings on modesetRoman Li1-1/+2
2021-07-19drm/amd/display: Revert "Fix clock table filling logic"Ilya Bakoulin2-72/+39
2021-07-19drm/amd/display: Fix DCN 3.01 DSCCLK validationNikola Cornij1-43/+21
2021-07-19net: moxa: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-3/+2
2021-07-19net: micrel: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-19net: mvpp2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-19net: bcmgenet: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-19net: mscc: ocelot: check return value after calling platform_get_resource()Yang Yingliang1-0/+5
2021-07-19virtio_net: Remove BUG() to avoid machine deadXianting Tian1-1/+1
2021-07-19ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr1-5/+1
2021-07-19ice: set the value of global config lock timeout longerLiwei Song1-1/+1
2021-07-19pinctrl: mcp23s08: fix race condition in irq handlerRadim Pavlik1-5/+5
2021-07-19net: bridge: mrp: Update ring transitions.Horatiu Vultur1-4/+2
2021-07-19block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal1-0/+1
2021-07-19dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal1-2/+6
2021-07-19dm writecache: don't split bios when overwriting contiguous cache contentMikulas Patocka1-8/+30
2021-07-19dm space maps: don't reset space map allocation cursor when committingJoe Thornber2-2/+16
2021-07-19RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong1-0/+1
2021-07-19icmp: fix lib conflict with trinityAndreas Roeseler2-3/+2
2021-07-19net: tcp better handling of reordering then loss casesYuchung Cheng1-19/+26