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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-18
Input: alps - v7: ignore new packets
Hans de Goede
1
-6
/
+24
2014-12-18
Input: evdev - add CLOCK_BOOTTIME support
Aniroop Mathur
1
-16
/
+44
2014-12-18
Input: psmouse - expose drift duration for IBM trackpoints
haarp
2
-0
/
+9
2014-12-16
Input: stmpe - bias keypad columns properly
Linus Walleij
1
-2
/
+35
2014-12-16
Input: stmpe - enforce device tree only mode
Linus Walleij
2
-59
/
+46
2014-12-16
mfd: stmpe: add pull up/down register offsets for STMPE
Linus Walleij
2
-0
/
+7
2014-12-16
Input: optimize events_per_packet count calculation
Anshul Garg
1
-9
/
+13
2014-12-16
Input: edt-ft5x06 - fixed a macro coding style issue
Asaf Vertz
1
-1
/
+3
2014-12-16
Input: gpio_keys - replace timer and workqueue with delayed workqueue
Dmitry Torokhov
1
-34
/
+31
2014-12-16
Input: gpio_keys - allow separating gpio and irq in device tree
Dmitry Torokhov
1
-23
/
+26
2014-12-14
Input: gpio_keys - fix warning regarding uninitialized 'button' variable
Fabio Estevam
1
-2
/
+3
2014-12-08
Input: add support for Elan eKTH I2C touchscreens
Scott Liu
3
-0
/
+1284
2014-12-08
Input: gpio_keys - fix warning regarding uninitialized 'irq' variable
Dmitry Torokhov
1
-4
/
+2
2014-12-04
Input: cyapa - use 'error' for error codes
Dudley Du
1
-47
/
+47
2014-12-04
Input: cyapa - fix resuming the device
Dudley Du
1
-4
/
+3
2014-12-04
Input: gpio_keys - add device tree support for interrupt only keys
Alexander Stein
1
-14
/
+20
2014-12-04
Input: amikbd - allocate temporary keymap buffer on the stack
Geert Uytterhoeven
1
-1
/
+2
2014-12-04
Input: amikbd - fix build if !CONFIG_HW_CONSOLE
Geert Uytterhoeven
1
-17
/
+29
2014-12-04
Input: lm8323 - missing error check in lm8323_set_disable()
Dan Carpenter
1
-0
/
+2
2014-12-04
Input: initialize device counter variables with -1
Aniroop Mathur
5
-12
/
+12
2014-12-03
Input: initialize input_no to -1 to avoid subtraction
Aniroop Mathur
1
-2
/
+2
2014-12-03
Input: i8042 - do not try to load on Intel NUC D54250WYK
Todor Minchev
1
-0
/
+10
2014-11-17
Input: atkbd - correct MSC_SCAN events for force_release keys
Stefan BrĂ¼ns
1
-2
/
+4
2014-11-10
Input: cyapa - switch to using managed resources
Dudley Du
1
-79
/
+105
2014-11-10
Input: lifebook - use "static inline" instead of "inline" in lifebook.h
Chen Gang
1
-3
/
+3
2014-11-02
Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
19
-78
/
+38
2014-11-02
Input: mouse - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
3
-12
/
+6
2014-11-02
Input: misc - use __maybe_unused instead of ifdef around suspend/resume
Jingoo Han
19
-71
/
+35
2014-11-02
Input: cap11xx - support for irq-active-high option
Matt Ranostay
1
-0
/
+8
2014-11-02
Input: cap11xx - add support for various cap11xx devices
Matt Ranostay
1
-23
/
+51
2014-11-02
Input: rename cap1106 driver to cap11xx
Matt Ranostay
4
-346
/
+345
2014-10-31
Input: altera_ps2 - switch to using managed resources
Tobias Klauser
1
-57
/
+24
2014-10-31
Input: add driver for the Goodix touchpanel
Bastien Nocera
3
-0
/
+409
2014-10-25
Input: add driver for Elan I2C/SMbus touchpad
Duson Lin
6
-0
/
+2383
2014-10-22
Input: lpc32xx-keys - switch to using managed resources
Pramod Gurav
1
-72
/
+20
2014-10-22
Input: pxa27x_keypad - switch to using managed resources
Pramod Gurav
1
-64
/
+20
2014-10-22
Input: mpr121 - switch to using managed resources
Pramod Gurav
1
-30
/
+12
2014-10-11
Input: i8042 - disable active multiplexing by default
Dmitry Torokhov
2
-274
/
+9
2014-10-11
Input: i8042 - add noloop quirk for Asus X750LN
Hans de Goede
1
-0
/
+6
2014-10-11
Input: synaptics - gate forcepad support by DMI check
Dmitry Torokhov
2
-7
/
+23
2014-10-11
Merge tag 'v3.17' into next
Dmitry Torokhov
435
-2627
/
+4945
2014-10-10
Input: Add Microchip AR1021 i2c touchscreen
Christian Gmeiner
3
-0
/
+194
2014-10-10
Input: cros_ec_keyb - add of match table
Sjoerd Simons
1
-0
/
+9
2014-10-10
Input: serio - avoid negative serio device numbers
Richard Leitner
1
-2
/
+2
2014-10-10
Input: avoid negative input device numbers
Richard Leitner
1
-1
/
+1
2014-10-08
Input: automatically set EV_ABS bit in input_set_abs_params
Dmitry Torokhov
1
-1
/
+2
2014-10-07
Input: adp5588-keys - cancel workqueue in failure path
Pramod Gurav
1
-0
/
+1
2014-10-07
Input: opencores-kbd - switch to using managed resources
Pramod Gurav
1
-55
/
+17
2014-10-07
Input: evdev - fix EVIOCG{type} ioctl
Dmitry Torokhov
1
-5
/
+8
2014-10-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-7
/
+62
[next]