aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/evdev.c
Commit message (Expand)AuthorAge
* drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton2014-12-03
* Input: evdev - fix EVIOCG{type} ioctlDmitry Torokhov2014-10-07
* input: evdev: Use ktime_mono_to_real()Thomas Gleixner2014-07-23
* Merge tag 'v3.15-rc5' into nextDmitry Torokhov2014-05-14
|\
| * Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft2014-03-29
* | Input: evdev - get rid of old workaround for EVIOCGBITDmitry Torokhov2014-05-14
|/
* Input: evdev - fall back to vmalloc for client event bufferDaniel Stone2013-10-31
* Input: evdev - add EVIOCREVOKE ioctlDavid Herrmann2013-09-07
* Input: evdev - flush queues during EVIOCGKEY-like ioctlsDavid Herrmann2013-06-10
* Input: fix use-after-free introduced with dynamic minor changesDmitry Torokhov2012-10-22
* Input: extend the number of event (and other) devicesDmitry Torokhov2012-10-08
* Input: evdev - Add the events() callbackHenrik Rydberg2012-09-19
* Input: Break out MT dataHenrik Rydberg2012-09-19
* Input: evdev - properly handle read/write with count 0Dmitry Torokhov2012-05-02
* Input: evdev - properly access RCU-protected 'grab' dataDmitry Torokhov2012-05-02
* Merge branch 'next' into for-linusDmitry Torokhov2012-03-19
|\
| * Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov2012-03-09
| |\
| | * Input: Add EVIOC mechanism for MT slotsHenrik Rydberg2012-02-09
| * | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-09
| |\ \
| * | | Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2012-02-03
| | |/ | |/|
* | | Input: evdev - fix variable initialisationHeiko Stübner2012-02-24
| |/ |/|
* | Input: evdev - fix variable initialisationHeiko Stübner2012-02-01
|/
* Input: evdev - do not block waiting for an event if fd is nonblockDima Zavin2011-12-30
* Input: evdev - if no events and non-block, return EAGAIN not 0Dima Zavin2011-12-30
* Input: evdev - only allow reading events if a full packet is presentDima Zavin2011-12-30
* Input: evdev - try to wake up readers only if we have full packetDmitry Torokhov2011-06-18
* Input: remove useless synchronize_rcu() callsEric Dumazet2011-05-12
* Input: evdev - only signal polls on full packetsJeff Brown2011-04-27
* Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown2011-04-13
* Input: evdev - fix evdev_write return value on partial writesPeter Korsgaard2011-02-27
* Merge branch 'next' into for-linusDmitry Torokhov2011-01-07
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov2010-12-27
| |\
| | * Input: introduce device propertiesHenrik Rydberg2010-12-20
| * | Input: use pr_fmt and pr_<level>Joe Perches2010-12-01
| |/
* / Input: define separate EVIOCGKEYCODE_V2/EVIOCSKEYCODE_V2Dmitry Torokhov2010-12-15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-25
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2010-10-25
| |\
| | * Input: add support for large scancodesMauro Carvalho Chehab2010-09-10
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-15
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-21
|\ \ \ | |_|/ |/| |
| * | input: __rcu annotationsArnd Bergmann2010-08-19
| |/
* | Input: evdev - fix EVIOCSABS regressionDaniel Mack2010-10-18
* | Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSDaniel Mack2010-10-18
|/
* Input: evdev - rearrange ioctl handlingDmitry Torokhov2010-08-02
* Input: dynamically allocate ABS informationDaniel Mack2010-08-02
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-02
* Input: evdev - signal that device is writable in evdev_poll()Dmitry Torokhov2010-07-16
* Input: change input handlers to use bool when possibleDmitry Torokhov2010-07-16
* Input: introduce MT event slotsHenrik Rydberg2010-07-16