index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-0
/
+4
2026-08-19
Merge tag 'hid-for-linus-2026081901' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-0
/
+97
2026-08-19
Merge tag 'gpio-updates-for-v7.3-rc1-v2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-5
/
+10
2026-08-19
Merge tag 'iio-for-7.3a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
4
-0
/
+4
2026-08-18
Merge tag 'v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...
Bartosz Golaszewski
18
-51
/
+130
2026-08-15
Merge tag 'input-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-10
/
+13
2026-08-15
Merge branch 'next' into for-linus
Dmitry Torokhov
58
-675
/
+1419
2026-08-14
Input: misc: Add AMD SFH tablet-mode switch driver
Basavaraj Natikar
3
-0
/
+97
2026-08-13
Input: rmi4 - use platform data instead of query, when available
David Heidelberg
1
-4
/
+12
2026-08-13
Input: sur40 - fix V4L error path cleanup
Dmitry Torokhov
1
-1
/
+3
2026-08-13
Input: sur40 - fix input device registration ordering
Dmitry Torokhov
1
-10
/
+11
2026-08-13
Input: elan_i2c - sort include statements
Chen-Yu Tsai
1
-8
/
+8
2026-08-13
Input: elan_i2c - optimize update speed for IC Type 0x19.
Jingle Wu 吳金國
4
-9
/
+22
2026-08-08
Merge tag 'input-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-34
/
+106
2026-08-06
Input: evdev - sanitize event type index when fetching event masks
Dmitry Torokhov
1
-1
/
+4
2026-08-06
Input: reject inhibit and uninhibit requests on unregistering devices
Dmitry Torokhov
1
-0
/
+6
2026-08-06
Input: defer handler's start() until device is opened
Dmitry Torokhov
1
-24
/
+31
2026-08-06
Input: call handler->start() when uninhibiting device
Dmitry Torokhov
1
-0
/
+6
2026-08-06
Input: clear inhibited flag before re-opening device on uninhibit
Dmitry Torokhov
1
-6
/
+8
2026-08-06
Input: ensure device is ready before delivering events
Dmitry Torokhov
1
-37
/
+66
2026-08-06
Input: gscps2 - supply PA-RISC keyboard keymap via device property
Dmitry Torokhov
5
-166
/
+172
2026-08-05
Input: synaptics-rmi4 - propagate F54 worker errors to V4L2 queue
Dmitry Torokhov
1
-0
/
+8
2026-08-05
Input: synaptics_i2c - return 0 explicitly on success
Sang-Heon Jeon
1
-1
/
+1
2026-08-05
Input: rmi_smbus - remove conditional return with no effect
Sang-Heon Jeon
1
-6
/
+1
2026-08-05
Input: pmic8xxx-keypad - remove conditional return with no effect
Sang-Heon Jeon
1
-7
/
+1
2026-08-05
Input: synaptics-rmi4 - block s_input when F54 queue is busy
Dmitry Torokhov
1
-1
/
+6
2026-08-05
Input: synaptics-rmi4 - bound the F54 report size to the allocated buffer
Bryam Vargas
1
-2
/
+10
2026-08-05
Input: synaptics-rmi4 - zero report size on F54 work error
Dmitry Torokhov
1
-8
/
+8
2026-08-05
Input: synaptics-rmi4 - fix F55 transmitter electrode count typo
Dmitry Torokhov
1
-2
/
+2
2026-08-04
Input: focaltech - use signed coordinates to prevent underflow
Dmitry Torokhov
1
-9
/
+8
2026-08-04
Input: hynitron_cstxxx - validate touch count and finger IDs
Jianing Li
1
-3
/
+10
2026-08-04
Input: evdev - fix information leak in evdev_pass_values()
Dmitry Torokhov
1
-10
/
+12
2026-08-04
Input: psmouse - use guard() for resource management
Dmitry Torokhov
1
-19
/
+12
2026-08-04
Input: psmouse - modernize PNP ID parsing
Dmitry Torokhov
1
-19
/
+20
2026-08-04
Input: psmouse - clean up locking around disable_work_sync()
Dmitry Torokhov
1
-5
/
+2
2026-08-04
Input: psmouse - fix use-after-free during protocol disconnect
Dmitry Torokhov
1
-1
/
+12
2026-08-03
Input: samsung-keypad - use pm_runtime_active guard
Dmitry Torokhov
1
-9
/
+3
2026-08-03
Input: samsung-keypad - keep interrupt disabled while closed
Dmitry Torokhov
1
-7
/
+7
2026-08-03
Input: samsung-keypad - clean up wakeup configuration logic
Dmitry Torokhov
1
-7
/
+8
2026-08-03
Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packet
Richard Davies
1
-1
/
+1
2026-08-03
Input: atkbd - skip deactivate for HONOR ZQC-P
Donglin Lyu
1
-5
/
+13
2026-08-03
Input: atkbd - skip deactivate for Xiaomi Book Pro 14's internal keyboard
Zhefu Zhang
1
-0
/
+8
2026-07-27
Merge tag 'config-gpio-legacy-for-7.3' of https://git.kernel.org/pub/scm/linu...
Bartosz Golaszewski
5
-6
/
+10
2026-07-26
Input: inexio - replace printk with dev_dbg and fix missing space
Bivash Kumar Singh
1
-1
/
+3
2026-07-26
Input: elo - fix coding style issues in elo_setup_10()
Bivash Kumar Singh
1
-2
/
+2
2026-07-25
Input: iforce - validate input packet lengths
Pengpeng Hou
2
-1
/
+13
2026-07-25
Input: psxpad-spi - set driver data before use
Linmao Li
1
-0
/
+1
2026-07-25
Input: charlieplex_keypad - check gpiod_direction_output() return value
Surendra Singh Chouhan
1
-1
/
+3
2026-07-25
Input: iqs5xx - validate firmware record destination span
Pengpeng Hou
1
-1
/
+2
2026-07-25
Input: cs40l50-vibra - validate custom data from user space
HyeongJun An
1
-2
/
+8
[next]