summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nouveau: fix instmem race condition around ptr storesDave Airlie2024-05-021-1/+6
* speakup: Avoid crash on very long wordSamuel Thibault2024-05-021-1/+1
* usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan2024-05-021-1/+3
* Revert "usb: cdc-wdm: close race between read and workqueue"Greg Kroah-Hartman2024-05-021-5/+1
* USB: serial: option: add Telit FN920C04 rmnet compositionsDaniele Palmas2024-05-021-0/+6
* USB: serial: option: add Rolling RW101-GL and RW135-GL supportVanillan Wang2024-05-021-0/+8
* USB: serial: option: support Quectel EM060K sub-modelsJerry Meng2024-05-021-0/+16
* USB: serial: option: add Lonsung U8300/U9300 productCoia Prant2024-05-021-0/+4
* USB: serial: option: add support for Fibocom FM650/FG650Chuanhong Guo2024-05-021-0/+4
* USB: serial: option: add Fibocom FM135-GL variantsbolan wang2024-05-021-0/+2
* serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain2024-05-021-14/+0
* comedi: vmk80xx: fix incomplete endpoint checkingNikita Zhandarovich2024-05-021-23/+12
* drm: nv04: Fix out of bounds accessMikhail Kobuk2024-05-021-6/+7
* RDMA/mlx5: Fix port number for counter query in multi-port configurationMichael Guralnik2024-05-021-1/+2
* tun: limit printing rate when illegal packet received by tun devLei Chen2024-05-021-8/+10
* vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan2024-05-021-1/+11
* net/mlx5: Properly link new fs rules into the treeCosmin Ratiu2024-05-021-1/+2
* geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet2024-05-021-2/+2
* nouveau: fix function cast warningArnd Bergmann2024-05-021-1/+6
* amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie2024-04-131-2/+2
* VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_ha...Vasiliy Kovalev2024-04-131-1/+2
* Bluetooth: btintel: Fixe build regressionLuiz Augusto von Dentz2024-04-131-2/+2
* virtio: reenable config if freezing device failedDavid Hildenbrand2024-04-131-2/+8
* drm/vkms: call drm_atomic_helper_shutdown before drm_dev_put()Guo Mengqi2024-04-131-1/+1
* tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldiscThadeu Lima de Souza Cascardo2024-04-131-0/+3
* fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov2024-04-131-3/+4
* fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2Aleksandr Burakov2024-04-131-2/+2
* usb: sl811-hcd: only defined function checkdone if QUIRK2 is definedColin Ian King2024-04-131-0/+2
* drm/amd/display: Fix nanosec stat overflowAric Cyr2024-04-131-2/+2
* media: sta2x11: fix irq handler castArnd Bergmann2024-04-131-5/+4
* scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee2024-04-131-2/+4
* Input: synaptics-rmi4 - fail probing if memory allocation for "phys" failsKunwu Chan2024-04-131-1/+5
* Bluetooth: btintel: Fix null ptr deref in btintel_read_versionEdward Adam Davis2024-04-131-1/+1
* VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()Harshit Mogalapalli2024-04-131-1/+2
* wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov2024-04-131-1/+1
* ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann2024-04-131-32/+31
* ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann2024-04-131-4/+2
* staging: vc04_services: fix information leak in create_component()Dan Carpenter2024-04-131-0/+1
* staging: vc04_services: changen strncpy() to strscpy_pad()Arnd Bergmann2024-04-131-2/+2
* staging: mmal-vchiq: Fix client_component for 64 bit kernelDave Stevenson2024-04-132-1/+8
* staging: mmal-vchiq: Allocate and free components as requiredDave Stevenson2024-04-132-10/+20
* staging: mmal-vchiq: Avoid use of bool in structuresDave Stevenson2024-04-132-8/+8
* i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov2024-04-131-18/+16
* net: stmmac: fix rx queue priority assignmentPiotr Wejman2024-04-132-17/+63
* r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit2024-04-131-0/+9
* USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern2024-04-131-3/+13
* scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum2024-04-131-1/+1
* scsi: qla2xxx: Fix command flush on cable pullQuinn Tran2024-04-131-0/+10
* usb: udc: remove warning when queue disabled epyuan linyu2024-04-131-1/+3
* usb: dwc2: gadget: LPM flow fixMinas Harutyunyan2024-04-133-21/+47