summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/uinput.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-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-161-1/+0
| * Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani2018-01-091-2/+2
| * Input: uinput - use monotonic times for timestampsDeepa Dinamani2018-01-011-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-231-1/+39
* Input: uinput - remove uinput_allocate_device()Dmitry Torokhov2017-10-231-18/+10
* Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov2017-10-231-116/+115
* Input: uinput - allow FF requests to time outDmitry Torokhov2017-10-231-1/+5
* Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov2017-09-211-18/+21
* Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-211-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/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-271-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-251-2/+2
|/
* Input: uinput - sanity check on ff_effects_max and EV_FFElias Vanderstuyft2015-12-181-0/+7
* Input: uinput - rework ABS validationDavid Herrmann2015-12-181-44/+45
* Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires2015-12-181-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/+2
* 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-121-0/+43
* Input: uinput - breaks by goto out in uinput_ioctl_handlerBenjamin Tisssoires2014-01-301-29/+27
* 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-211-10/+18
* | Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov2012-08-211-5/+6
* | Input: uinput - mark failed submission requests as freeDmitry Torokhov2012-08-211-38/+40
* | Input: uinput - fix race that can block nonblocking readDmitry Torokhov2012-08-211-30/+44
* | Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann2012-08-211-0/+3
* | Input: uinput - take event lock when fetching events from bufferDmitry Torokhov2012-08-211-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/+10
* Input: uinput - fix setting up device nameDavid Herrmann2011-02-211-7/+6
* Input: introduce device propertiesHenrik Rydberg2010-12-201-0/+4
* input: mt: Collect slots initialization codeHenrik Rydberg2010-12-161-2/+1
* input: mt: Break out slots handlingHenrik Rydberg2010-12-161-0/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | Input: uinput - setup MT usage during device creationHenrik Rydberg2010-09-191-0/+7
|/
* Input: uinput - add devname alias to allow module on-demand loadKay Sievers2010-08-211-0/+2
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-021-12/+17