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.13.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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-07
Input: hyperv-keyboard - register as a wakeup source
Dexuan Cui
1
-0
/
+13
2014-07-31
Input: imx_keypad - remove ifdef round PM methods
Fabio Estevam
1
-4
/
+2
2014-07-31
Input: jornada720_ts - get rid of space indentation and use tab
Pramod Gurav
1
-13
/
+12
2014-07-31
Input: jornada720_ts - switch to using managed resources
Pramod Gurav
1
-32
/
+13
2014-07-31
Input: alps - Rushmore and v7 resolution support
Hans de Goede
2
-0
/
+50
2014-07-31
Input: mcs5000_ts - remove ifdef around power management methods
Fabio Estevam
1
-4
/
+2
2014-07-31
Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEP
Fabio Estevam
1
-1
/
+1
2014-07-31
Input: ads7846 - release resources on failure for clean exit
Pramod Gurav
1
-2
/
+4
2014-07-28
Input: atmel_mxt_ts - use deep sleep mode when stopped
Nick Dyer
1
-26
/
+73
2014-07-28
ARM: dts: am437x-gp-evm: Update binding for touchscreen size
Roger Quadros
1
-2
/
+2
2014-07-28
ARM: dts: am43x-epos-evm: Update binding for touchscreen size
Roger Quadros
1
-2
/
+2
2014-07-28
Input: pixcir_i2c_ts - add device tree support
Roger Quadros
3
-0
/
+104
2014-07-28
Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDs
Roger Quadros
2
-17
/
+69
2014-07-28
Input: pixcir_i2c_ts - use Type-B Multi-Touch protocol
Roger Quadros
1
-31
/
+94
2014-07-27
Input: alps - add support for v7 devices
Yunkang Tang
2
-3
/
+280
2014-07-27
Input: alps - cache firmware version
Hans de Goede
2
-0
/
+5
2014-07-27
Input: alps - change decode function prototype to return an int
Hans de Goede
2
-4
/
+10
2014-07-27
Input: alps - report 2 touches when we've > 2 fingers
Hans de Goede
1
-1
/
+1
2014-07-27
Input: alps - add an alps_report_semi_mt_data function
Hans de Goede
1
-47
/
+29
2014-07-27
Input: alps - use single touch data when v3 mt data contains only one finger
Hans de Goede
1
-1
/
+1
2014-07-27
Input: alps - use standard contact tracking instead of DIY
Hans de Goede
1
-36
/
+16
2014-07-27
Input: alps - use struct input_mt_pos to track coordinates
Hans de Goede
2
-122
/
+104
2014-07-27
Input: alps - process_bitmap: round down when spreading adjescent fingers ove...
Hans de Goede
1
-2
/
+2
2014-07-27
Input: alps - process_bitmap: fix counting of high point bits
Hans de Goede
1
-2
/
+1
2014-07-27
Input: alps - process_bitmap: add alps_get_bitmap_points() helper function
Hans de Goede
2
-45
/
+35
2014-07-27
Input: alps - process_bitmap: don't invert the Y-axis on Rushmore
Hans de Goede
2
-9
/
+12
2014-07-27
Input: alps - improve 2-finger reporting on v3 models
Hans de Goede
1
-36
/
+24
2014-07-27
Input: alps - fix rushmore packet decoding
Yunkang Tang
1
-0
/
+3
2014-07-26
Input: soc_button_array - add missing memory allocation check
Pramod Gurav
1
-0
/
+3
2014-07-26
Input: wacom_serial4 - prepare for wacom USB moving to HID
Dmitry Torokhov
1
-1
/
+5
2014-07-24
Input: ipaq-micro-ts - introduce open/close
Dmitry Torokhov
1
-32
/
+56
2014-07-24
Input: driver for touchscreen on iPaq h3xxx
Dmitry Artamonow
3
-0
/
+155
2014-07-24
Merge tag 'v3.16-rc6' into next
Dmitry Torokhov
9812
-249886
/
+497885
2014-07-24
Input: atmel_mxt_ts - implement T44 message handling
Nick Dyer
1
-32
/
+159
2014-07-24
Input: atmel_mxt_ts - split message handler into separate functions
Nick Dyer
1
-59
/
+64
2014-07-24
Input: atmel_mxt_ts - decode T6 status messages
Nick Dyer
1
-20
/
+40
2014-07-24
Input: atmel_mxt_ts - add support for dynamic message size
Nick Dyer
1
-52
/
+68
2014-07-24
Input: atmel_mxt_ts - recover from bootloader on probe
Nick Dyer
1
-17
/
+50
2014-07-24
Input: atmel_mxt_ts - add bootloader addresses for new chips
Nick Dyer
1
-0
/
+6
2014-07-24
Input: atmel_mxt_ts - handle bootloader previously unlocked
Nick Dyer
1
-9
/
+18
2014-07-24
Input: atmel_mxt_ts - handle APP_CRC_FAIL on startup
Nick Dyer
1
-10
/
+43
2014-07-24
Input: atmel_mxt_ts - calculate and check CRC in config file
Nick Dyer
1
-55
/
+177
2014-07-24
Input: atmel_mxt_ts - download device config using firmware loader
Nick Dyer
3
-81
/
+204
2014-07-24
Input: atmel_mxt_ts - implement device tree support
Stephen Warren
2
-5
/
+88
2014-07-24
Input: atmel_mxt_ts - set pointer emulation on touchpads
Benson Leung
1
-5
/
+6
2014-07-24
Input: atmel_mxt_ts - move input device init into separate function
Nick Dyer
1
-84
/
+107
2014-07-24
Input: atmel_mxt_ts - initialise IRQ before probing
Nick Dyer
1
-39
/
+62
2014-07-22
Input: uinput - add UI_GET_VERSION ioctl
David Herrmann
2
-0
/
+15
2014-07-22
Input: uinput - uinput_validate_absbits() cleanup
David Herrmann
1
-19
/
+22
2014-07-21
Input: zforce - add regulator handling
Heiko Stuebner
2
-0
/
+35
[next]