| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-08 | Input: extend the number of event (and other) devices | Dmitry Torokhov | 1 | -61/+53 |
| 2012-10-01 | Merge branch 'for-next' of git://github.com/rydberg/linux into next | Dmitry Torokhov | 1 | -85/+169 |
| 2012-09-19 | Input: Send events one packet at a time | Henrik Rydberg | 1 | -53/+123 |
| 2012-09-19 | Input: Move autorepeat to the event-passing phase | Henrik Rydberg | 1 | -21/+25 |
| 2012-09-19 | Input: Make sure we follow all EV_KEY events | Henrik Rydberg | 1 | -7/+13 |
| 2012-09-19 | Input: Improve the events-per-packet estimate | Henrik Rydberg | 1 | -3/+7 |
| 2012-09-19 | Input: Break out MT data | Henrik Rydberg | 1 | -10/+10 |
| 2012-08-21 | Input: get rid of MATCH_BIT() macro | Dmitry Torokhov | 1 | -17/+26 |
| 2012-02-02 | Input: Use accessor for MT values | Henrik Rydberg | 1 | -1/+1 |
| 2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-05-25 | Input: properly assign return value of clamp() macro. | Hans Petter Selasky | 1 | -1/+1 |
| 2011-05-12 | Input: remove useless synchronize_rcu() calls | Eric Dumazet | 1 | -1/+0 |
| 2011-04-18 | Input: estimate number of events per packet | Jeff Brown | 1 | -0/+40 |
| 2011-03-18 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -49/+7 |
| 2011-02-02 | Revert "Input: do not pass injected events back to the originating handler" | Dmitry Torokhov | 1 | -26/+11 |
| 2011-01-31 | Input: switch completely over to the new versions of get/setkeycode | Dmitry Torokhov | 1 | -48/+7 |
| 2011-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -59/+32 |
| 2011-01-06 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -59/+32 |
| 2010-12-27 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/... | Dmitry Torokhov | 1 | -1/+20 |
| 2010-12-20 | Input: fix double equality sign in uevent | Henrik Rydberg | 1 | -1/+1 |
| 2010-12-20 | Input: introduce device properties | Henrik Rydberg | 1 | -0/+19 |
| 2010-12-16 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/... | Dmitry Torokhov | 1 | -47/+1 |
| 2010-12-16 | input: mt: Break out slots handling | Henrik Rydberg | 1 | -47/+1 |
| 2010-11-30 | Input: use pr_fmt and pr_<level> | Joe Perches | 1 | -11/+11 |
| 2010-11-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+1 |
| 2010-11-18 | Input: fix typo in keycode validation supporting large scancodes | Mattia Dongili | 1 | -1/+1 |
| 2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
| 2010-11-11 | Input: do not pass injected events back to the originating handler | Dmitry Torokhov | 1 | -11/+26 |
| 2010-11-03 | Input: export input_reset_device() for use in KGDB | Dmitry Torokhov | 1 | -15/+35 |
| 2010-10-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -51/+147 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
| 2010-09-09 | Input: add support for large scancodes | Mauro Carvalho Chehab | 1 | -48/+144 |
| 2010-09-05 | Input: fix a few typos | Dmitry Torokhov | 1 | -3/+3 |
| 2010-08-28 | Input: MT - initialize slots to unused | Henrik Rydberg | 1 | -2/+9 |
| 2010-08-02 | Input: dynamically allocate ABS information | Daniel Mack | 1 | -2/+40 |
| 2010-08-02 | Input: switch to input_abs_*() access functions | Daniel Mack | 1 | -2/+2 |
| 2010-07-15 | Input: change input handlers to use bool when possible | Dmitry Torokhov | 1 | -3/+3 |
| 2010-07-15 | Input: introduce MT event slots | Henrik Rydberg | 1 | -43/+92 |
| 2010-07-14 | Input: fix signedness warning in input_set_keycode() | Dmitry Torokhov | 1 | -1/+1 |
| 2010-07-03 | Input: release pressed keys when resuming device | Oliver Neukum | 1 | -10/+29 |
| 2010-04-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+8 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-21 | Input: sparse-keymap - implement safer freeing of the keymap | Dmitry Torokhov | 1 | -1/+8 |
| 2010-03-09 | Input: remove BKL, fix input_open_file() locking | Arnd Bergmann | 1 | -8/+10 |
| 2010-03-08 | Input: scancode in get/set_keycodes should be unsigned | Dmitry Torokhov | 1 | -11/+9 |
| 2010-02-28 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -18/+72 |
| 2010-02-04 | Input: add match() method to input hanlders | Dmitry Torokhov | 1 | -7/+6 |
| 2010-01-30 | Input: implement input filters | Dmitry Torokhov | 1 | -7/+34 |
| 2010-01-28 | Input: add the ABS_MT_PRESSURE event | Henrik Rydberg | 1 | -0/+1 |
| 2010-01-21 | Merge commit 'v2.6.33-rc5' into next | Dmitry Torokhov | 1 | -15/+71 |
| 2010-01-12 | Input: add compat support for sysfs and /proc capabilities output | Dmitry Torokhov | 1 | -15/+71 |
| 2010-01-06 | Input: cleanse capabilities bits before registering device | Dmitry Torokhov | 1 | -0/+22 |
| 2010-01-06 | Input: automatically reset KEY_RESERVED bit for all input devices | Dmitry Torokhov | 1 | -4/+10 |
| 2009-12-11 | Input: document use of input_event() function | Dmitry Torokhov | 1 | -2/+8 |
| 2009-12-02 | Merge commit 'v2.6.32' into next | Dmitry Torokhov | 1 | -11/+18 |
| 2009-12-01 | Input: keyboard - fix lack of locking when traversing handler->h_list | Dmitry Torokhov | 1 | -2/+35 |
| 2009-11-12 | Input: force LED reset on resume | Dmitry Torokhov | 1 | -11/+18 |
| 2009-11-02 | Merge commit 'v2.6.32-rc5' into for-linus | Dmitry Torokhov | 1 | -4/+5 |
| 2009-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -17/+48 |
| 2009-10-14 | Input: fix locking issue in /proc/bus/input/ handlers | Dmitry Torokhov | 1 | -17/+48 |
| 2009-10-04 | headers: remove sched.h from poll.h | Alexey Dobriyan | 1 | -0/+1 |
| 2009-10-01 | drivers/input/input.c: fix CONFIG_PM=n warning | Andrew Morton | 1 | -1/+1 |
| 2009-09-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+63 |
| 2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 1 | -2/+2 |
| 2009-09-17 | Input: add generic suspend and resume for input devices | Dmitry Torokhov | 1 | -1/+63 |
| 2009-09-15 | driver model: constify attribute groups | David Brownell | 1 | -1/+1 |
| 2009-06-15 | Driver Core: input: add nodename for input drivers | Kay Sievers | 1 | -0/+6 |
| 2009-05-23 | Input: multitouch - add tracking ID to the protocol | Henrik Rydberg | 1 | -0/+1 |
| 2009-04-28 | Input: add detailed multi-touch finger data report protocol | Henrik Rydberg | 1 | -0/+13 |
| 2009-04-28 | Input: allow certain EV_ABS events to bypass all filtering | Henrik Rydberg | 1 | -0/+23 |
| 2009-04-16 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -1/+0 |
| 2009-04-11 | Input: remove unnecessary synchronize_rcu() call | Arjan van de Ven | 1 | -1/+0 |
| 2009-04-08 | Merge branch 'next' into for-linus | Dmitry Torokhov | 1 | -3/+10 |
| 2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 1 | -2/+0 |
| 2009-03-08 | Input: fix polling of /proc/bus/input/devices | Dmitry Torokhov | 1 | -3/+3 |
| 2009-01-29 | Input: stop autorepeat timer on key release | Johannes Berg | 1 | -0/+7 |
| 2008-10-30 | Input: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
| 2008-07-21 | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into next | Dmitry Torokhov | 1 | -4/+12 |
| 2008-06-30 | Input: don't reset sync flag when ignoring event | Dmitry Torokhov | 1 | -1/+1 |
| 2008-06-20 | Input: cdev lock_kernel() pushdown | Jonathan Corbet | 1 | -4/+12 |
| 2008-04-29 | drivers: use non-racy method for proc entries creation (2) | Denis V. Lunev | 1 | -8/+4 |
| 2008-04-29 | proc: remove proc_bus | Alexey Dobriyan | 1 | -3/+3 |
| 2008-01-31 | Input: constify function pointer tables (seq_operations) | Jan Engelhardt | 1 | -2/+2 |
| 2008-01-21 | Input: remove cdev from input_dev structure | Dmitry Torokhov | 1 | -3/+0 |
| 2008-01-21 | Input: Add proper locking when changing device's keymap | Dmitry Torokhov | 1 | -6/+72 |
| 2008-01-03 | Input: pass EV_PWR events to event handlers | Richard Purdie | 1 | -0/+4 |
| 2007-12-14 | Input: Handle EV_PWR type of input caps in input_set_capability. | Dmitry Baryshkov | 1 | -0/+4 |
| 2007-10-19 | get rid of input BIT* duplicate defines | Jiri Slaby | 1 | -5/+5 |
| 2007-10-13 | Input: use full RCU API | Dmitry Torokhov | 1 | -21/+15 |
| 2007-10-12 | Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 1 | -42/+20 |
| 2007-10-12 | Driver core: change add_uevent_var to use a struct | Kay Sievers | 1 | -42/+20 |
| 2007-08-30 | Input: implement proper locking in input core | Dmitry Torokhov | 1 | -175/+491 |
| 2007-07-18 | Input: switch to using seq_list_xxx helpers | Pavel Emelianov | 1 | -25/+4 |
| 2007-07-10 | Input: convert from class devices to standard devices | Dmitry Torokhov | 1 | -62/+74 |
| 2007-05-08 | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 1 | -1/+0 |
| 2007-04-25 | Input: add input_set_capability() helper | Dmitry Torokhov | 1 | -0/+56 |
| 2007-04-12 | Input: prepare to switching to struct device | Dmitry Torokhov | 1 | -0/+3 |
| 2007-04-12 | Input: rework handle creation code | Dmitry Torokhov | 1 | -36/+52 |
| 2007-03-16 | Input: simplify input_free_device() | Dmitry Torokhov | 1 | -7/+1 |
| 2007-03-14 | Input: add getkeycode and setkeycode methods | Marvin Raaijmakers | 1 | -0/+87 |
| 2007-03-07 | Input: let driver core create class device attribute groups | Dmitry Torokhov | 1 | -21/+8 |
| 2007-03-07 | Input: export 'uniq' in /proc/bus/input/devices | Dmitry Torokhov | 1 | -0/+1 |
| 2007-02-18 | Input: do not lock device when showing name, phys and uniq | Dmitry Torokhov | 1 | -15/+2 |
| 2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
| 2007-02-12 | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 1 | -3/+3 |
| 2006-11-02 | Input: add comments to input_{allocate|free}_device() | Dmitry Torokhov | 1 | -1/+24 |
| 2006-09-14 | Input: make input_register_handler() return error codes | Dmitry Torokhov | 1 | -5/+7 |
| 2006-09-14 | Input: remove cruft that was needed for transition to sysfs | Dmitry Torokhov | 1 | -10/+0 |
| 2006-09-14 | Input: fix input module refcounting | Dmitry Torokhov | 1 | -2/+2 |
| 2006-09-14 | Input: constify input core | Dmitry Torokhov | 1 | -3/+4 |
| 2006-09-10 | Input: send key up events at disconnect | Dmitry Torokhov | 1 | -2/+5 |
| 2006-07-19 | Input: implement new force feedback interface | Anssi Hannula | 1 | -0/+6 |
| 2006-07-19 | Input: add missing handler->start() call | Dmitry Torokhov | 1 | -1/+4 |
| 2006-07-15 | Input: fix list iteration in input_release_device() | Andrew Morton | 1 | -3/+5 |
| 2006-07-06 | Input: introduce input_inject_event() function | Dmitry Torokhov | 1 | -0/+27 |
| 2006-07-06 | Input: add start() method to input handlers | Dmitry Torokhov | 1 | -2/+10 |
| 2006-07-06 | Input: remove accept method from input_dev | Dmitry Torokhov | 1 | -9/+0 |
| 2006-06-27 | Input: fix resetting name, phys and uniq when unregistering device | Dmitry Torokhov | 1 | -1/+2 |
| 2006-06-26 | Input: rearrange exports | Dmitry Torokhov | 1 | -15/+14 |
| 2006-06-26 | Input: fix formatting to better follow CodingStyle | Dmitry Torokhov | 1 | -12/+25 |
| 2006-06-26 | Input: reset name, phys and uniq when unregistering | Dmitry Torokhov | 1 | -1/+18 |
| 2006-06-26 | Input: return correct size when reading modalias attribute | Richard Purdie | 1 | -1/+1 |
| 2006-04-29 | Input: make EVIOCGSND return meaningful data | Dmitry Torokhov | 1 | -0/+3 |
| 2006-04-26 | Input: move input_device_id to mod_devicetable.h | Dmitry Torokhov | 1 | -4/+4 |
| 2006-04-02 | Input: make modalias code respect allowed buffer size | Dmitry Torokhov | 1 | -39/+71 |
| 2006-04-02 | Input: convert /proc handling to seq_file | Dmitry Torokhov | 1 | -111/+168 |
| 2006-04-02 | Input: limit attributes' output to PAGE_SIZE | Dmitry Torokhov | 1 | -12/+24 |
| 2006-04-02 | Manual merge with Linus. | Dmitry Torokhov | 1 | -1/+1 |
| 2006-03-28 | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 1 | -1/+1 |
| 2006-02-19 | Input: input core - semaphore to mutex conversion | Jes Sorensen | 1 | -7/+8 |
| 2006-01-13 | [PATCH] INPUT: add MODALIAS to the event environment | Kay Sievers | 1 | -18/+37 |
| 2006-01-10 | Input: prepare for f_ops constness | Arjan van de Ven | 1 | -1/+1 |
| 2006-01-04 | [PATCH] Input: add modalias support | Rusty Russell | 1 | -0/+39 |
| 2006-01-04 | [PATCH] driver core: replace "hotplug" by "uevent" | Kay Sievers | 1 | -7/+7 |
| 2006-01-04 | [PATCH] remove CONFIG_KOBJECT_UEVENT option | Kay Sievers | 1 | -1/+0 |
| 2005-11-20 | Input: handle failures in input_register_device() | Dmitry Torokhov | 1 | -27/+36 |
| 2005-11-09 | [PATCH] Input: fix 'uniq' reporting in hotplug handler | Dmitry Torokhov | 1 | -1/+1 |
| 2005-11-02 | Input: fix input device deregistration | Dmitry Torokhov | 1 | -0/+1 |
| 2005-11-02 | Input: do not register statically allocated devices | Dmitry Torokhov | 1 | -11/+15 |
| 2005-10-31 | Input: fix input_dev registration message | Dmitry Torokhov | 1 | -1/+1 |
| 2005-10-28 | [PATCH] input core: remove custom-made hotplug handler | Dmitry Torokhov | 1 | -145/+104 |
| 2005-10-28 | [PATCH] INPUT: rename input_dev_class to input_class to be correct. | Greg Kroah-Hartman | 1 | -7/+7 |
| 2005-10-28 | [PATCH] INPUT: remove the input_class structure, as it is unused. | Greg Kroah-Hartman | 1 | -15/+3 |
| 2005-10-28 | [PATCH] INPUT: Fix oops when accessing sysfs files of nested input devices | Greg Kroah-Hartman | 1 | -7/+12 |
| 2005-10-28 | [PATCH] INPUT: export input_dev_class so that input drivers can use it. | Greg Kroah-Hartman | 1 | -1/+2 |
| 2005-10-28 | [PATCH] INPUT: register the input class device sooner | Greg Kroah-Hartman | 1 | -3/+3 |
| 2005-10-28 | [PATCH] Input: export input_dev data via sysfs attributes | Dmitry Torokhov | 1 | -23/+133 |
| 2005-10-28 | [PATCH] Input: show sysfs path in /proc/bus/input/devices | Dmitry Torokhov | 1 | -0/+6 |
| 2005-10-28 | [PATCH] Input: prepare to sysfs integration | Dmitry Torokhov | 1 | -5/+72 |
| 2005-10-28 | [PATCH] Input: kill devfs references | Dmitry Torokhov | 1 | -7/+0 |
| 2005-09-24 | [PATCH] Input: check switch bitmap when matching handlers | Dmitry Torokhov | 1 | -0/+1 |
| 2005-09-07 | [PATCH] Input: Add a new switch event type | Richard Purdie | 1 | -0/+11 |
| 2005-07-01 | Input: cannot refer to __exit from within __init. | Andrew Morton | 1 | -1/+1 |
| 2005-06-30 | Input: rearrange procfs code to reduce number of #ifdefs | Dmitry Torokhov | 1 | -191/+198 |
| 2005-06-27 | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually | Linus Torvalds | 1 | -5/+32 |
| 2005-06-20 | [PATCH] INPUT: move to use the new class code, instead of class_simple | gregkh@suse.de | 1 | -5/+5 |
| 2005-06-01 | Input: do not corrupt system-wide procfs fops. | Luke Kosewski | 1 | -0/+4 |
| 2005-05-29 | Input: add semaphore and user count to input_dev structure; | Dmitry Torokhov | 1 | -5/+28 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+748 |