index
:
Linux Stable
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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: serio_raw - kick clients when disconnecting port
Dmitry Torokhov
2011-10-10
1
-6
/
+23
*
Input: serio_raw - explicitly mark disconnected ports as dead
Dmitry Torokhov
2011-10-10
1
-8
/
+13
*
Input: serio_raw - fix coding style issues
Dmitry Torokhov
2011-10-10
1
-5
/
+9
*
Input: serio_raw - use dev_*() for messages
Dmitry Torokhov
2011-10-10
1
-5
/
+7
*
Input: serio_raw - use bool for boolean data
Dmitry Torokhov
2011-10-10
1
-3
/
+3
*
Input: serio_raw - perform proper locking when adding clients to list
Dmitry Torokhov
2011-10-10
1
-3
/
+5
*
Input: serio_raw - rename serio_raw_list to serio_raw_client
Dmitry Torokhov
2011-10-10
1
-36
/
+39
*
Input: serio_raw - use kref instead of rolling out its own refcounting
Dmitry Torokhov
2011-10-10
1
-15
/
+13
*
Input: psmouse - switch to using dev_*() for messages
Dmitry Torokhov
2011-10-10
10
-198
/
+243
*
Input: wacom - correct max Y value on medium bamboos
Chris Bagwell
2011-10-10
1
-4
/
+4
*
Input: wacom - add ABS_DISTANCE to Bamboo Pen reports
Chris Bagwell
2011-10-10
1
-12
/
+23
*
Input: wacom - remove unneeded touch pressure initialization
Chris Bagwell
2011-10-10
1
-5
/
+0
*
Input: lm8323 - wrap suspend and resume in CONFIG_PM_SLEEP
Dmitry Torokhov
2011-10-06
1
-1
/
+1
*
Input: ad7879-i2c - wrap suspend and resume in CONFIG_PM_SLEEP
Dmitry Torokhov
2011-10-06
1
-4
/
+2
*
Input: synaptics_i2c - wrap suspend and resume in CONFIG_PM_SLEEP
Dmitry Torokhov
2011-10-06
1
-1
/
+1
*
Input: mma8450 - silence some 'uninitialized variable' warnings
Dmitry Torokhov
2011-10-06
1
-10
/
+10
*
Input: atmel_mxt_ts - use snprintf for sysfs attribute show method
Daniel Kurtz
2011-10-06
1
-6
/
+15
*
Input: wacom - make LED status readable through sysfs
Ping Cheng
2011-10-05
1
-1
/
+8
*
Input: wacom - add LED support for Cintiq 21ux2
Ping Cheng
2011-10-05
2
-30
/
+78
*
Input: wacom - don't expose LED inactive option
Ping Cheng
2011-10-05
1
-3
/
+3
*
Input: wacom - lower the LED luminance
Ping Cheng
2011-10-05
1
-1
/
+1
*
Input: add a driver for TSC-40 serial touchscreen
Sebastian Andrzej Siewior
2011-09-28
3
-0
/
+197
*
Input: gpio_keys - use of_property_read_u32()
Tobias Klauser
2011-09-20
1
-11
/
+13
*
Input: penmount - simplify unregister procedure
Dmitry Torokhov
2011-09-20
1
-4
/
+4
*
Input: penmount - rework handling of different protocols
Dmitry Torokhov
2011-09-20
1
-56
/
+64
*
Input: penmount - add PenMount 6250 support
John Sung
2011-09-20
1
-0
/
+23
*
Input: penmount - add PenMount 3000 support
John Sung
2011-09-20
1
-4
/
+75
*
Input: penmount - add PenMount 6000 support
John Sung
2011-09-20
1
-8
/
+57
*
Input: penmount - fix the protocol
John Sung
2011-09-20
1
-6
/
+8
*
Input: elantech - remove module parameter force_elantech
JJ Ding
2011-09-20
1
-10
/
+2
*
Input: elantech - better support all those v2 variants
JJ Ding
2011-09-20
2
-5
/
+42
*
Input: elantech - add v4 hardware support
JJ Ding
2011-09-09
2
-16
/
+262
*
Input: elantech - add v3 hardware support
JJ Ding
2011-09-09
2
-19
/
+201
*
Input: elantech - clean up elantech_init
JJ Ding
2011-09-09
1
-30
/
+39
*
Input: elantech - packet checking for v2 hardware
JJ Ding
2011-09-09
1
-5
/
+34
*
Input: elantech - remove ETP_EDGE_FUZZ_V2
JJ Ding
2011-09-09
1
-9
/
+6
*
Input: elantech - use firmware provided x, y ranges
JJ Ding
2011-09-09
2
-16
/
+58
*
Input: elantech - get rid of ETP_2FT_* in elantech.h
JJ Ding
2011-09-09
2
-26
/
+13
*
Input: elantech - correct x, y value range for v2 hardware
JJ Ding
2011-09-09
1
-4
/
+4
*
Input: twl6040-vibra - fix compiler warning
Randy Dunlap
2011-09-09
1
-1
/
+1
*
Input: tegra-kbc - tighten locking
Dmitry Torokhov
2011-09-09
1
-19
/
+12
*
Input: tegra-kbc - fix wakeup from suspend
Rakesh Iyer
2011-09-09
1
-15
/
+43
*
Input: tc3589x-keypad - fix section mismatch warning
Harvey Yang
2011-09-08
1
-1
/
+1
*
Input: remove IRQF_DISABLED from drivers
Yong Zhang
2011-09-07
19
-20
/
+19
*
Input: wacom - add Intuos4 LED and OLED control
Eduard Hasenleithner
2011-09-07
2
-30
/
+277
*
Merge commit 'v3.1-rc4' into next
Dmitry Torokhov
2011-09-07
3895
-382630
/
+449434
|
\
|
*
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2011-08-28
2
-18
/
+23
|
|
\
|
|
*
sh-sci / PM: Use power.irq_safe
Rafael J. Wysocki
2011-08-24
1
-0
/
+1
|
|
*
PM: Use spinlock instead of mutex in clock management functions
Rafael J. Wysocki
2011-08-24
1
-18
/
+22
|
*
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...
Linus Torvalds
2011-08-27
1
-0
/
+4
|
|
\
\
[next]