index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-24
Input: matrix_keyboard - replace linux/gpio.h inclusion
Arnd Bergmann
1
-1
/
+0
2026-07-24
Input: gpio-keys: make legacy gpiolib optional
Arnd Bergmann
2
-4
/
+7
2026-07-24
Input: soc_button_array - select CONFIG_GPIOLIB_LEGACY
Arnd Bergmann
2
-1
/
+3
2026-07-23
Input: xpad - add support for ZENAIM LEVERLESS
Kyohei Kadota
1
-0
/
+2
2026-07-23
Input: edt-ft5x06 - ignore contacts with an out-of-range slot id
Alexandre Hamamdjian
1
-0
/
+2
2026-07-22
Input: byd - synchronize timer deletion before freeing private data
Linmao Li
1
-1
/
+1
2026-07-17
Input: snvs_pwrkey - add press event reporting to avoid event loss during suspend
Joy Zou
1
-4
/
+68
2026-07-16
Input: snvs_pwrkey - use local device pointer to simple code
Joy Zou
1
-20
/
+21
2026-07-16
Input: snvs_pwrkey - propagate error code of platform_get_irq()
Joy Zou
1
-1
/
+1
2026-07-16
Input: snvs_pwrkey - make use of dev_err_probe()
Joy Zou
1
-28
/
+16
2026-07-15
Input: wacom_w8001 - replace strlcat() with a strscpy() helper
Ian Bridges
1
-5
/
+12
2026-07-15
Input: tca8418_keypad - enable overflow mode per datasheet (SCPS215G)
Zhian Liang
1
-1
/
+2
2026-07-13
Input: mms114 - fix Y-resolution configuration
Dmitry Torokhov
1
-1
/
+1
2026-07-13
Input: mms114 - fix endianness portability in I2C packet layout
Dmitry Torokhov
1
-19
/
+33
2026-07-13
Merge tag 'v7.2-rc3' into next
Dmitry Torokhov
35
-48
/
+55
2026-07-11
Input: i8042 - replace strlcat() with seq_buf and scnprintf()
Ian Bridges
1
-13
/
+14
2026-07-11
Merge tag 'input-for-v7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
4
-7
/
+11
2026-07-10
Input: matrix_keyboard - remove linux/gpio.h inclusion
Arnd Bergmann
1
-1
/
+0
2026-07-10
Input: mms114 - fix multi-touch slot corruption
Dmitry Torokhov
1
-1
/
+1
2026-07-06
Merge tag 'v7.2-rc2' into togreg
Jonathan Cameron
26
-26
/
+0
2026-07-05
iio: inkern: Use namespaced exports
Romain Gantois
4
-0
/
+4
2026-07-04
Input: ims-pcu - add missing MODULE_DEVICE_TABLE()
Pengpeng Hou
1
-0
/
+1
2026-07-02
Input: maple_keyb - set driver data before registering input device
Dmitry Torokhov
1
-2
/
+2
2026-07-02
Input: maplecontrol - set driver data before registering input device
Dmitry Torokhov
1
-1
/
+2
2026-07-02
Input: maplemouse - set driver data before registering input device
Dmitry Torokhov
1
-1
/
+3
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
26
-26
/
+0
2026-06-29
Input: maplemouse - fix NULL pointer dereference in open()
Florian Fuchs
1
-2
/
+3
2026-06-26
Input: gscps2 - advance receive buffer write index
Xu Rao
1
-0
/
+1
2026-06-26
Input: sur40 - fix MAX_CONTACTS value based on PixelSense specification
Oliver
1
-2
/
+2
2026-06-26
Input: rmi4 - tolerate short register descriptor structure
Dmitry Torokhov
1
-12
/
+25
2026-06-26
Revert "Input: rmi4 - fix register descriptor address calculation"
Dmitry Torokhov
1
-1
/
+1
2026-06-26
Input: isa1200 - new driver for Imagis ISA1200
Linus Walleij
3
-0
/
+546
2026-06-26
Input: synaptics - enable InterTouch on Dell Inspiron 3521
Shashwat Agrawal
1
-0
/
+1
2026-06-25
Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count
Bryam Vargas
1
-1
/
+1
2026-06-25
Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count
Bryam Vargas
1
-1
/
+1
2026-06-22
Input: cap11xx - add support for CAP1114
Jun Yan
1
-0
/
+50
2026-06-22
Input: cap11xx - guard unsupported DT properties before parsing
Jun Yan
1
-25
/
+27
2026-06-22
Input: cap11xx - refactor code for better CAP1114 support.
Jun Yan
1
-23
/
+72
2026-06-22
Input: cap11xx - add reset gpio support
Jun Yan
1
-0
/
+16
2026-06-22
Input: cap11xx - remove unused register macros
Jun Yan
1
-51
/
+0
2026-06-22
Input: cap11xx - clean up duplicate log and add probe error logs
Jun Yan
1
-7
/
+4
2026-06-22
Input: mms114 - refactor chip variant handling using descriptors
Dmitry Torokhov
1
-92
/
+112
2026-06-22
Input: mms114 - replace BUG() and fix alignment
Dmitry Torokhov
1
-9
/
+8
2026-06-22
Input: mms114 - replace udelay with usleep_range
Dmitry Torokhov
1
-2
/
+2
2026-06-22
Input: mms114 - use appropriate register argument types
Dmitry Torokhov
1
-11
/
+9
2026-06-22
Input: mms114 - prefer GPL over GPL v2 for module license
Dmitry Torokhov
1
-1
/
+1
2026-06-22
Merge branch 'next' into for-linus
Dmitry Torokhov
110
-1667
/
+1640
2026-06-22
Input: mms114 - fix touch indexing for MMS134S and MMS136
Dmitry Torokhov
1
-6
/
+12
2026-06-22
Input: elan_i2c - prevent division by zero and arithmetic underflow
Ranjan Kumar
1
-6
/
+30
2026-06-22
Input: stop force-feedback timer when unregistering input devices
Dmitry Torokhov
2
-6
/
+24
[prev]
[next]