summaryrefslogtreecommitdiff
path: root/drivers/accel/qaic/qaic_control.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-14accel/qaic: Address potential out-of-bounds read in resp_worker()Youssef Samir1-22/+24
2026-07-29accel/qaic: use sizeof(*trans_hdr) for transaction length checkMuhammad Bilal1-1/+1
2026-04-08Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+45
2026-03-27accel/qaic: Update copyright headers to yearless formatZack McKevitt1-1/+1
2026-03-27accel/qaic: Handle DBC deactivation if the owner went awayYoussef Samir1-2/+45
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+6
2025-11-07accel/qaic: Add DMA Bridge Channel(DBC) sysfs and ueventsPranjal Ramajor Asha Kanojiya1-0/+2
2025-10-27accel/qaic: Rename constant for clarityTroy Hanson1-7/+7
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter1-4/+5
2025-10-14accel/qaic: Use overflow check function instead of divisionCarl Vanderlip1-2/+3
2025-10-14accel/qaic: Fix incorrect error return pathAswin Venkatesan1-1/+1
2025-10-14accel/qaic: Remove redundant retry_count = 0 statementYoussef Samir1-1/+0
2025-10-14accel/qaic: Include signal.h in qaic_control.cZack McKevitt1-0/+1
2025-10-14accel/qaic: Treat remaining == 0 as error in find_and_map_user_pages()Youssef Samir1-1/+1
2024-10-12accel/qaic: Fix the for loop used to walk SG tablePranjal Ramajor Asha Kanojiya1-1/+1
2023-12-01accel/qaic: Increase number of in_reset statesCarl Vanderlip1-2/+3
2023-11-03accel/qaic: Quiet array bounds check on DMA abort messageCarl Vanderlip1-1/+1
2023-08-15accel/qaic: Clean up integer overflow checking in map_user_pages()Dan Carpenter1-8/+18
2023-07-14accel/qaic: Fix a leak in map_user_pages()Dan Carpenter1-2/+5
2023-07-14accel/qaic: Add consistent integer overflow checksDan Carpenter1-7/+4
2023-07-14accel/qaic: tighten bounds checking in decode_message()Dan Carpenter1-2/+10
2023-07-14accel/qaic: tighten bounds checking in encode_message()Dan Carpenter1-3/+6
2023-05-23accel/qaic: Fix NNC message corruptionJeffrey Hugo1-8/+21
2023-05-23accel/qaic: Validate user data before grabbing any lockPranjal Ramajor Asha Kanojiya1-8/+4
2023-04-06accel/qaic: Add control pathJeffrey Hugo1-0/+1526