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