summaryrefslogtreecommitdiffstats
path: root/drivers/input/evdev.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-05-131-4/+3
|\
| * Input: evdev - use struct_size() in kzalloc() and vzalloc()Gustavo A. R. Silva2019-04-031-4/+3
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* Input: evdev - add a schedule point in evdev_write()Dmitry Torokhov2018-10-051-0/+1
* Input: evdev - switch to bitmap APIAndy Shevchenko2018-08-011-9/+7
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-02-011-7/+13
|\
| * Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani2018-01-091-7/+13
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* input: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-211-9/+2
* Input: evdev - fix bug in checking duplicate clock change requestAniroop Mathur2015-10-311-17/+19
* Input: evdev - add event-mask APIDavid Herrmann2015-10-261-2/+232
* Input: evdev - do not report errors form flush()Takashi Iwai2015-09-031-9/+4
* Input: evdev - use kvfree() in evdev_release()Pekka Enberg2015-05-151-4/+1
* Input: evdev - do not queue SYN_DROPPED if queue is emptyDmitry Torokhov2015-02-051-11/+23
* Merge tag 'v3.19-rc4' into nextDmitry Torokhov2015-01-151-1/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-301-16/+44
| |\
| * | drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton2014-12-031-1/+1
* | | Input: evdev - flush pending events on clock type changeAnshul Garg2015-01-151-23/+32
| |/ |/|
* | Input: evdev - add CLOCK_BOOTTIME supportAniroop Mathur2014-12-171-16/+44
|/
* Input: evdev - fix EVIOCG{type} ioctlDmitry Torokhov2014-10-071-5/+8
* input: evdev: Use ktime_mono_to_real()Thomas Gleixner2014-07-231-4/+3
* Merge tag 'v3.15-rc5' into nextDmitry Torokhov2014-05-141-1/+3
|\
| * Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft2014-03-291-1/+3
* | Input: evdev - get rid of old workaround for EVIOCGBITDmitry Torokhov2014-05-141-18/+0
|/
* Input: evdev - fall back to vmalloc for client event bufferDaniel Stone2013-10-311-4/+12
* Input: evdev - add EVIOCREVOKE ioctlDavid Herrmann2013-09-071-6/+31
* Input: evdev - flush queues during EVIOCGKEY-like ioctlsDavid Herrmann2013-06-091-4/+129
* Input: fix use-after-free introduced with dynamic minor changesDmitry Torokhov2012-10-221-2/+1
* Input: extend the number of event (and other) devicesDmitry Torokhov2012-10-081-66/+33
* Input: evdev - Add the events() callbackHenrik Rydberg2012-09-191-21/+47
* Input: Break out MT dataHenrik Rydberg2012-09-191-4/+6
* Input: evdev - properly handle read/write with count 0Dmitry Torokhov2012-05-021-23/+38
* Input: evdev - properly access RCU-protected 'grab' dataDmitry Torokhov2012-05-021-3/+5
* Merge branch 'next' into for-linusDmitry Torokhov2012-03-191-5/+47
|\
| * Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov2012-03-091-1/+26
| |\
| | * Input: Add EVIOC mechanism for MT slotsHenrik Rydberg2012-02-091-1/+26
| * | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-091-1/+1
| |\ \
| * | | Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2012-02-031-4/+21
| | |/ | |/|
* | | Input: evdev - fix variable initialisationHeiko Stübner2012-02-241-1/+1
| |/ |/|
* | Input: evdev - fix variable initialisationHeiko Stübner2012-02-011-1/+1
|/
* Input: evdev - do not block waiting for an event if fd is nonblockDima Zavin2011-12-301-8/+7
* Input: evdev - if no events and non-block, return EAGAIN not 0Dima Zavin2011-12-301-0/+3
* Input: evdev - only allow reading events if a full packet is presentDima Zavin2011-12-301-1/+1
* Input: evdev - try to wake up readers only if we have full packetDmitry Torokhov2011-06-181-1/+2
* Input: remove useless synchronize_rcu() callsEric Dumazet2011-05-121-2/+0
* Input: evdev - only signal polls on full packetsJeff Brown2011-04-261-6/+11
* Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown2011-04-121-12/+21
* Input: evdev - fix evdev_write return value on partial writesPeter Korsgaard2011-02-271-4/+6