aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/evdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-17Merge branch 'for-linus' into nextDmitry Torokhov1-15/+4
2020-05-12Merge tag 'v5.6' into nextDmitry Torokhov1-11/+8
2020-04-22Input: evdev - call input_flush_device() on release(), not flush()Brendan Shanks1-15/+4
2020-04-18Input: evdev - use keyed wakeupsKenny Levinsen1-3/+4
2020-01-10Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()Miles Chen1-4/+1
2019-12-13Input: input_event - fix struct padding on sparc64Arnd Bergmann1-7/+7
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz1-27/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-4/+3
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-03Input: evdev - use struct_size() in kzalloc() and vzalloc()Gustavo A. R. Silva1-4/+3
2018-10-05Input: evdev - add a schedule point in evdev_write()Dmitry Torokhov1-0/+1
2018-08-01Input: evdev - switch to bitmap APIAndy Shevchenko1-9/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-7/+13
2018-01-09Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani1-7/+13
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-03-21input: utilize new cdev_device_add helper functionLogan Gunthorpe1-9/+2
2015-10-31Input: evdev - fix bug in checking duplicate clock change requestAniroop Mathur1-17/+19
2015-10-26Input: evdev - add event-mask APIDavid Herrmann1-2/+232
2015-09-03Input: evdev - do not report errors form flush()Takashi Iwai1-9/+4
2015-05-15Input: evdev - use kvfree() in evdev_release()Pekka Enberg1-4/+1
2015-02-05Input: evdev - do not queue SYN_DROPPED if queue is emptyDmitry Torokhov1-11/+23
2015-01-15Merge tag 'v3.19-rc4' into nextDmitry Torokhov1-1/+1
2015-01-15Input: evdev - flush pending events on clock type changeAnshul Garg1-23/+32
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-16/+44
2014-12-17Input: evdev - add CLOCK_BOOTTIME supportAniroop Mathur1-16/+44
2014-12-03drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton1-1/+1
2014-10-07Input: evdev - fix EVIOCG{type} ioctlDmitry Torokhov1-5/+8
2014-07-23input: evdev: Use ktime_mono_to_real()Thomas Gleixner1-4/+3
2014-05-14Merge tag 'v3.15-rc5' into nextDmitry Torokhov1-1/+3
2014-05-14Input: evdev - get rid of old workaround for EVIOCGBITDmitry Torokhov1-18/+0
2014-03-29Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft1-1/+3
2013-10-31Input: evdev - fall back to vmalloc for client event bufferDaniel Stone1-4/+12
2013-09-07Input: evdev - add EVIOCREVOKE ioctlDavid Herrmann1-6/+31
2013-06-09Input: evdev - flush queues during EVIOCGKEY-like ioctlsDavid Herrmann1-4/+129
2012-10-22Input: fix use-after-free introduced with dynamic minor changesDmitry Torokhov1-2/+1
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov1-66/+33
2012-09-19Input: evdev - Add the events() callbackHenrik Rydberg1-21/+47
2012-09-19Input: Break out MT dataHenrik Rydberg1-4/+6
2012-05-02Input: evdev - properly handle read/write with count 0Dmitry Torokhov1-23/+38
2012-05-02Input: evdev - properly access RCU-protected 'grab' dataDmitry Torokhov1-3/+5
2012-03-19Merge branch 'next' into for-linusDmitry Torokhov1-5/+47
2012-03-09Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov1-1/+26
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov1-1/+1
2012-02-24Input: evdev - fix variable initialisationHeiko Stübner1-1/+1
2012-02-09Input: Add EVIOC mechanism for MT slotsHenrik Rydberg1-1/+26
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz1-4/+21
2012-02-01Input: evdev - fix variable initialisationHeiko Stübner1-1/+1
2011-12-30Input: evdev - do not block waiting for an event if fd is nonblockDima Zavin1-8/+7