summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-17PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lockLukas Wunner1-0/+15
2023-05-17PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errorsHans de Goede3-3/+21
2023-05-17drbd: correctly submit flush bio on barrierChristoph Böhmwalder1-1/+1
2023-05-17serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen2-3/+21
2023-05-17tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen2-14/+35
2023-05-17HID: wacom: Set a default resolution for older tabletsPing Cheng1-2/+10
2023-05-17drm/panel: otm8009a: Set backlight parent to panel deviceJames Cowgill1-1/+1
2023-05-17platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210iAndrey Avdeev1-0/+24
2023-05-17virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang1-0/+2
2023-05-17virtio_net: split free_unused_bufs()Xuan Zhuo1-16/+25
2023-05-17drm/amdgpu: add a missing lock for AMDGPU_SCHEDChia-I Wu1-1/+5
2023-05-17drm/amdgpu: Add command to override the context priority.Bas Nieuwenhuizen1-1/+40
2023-05-17drm/amdgpu: Put enable gfx off feature to a delay threadRex Zhu3-2/+23
2023-05-17drm/amdgpu: Add amdgpu_gfx_off_ctrl functionRex Zhu3-0/+43
2023-05-17net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpuAngelo Dureghello1-0/+1
2023-05-17net: dsa: mv88e6xxx: Add missing watchdog ops for 6320 familyAndrew Lunn1-0/+2
2023-05-17dm verity: fix error handling for check_at_most_once on FECYeongjin Gil1-1/+1
2023-05-17dm verity: skip redundant verity_handle_err() on I/O errorsAkilesh Kailash1-3/+12
2023-05-17ipmi: fix SSIF not responding under certain cond.Zhang Yuchen1-2/+2
2023-05-17ipmi_ssif: Rename idle state and checkCorey Minyard1-23/+23
2023-05-17ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard3-45/+105
2023-05-17ipmi: Fix SSIF flag requestsCorey Minyard1-12/+52
2023-05-17tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)1-1/+2
2023-05-17dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer1-3/+4
2023-05-17dm flakey: fix a crash with invalid table lineMikulas Patocka1-2/+2
2023-05-17dm integrity: call kmem_cache_destroy() in dm_integrity_init() error pathMike Snitzer1-3/+5
2023-05-17s390/dasd: fix hanging blockdevice after request requeueStefan Haberland1-1/+1
2023-05-17clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparentQuentin Schulz1-1/+1
2023-05-17wifi: rtl8xxxu: RTL8192EU always needs full initBitterblue Smith1-0/+1
2023-05-17md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan1-4/+4
2023-05-17dmaengine: at_xdmac: do not enable all cyclic channelsClaudiu Beznea1-1/+4
2023-05-17phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ul...Gaosheng Cui1-0/+2
2023-05-17pwm: mtk-disp: Disable shadow registers before setting backlight valuesAngeloGioacchino Del Regno1-11/+13
2023-05-17pwm: mtk-disp: Adjust the clocks to avoid them mismatchJitao Shi1-50/+41
2023-05-17pwm: mtk-disp: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-3/+2
2023-05-17RDMA/mlx5: Use correct device num_ports when modify DCMark Zhang1-1/+1
2023-05-17IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey1-7/+6
2023-05-17clk: add missing of_node_put() in "assigned-clocks" property parsingClément Léger1-2/+10
2023-05-17power: supply: generic-adc-battery: fix unit scalingSebastian Reichel1-0/+3
2023-05-17RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter1-2/+6
2023-05-17RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova1-2/+0
2023-05-17macintosh: via-pmu-led: requires ATA to be setRandy Dunlap1-0/+1
2023-05-17macintosh/windfarm_smu_sat: Add missing of_node_put()Liang He1-0/+1
2023-05-17spmi: Add a check for remove callback when removing a SPMI driverJishnu Prakash1-1/+2
2023-05-17staging: rtl8192e: Fix W_DISABLE# does not work after stop/startPhilipp Hortmann1-0/+1
2023-05-17serial: 8250: Add missing wakeup event reportingFlorian Fainelli1-0/+4
2023-05-17tty: serial: fsl_lpuart: adjust buffer length to the intended sizeShenwei Wang1-1/+1
2023-05-17usb: chipidea: fix missing goto in `ci_hdrc_probe`Yinhao Hu1-1/+1
2023-05-17spi: cadence-quadspi: fix suspend-resume implementationsDhruva Gole1-3/+16
2023-05-17mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA cha...Vignesh Raghavendra1-5/+13