aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/evdev.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-06Input: evdev - per-client waitgroupsGravatar Kenny Levinsen 1-10/+9
2020-05-17Merge branch 'for-linus' into nextGravatar Dmitry Torokhov 1-15/+4
2020-05-12Merge tag 'v5.6' into nextGravatar Dmitry Torokhov 1-11/+8
2020-04-22Input: evdev - call input_flush_device() on release(), not flush()Gravatar Brendan Shanks 1-15/+4
2020-04-18Input: evdev - use keyed wakeupsGravatar Kenny Levinsen 1-3/+4
2020-01-10Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()Gravatar Miles Chen 1-4/+1
2019-12-13Input: input_event - fix struct padding on sparc64Gravatar Arnd Bergmann 1-7/+7
2019-07-25Input: allow drivers specify timestamp for input eventsGravatar Atif Niyaz 1-27/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-4/+3
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2019-04-03Input: evdev - use struct_size() in kzalloc() and vzalloc()Gravatar Gustavo A. R. Silva 1-4/+3
2018-10-05Input: evdev - add a schedule point in evdev_write()Gravatar Dmitry Torokhov 1-0/+1
2018-08-01Input: evdev - switch to bitmap APIGravatar Andy Shevchenko 1-9/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-7/+13
2018-01-09Input: extend usable life of event timestamps to 2106 on 32 bit systemsGravatar Deepa Dinamani 1-7/+13
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-03-21input: utilize new cdev_device_add helper functionGravatar Logan Gunthorpe 1-9/+2
2015-10-31Input: evdev - fix bug in checking duplicate clock change requestGravatar Aniroop Mathur 1-17/+19
2015-10-26Input: evdev - add event-mask APIGravatar David Herrmann 1-2/+232
2015-09-03Input: evdev - do not report errors form flush()Gravatar Takashi Iwai 1-9/+4
2015-05-15Input: evdev - use kvfree() in evdev_release()Gravatar Pekka Enberg 1-4/+1
2015-02-05Input: evdev - do not queue SYN_DROPPED if queue is emptyGravatar Dmitry Torokhov 1-11/+23
2015-01-15Merge tag 'v3.19-rc4' into nextGravatar Dmitry Torokhov 1-1/+1
2015-01-15Input: evdev - flush pending events on clock type changeGravatar Anshul Garg 1-23/+32
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-16/+44
2014-12-17Input: evdev - add CLOCK_BOOTTIME supportGravatar Aniroop Mathur 1-16/+44
2014-12-03drivers/input/evdev.c: don't kfree() a vmalloc addressGravatar Andrew Morton 1-1/+1
2014-10-07Input: evdev - fix EVIOCG{type} ioctlGravatar Dmitry Torokhov 1-5/+8
2014-07-23input: evdev: Use ktime_mono_to_real()Gravatar Thomas Gleixner 1-4/+3
2014-05-14Merge tag 'v3.15-rc5' into nextGravatar Dmitry Torokhov 1-1/+3
2014-05-14Input: evdev - get rid of old workaround for EVIOCGBITGravatar Dmitry Torokhov 1-18/+0
2014-03-29Input: don't modify the id of ioctl-provided ff effect on upload failureGravatar Elias Vanderstuyft 1-1/+3
2013-10-31Input: evdev - fall back to vmalloc for client event bufferGravatar Daniel Stone 1-4/+12
2013-09-07Input: evdev - add EVIOCREVOKE ioctlGravatar David Herrmann 1-6/+31
2013-06-09Input: evdev - flush queues during EVIOCGKEY-like ioctlsGravatar David Herrmann 1-4/+129
2012-10-22Input: fix use-after-free introduced with dynamic minor changesGravatar Dmitry Torokhov 1-2/+1
2012-10-08Input: extend the number of event (and other) devicesGravatar Dmitry Torokhov 1-66/+33
2012-09-19Input: evdev - Add the events() callbackGravatar Henrik Rydberg 1-21/+47
2012-09-19Input: Break out MT dataGravatar Henrik Rydberg 1-4/+6
2012-05-02Input: evdev - properly handle read/write with count 0Gravatar Dmitry Torokhov 1-23/+38
2012-05-02Input: evdev - properly access RCU-protected 'grab' dataGravatar Dmitry Torokhov 1-3/+5
2012-03-19Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-5/+47
2012-03-09Merge branch 'for-next' of github.com:rydberg/linux into nextGravatar Dmitry Torokhov 1-1/+26
2012-03-09Merge commit 'v3.3-rc6' into nextGravatar Dmitry Torokhov 1-1/+1
2012-02-24Input: evdev - fix variable initialisationGravatar Heiko Stübner 1-1/+1
2012-02-09Input: Add EVIOC mechanism for MT slotsGravatar Henrik Rydberg 1-1/+26
2012-02-03Input: add infrastructure for selecting clockid for event time stampsGravatar John Stultz 1-4/+21
2012-02-01Input: evdev - fix variable initialisationGravatar Heiko Stübner 1-1/+1