summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-11-14media: amphion: Fix VPU core alias nameAlexander Stein1-1/+1
2024-11-14irqchip/gic-v3: Force propagation of the active state with a read-backMarc Zyngier1-0/+7
2024-11-14USB: serial: option: add Quectel RG650VBenoît Monin1-0/+3
2024-11-14USB: serial: option: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+3
2024-11-14USB: serial: qcserial: add support for Sierra Wireless EM86xxJack Wu1-0/+2
2024-11-14USB: serial: io_edgeport: fix use after free in debug printkDan Carpenter1-4/+4
2024-11-14usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()Dan Carpenter1-0/+2
2024-11-14usb: dwc3: fix fault at system suspend if device was already runtime suspendedRoger Quadros1-13/+12
2024-11-14usb: musb: sunxi: Fix accessing an released usb phyZijun Hu1-2/+0
2024-11-14media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_fo...Benoit Sevens1-1/+1
2024-11-14bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwqMichal Schmidt1-1/+2
2024-11-14net: vertexcom: mse102x: Fix possible double free of TX skbStefan Wahren1-2/+3
2024-11-14net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc()Jinjie Ruan1-1/+1
2024-11-14dm-unstriped: cast an operand to sector_t to prevent potential uint32_t overflowZichen Xie1-2/+2
2024-11-14dm cache: fix potential out-of-bounds access on the first resumeMing-Hung Tsai1-21/+16
2024-11-14dm cache: optimize dirty bit checking with find_next_bit when resizingMing-Hung Tsai1-8/+8
2024-11-14dm cache: fix out-of-bounds access to the dirty bitset when resizingMing-Hung Tsai1-1/+1
2024-11-14dm cache: fix flushing uninitialized delayed_work on cache_ctr errorMing-Hung Tsai1-9/+15
2024-11-14dm cache: correct the number of origin blocks to match the target lengthMing-Hung Tsai1-4/+4
2024-11-14thermal/drivers/qcom/lmh: Remove false lockdep backtraceDmitry Baryshkov1-0/+7
2024-11-14drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedAntonio Quartulli1-2/+2
2024-11-14drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Alex Deucher1-1/+1
2024-11-14drm/amdgpu: Adjust debugfs eviction and IB access permissionsAlex Deucher1-3/+3
2024-11-14pwm: imx-tpm: Use correct MODULO value for EPWM modeErik Schumacher1-1/+3
2024-11-14can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when swi...Marc Kleine-Budde1-3/+5
2024-11-14can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculationMarc Kleine-Budde1-3/+7
2024-11-14media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()Mauro Carvalho Chehab1-6/+11
2024-11-14media: v4l2-tpg: prevent the risk of a division by zeroMauro Carvalho Chehab1-0/+3
2024-11-14media: pulse8-cec: fix data timestamp at pulse8_setup()Mauro Carvalho Chehab1-1/+1
2024-11-14media: cx24116: prevent overflows on SNR calculusMauro Carvalho Chehab1-1/+6
2024-11-14media: s5p-jpeg: prevent buffer overflowsMauro Carvalho Chehab1-6/+11
2024-11-14media: ar0521: don't overflow when checking PLL valuesMauro Carvalho Chehab1-2/+2
2024-11-14thermal/of: support thermal zones w/o trips subnodeIcenowy Zheng1-11/+10
2024-11-14scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES bufferJohannes Thumshirn1-2/+1
2024-11-14media: adv7604: prevent underflow condition when reporting colorspaceMauro Carvalho Chehab1-9/+17
2024-11-14media: dvb_frontend: don't play tricks with underflow valuesMauro Carvalho Chehab1-2/+2
2024-11-14media: dvbdev: prevent the risk of out of memory accessMauro Carvalho Chehab1-2/+15
2024-11-14media: stb0899_algo: initialize cfr before using itMauro Carvalho Chehab1-1/+1
2024-11-14net: arc: rockchip: fix emac mdio node supportJohan Jonker1-1/+8
2024-11-14net: arc: fix the device for dma_map_single/dma_unmap_singleJohan Jonker1-11/+16
2024-11-14virtio_net: Add hash_key_length checkPhilo Lu1-0/+6
2024-11-14net: stmmac: Fix unbalanced IRQ wake disable warning on single irq caseNícolas F. R. A. Prado1-0/+1
2024-11-14net: phy: ti: add PHY_RST_AFTER_CLK_EN flagDiogo Silva1-0/+2
2024-11-14net: hns3: fix kernel crash when uninstalling driverPeiyang Wang1-1/+4
2024-11-14i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-11-14ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2-2/+5
2024-11-14can: c_can: fix {rx,tx}_errors statisticsDario Binacchi1-1/+6
2024-11-14net: enetc: set MAC address to the VF net_deviceWei Fang1-1/+8
2024-11-14platform/x86/amd/pmc: Detect when STB is not availableCorey Hickey1-0/+5
2024-11-14HID: core: zero-initialize the report bufferJiri Kosina1-1/+1