index
:
pub/scm/linux/kernel/git/song/linux.git
master
Song Liu's fork of linux.git
Song Liu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-virtuser.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-2
/
+1
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
1
-1
/
+0
2026-05-28
gpio: virtuser: Fix uninitialized data bug in gpio_virtuser_direction_do_write()
Dan Carpenter
1
-2
/
+2
2026-05-21
gpio: virtuser: lock device when calling device_is_bound()
Bartosz Golaszewski
1
-3
/
+6
2026-04-07
gpio: virtuser: stop using dev-sync-probe
Bartosz Golaszewski
1
-10
/
+20
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+5
2026-02-11
Merge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2026-01-27
gpio: virtuser: fix UAF in configfs release path
Yuhao Huang
1
-4
/
+4
2025-12-17
gpio: Constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
1
-4
/
+4
2025-10-13
gpio: virtuser: check the return value of gpiod_set_value()
Bartosz Golaszewski
1
-5
/
+3
2025-06-16
gpio: virtuser: use gpiod_multi_set_value_cansleep()
David Lechner
1
-3
/
+1
2025-05-13
gpio: virtuser: fix potential out-of-bound write
Markus Burri
1
-2
/
+10
2025-02-24
gpio: virtuser: convert to use dev-sync-probe utilities
Koichiro Den
1
-63
/
+10
2025-01-03
gpio: virtuser: lock up configfs that an instantiated device depends on
Koichiro Den
1
-7
/
+40
2025-01-03
gpio: virtuser: fix handling of multiple conn_ids in lookup table
Koichiro Den
1
-4
/
+4
2025-01-03
gpio: virtuser: fix missing lookup table cleanups
Koichiro Den
1
-11
/
+25
2024-08-21
gpio: virtuser: Use GPIO_LOOKUP_IDX() macro
Andy Shevchenko
1
-9
/
+4
2024-07-19
gpio: virtuser: avoid non-constant format string
Arnd Bergmann
1
-1
/
+1
2024-07-10
gpio: virtuser: actually use the "trimmed" local variable
Bartosz Golaszewski
1
-3
/
+3
2024-07-09
gpio: virtuser: new virtual testing driver for the GPIO API
Bartosz Golaszewski
1
-0
/
+1807