summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-11Linux 5.15.100v5.15.100Greg Kroah-Hartman1-1/+1
2023-03-11usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang1-4/+4
2023-03-11malidp: Fix NULL vs IS_ERR() checkingMiaoqian Lin1-1/+1
2023-03-11scsi: mpt3sas: Remove usage of dma_get_required_mask() APISreekanth Reddy1-2/+1
2023-03-11scsi: mpt3sas: re-do lost mpt3sas DMA mask fixSreekanth Reddy1-1/+1
2023-03-11scsi: mpt3sas: Don't change DMA mask while reallocating poolsSreekanth Reddy1-7/+14
2023-03-11Revert "scsi: mpt3sas: Fix return value check of dma_get_required_mask()"Salvatore Bonaccorso1-1/+1
2023-03-11drm/virtio: Fix error code in virtio_gpu_object_shmem_init()Harshit Mogalapalli1-1/+2
2023-03-11media: uvcvideo: Fix race condition with usb_kill_urbRicardo Ribalda3-0/+43
2023-03-11Bluetooth: hci_sock: purge socket queues in the destruct() callbackNguyen Dinh Phi1-4/+7
2023-03-11drm/display/dp_mst: Fix down message handling after a packet reception errorImre Deak1-1/+1
2023-03-11drm/display/dp_mst: Fix down/up message handling after sink disconnectImre Deak1-0/+3
2023-03-11x86/resctl: fix scheduler confusion with 'current'Linus Torvalds4-10/+10
2023-03-11net: tls: avoid hanging tasks on the tx_lockJakub Kicinski1-7/+19
2023-03-11soundwire: cadence: Drain the RX FIFO after an IO timeoutRichard Fitzgerald1-23/+27
2023-03-11soundwire: cadence: Remove wasted space in response_bufRichard Fitzgerald2-1/+19
2023-03-11phy: rockchip-typec: Fix unsigned comparison with less than zeroJiapeng Chong1-2/+1
2023-03-11PCI: Add ACS quirk for Wangxun NICsMengyuan Lou2-0/+24
2023-03-11PCI: loongson: Add more devices that need MRRS quirkHuacai Chen1-9/+24
2023-03-11kernel/fail_function: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-4/+1
2023-03-11drivers: base: dd: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11drivers: base: component: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11misc: vmw_balloon: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11tty: pcn_uart: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11PCI: Take other bus devices into account when distributing resourcesMika Westerberg1-70/+106
2023-03-11PCI: Align extra resources for hotplug bridges properlyMika Westerberg1-6/+19
2023-03-11usb: gadget: uvc: Make bSourceID read/writeDaniel Scally2-2/+59
2023-03-11usb: uvc: Enumerate valid values for color matchingDaniel Scally1-0/+30
2023-03-11USB: ene_usb6250: Allocate enough memory for full objectKees Cook1-1/+1
2023-03-11usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook1-1/+1
2023-03-11USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: isp1362: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: isp116x: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: fotg210: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: sl811: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: uhci: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+3
2023-03-11USB: chipidea: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-11USB: dwc3: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman4-14/+14
2023-03-11PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen3-29/+26
2023-03-11soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe()Richard Fitzgerald1-6/+3
2023-03-11iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_conf...Harshit Mogalapalli1-1/+4
2023-03-11iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_stat...Harshit Mogalapalli1-1/+4
2023-03-11tools/iio/iio_utils:fix memory leakYulong Zhang1-17/+6
2023-03-11mei: bus-fixup:upon error print return values of send and receiveAlexander Usyskin1-4/+4
2023-03-11serial: sc16is7xx: setup GPIO controller later in probeIsaac True1-25/+26
2023-03-11tty: serial: fsl_lpuart: disable the CTS when send break signalSherry Sun1-2/+22