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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
Input: cma3000_d0x - use guard notation when acquiring mutex
Dmitry Torokhov
1
-12
/
+4
2024-10-03
Input: cm109 - use guard notation when acquiring mutex and spinlock
Dmitry Torokhov
1
-88
/
+79
2024-10-03
Input: ati_remote2 - use guard notation when acquiring mutex
Dmitry Torokhov
1
-38
/
+19
2024-10-03
Input: ad714x - use guard notation when acquiring mutex
Dmitry Torokhov
1
-9
/
+3
2024-10-03
Input: xpad - use guard notation when acquiring mutex and spinlock
Dmitry Torokhov
1
-65
/
+34
2024-10-03
Input: turbografx - use guard notation when acquiring mutex
Dmitry Torokhov
1
-12
/
+10
2024-10-03
Input: n64joy - use guard notation when acquiring mutex
Dmitry Torokhov
1
-19
/
+16
2024-10-03
Input: iforce - use guard notation when acquiring mutex and spinlock
Dmitry Torokhov
4
-86
/
+68
2024-10-03
Input: gamecon - use guard notation when acquiring mutex
Dmitry Torokhov
1
-12
/
+10
2024-10-03
Input: db9 - use guard notation when acquiring mutex
Dmitry Torokhov
1
-16
/
+14
2024-10-03
Input: st-keyscan - use guard notation when acquiring mutex
Dmitry Torokhov
1
-9
/
+10
2024-10-03
Input: spear-keyboard - use guard notation when acquiring mutex
Dmitry Torokhov
1
-6
/
+2
2024-10-03
Input: pxa27x_keypad - use guard notation when acquiring mutex
Dmitry Torokhov
1
-8
/
+8
2024-10-03
Input: pmic8xxx-keypad - use guard notation when acquiring mutex
Dmitry Torokhov
1
-6
/
+2
2024-10-03
Input: omap4-keypad - use guard notation when acquiring mutex
Dmitry Torokhov
1
-3
/
+1
2024-10-03
Input: matrix_keypad - use guard notation when acquiring spinlock
Dmitry Torokhov
1
-10
/
+8
2024-10-03
Input: lpc32xx-keys - use guard notation when acquiring mutex
Dmitry Torokhov
1
-9
/
+9
2024-10-03
Input: lm8323 - use guard notation when acquiring mutexes
Dmitry Torokhov
1
-27
/
+22
2024-10-03
Input: ipaq-micro-keys - use guard notation when acquiring mutex and spinlock
Dmitry Torokhov
1
-7
/
+5
2024-10-03
Input: imx_keypad - use guard notation when acquiring mutex
Dmitry Torokhov
1
-16
/
+11
2024-10-03
Input: ep93xx_keypad - use guard notation when acquiring mutex
Dmitry Torokhov
1
-6
/
+2
2024-10-03
Input: applespi - use guard notation when acquiring spinlock
Dmitry Torokhov
1
-54
/
+18
2024-10-03
Input: adp5589-keys - use guard notation when acquiring mutex
Dmitry Torokhov
1
-21
/
+18
2024-10-03
Input: elan_i2c - switch to using cleanup functions
Dmitry Torokhov
2
-121
/
+121
2024-10-03
Input: psmouse-smbus - use guard notation when acquiring mutex
Dmitry Torokhov
1
-18
/
+10
2024-10-03
Input: hycon-hy46xx - add missing dependency on REGMAP_I2C
Javier Carrasco
1
-0
/
+1
2024-10-03
Input: hideep - add missing dependency on REGMAP_I2C
Javier Carrasco
1
-0
/
+1
2024-10-02
Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
51
-51
/
+51
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
51
-51
/
+51
2024-10-02
Merge tag 'input-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
7
-377
/
+14
2024-10-01
Input: adp5589-keys - fix adp5589_gpio_get_value()
Nuno Sa
1
-3
/
+10
2024-10-01
Input: adp5589-keys - fix NULL pointer dereference
Nuno Sa
1
-6
/
+3
2024-10-01
Revert "Input: Add driver for PixArt PS/2 touchpad"
Dmitry Torokhov
6
-368
/
+1
2024-09-30
Input: correct typos in multiple comments across misc drivers
Shen Lichuan
8
-9
/
+9
2024-09-30
input: Fix typos in comments across various files
Yu Jiaoliang
8
-11
/
+11
2024-09-29
Input: novatek-nvt-ts - add support for NT36672A touchscreen
Joel Selvaraj
1
-6
/
+61
2024-09-29
Input: novatek-nvt-ts - replace generic i2c device id with specific IC variant
Joel Selvaraj
1
-1
/
+1
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
5
-5
/
+0
2024-09-26
Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-52
/
+22
2024-09-24
Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
61
-5506
/
+1837
2024-09-22
Input: hynitron_cstxxx - drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-1
/
+1
2024-09-21
Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2024-09-20
Merge branch 'next' into for-linus
Dmitry Torokhov
81
-5594
/
+2512
2024-09-20
Input: adp5588-keys - fix check on return code
Nuno Sa
1
-1
/
+1
2024-09-18
Input: Convert comma to semicolon
Shen Lichuan
1
-1
/
+1
2024-09-17
Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
3
-0
/
+237
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-25
/
+22
2024-09-13
Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042 quirk table
Werner Sembach
1
-0
/
+7
2024-09-13
Input: i8042 - add another board name for TUXEDO Stellaris Gen5 AMD line
Werner Sembach
1
-0
/
+7
2024-09-13
Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_present()
Rob Herring (Arm)
1
-45
/
+27
[prev]
[next]