index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib-acpi-core.c
Age
Commit message (
Expand
)
Author
2026-06-17
gpiolib: acpi: Prevent out-of-bounds pin access in OperationRegion handler
Marco Scardovi
2026-06-17
gpiolib: acpi: Add robust bounds-checking for GPIO pin resources
Marco Scardovi
2026-06-16
Merge tag 'intel-gpio-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Bartosz Golaszewski
2026-06-04
gpio: remove obsolete UAF FIXMEs from lookup paths
Marco Scardovi (scardracs)
2026-04-29
gpiolib: acpi: Only trigger ActiveBoth interrupts on boot
Mario Limonciello
2026-03-16
gpio: move hogs into GPIO core
Bartosz Golaszewski
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-04
gpiolib: acpi: Fix gpio count with string references
Alban Bedel
2026-01-28
gpiolib: acpi: Fix potential out-of-boundary left shift
Andy Shevchenko
2026-01-27
gpiolib: acpi: use BIT_ULL() for u64 mask in address space handler
Denis Sergeev
2025-11-25
Merge tag 'intel-gpio-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Bartosz Golaszewski
2025-11-20
gpiolib: acpi: use min() instead of min_t()
David Laight
2025-10-23
gpiolib: acpi: Use %pe when passing an error pointer to dev_err()
Andy Shevchenko
2025-10-23
gpiolib: acpi: Make set debounce errors non fatal
Hans de Goede
2025-09-15
gpiolib: acpi: initialize acpi_gpio_info struct
Sébastien Szymanski
2025-08-21
gpiolib: acpi: Program debounce when finding GPIO
Mario Limonciello (AMD)
2025-05-21
gpiolib: acpi: Move quirks to a separate file
Andy Shevchenko