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-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
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
143
-176
/
+176
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
147
-185
/
+184
2026-02-18
Input: bcm5974 - recover from failed mode switch
Liam Mitchell
1
-1
/
+41
2026-02-17
Input: drv260x - fix unbalanced regulator_disable() call
Yauhen Kharuzhy
1
-0
/
+18
2026-02-17
Input: drv260x - handle calibration timeout
Yauhen Kharuzhy
1
-0
/
+13
2026-02-17
Input: drv260x - add support for ACPI-enumerated devices
Yauhen Kharuzhy
1
-0
/
+10
2026-02-17
Input: drv260x - sort all #include alphabetically
Yauhen Kharuzhy
1
-3
/
+3
2026-02-17
Input: drv260x - add I2C IDs for all device variants
Yauhen Kharuzhy
1
-0
/
+3
2026-02-17
Input: st1232 - expose firmware version via sysfs
Michael Tretter
1
-0
/
+29
2026-02-17
Input: st1232 - read firmware version and revision
Michael Tretter
1
-1
/
+37
2026-02-17
Input: libps2 - embed WARN_ON(1) macros into their enclosing if statements
Max Brener
1
-9
/
+3
2026-02-15
Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
37
-299
/
+323
2026-02-14
Merge branch 'next' into for-linus
Dmitry Torokhov
39
-298
/
+531
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-02-03
Input: apbps2 - fix comment style and typos
Micah Ostrow
1
-7
/
+7
2026-02-01
Input: gpio_keys - fall back to platform_get_irq() for interrupt-only keys
Dmitry Torokhov
1
-5
/
+12
[prev]
[next]