summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-22memory: tegra124-emc: fix interconnect registration raceJohan Hovold1-6/+6
2023-03-22memory: tegra20-emc: fix interconnect registration raceJohan Hovold1-6/+6
2023-03-22memory: tegra: fix interconnect registration raceJohan Hovold1-9/+7
2023-03-22firmware: xilinx: don't make a sleepable memory allocation from an atomic con...Roman Gushchin1-1/+1
2023-03-22serial: 8250: ASPEED_VUART: select REGMAP instead of depending on itRandy Dunlap1-1/+2
2023-03-22serial: 8250_fsl: fix handle_irq lockingJohan Hovold1-2/+2
2023-03-22serial: 8250_em: Fix UART port typeBiju Das1-2/+2
2023-03-22tty: serial: fsl_lpuart: skip waiting for transmission complete when UARTCTRL...Sherry Sun1-3/+9
2023-03-22Revert "tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config depe...Tom Rix1-1/+1
2023-03-22drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytesAlex Hung1-1/+4
2023-03-22drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_finiHoratio Zhang1-3/+3
2023-03-22drm/amdkfd: Fix an illegal memory accessQu Huang1-6/+3
2023-03-22soc: mediatek: mtk-svs: keep svs alive if CONFIG_DEBUG_FS not supportedRoger Lu1-0/+6
2023-03-22mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm1-3/+0
2023-03-22media: m5mols: fix off-by-one loop termination errorLinus Torvalds1-1/+1
2023-03-22hwmon: (ltc2992) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-22hwmon: (adm1266) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-22hwmon: tmp512: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-22hwmon: (ucd90320) Add minimum delay between bus accessesLars-Peter Clausen1-0/+75
2023-03-22hwmon: (ina3221) return prober error codeMarcus Folkesson1-1/+1
2023-03-22hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang1-0/+1
2023-03-22hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien1-2/+2
2023-03-22hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien1-2/+2
2023-03-22bonding: restore bond's IFF_SLAVE flag if a non-eth dev enslave failsNikolay Aleksandrov1-3/+1
2023-03-22bonding: restore IFF_MASTER/SLAVE flags on bond enslave ether type changeNikolay Aleksandrov1-4/+15
2023-03-22ethernet: sun: add check for the mdesc_grab()Liang He2-0/+6
2023-03-22net: dsa: microchip: fix RGMII delay configuration on KSZ8765/KSZ8794/KSZ8795Marek Vasut1-1/+1
2023-03-22qed/qed_mng_tlv: correctly zero out ->min instead of ->hourDaniil Tatianin1-1/+1
2023-03-22i825xx: sni_82596: use eth_hw_addr_set()Thomas Bogendoerfer1-6/+8
2023-03-22net: atlantic: Fix crash when XDP is enabled but no program is loadedToke Høiland-Jørgensen1-7/+21
2023-03-22net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich1-2/+8
2023-03-22sh_eth: avoid PHY being resumed when interface is not upWolfram Sang1-2/+10
2023-03-22ravb: avoid PHY being resumed when interface is not upWolfram Sang1-2/+10
2023-03-22net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290Vladimir Oltean1-4/+12
2023-03-22ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-3/+2
2023-03-22veth: Fix use after free in XDP_REDIRECTShawn Bohrer1-4/+2
2023-03-22net/mlx5: Set BREAK_FW_WAIT flag first when removing driverShay Drory1-1/+1
2023-03-22net/mlx5e: Fix cleanup null-ptr deref on encap lockPaul Blakey1-0/+10
2023-03-22net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...Maor Dickman1-0/+1
2023-03-22net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rulesMaor Dickman1-5/+5
2023-03-22net/mlx5e: Support Geneve and GRE with VF tunnel offloadMaor Dickman6-195/+48
2023-03-22net/mlx5: Disable eswitch before waiting for VF pagesDaniel Jurgens1-1/+1
2023-03-22net/mlx5: Fix setting ec_function bit in MANAGE_PAGESParav Pandit1-5/+17
2023-03-22net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit4-6/+1
2023-03-22net/mlx5e: Fix macsec ASO context alignmentEmeel Hakim1-1/+1
2023-03-22block: sunvdc: add check for mdesc_grab() returning NULLLiang He1-0/+2
2023-03-22nvmet: avoid potential UAF in nvmet_req_complete()Damien Le Moal1-1/+3
2023-03-22nvme: fix handling single range discard requestMing Lei1-9/+19
2023-03-22block: null_blk: Fix handling of fake timeout requestDamien Le Moal1-3/+3
2023-03-22net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich1-1/+2