index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: atkbd - add a quirk for OQO 01+ multimedia keys
Jamie Lentin
2009-10-22
1
-0
/
+36
*
Input: hp_sdc_rtc - fix test in hp_sdc_rtc_read_rt()
Roel Kluin
2009-10-18
1
-1
/
+1
*
Input: atkbd - consolidate force release quirks for volume keys
Herton Ronaldo Krzesinski
2009-10-18
1
-37
/
+14
*
Input: logips2pp - model 73 is actually TrackMan FX
Dmitry Torokhov
2009-10-18
1
-1
/
+1
*
Input: i8042 - add Sony Vaio VGN-FZ240E to the nomux list
Dmitry Torokhov
2009-10-18
1
-0
/
+11
*
Input: fix locking issue in /proc/bus/input/ handlers
Dmitry Torokhov
2009-10-14
1
-17
/
+48
*
Input: atkbd - postpone restoring LED/repeat rate at resume
Dmitry Torokhov
2009-10-14
1
-4
/
+15
*
Input: atkbd - restore resetting LED state at startup
Dmitry Torokhov
2009-10-13
1
-0
/
+26
*
Input: i8042 - make pnp_data_busted variable boolean instead of int
Dmitry Torokhov
2009-10-13
1
-1
/
+1
*
Input: synaptics - add another Protege M300 to rate blacklist
Dmitry Torokhov
2009-10-13
1
-0
/
+10
*
Input: i8042 - print debug data when testing AUX IRQ delivery
Dmitry Torokhov
2009-10-09
1
-0
/
+3
*
Input: libps2 - fix dependancy on i8042
Dmitry Torokhov
2009-10-06
1
-6
/
+7
*
Input: ad7879 - pass up error codes from probe functions
Michael Hennerich
2009-10-06
1
-2
/
+2
*
Input: xpad - add BigBen Interactive XBOX 360 Controller
Thomas Gruber
2009-10-06
1
-0
/
+2
*
Input: rotary_encoder - fix relative axis support
H Hartley Sweeten
2009-10-06
1
-2
/
+2
*
Input: sparkspkr - move remove() functions to .devexit.text
Uwe Kleine-König
2009-10-06
1
-2
/
+2
*
Input: wistron_btns - add DMI entry for Medion WIM2030 laptop
Sebastian Frei
2009-10-06
1
-0
/
+9
*
Input: add driver for Atmel AT42QT2160 Sensor Chip
Raphael Derosso Pereira
2009-09-23
3
-0
/
+408
*
Input: max7359 - use threaded IRQs
Dmitry Torokhov
2009-09-22
1
-35
/
+13
*
Input: add driver for Maxim MAX7359 key switch controller
Kim Kyuwon
2009-09-22
3
-0
/
+364
*
Input: add driver for ADP5588 QWERTY I2C Keypad
Michael Hennerich
2009-09-18
3
-0
/
+372
*
Input: add touchscreen driver for MELFAS MCS-5000 controller
Joonyoung Shim
2009-09-18
3
-0
/
+330
*
Input: add driver for OpenCores Keyboard Controller
Javier Herrero
2009-09-18
3
-0
/
+190
*
Input: dm355evm_keys - remove dm355evm_keys_hardirq
Dmitry Torokhov
2009-09-18
1
-17
/
+9
*
Input: synaptics_i2c - switch to using __cancel_delayed_work()
Dmitry Torokhov
2009-09-18
1
-19
/
+32
*
Input: ad7879 - add support for AD7889
Michael Hennerich
2009-09-18
2
-5
/
+7
*
Input: atkbd - rely on input core to restore state on resume
Dmitry Torokhov
2009-09-18
1
-25
/
+0
*
Input: add generic suspend and resume for input devices
Dmitry Torokhov
2009-09-18
1
-1
/
+63
*
Input: libps2 - additional locking for i8042 ports
Dmitry Torokhov
2009-09-18
5
-12
/
+85
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6
Linus Torvalds
2009-09-15
11
-362
/
+515
|
\
|
*
ide: fixup for fujitsu disk
Wu Zhangjin
2009-09-15
1
-0
/
+1
|
*
ide: convert to ->proc_fops
Alexey Dobriyan
2009-09-02
5
-186
/
+362
|
*
at91_ide: remove headers specific for at91sam9263
Sergey Matyukevich
2009-08-16
1
-2
/
+0
|
*
IDE: palm_bk3710: convert clock usage after clkdev conversion
Kevin Hilman
2009-08-16
1
-1
/
+1
|
*
ide: fix races in handling of user-space SET XFER commands
Bartlomiej Zolnierkiewicz
2009-08-07
4
-25
/
+12
|
*
ide: allow ide_dev_read_id() to be called from the IRQ context
Bartlomiej Zolnierkiewicz
2009-08-07
2
-13
/
+24
|
*
ide: ide-taskfile.c fix style problems
Jaswinder Singh Rajput
2009-08-07
1
-58
/
+51
|
*
drivers/ide/ide-cd.c: Use DIV_ROUND_CLOSEST
Julia Lawall
2009-08-07
1
-2
/
+2
|
*
ide-tape: fix handling of postponed rqs
Borislav Petkov
2009-08-07
1
-22
/
+11
|
*
ide-tape: convert to ide_debug_log macro
Borislav Petkov
2009-08-07
1
-53
/
+49
|
*
ide-tape: fix debug call
Mark de Wever
2009-08-07
1
-1
/
+1
|
*
ide: Fix annoying warning in ide_pio_bytes().
David S. Miller
2009-08-07
1
-1
/
+1
|
*
IDE: Save a call to PageHighMem()
Jean Delvare
2009-08-07
1
-2
/
+4
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2009-09-15
10
-37
/
+127
|
\
\
|
*
|
powerpc/nvram: Enable use Generic NVRAM driver for different size chips
Martyn Welch
2009-09-11
1
-7
/
+20
|
*
|
powerpc/ps3: Workaround for flash memory I/O error
Geoff Levand
2009-09-11
1
-3
/
+62
|
*
|
powerpc/powermac: Thermal control turns system off too eagerly
Lyonel Vincent
2009-09-02
1
-2
/
+2
|
*
|
hvc_console: Add __init and __exit to hvc_vio
Peter Huewe
2009-08-28
1
-2
/
+2
|
*
|
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-08-27
61
-598
/
+1015
|
|
\
\
|
*
|
|
powerpc/hvsi: Avoid calculating possibly-invalid address
Roel Kluin
2009-08-20
1
-1
/
+2
[next]