index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
serio
/
serio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-13
/
+1
2018-07-26
Input: stop telling users to snail-mail Vojtech
Dmitry Torokhov
1
-4
/
+0
2017-07-12
Input: serio - constify attribute_group structures
Arvind Yadav
1
-2
/
+2
2017-03-25
Input: serio - add fast reconnect option
Dmitry Torokhov
1
-5
/
+17
2017-03-17
Input: convert remaining uses of pr_warning to pr_warn
Joe Perches
1
-4
/
+4
2016-01-27
Input: serio - drop warnings in case of EPROBE_DEFER from serio_find_driver()
Grygorii Strashko
1
-1
/
+1
2015-07-16
Input: i8042 - add unmask_kbd_data option
Stephen Chandler Paul
1
-3
/
+2
2014-12-03
Input: initialize device counter variables with -1
Aniroop Mathur
1
-2
/
+2
2014-10-09
Input: serio - avoid negative serio device numbers
Richard Leitner
1
-2
/
+2
2014-04-19
Input: serio - add firmware_id sysfs attribute
Hans de Goede
1
-0
/
+14
2013-12-09
Input: serio - fix sysfs layout
Dmitry Torokhov
1
-7
/
+17
2013-10-19
input: serio: remove bus usage of dev_attrs
Greg Kroah-Hartman
1
-32
/
+30
2013-10-19
input: serio: use DEVICE_ATTR_RO()
Greg Kroah-Hartman
1
-8
/
+8
2013-08-25
Input: serio: convert bus code to use drv_groups
Greg Kroah-Hartman
1
-10
/
+11
2012-11-24
Input: serio - remove CONFIG_HOTPLUG ifdefs
Bill Pemberton
1
-11
/
+0
2012-01-24
Driver core: driver_find() drops reference before returning
Alan Stern
1
-1
/
+0
2011-02-23
Input: serio/gameport - use 'long' system workqueue
Dmitry Torokhov
1
-1
/
+1
2011-02-02
Input: serio - clear pending rescans after sysfs driver rebind
Duncan Laurie
1
-4
/
+7
2010-11-18
Input: serio - convert to common workqueue instead of a thread
Dmitry Torokhov
1
-86
/
+69
2010-10-13
Input: serio - support multiple child devices per single parent
Dmitry Eremin-Solenikov
1
-43
/
+81
2010-09-14
Input: serio - do not include linux/freezer.h
Dmitry Torokhov
1
-1
/
+0
2010-01-21
Merge commit 'v2.6.33-rc5' into next
Dmitry Torokhov
1
-9
/
+2
2010-01-06
Input: serio - use pr_xxx() and dev_xxx() helpers
Dmitry Torokhov
1
-42
/
+35
2010-01-06
Input: serio - use list_first_entry() helper
Dmitry Torokhov
1
-20
/
+11
2010-01-06
Input: serio - let device core tell us if device was registered
Dmitry Torokhov
1
-6
/
+2
2010-01-06
Input: serio - use device core to create 'id' attribute group
Dmitry Torokhov
1
-8
/
+9
2009-12-24
Input: serio - do not mark kseriod freezable anymore
Dmitry Torokhov
1
-9
/
+2
2009-07-26
Input: serio - switch to using dev_pm_ops
Dmitry Torokhov
1
-12
/
+11
2009-07-07
Input: mark serio and i8042 as suspended when hibernating too
Thadeu Lima de Souza Cascardo
1
-3
/
+4
2009-05-09
Input: serio - do not use deprecated dev.power.power_state
Dmitry Torokhov
1
-18
/
+19
2009-04-17
Input: serio - rearrange EXPORT_SYMBOL() markings
Dmitry Torokhov
1
-11
/
+10
2008-10-30
Input: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-2
/
+2
2008-07-23
Input: serio - offload resume to kseriod
Shaohua Li
1
-18
/
+37
2008-06-02
Input: serio - remove pending events when unregistering driver
Dmitry Torokhov
1
-3
/
+6
2007-10-18
freezer: introduce freezer-friendly waiting macros
Rafael J. Wysocki
1
-2
/
+1
2007-10-12
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-8
/
+3
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-06-29
Input: serio - take drv_mutex in serio_cleanup()
Dmitry Torokhov
1
-0
/
+2
2007-04-27
Input: serio - do not touch bus's rwsem
Dmitry Torokhov
1
-26
/
+15
2007-02-18
Input: i8042 - let serio bus suspend ports
Dmitry Torokhov
1
-1
/
+35
2007-02-07
SERIO: add the sysfs driver name to all modules
Greg Kroah-Hartman
1
-2
/
+4
2006-12-08
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Dmitry Torokhov
1
-0
/
+1
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-0
/
+1
2006-11-23
Input: serio - make serio_register_driver() return errors
Dmitry Torokhov
1
-33
/
+74
2006-11-17
Input: serio - remove serio_unregister_port_delayed()
Dmitry Torokhov
1
-18
/
+0
2006-11-02
Input: serio - rearrange serio_bus initialization
Marton Nemeth
1
-11
/
+11
2006-10-12
Input: serio core - handle errors returned by device_bind_driver()
Dmitry Torokhov
1
-2
/
+14
2006-10-11
Input: serio - add lockdep annotations
Jiri Kosina
1
-1
/
+5
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-07-19
Input: serio/gameport - check whether driver core calls succeeded
Randy Dunlap
1
-14
/
+51
[next]