summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-30dm crypt: avoid accessing uninitialized taskletMike Snitzer1-6/+9
2023-03-30dm crypt: add cond_resched() to dmcrypt_write()Mikulas Patocka1-0/+1
2023-03-30dm stats: check for and propagate alloc_percpu failureJiasheng Jiang3-3/+10
2023-03-30i2c: xgene-slimpro: Fix out-of-bounds bug in xgene_slimpro_i2c_xfer()Wei Chen1-0/+3
2023-03-30bus: imx-weim: fix branch condition evaluates to a garbage valueIvan Bornyakov1-1/+1
2023-03-30soc: qcom: llcc: Fix slice configuration values for SC8280XPAbel Vesa1-3/+3
2023-03-30firmware: arm_scmi: Fix device node validation for mailbox transportCristian Marussi1-0/+37
2023-03-30tee: amdtee: fix race condition in amdtee_open_sessionRijo Thomas1-15/+14
2023-03-30drm/amdgpu: reposition the gpu reset checking for reuseTim Huang2-20/+25
2023-03-30drm/amdgpu: skip ASIC reset for APUs when go to S4Tim Huang1-1/+4
2023-03-30drm/i915: Preserve crtc_state->inherited during state clearingVille Syrjälä1-0/+1
2023-03-30drm/i915/active: Fix missing debug object activationNirmoy Das1-2/+1
2023-03-30drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD NaviKai-Heng Feng4-17/+18
2023-03-30drm/meson: fix missing component unbind on bind errorsJohan Hovold1-5/+8
2023-03-30drm/amd/display: fix wrong index used in dccg32_set_dpstreamclkHersen Wu1-2/+1
2023-03-30drm/bridge: lt8912b: return EPROBE_DEFER if bridge is not foundMatheus Castello1-2/+2
2023-03-30usb: ucsi_acpi: Increase the command completion timeoutHans de Goede1-1/+1
2023-03-30usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede1-5/+6
2023-03-30usb: dwc3: gadget: Add 1ms delay after end transfer command without IOCWesley Cheng1-3/+11
2023-03-30usb: chipidea: core: fix possible concurrent when switch roleXu Yang3-2/+13
2023-03-30usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang1-1/+4
2023-03-30usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driverPawel Laszczak1-16/+11
2023-03-30usb: cdnsp: Fixes issue with redundant Status StagePawel Laszczak1-18/+1
2023-03-30usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak1-0/+5
2023-03-30usb: typec: tcpm: fix warning when handle discover_identity messageXu Yang1-4/+15
2023-03-30usb: typec: tcpm: fix create duplicate source-capabilities fileXu Yang1-0/+9
2023-03-30dm thin: fix deadlock when swapping to thin deviceColy Li1-0/+2
2023-03-30igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-03-30efi/libstub: zboot: Mark zboot EFI application as NX compatibleArd Biesheuvel1-1/+1
2023-03-30efi: sysfb_efi: Fix DMI quirks not working for simpledrmHans de Goede3-3/+8
2023-03-30usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga1-1/+1
2023-03-30block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe2-19/+26
2023-03-30usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier1-14/+2
2023-03-30usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Ziyang Huang1-1/+2
2023-03-30usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier2-6/+3
2023-03-30usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hubAlexander Stein2-0/+2
2023-03-30scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMRJoel Selvaraj1-0/+1
2023-03-30drm/amd: Fix initialization mistake for NBIO 7.3.0Mario Limonciello1-5/+9
2023-03-30drm/amdgpu: Fix call trace warning and hang when removing amdgpu devicelyndonli1-1/+1
2023-03-30drm/amd/display: Update clock table to include highest clock settingSwapnil Patel1-1/+18
2023-03-30net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau1-0/+1
2023-03-30net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau1-0/+5
2023-03-30platform/x86: int3472: Add GPIOs to Surface Go 3 Board dataDaniel Scally1-2/+3
2023-03-30scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX fileMichael Kelley1-0/+16
2023-03-30scsi: mpi3mr: Bad drive in topology results kernel crashRanjan Kumar1-5/+7
2023-03-30scsi: mpi3mr: NVMe command size greater than 8K failsRanjan Kumar1-2/+2
2023-03-30scsi: mpi3mr: Wait for diagnostic save during controller initRanjan Kumar1-1/+18
2023-03-30scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar1-1/+2
2023-03-30scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel1-4/+4
2023-03-30scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2-4/+2