index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gpib
/
common
/
gpib_os.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-19
staging: gpib: tidy-up comments
Luke Yang
1
-1
/
+1
2025-07-29
Merge tag 'staging-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2025-07-10
gpib: use file_inode()
Al Viro
1
-1
/
+1
2025-07-09
staging: gpib: Fix error code in board_type_ioctl()
Harshit Mogalapalli
1
-1
/
+1
2025-06-30
staging: gpib: fix unset padding field copy back to userspace
Colin Ian King
1
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+3
2025-05-21
staging: gpib: switch to kmalloc(sizeof(*status))
Andreas Kleinbichler
1
-1
/
+1
2025-04-18
staging: gpib: Add return value to request_control
Dave Penkler
1
-3
/
+1
2025-04-17
staging: gpib: common: struct gpib_interface
Michael Rubin
1
-2
/
+2
2025-04-17
staging: gpib: gpib_os: u8 over uint8_t
Michael Rubin
1
-4
/
+4
2025-04-15
staging: gpib: common: fixes multiline comments style
Paul Retourné
1
-18
/
+29
2025-04-15
staging: gpib: local_ppoll_mode_ioctl_t now short
Michael Rubin
1
-2
/
+2
2025-04-15
staging: gpib: autospoll_ioctl_t now short
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: t1_delay_ioctl_t now unsigned int
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: rsc_ioctl_t now int
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: event_ioctl_t now short
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_request_service2
Michael Rubin
1
-2
/
+2
2025-04-15
staging: gpib: Using gpib_select_device_path_ioctl
Michael Rubin
1
-3
/
+4
2025-04-15
staging: gpib: Using struct gpib_sad_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_pad_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_ppoll_config_ioctl`
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_select_pci_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_board_info_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_spoll_bytes_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_online_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_wait_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_eos_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_serial_poll_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_close_dev_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_open_dev_ioctl
Michael Rubin
1
-1
/
+1
2025-04-15
staging: gpib: Using struct gpib_read_write_ioctl
Michael Rubin
1
-3
/
+3
2025-04-15
staging: gpib: Using struct gpib_board_type_ioctl
Michael Rubin
1
-2
/
+3
2025-04-15
staging: gpib: Remove typedef gpib_file_private_t
Michael Rubin
1
-30
/
+31
2025-04-15
staging: gpib: Removing typedef gpib_descriptor_t
Michael Rubin
1
-13
/
+13
2025-04-15
staging: gpib: Removing typedef of status_byte
Michael Rubin
1
-4
/
+4
2025-04-15
staging: gpib: Removing typedef gpib_status_queue
Michael Rubin
1
-17
/
+17
2025-04-15
staging: gpib: Removing gpib_event_t typedef
Michael Rubin
1
-4
/
+4
2025-04-15
staging: gpib: Removing gpib_interface_list_t
Michael Rubin
1
-5
/
+5
2025-04-15
staging: gpib: Removing typedef gpib_event_queue
Michael Rubin
1
-5
/
+5
2025-04-15
staging: gpib: common: struct gpib_board_config
Michael Rubin
1
-14
/
+14
2025-04-15
staging: gpib: common: lines exceeded 100 columns
Michael Rubin
1
-6
/
+10
2025-04-15
staging: gpib: Correct CamelCase for EVENT enums
Michael Rubin
1
-3
/
+3
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-03-20
staging: gpib: change return type of t1_delay function to report errors
Rodrigo Gobbi
1
-1
/
+4
2025-03-20
staging: gpib: common: struct gpib_board
Michael Rubin
1
-98
/
+98
2025-02-19
staging: gpib: common core console messaging cleanup
Dave Penkler
1
-78
/
+49
2025-01-15
staging: gpib: Use C99 syntax and make static
Dave Penkler
1
-7
/
+7
2025-01-15
staging: gpib: Avoid plain integers as NULL pointers
Dave Penkler
1
-1
/
+1
2025-01-15
staging: gpib: Use __user for user space pointers
Dave Penkler
1
-51
/
+52
2025-01-13
Merge 6.13-rc7 into staging next
Greg Kroah-Hartman
1
-52
/
+2
[next]