index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-24
Input: mk712 - use guard notation when acquiring spinlock
Dmitry Torokhov
1
-12
/
+4
2026-03-24
Input: melfas_mip4 - switch to using cleanup functions
Dmitry Torokhov
1
-77
/
+44
2026-03-24
Input: lpc32xx_ts - use guard notation when acquiring mutex
Dmitry Torokhov
1
-6
/
+2
2026-03-24
Input: iqs7211 - use cleanup facility for fwnodes
Dmitry Torokhov
1
-16
/
+8
2026-03-24
Input: iqs5xx - simplify parsing of firmware blob
Dmitry Torokhov
1
-23
/
+22
2026-03-24
Input: iqs5xx - switch to using cleanup functions
Dmitry Torokhov
1
-81
/
+64
2026-03-24
Input: ipaq-micro-ts - use guard notation when acquiring mutex/spinlock
Dmitry Torokhov
1
-6
/
+2
2026-03-24
Input: imx6ul_tsc - use guard notation when acquiring mutex
Dmitry Torokhov
1
-10
/
+9
2026-03-24
Input: imagis - use guard notation when acquiring mutex
Dmitry Torokhov
1
-14
/
+16
2026-03-24
Input: hycon-hy46xx - use guard notation when acquiring mutex
Dmitry Torokhov
1
-20
/
+11
2026-03-24
Input: hideep - switch to using cleanup functions
Dmitry Torokhov
1
-34
/
+20
2026-03-24
Input: goodix - switch to using cleanup functions in firmware code
Dmitry Torokhov
1
-14
/
+15
2026-03-24
Input: exc3000 - use guard notation when acquiring mutex
Dmitry Torokhov
1
-21
/
+10
2026-03-24
Input: elo - use guard notation when acquiring mutex
Dmitry Torokhov
1
-16
/
+16
2026-03-24
Input: elants_i2c - switch to using cleanup facilities
Dmitry Torokhov
1
-52
/
+39
2026-03-24
Input: ektf2127 - use guard notation when acquiring mutex
Dmitry Torokhov
1
-4
/
+4
2026-03-24
Input: eeti_ts - use guard notation when acquiring mutexes
Dmitry Torokhov
1
-17
/
+10
2026-03-24
Input: edt-ft5x06 - use guard notation when acquiring mutex
Dmitry Torokhov
1
-56
/
+31
2026-03-24
Input: cyttsp - use guard notation when acquiring mutex
Dmitry Torokhov
1
-12
/
+8
2026-03-24
Input: chipone_icn8318 - use guard notation when acquiring mutex
Dmitry Torokhov
1
-4
/
+4
2026-03-24
Input: bu21029_ts - use guard notation when acquiring mutex
Dmitry Torokhov
1
-4
/
+4
2026-03-24
Input: auo-pixcir-ts - use guard notation when acquiring mutexes
Dmitry Torokhov
1
-21
/
+22
2026-03-24
Input: atmel_mxt_ts - switch to using cleanup functions
Dmitry Torokhov
1
-154
/
+136
2026-03-24
Input: ads7846 - switch to using cleanup functions
Dmitry Torokhov
1
-28
/
+16
2026-03-24
Input: ad7879 - use guard notation when acquiring mutexes
Dmitry Torokhov
1
-31
/
+15
2026-03-24
Input: ad7877 - use guard notation when acquiring mutexes/locks
Dmitry Torokhov
1
-20
/
+12
2026-03-17
Input: atlas - convert ACPI driver to a platform one
Rafael J. Wysocki
1
-10
/
+12
2026-03-17
input: trackpoint - Enable doubletap by default on capable devices
Vishnu Sankar
2
-0
/
+51
2026-03-12
Input: psmouse - remove dedicated kpsmoused workqueue
Dmitry Torokhov
2
-27
/
+7
2026-03-12
Input: alps - use standard workqueue when registering supplemental device
Dmitry Torokhov
2
-8
/
+7
2026-03-12
Input: psmouse - replace flush_workqueue() with disable_delayed_work_sync()
Duoming Zhou
1
-1
/
+1
2026-03-12
Input: hgpk - remove protocol support
Dmitry Torokhov
6
-1156
/
+2
2026-03-12
Merge tag 'v7.0-rc3' into next
Dmitry Torokhov
151
-196
/
+237
2026-03-10
Input: mpr121 - drop redundant wakeup handling
bui duc phuc
1
-8
/
+0
2026-02-28
Input: atkbd - fix various formatting issues
Dmitry Torokhov
1
-53
/
+32
2026-02-28
Input: atkbd - switch to using explicitly sized types
Dmitry Torokhov
1
-15
/
+15
2026-02-28
Input: atkbd - use dev_warn_ratelimited()
Dmitry Torokhov
1
-5
/
+3
2026-02-28
Input: atkbd - use __free() cleanup facility in when parsing FW keymap
Dmitry Torokhov
1
-5
/
+1
2026-02-28
Input: atkbd - validate scancode in firmware keymap entries
Ariel Silver
1
-0
/
+6
2026-02-23
Input: synaptics-rmi4 - fix a locking bug in an error path
Bart Van Assche
1
-2
/
+2
2026-02-23
Input: cros_ec_keyb - factor out column processing
Dmitry Torokhov
1
-20
/
+27
2026-02-23
Input: cros_ec_keyb - do not allocate keyboard state separately
Dmitry Torokhov
1
-10
/
+2
2026-02-23
Input: cros_ec_keyb - simplify cros_ec_keyb_work()
Dmitry Torokhov
1
-15
/
+15
2026-02-23
Input: cros_ec_keyb - use BIT() macro instead of open-coding shifts
Dmitry Torokhov
1
-5
/
+4
2026-02-23
Input: cros_ec_keyb - use u8 instead of uint8_t
Dmitry Torokhov
1
-6
/
+5
2026-02-23
Input: cros_ec_keyb - add function key support
Fabio Baltieri
1
-15
/
+165
2026-02-23
Input: export input_default_setkeycode
Fabio Baltieri
1
-3
/
+20
2026-02-23
Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to i8042 quirk table
Christoffer Sandberg
1
-0
/
+7
2026-02-22
Input: adxl34x - drop redundant error variable in adxl34x_i2c_probe
Thorsten Blum
1
-4
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
5
-5
/
+5
[prev]
[next]