summaryrefslogtreecommitdiff
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-22ext4: fix possible double unlock when moving a directoryTheodore Ts'o1-3/+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-22sh: intc: Avoid spurious sizeof-pointer-div warningMichael Karcher1-1/+4
2023-03-22LoongArch: Only call get_timer_irq() once in constant_clockevent_init()Tiezhu Yang1-5/+6
2023-03-22net/9p: fix bug in client create for .LEric Van Hensbergen1-1/+1
2023-03-22drm/amdkfd: Fix an illegal memory accessQu Huang1-6/+3
2023-03-22ext4: fix task hung in ext4_xattr_delete_inodeBaokun Li1-0/+11
2023-03-22ext4: update s_journal_inum if it changes after journal replayBaokun Li1-2/+5
2023-03-22ext4: fail ext4_iget if special inode unallocatedBaokun Li1-10/+8
2023-03-22rust: arch/um: Disable FP/SIMD instruction to match x86David Gow1-0/+6
2023-03-22jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu1-8/+7
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-22kconfig: Update config changed flag before calling callbackJurica Vukadin1-2/+4
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-22selftests: net: devlink_port_split.py: skip test if no suitable device availablePo-Hsu Lin1-5/+31
2023-03-22i825xx: sni_82596: use eth_hw_addr_set()Thomas Bogendoerfer1-6/+8
2023-03-22net/iucv: Fix size of interrupt dataAlexandra Winter1-1/+1
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-22ipv4: Fix incorrect table ID in IOCTL pathIdo Schimmel1-0/+3
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-22net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean1-4/+5
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