summaryrefslogtreecommitdiffstats
path: root/drivers/fwctl
AgeCommit message (Expand)AuthorLines
9 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-09-22pds_fwctl: Replace kzalloc + copy_from_user with memdup_user in pdsfc_fw_rpcThorsten Blum-12/+4
2025-09-17fwctl/mlx5: Add Adjacent function query commands and their scopeSaeed Mahameed-0/+6
2025-09-17fwctl/mlx5: Allow MODIFY_CONG_STATUS commandAvihai Horon-0/+1
2025-08-22pds_fwctl: Remove the use of dev_err_probe()Liao Yuanhong-1/+1
2025-08-18fwctl/mlx5: Fix memory alloc/free in mlx5ctl_fw_rpc()Akhilesh Patil-1/+1
2025-04-11fwctl: Fix repeated device word in log messageShannon Nelson-1/+1
2025-04-11pds_fwctl: Fix type and endian complaintsShannon Nelson-13/+20
2025-03-21pds_fwctl: add rpc and query supportBrett Creeley-1/+369
2025-03-21pds_fwctl: initial driver frameworkShannon Nelson-0/+183
2025-03-06fwctl/mlx5: Support for communicating with mlx5 fwSaeed Mahameed-0/+430
2025-03-06fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmwareJason Gunthorpe-0/+60
2025-03-06fwctl: FWCTL_INFO to return basic information about the deviceJason Gunthorpe-0/+55
2025-03-06fwctl: Basic ioctl dispatch for the character deviceJason Gunthorpe-5/+138
2025-03-06fwctl: Add basic structure for a class subsystem with a cdevJason Gunthorpe-0/+186