aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/uinput.c
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-02-01
|\
| * Input: remove unneeded MODULE_VERSION() usage in misc input driversGreg Kroah-Hartman2018-01-16
| * Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani2018-01-09
| * Input: uinput - use monotonic times for timestampsDeepa Dinamani2018-01-02
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
|/
* Input: uinput - unlock on allocation failure in ioctlDan Carpenter2017-11-10
* Input: uinput - fold header into the driver properDmitry Torokhov2017-10-23
* Input: uinput - remove uinput_allocate_device()Dmitry Torokhov2017-10-23
* Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov2017-10-23
* Input: uinput - allow FF requests to time outDmitry Torokhov2017-10-23
* Input: uinput - avoid crash when sending FF request to device going awayDmitry Torokhov2017-09-21
* Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-21
* Input: uinput - fix crash when mixing old and new init styleDmitry Torokhov2017-02-01
* miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan2016-08-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-27
|\
| * Input: uinput - handle compat ioctl for UI_SET_PHYSRicky Liang2016-05-20
* | drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton2016-03-25
|/
* Input: uinput - sanity check on ff_effects_max and EV_FFElias Vanderstuyft2015-12-18
* Input: uinput - rework ABS validationDavid Herrmann2015-12-18
* Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctlBenjamin Tissoires2015-12-18
* Input: uinput - fix crash when using ABS eventsDmitry Torokhov2015-09-21
* Input: uinput - switch to using for_each_set_bit()Anshul Garg2015-07-09
* Input: uinput - add UI_GET_VERSION ioctlDavid Herrmann2014-07-21
* Input: uinput - uinput_validate_absbits() cleanupDavid Herrmann2014-07-21
* Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs pathBenjamin Tissoires2014-02-12
* Input: uinput - breaks by goto out in uinput_ioctl_handlerBenjamin Tisssoires2014-01-30
* Input: uinput - support injecting multiple events in one write() callRyan Mallon2013-09-19
* Merge branch 'for-next' of git://github.com/rydberg/linux into nextDmitry Torokhov2012-10-01
|\
| * Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-19
* | Input: uinput - fix formattingDmitry Torokhov2012-08-22
* | Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov2012-08-22
* | Input: uinput - mark failed submission requests as freeDmitry Torokhov2012-08-22
* | Input: uinput - fix race that can block nonblocking readDmitry Torokhov2012-08-22
* | Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann2012-08-22
* | Input: uinput - take event lock when fetching events from bufferDmitry Torokhov2012-08-22
|/
* Input: uinput - allow for 0/0 min/max on absolute axes.Peter Hutterer2011-03-31
* Input: uinput - reversed test in uinput_setup_device()Dan Carpenter2011-02-21
* Input: uinput - use memdup_user() and friendsDmitry Torokhov2011-02-21
* Input: uinput - fix setting up device nameDavid Herrmann2011-02-21
* Input: introduce device propertiesHenrik Rydberg2010-12-20
* input: mt: Collect slots initialization codeHenrik Rydberg2010-12-16
* input: mt: Break out slots handlingHenrik Rydberg2010-12-16
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | Input: uinput - setup MT usage during device creationHenrik Rydberg2010-09-19
|/
* Input: uinput - add devname alias to allow module on-demand loadKay Sievers2010-08-21
* Input: switch to input_abs_*() access functionsDaniel Mack2010-08-02
* Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack2010-05-21
* Input: uinput - mark as non-seekableDmitry Torokhov2010-02-04