index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
fwctl
Age
Commit message (
Expand
)
Author
Lines
9 days
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
10 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2025-09-22
pds_fwctl: Replace kzalloc + copy_from_user with memdup_user in pdsfc_fw_rpc
Thorsten Blum
-12
/
+4
2025-09-17
fwctl/mlx5: Add Adjacent function query commands and their scope
Saeed Mahameed
-0
/
+6
2025-09-17
fwctl/mlx5: Allow MODIFY_CONG_STATUS command
Avihai Horon
-0
/
+1
2025-08-22
pds_fwctl: Remove the use of dev_err_probe()
Liao Yuanhong
-1
/
+1
2025-08-18
fwctl/mlx5: Fix memory alloc/free in mlx5ctl_fw_rpc()
Akhilesh Patil
-1
/
+1
2025-04-11
fwctl: Fix repeated device word in log message
Shannon Nelson
-1
/
+1
2025-04-11
pds_fwctl: Fix type and endian complaints
Shannon Nelson
-13
/
+20
2025-03-21
pds_fwctl: add rpc and query support
Brett Creeley
-1
/
+369
2025-03-21
pds_fwctl: initial driver framework
Shannon Nelson
-0
/
+183
2025-03-06
fwctl/mlx5: Support for communicating with mlx5 fw
Saeed Mahameed
-0
/
+430
2025-03-06
fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
Jason Gunthorpe
-0
/
+60
2025-03-06
fwctl: FWCTL_INFO to return basic information about the device
Jason Gunthorpe
-0
/
+55
2025-03-06
fwctl: Basic ioctl dispatch for the character device
Jason Gunthorpe
-5
/
+138
2025-03-06
fwctl: Add basic structure for a class subsystem with a cdev
Jason Gunthorpe
-0
/
+186