summaryrefslogtreecommitdiff
path: root/drivers/input/serio/ps2mult.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2024-10-04Input: ps2mult - use guard notation when acquiring spinlockDmitry Torokhov
2024-06-07Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2012-04-04Input: serio - use module_serio_driverAxel Lin
2010-11-21Input: ps2mult - fix wrong kfree in ps2mult_connect error pathAxel Lin
2010-10-18Input: serio - add support for PS2Mult multiplexer protocolDmitry Eremin-Solenikov