index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-29
Input: matrix-keymap - switch to using __free() cleanup facility
Dmitry Torokhov
1
-16
/
+9
2024-08-29
Input: cypress_ps2 - fix waiting for command response
Dmitry Torokhov
1
-45
/
+13
2024-08-28
Input: adp5588-keys - add support for pure gpio
Utsav Agarwal
1
-13
/
+35
2024-08-28
Input: adp5588-keys - use guard notation when acquiring mutexes
Dmitry Torokhov
1
-32
/
+17
2024-08-28
input: keyboard: support i.MX95 BBM module
Peng Fan
3
-0
/
+237
2024-08-28
Input: mt6779-keypad - use devm_clk_get_enabled()
Dmitry Torokhov
1
-17
/
+1
2024-08-27
Input: mt6779-keypad - fix module autoloading
Liao Chen
1
-0
/
+1
2024-08-26
Input: wistron_btns - use kmemdup_array instead of kmemdup for multiple alloc...
Shen Lichuan
1
-2
/
+2
2024-08-23
Input: evdev - limit amount of data for writes
Dmitry Torokhov
1
-0
/
+7
2024-08-24
Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-30
/
+53
2024-08-22
Input: keypad-nomadik-ske - remove the driver
Dmitry Torokhov
3
-390
/
+0
2024-08-19
Input: himax_hx83112b - fix incorrect size when reading product ID
Dmitry Torokhov
1
-12
/
+2
2024-08-19
Input: colibri-vf50-ts - make use of the helper function dev_err_probe()
Cai Huoqing
1
-7
/
+3
2024-08-18
Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combin...
Werner Sembach
1
-9
/
+1
2024-08-18
Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3
Werner Sembach
2
-6
/
+14
2024-08-18
Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table
Takashi Iwai
1
-0
/
+9
2024-08-05
Input: cyttsp4 - remove driver
Dmitry Torokhov
9
-3005
/
+56
2024-08-05
Input: cyttsp - use devm_regulator_bulk_get_enable()
Dmitry Torokhov
2
-31
/
+8
2024-08-05
Input: cyttsp - stop including gpio.h
Dmitry Torokhov
1
-1
/
+0
2024-08-05
Input: ilitek_ts_i2c - stop including gpio.h
Dmitry Torokhov
1
-1
/
+0
2024-08-05
Input: ilitek_ts_i2c - add report id message validation
Emanuele Ghidoli
1
-0
/
+7
2024-08-05
Input: ilitek_ts_i2c - avoid wrong input subsystem sync
Emanuele Ghidoli
1
-6
/
+5
2024-08-05
Input: synaptics-rmi4 - add support for querying DPM value (F12)
Marge Yang
1
-10
/
+34
2024-08-04
Input: tsc2004/5 - use guard notation when acquiring mutexes/locks
Dmitry Torokhov
1
-101
/
+81
2024-08-04
Input: tsc2004/5 - respect "wakeup-source" property
Dmitry Torokhov
1
-1
/
+2
2024-08-04
Input: tsc2004/5 - do not use irq_set_irq_wake() directly
Dmitry Torokhov
1
-1
/
+12
2024-08-04
Input: tsc2004/5 - fix reset handling on probe
Dmitry Torokhov
1
-13
/
+15
2024-08-04
Input: tsc2004/5 - do not hard code interrupt trigger
Dmitry Torokhov
1
-4
/
+2
2024-08-04
Input: tsc2004/5 - fix handling of VIO power supply
Dmitry Torokhov
4
-36
/
+4
2024-08-04
Input: uinput - reject requests with unreasonable number of slots
Dmitry Torokhov
1
-0
/
+14
2024-08-04
Input: edt-ft5x06 - add support for FocalTech FT8201
Felix Kaechele
1
-0
/
+6
2024-07-31
Input: tc3589x - use of_property_present()
Rob Herring (Arm)
1
-2
/
+1
2024-07-31
Input: adc-joystick - fix optional value handling
John Keeping
1
-2
/
+5
2024-07-29
Input: MT - limit max slots
Tetsuo Handa
1
-0
/
+3
2024-07-28
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
1
-1
/
+1
2024-07-28
Input: spear-keyboard - switch to devm_clk_get_prepared()
Christophe JAILLET
1
-15
/
+1
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-10
/
+10
2024-07-23
Input: synaptics - enable SMBus for HP Elitebook 840 G2
Jonathan Denose
1
-0
/
+1
2024-07-23
Input: Add driver for PixArt PS/2 touchpad
Binbin Zhou
6
-1
/
+368
2024-07-23
Input: ads7846 - ratelimit the spi_sync error message
Marek Vasut
1
-1
/
+1
2024-07-19
Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
135
-960
/
+1084
2024-07-19
Input: zinitix - add touchkey support
Nikita Travkin
1
-3
/
+60
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-5
/
+0
2024-07-19
Input: goodix-berlin - add sysfs interface for reading and writing touch IC r...
Charles Wang
4
-0
/
+46
2024-07-17
Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
4
-0
/
+672
2024-07-16
Merge tag 'linux_kselftest-kunit-6.11-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+1
2024-07-15
Input: bbnsm_pwrkey - fix missed key press after suspend
Jacky Bai
1
-0
/
+38
2024-07-15
Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-54
/
+22
2024-07-15
Input: msc_touchkey - remove the driver
Dmitry Torokhov
3
-281
/
+0
2024-07-15
Input: msc5000_ts - remove the driver
Dmitry Torokhov
3
-301
/
+0
[prev]
[next]