summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-04-13VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_ha...Vasiliy Kovalev1-1/+2
2024-04-13Bluetooth: btintel: Fixe build regressionLuiz Augusto von Dentz1-2/+2
2024-04-13virtio: reenable config if freezing device failedDavid Hildenbrand1-2/+8
2024-04-13drm/vkms: call drm_atomic_helper_shutdown before drm_dev_put()Guo Mengqi1-1/+1
2024-04-13tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldiscThadeu Lima de Souza Cascardo1-0/+3
2024-04-13fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov1-3/+4
2024-04-13fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2Aleksandr Burakov1-2/+2
2024-04-13usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King1-0/+2
2024-04-13drm/amd/display: Fix nanosec stat overflowAric Cyr1-2/+2
2024-04-13media: sta2x11: fix irq handler castArnd Bergmann1-5/+4
2024-04-13scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2024-04-13Input: synaptics-rmi4 - fail probing if memory allocation for "phys" failsKunwu Chan1-1/+5
2024-04-13Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis1-1/+1
2024-04-13VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()Harshit Mogalapalli1-1/+2
2024-04-13wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov1-1/+1
2024-04-13ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann1-32/+31
2024-04-13ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann1-4/+2
2024-04-13staging: vc04_services: fix information leak in create_component()Dan Carpenter1-0/+1
2024-04-13staging: vc04_services: changen strncpy() to strscpy_pad()Arnd Bergmann1-2/+2
2024-04-13staging: mmal-vchiq: Fix client_component for 64 bit kernelDave Stevenson2-1/+8
2024-04-13staging: mmal-vchiq: Allocate and free components as requiredDave Stevenson2-10/+20
2024-04-13staging: mmal-vchiq: Avoid use of bool in structuresDave Stevenson2-8/+8
2024-04-13i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-04-13net: stmmac: fix rx queue priority assignmentPiotr Wejman2-17/+63
2024-04-13r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit1-0/+9
2024-04-13USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern1-3/+13
2024-04-13scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum1-1/+1
2024-04-13scsi: qla2xxx: Fix command flush on cable pullQuinn Tran1-0/+10
2024-04-13usb: udc: remove warning when queue disabled epyuan linyu1-1/+3
2024-04-13usb: dwc2: gadget: LPM flow fixMinas Harutyunyan3-21/+47
2024-04-13usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan3-9/+22
2024-04-13usb: dwc2: host: Fix hibernation flowMinas Harutyunyan2-2/+28
2024-04-13usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan2-4/+14
2024-04-13loop: loop_set_status_from_info() check before assignmentZhong Jinghua1-4/+4
2024-04-13loop: Check for overflow while configuring loopSiddh Raman Pant1-0/+5
2024-04-13loop: Factor out configuring loop from statusMartijn Coenen1-50/+67
2024-04-13efivarfs: Request at most 512 bytes for variable namesTim Schumacher1-6/+11
2024-04-13loop: properly observe rotational flag of underlying deviceHolger Hoffstätte1-0/+19
2024-04-13loop: Refactor loop_set_status() size calculationMartijn Coenen1-18/+19
2024-04-13loop: Factor out setting loop device sizeMartijn Coenen1-9/+21
2024-04-13loop: Remove sector_t truncation checksMartijn Coenen1-14/+7
2024-04-13loop: Call loop_config_discard() only after new config is appliedMartijn Coenen1-2/+2
2024-04-13Revert "loop: Check for overflow while configuring loop"Genjian Zhang1-5/+0
2024-04-13usb: cdc-wdm: close race between read and workqueueOliver Neukum1-1/+5
2024-04-13vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang1-1/+1
2024-04-13vt: fix unicode buffer corruption when deleting charactersNicolas Pitre1-1/+1
2024-04-13tty: serial: fsl_lpuart: avoid idle preamble pending if CTS is enabledSherry Sun1-2/+5
2024-04-13usb: port: Don't try to peer unused USB ports based on locationMathias Nyman1-2/+3
2024-04-13usb: gadget: ncm: Fix handling of zero block length packetsKrishna Kurapati1-1/+1