summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-02nouveau: fix instmem race condition around ptr storesDave Airlie1-1/+6
2024-05-02speakup: Avoid crash on very long wordSamuel Thibault1-1/+1
2024-05-02usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan1-1/+3
2024-05-02Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman1-5/+1
2024-05-02USB: serial: option: add Telit FN920C04 rmnet compositionsDaniele Palmas1-0/+6
2024-05-02USB: serial: option: add Rolling RW101-GL and RW135-GL supportVanillan Wang1-0/+8
2024-05-02USB: serial: option: support Quectel EM060K sub-modelsJerry Meng1-0/+16
2024-05-02USB: serial: option: add Lonsung U8300/U9300 productCoia Prant1-0/+4
2024-05-02USB: serial: option: add support for Fibocom FM650/FG650Chuanhong Guo1-0/+4
2024-05-02USB: serial: option: add Fibocom FM135-GL variantsbolan wang1-0/+2
2024-05-02serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain1-14/+0
2024-05-02comedi: vmk80xx: fix incomplete endpoint checkingNikita Zhandarovich1-23/+12
2024-05-02drm: nv04: Fix out of bounds accessMikhail Kobuk1-6/+7
2024-05-02RDMA/mlx5: Fix port number for counter query in multi-port configurationMichael Guralnik1-1/+2
2024-05-02tun: limit printing rate when illegal packet received by tun devLei Chen1-8/+10
2024-05-02vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan1-1/+11
2024-05-02net/mlx5: Properly link new fs rules into the treeCosmin Ratiu1-1/+2
2024-05-02geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet1-2/+2
2024-05-02nouveau: fix function cast warningArnd Bergmann1-1/+6
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