index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-29
Input: da9063 - fix capability and drop KEY_SLEEP
Marco Felsch
1
-4
/
+1
2019-07-10
Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOAD
Andrey Smirnov
1
-2
/
+20
2019-02-20
Input: bma150 - register input device after setting private data
Jonathan Bakker
1
-4
/
+5
2019-01-31
Input: uinput - fix undefined behavior in uinput_validate_absinfo()
Dmitry Torokhov
1
-2
/
+3
2018-04-29
Input: drv260x - fix initializing overdrive voltage
Dmitry Torokhov
1
-1
/
+1
2018-03-24
Input: twl4030-pwrbutton - use correct device for irq request
Sebastian Reichel
1
-1
/
+1
2018-01-23
Input: twl4030-vibra - fix sibling-node lookup
Johan Hovold
1
-2
/
+4
2018-01-23
Input: twl6040-vibra - fix child-node lookup
Johan Hovold
1
-2
/
+1
2017-11-18
Input: ims-psu - check if CDC union descriptor is sane
Dmitry Torokhov
1
-2
/
+14
2017-03-30
Input: cm109 - validate number of endpoints before using them
Johan Hovold
1
-0
/
+4
2017-03-30
Input: yealink - validate number of endpoints before using them
Johan Hovold
1
-0
/
+4
2017-03-30
Input: ims-pcu - validate number of endpoints before using them
Johan Hovold
1
-0
/
+4
2017-02-15
Input: uinput - fix crash when mixing old and new init style
Dmitry Torokhov
1
-6
/
+14
2017-01-09
Input: drv260x - fix input device's parent assignment
Jingkui Wang
1
-1
/
+0
2016-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-31
/
+219
2016-09-10
Input: tps65218-pwrbutton - add support for tps65217 variant
Marcin Niestroj
2
-29
/
+67
2016-08-31
miscdevice: Add helper macro for misc device boilerplate
PrasannaKumar Muralidharan
1
-13
/
+2
2016-08-30
Input: add generic input driver to read encoded GPIO lines
Vignesh R
3
-0
/
+150
2016-08-23
Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.org
Krzysztof Kozlowski
1
-2
/
+2
2016-08-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+22
2016-07-28
Input: rotary_encoder - support binary encoding of states
Uwe Kleine-König
1
-1
/
+22
2016-07-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
7
-6
/
+463
2016-07-19
Merge branch 'for-linus' into next
Dmitry Torokhov
7
-45
/
+74
2016-07-14
Input: xen-kbdfront - prefer xenbus_write() over xenbus_printf() where possible
Jan Beulich
1
-4
/
+4
2016-06-23
Input: add powerkey driver for HISI 65xx SoC
Jorge Ramirez-Ortiz
3
-0
/
+152
2016-06-23
Input: apanel - spelling mistake - "skiping" -> "skipping"
Colin Ian King
1
-1
/
+1
2016-06-23
Input: regulator-haptic - fix spelling mistake: "dveice" -> "device"
Colin Ian King
1
-1
/
+1
2016-06-19
Merge branch 'cec-defines' into for-linus
Dmitry Torokhov
1
-2
/
+2
2016-05-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-21
/
+54
2016-05-28
Input: pwm-beeper - fix - scheduling while atomic
Manfred Schlaegl
1
-21
/
+48
2016-05-25
Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+26
2016-05-20
Input: uinput - handle compat ioctl for UI_SET_PHYS
Ricky Liang
1
-0
/
+6
2016-05-19
Input: atmel_captouch - add dependence on i2c
Arnd Bergmann
1
-0
/
+1
2016-05-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-28
/
+42
2016-05-19
Input: add Atmel Captouch Button driver
Daniel Hung-yu Wu
3
-0
/
+304
2016-05-17
input: misc: pwm-beeper: Explicitly apply PWM config extracted from pwm_args
Boris Brezillon
1
-0
/
+6
2016-05-17
input: misc: max8997: Explicitly apply PWM config extracted from pwm_args
Boris Brezillon
1
-0
/
+6
2016-05-17
input: misc: max77693: Use pwm_get_args() where appropriate
Boris Brezillon
1
-3
/
+14
2016-05-17
Merge branch 'next' into for-linus
Dmitry Torokhov
3
-28
/
+42
2016-05-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-2
/
+5
2016-05-10
Input: twl6040-vibra - fix DT node memory management
H. Nikolaus Schaller
1
-0
/
+1
2016-05-10
Input: rotary-encoder - fix bare use of 'unsigned'
Clifton Barnes
1
-4
/
+4
2016-05-09
Input: max8997-haptic - fix NULL pointer dereference
Marek Szyprowski
1
-2
/
+4
2016-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-8
/
+8
2016-05-05
Input: cm109 - spin_lock in complete() cleanup
Ming Lei
1
-4
/
+6
2016-05-05
Input: cm109 - fix handling of volume and mute buttons
Florian Euchner
1
-7
/
+30
2016-04-26
Input: twl6040-vibra - remove mutex
H. Nikolaus Schaller
1
-13
/
+2
2016-04-26
Input: twl6040-vibra - fix atomic schedule panic
H. Nikolaus Schaller
1
-8
/
+8
2016-04-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
4
-12
/
+5
2016-04-21
Input: twl4030-vibra - do not reparent to grandparent
Dmitry Torokhov
1
-1
/
+0
[next]