summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/uinput.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-06-191-2/+20
|\
| * Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOADAndrey Smirnov2019-05-231-2/+20
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* Input: uinput - fix undefined behavior in uinput_validate_absinfo()Dmitry Torokhov2019-01-151-2/+3
* Input: uinput - add a schedule point in uinput_inject_events()Dmitry Torokhov2018-10-051-0/+1
* Input: uinput - allow for max == min during input_absinfo validationPeter Hutterer2018-09-191-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-02-011-2/+4
|\
| * Input: remove unneeded MODULE_VERSION() usage in misc input driversGreg Kroah-Hartman2018-01-171-1/+0Star
| * Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani2018-01-101-2/+2
| * Input: uinput - use monotonic times for timestampsDeepa Dinamani2018-01-021-1/+4
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
|/
* Input: uinput - unlock on allocation failure in ioctlDan Carpenter2017-11-101-2/+4
* Input: uinput - fold header into the driver properDmitry Torokhov2017-10-241-1/+39
* Input: uinput - remove uinput_allocate_device()Dmitry Torokhov2017-10-241-18/+10Star
* Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov2017-10-241-116/+115Star
* Input: uinput - allow FF requests to time outDmitry Torokhov2017-10-241-1/+5
* Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov2017-09-221-18/+21
* Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-221-0/+18
* Input: uinput - fix crash when mixing old and new init styleDmitry Torokhov2017-02-011-6/+14
* miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan2016-08-311-13/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-281-0/+6
|\
| * Input: uinput - handle compat ioctl for UI_SET_PHYSRicky Liang2016-05-201-0/+6
* | drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton2016-03-261-2/+2
|/
* Input: uinput - sanity check on ff_effects_max and EV_FFElias Vanderstuyft2015-12-191-0/+7
* Input: uinput - rework ABS validationDavid Herrmann2015-12-191-44/+45
* Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires2015-12-191-3/+83
* Input: uinput - fix crash when using ABS eventsDmitry Torokhov2015-09-211-1/+1
* Input: uinput - switch to using for_each_set_bit()Anshul Garg2015-07-091-4/+2Star
* Input: uinput - add UI_GET_VERSION ioctlDavid Herrmann2014-07-211-0/+6
* Input: uinput - uinput_validate_absbits() cleanupDavid Herrmann2014-07-211-19/+22
* Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs pathBenjamin Tissoires2014-02-131-0/+43
* Input: uinput - breaks by goto out in uinput_ioctl_handlerBenjamin Tisssoires2014-01-311-29/+27Star
* Input: uinput - support injecting multiple events in one write() callRyan Mallon2013-09-191-8/+18
* Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2012-10-011-1/+1
|\
| * Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1
* | Input: uinput - fix formattingDmitry Torokhov2012-08-221-10/+18
* | Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov2012-08-221-5/+6
* | Input: uinput - mark failed submission requests as freeDmitry Torokhov2012-08-221-38/+40
* | Input: uinput - fix race that can block nonblocking readDmitry Torokhov2012-08-221-30/+44
* | Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann2012-08-221-0/+3
* | Input: uinput - take event lock when fetching events from bufferDmitry Torokhov2012-08-221-3/+24
|/
* Input: uinput - allow for 0/0 min/max on absolute axes.Peter Hutterer2011-03-311-1/+5
* Input: uinput - reversed test in uinput_setup_device()Dan Carpenter2011-02-211-1/+1
* Input: uinput - use memdup_user() and friendsDmitry Torokhov2011-02-211-25/+10Star
* Input: uinput - fix setting up device nameDavid Herrmann2011-02-211-7/+6Star
* Input: introduce device propertiesHenrik Rydberg2010-12-201-0/+4
* input: mt: Collect slots initialization codeHenrik Rydberg2010-12-161-2/+1Star
* input: mt: Break out slots handlingHenrik Rydberg2010-12-161-0/+1