index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
Age
Commit message (
Expand
)
Author
Lines
2008-08-31
sparc: Annotate of_device_id arrays with const or __initdata.
David S. Miller
-2
/
+2
2008-08-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-0
/
+3
2008-08-18
Input: cobalt_btns - add missing MODULE_LICENSE
Martin Michlmayr
-0
/
+3
2008-08-08
Input: wistron - add support for Fujitsu-Siemens Amilo Pro v3505
Remi Herilier
-0
/
+19
2008-08-08
Input: add driver for USB VoIP phones with CM109 chipset
Alfred E. Heggestad
-0
/
+898
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
-1
/
+1
2008-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
Russell King
-1
/
+0
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
-1
/
+1
2008-07-30
Input: ati_remote2 - add autosuspend support
Ville Syrjala
-6
/
+127
2008-07-30
Input: ati_remote2 - add loadable keymap support
Ville Syrjala
-29
/
+101
2008-07-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-1
/
+0
2008-07-24
Add missing semaphore.h includes
Matthew Wilcox
-0
/
+1
2008-07-23
Input: uinput - remove duplicate include
Huang Weiyi
-1
/
+0
2008-07-21
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next
Dmitry Torokhov
-0
/
+10
2008-07-19
Input: sgi_btns - add support for SGI Indy volume buttons
Thomas Bogendoerfer
-32
/
+54
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
-2
/
+0
2008-07-07
Input: new driver for SGI O2 volume buttons
Thomas Bogendoerfer
-0
/
+167
2008-07-07
Input: yealink - reliably kill urbs
Oliver Neukum
-15
/
+29
2008-07-02
uinput: BKL pushdown
Arnd Bergmann
-0
/
+3
2008-06-30
Input: wistron - generate normal key event if bluetooth or wifi not present
Éric Piel
-1
/
+18
2008-06-20
hp_sdc_rtc: BKL pushdown
Arnd Bergmann
-0
/
+2
2008-06-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-1
/
+0
2008-06-17
Merge branch 'for-linus' into next
Dmitry Torokhov
-2
/
+0
2008-06-06
Input: pcspkr - remove negative dependency on snd-pcsp
Stas Sergeev
-1
/
+0
2008-05-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-1
/
+0
2008-05-27
Input: apanel - remove duplicate include
Huang Weiyi
-1
/
+0
2008-05-18
m68k: Some input drivers do not check the platform
Geert Uytterhoeven
-0
/
+5
2008-05-16
Input: replace remaining __FUNCTION__ occurrences
Harvey Harrison
-37
/
+37
2008-05-07
pcspkr: fix dependancies
Stas Sergeev
-1
/
+1
2008-04-26
input: Rewrite sparcspkr device probing.
David S. Miller
-78
/
+184
2008-04-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-0
/
+3
2008-04-24
Input: add MODULE_ALIAS() to hotpluggable platform modules
Kay Sievers
-0
/
+3
2008-04-24
pcsp - Don't build pcspkr when snd-pcsp is enabled
Stas Sergeev
-0
/
+1
2008-03-28
ixp4xx-beeper: add MODULE_ALIAS
Alessandro Zummo
-0
/
+1
2008-03-14
Input: cobalt_btns - assorted fixes
Yoichi Yuasa
-8
/
+8
2008-03-04
input: add I2C to config since the driver makes several i2c*() calls
Randy Dunlap
-3
/
+3
2008-02-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
-106
/
+519
2008-02-07
leds: Standardise LED naming scheme
Richard Purdie
-2
/
+2
2008-01-21
[SPARC64]: Fix section error in sparcspkr
Sam Ravnborg
-2
/
+2
2008-01-21
Input: add driver for Fujitsu application buttons
Stephen Hemminger
-0
/
+393
2008-01-21
Input: drop redundant includes of moduleparam.h
Julia Lawall
-2
/
+0
2008-01-21
Input: cobalt_btns - add support for loadable keymaps
Dmitry Torokhov
-37
/
+36
2008-01-21
Input: atlas_btns - add support for loadable keymaps
Dmitry Torokhov
-16
/
+23
2008-01-21
Input: keyspan_remote - add support for loadable keymaps
Dmitry Torokhov
-51
/
+67
2007-11-02
Use i8253.c lock for PC speaker on MIPS, too.
Ralf Baechle
-1
/
+1
2007-10-20
typo fixes
Matt LaPlante
-2
/
+2
2007-10-19
get rid of input BIT* duplicate defines
Jiri Slaby
-23
/
+25
2007-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
-1
/
+1
2007-10-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
-0
/
+1
2007-10-12
platform: prefix MODALIAS with "platform:"
Kay Sievers
-0
/
+1
[prev]
[next]