summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-11dm: don't lock fs when the map is NULL in process of resumeLi Lingfeng1-1/+4
2023-05-11dm ioctl: fix nested locking in table_clear() to remove deadlock concernMike Snitzer1-3/+4
2023-05-11dm flakey: fix a crash with invalid table lineMikulas Patocka1-2/+2
2023-05-11dm integrity: call kmem_cache_destroy() in dm_integrity_init() error pathMike Snitzer1-3/+5
2023-05-11dm clone: call kmem_cache_destroy() in dm_clone_init() error pathMike Snitzer1-0/+1
2023-05-11dm verity: fix error handling for check_at_most_once on FECYeongjin Gil1-1/+1
2023-05-11s390/dasd: fix hanging blockdevice after request requeueStefan Haberland1-1/+1
2023-05-11clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparentQuentin Schulz1-1/+1
2023-05-11wifi: rtl8xxxu: RTL8192EU always needs full initBitterblue Smith1-0/+1
2023-05-11mailbox: zynqmp: Fix IPI isr handlingTanmay Shah1-3/+3
2023-05-11mtd: core: fix error path for nvmem providerMichael Walle1-3/+10
2023-05-11mtd: core: fix nvmem error reportingMichael Walle1-2/+3
2023-05-11mtd: core: provide unique name for nvmem device, take twoMichael Walle1-3/+2
2023-05-11md/raid10: fix null-ptr-deref in raid10_sync_requestLi Nan1-4/+4
2023-05-11mfd: tqmx86: Correct board names for TQMxE39xMatthias Schiffer1-15/+17
2023-05-11mfd: tqmx86: Specify IO port register range more preciselyMatthias Schiffer1-5/+5
2023-05-11mfd: tqmx86: Do not access I2C_DETECT register through io_baseMatthias Schiffer1-3/+7
2023-05-11thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_the...Kang Chen1-2/+12
2023-05-11dmaengine: at_xdmac: do not enable all cyclic channelsClaudiu Beznea1-1/+4
2023-05-11dmaengine: at_xdmac: Fix race for the tx desc callbackTudor Ambarus1-17/+8
2023-05-11dmaengine: at_xdmac: Fix concurrency over chan's completed_cookieTudor Ambarus1-2/+1
2023-05-11dmaengine: dw-edma: Fix to enable to issue dma request on DMA processingShunsuke Mie1-2/+5
2023-05-11dmaengine: dw-edma: Fix to change for continuous transferShunsuke Mie1-9/+11
2023-05-11dma: gpi: remove spurious unlock in gpi_ch_initDmitry Baryshkov1-1/+0
2023-05-11phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ul...Gaosheng Cui1-0/+2
2023-05-11pwm: mtk-disp: Configure double buffering before reading in .get_state()AngeloGioacchino Del Regno1-0/+10
2023-05-11pwm: mtk-disp: Disable shadow registers before setting backlight valuesAngeloGioacchino Del Regno1-11/+13
2023-05-11leds: tca6507: Fix error handling of using fwnode_property_read_stringH. Nikolaus Schaller1-2/+3
2023-05-11dmaengine: mv_xor_v2: Fix an error code.Christophe JAILLET1-1/+1
2023-05-11leds: TI_LMU_COMMON: select REGMAP instead of depending on itRandy Dunlap1-1/+1
2023-05-11pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configurationHai Pham1-8/+0
2023-05-11clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when i...Qinrun Dai1-6/+24
2023-05-11RDMA/mlx5: Use correct device num_ports when modify DCMark Zhang1-1/+1
2023-05-11RDMA/mlx5: Fix flow counter query via DEVXMark Bloch1-5/+26
2023-05-11Input: raspberrypi-ts - fix refcount leak in rpi_ts_probeMiaoqian Lin1-2/+1
2023-05-11clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handlingDmitry Baryshkov1-34/+13
2023-05-11clk: qcom: regmap: add PHY clock source implementationDmitry Baryshkov3-0/+96
2023-05-11IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey11-304/+423
2023-05-11IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey1-7/+6
2023-05-11RDMA/srpt: Add a check for valid 'mad_agent' pointerSaravanan Vajravel1-10/+13
2023-05-11RDMA/cm: Trace icm_send_rej event before the cm state is resetMark Zhang1-1/+2
2023-05-11clk: qcom: gcc-sm6115: Mark RCGs shared where applicableKonrad Dybcio1-25/+25
2023-05-11RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa1-3/+0
2023-05-11clk: add missing of_node_put() in "assigned-clocks" property parsingClément Léger1-2/+10
2023-05-11power: supply: generic-adc-battery: fix unit scalingSebastian Reichel1-0/+3
2023-05-11rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current timeMartin Blumenstingl1-2/+2
2023-05-11RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter1-2/+6
2023-05-11rtc: omap: include header for omap_rtc_power_off_program prototypeKrzysztof Kozlowski1-0/+1
2023-05-11workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan1-1/+1
2023-05-11RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova1-2/+0