index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-virtuser.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
Merge tag 'gpio-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-01-27
gpio: virtuser: fix UAF in configfs release path
Yuhao Huang
2025-12-17
gpio: Constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
2025-10-13
gpio: virtuser: check the return value of gpiod_set_value()
Bartosz Golaszewski
2025-06-16
gpio: virtuser: use gpiod_multi_set_value_cansleep()
David Lechner
2025-05-13
gpio: virtuser: fix potential out-of-bound write
Markus Burri
2025-02-24
gpio: virtuser: convert to use dev-sync-probe utilities
Koichiro Den
2025-01-03
gpio: virtuser: lock up configfs that an instantiated device depends on
Koichiro Den
2025-01-03
gpio: virtuser: fix handling of multiple conn_ids in lookup table
Koichiro Den
2025-01-03
gpio: virtuser: fix missing lookup table cleanups
Koichiro Den
2024-08-21
gpio: virtuser: Use GPIO_LOOKUP_IDX() macro
Andy Shevchenko
2024-07-19
gpio: virtuser: avoid non-constant format string
Arnd Bergmann
2024-07-10
gpio: virtuser: actually use the "trimmed" local variable
Bartosz Golaszewski
2024-07-09
gpio: virtuser: new virtual testing driver for the GPIO API
Bartosz Golaszewski