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
/
input
/
serio
/
sun4i-ps2.c
Age
Commit message (
Expand
)
Author
12 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
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
2024-10-15
Input: switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-04
Input: sun4i-ps2 - use guard notation when acquiring spinlock
Dmitry Torokhov
2024-06-07
Input: serio - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2023-09-23
Input: sun4i-ps2 - convert to platform remove callback returning void
Uwe Kleine-König
2022-08-18
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
2020-09-16
Input: sun4i-ps2 - fix handling of platform_get_irq() error
Krzysztof Kozlowski
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2015-01-26
Input: serio - add support for Alwinner A10/A20 PS/2 controller
Vishnu Patekar