summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-11of: Fix modalias string generationMiquel Raynal1-2/+5
2023-05-11vmci_host: fix a race condition in vmci_host_poll() causing GPFDae R. Jeong1-1/+7
2023-05-11spi: fsl-spi: Fix CPM/QE mode Litte EndianChristophe Leroy1-5/+7
2023-05-11spi: qup: Don't skip cleanup in remove's error pathUwe Kleine-König1-9/+13
2023-05-11linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap1-1/+1
2023-05-11ASoC: es8316: Handle optional IRQ assignmentCristian Ciocaltea1-6/+8
2023-05-11PCI: imx6: Install the fault handler only on compatible matchH. Nikolaus Schaller1-0/+7
2023-05-11usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...Zheng Wang1-0/+1
2023-05-11spi: imx: Don't skip cleanup in remove's error pathUwe Kleine-König1-7/+5
2023-05-11spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-4/+2
2023-05-11serial: 8250_bcm7271: Fix arbitration handlingDoug Berger1-6/+12
2023-05-11iio: light: max44009: add missing OF device matchingKrzysztof Kozlowski1-6/+7
2023-05-11fpga: bridge: fix kernel-doc parameter descriptionMarco Pagani1-1/+1
2023-05-11serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are tran...Marek Vasut1-2/+3
2023-05-11serial: stm32: re-introduce an irq flag condition in usart_receive_charsErwan Le Ray1-8/+13
2023-05-11usb: dwc3: gadget: Change condition for processing suspend eventPrashanth K1-9/+2
2023-05-11usb: host: xhci-rcar: remove leftover quirk handlingWolfram Sang1-3/+0
2023-05-11pstore: Revert pmsg_lock back to a normal mutexJohn Stultz1-4/+3
2023-05-11drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler()Hans de Goede1-2/+2
2023-05-11drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler()Hans de Goede1-2/+2
2023-05-11ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on itRandy Dunlap1-1/+2
2023-05-11tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.Kuniyuki Iwashima1-0/+3
2023-05-11net: amd: Fix link leak when verifying config failedGencen Gan1-1/+1
2023-05-11netlink: Use copy_to_user() for optval in netlink_getsockopt().Kuniyuki Iwashima1-52/+23
2023-05-11Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unf...Liu Jian1-1/+0
2023-05-11ipv4: Fix potential uninit variable access bug in __ip_make_skb()Ziyang Xuan1-3/+13
2023-05-11net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti1-1/+5
2023-05-11netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal3-9/+2
2023-05-11bpf: Don't EFAULT for getsockopt with optval=NULLStanislav Fomichev1-3/+6
2023-05-11net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA portsYan Wang1-3/+9
2023-05-11net/mlx5: E-switch, Don't destroy indirect table in split ruleChris Mi1-2/+0
2023-05-11ixgbe: Enable setting RSS table to default valuesJoe Damato1-9/+10
2023-05-11ixgbe: Allow flow hash to be set via ethtoolJoe Damato1-2/+2
2023-05-11wifi: iwlwifi: fw: fix memory leak in debugfsJohannes Berg1-1/+3
2023-05-11wifi: iwlwifi: mvm: check firmware response sizeJohannes Berg1-0/+10
2023-05-11wifi: mt76: mt7921e: improve reliability of dma resetQuan Zhou1-16/+20
2023-05-11wifi: mt76: fix 6GHz high channel not be scannedMing Yen Hsieh1-3/+10
2023-05-11wifi: mt76: mt7921e: fix probe timeout after rebootQuan Zhou1-3/+3
2023-05-11wifi: mt76: add flexible polling wait-interval supportDeren Wu2-9/+10
2023-05-11wifi: mt76: handle failure of vzalloc in mt7615_coredump_workKang Chen1-3/+5
2023-05-11wifi: iwlwifi: make the loop for card preparation effectiveEmmanuel Grumbach1-1/+2
2023-05-11jdb2: Don't refuse invalidation of already invalidated buffersJan Kara1-0/+3
2023-05-11wifi: iwlwifi: fw: move memset before early returnTom Rix1-2/+2
2023-05-11wifi: iwlwifi: mvm: initialize seq variableTom Rix1-0/+1
2023-05-11wifi: iwlwifi: yoyo: Fix possible division by zeroDaniel Gabay1-0/+6
2023-05-11wifi: iwlwifi: yoyo: skip dump correctly on hw errorDaniel Gabay1-2/+2
2023-05-11md/raid10: don't call bio_start_io_acct twice for bio which experienced read ...Yu Kuai1-1/+3
2023-05-11md/raid10: fix memleak of md threadYu Kuai1-3/+3
2023-05-11md/raid10: fix memleak for 'conf->bio_split'Yu Kuai1-20/+17
2023-05-11md/raid10: fix leak of 'r10bio->remaining' for recoveryYu Kuai1-10/+13