summaryrefslogtreecommitdiffstats
path: root/drivers/input/input-poller.c
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov-0/+1
2024-12-23Input: poller - convert locking to guard notationDmitry Torokhov-3/+1
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz-1/+1
2019-10-04Input: add input_get_poll_interval()Dmitry Torokhov-0/+9
2019-08-20Input: add support for polling to input devicesDmitry Torokhov-0/+213