index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
uinput.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-01-15
Input: uinput - fix undefined behavior in uinput_validate_absinfo()
Dmitry Torokhov
1
-2
/
+3
2018-10-05
Input: uinput - add a schedule point in uinput_inject_events()
Dmitry Torokhov
1
-0
/
+1
2018-09-19
Input: uinput - allow for max == min during input_absinfo validation
Peter Hutterer
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-2
/
+4
2018-01-17
Input: remove unneeded MODULE_VERSION() usage in misc input drivers
Greg Kroah-Hartman
1
-1
/
+0
2018-01-10
Input: extend usable life of event timestamps to 2106 on 32 bit systems
Deepa Dinamani
1
-2
/
+2
2018-01-02
Input: uinput - use monotonic times for timestamps
Deepa Dinamani
1
-1
/
+4
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-11-10
Input: uinput - unlock on allocation failure in ioctl
Dan Carpenter
1
-2
/
+4
2017-10-24
Input: uinput - fold header into the driver proper
Dmitry Torokhov
1
-1
/
+39
2017-10-24
Input: uinput - remove uinput_allocate_device()
Dmitry Torokhov
1
-18
/
+10
2017-10-24
Input: uinput - fix coding style in uinput_ioctl_handler()
Dmitry Torokhov
1
-116
/
+115
2017-10-24
Input: uinput - allow FF requests to time out
Dmitry Torokhov
1
-1
/
+5
2017-09-22
Input: uinput - avoid crash when sending FF request to device going away
Dmitry Torokhov
1
-18
/
+21
2017-09-22
Input: uinput - avoid FF flush when destroying device
Dmitry Torokhov
1
-0
/
+18
2017-02-01
Input: uinput - fix crash when mixing old and new init style
Dmitry Torokhov
1
-6
/
+14
2016-08-31
miscdevice: Add helper macro for misc device boilerplate
PrasannaKumar Muralidharan
1
-13
/
+2
2016-05-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-0
/
+6
2016-05-20
Input: uinput - handle compat ioctl for UI_SET_PHYS
Ricky Liang
1
-0
/
+6
2016-03-26
drivers/input: eliminate INPUT_COMPAT_TEST macro
Andrew Morton
1
-2
/
+2
2015-12-19
Input: uinput - sanity check on ff_effects_max and EV_FF
Elias Vanderstuyft
1
-0
/
+7
2015-12-19
Input: uinput - rework ABS validation
David Herrmann
1
-44
/
+45
2015-12-19
Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctl
Benjamin Tissoires
1
-3
/
+83
2015-09-21
Input: uinput - fix crash when using ABS events
Dmitry Torokhov
1
-1
/
+1
2015-07-09
Input: uinput - switch to using for_each_set_bit()
Anshul Garg
1
-4
/
+2
2014-07-22
Input: uinput - add UI_GET_VERSION ioctl
David Herrmann
1
-0
/
+6
2014-07-22
Input: uinput - uinput_validate_absbits() cleanup
David Herrmann
1
-19
/
+22
2014-02-13
Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs path
Benjamin Tissoires
1
-0
/
+43
2014-01-31
Input: uinput - breaks by goto out in uinput_ioctl_handler
Benjamin Tisssoires
1
-29
/
+27
2013-09-19
Input: uinput - support injecting multiple events in one write() call
Ryan Mallon
1
-8
/
+18
2012-10-02
Merge branch 'for-next' of git://github.com/rydberg/linux into next
Dmitry Torokhov
1
-1
/
+1
2012-09-19
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
1
-1
/
+1
2012-08-22
Input: uinput - fix formatting
Dmitry Torokhov
1
-10
/
+18
2012-08-22
Input: uinput - specify exact bit sizes on userspace APIs
Dmitry Torokhov
1
-5
/
+6
2012-08-22
Input: uinput - mark failed submission requests as free
Dmitry Torokhov
1
-38
/
+40
2012-08-22
Input: uinput - fix race that can block nonblocking read
Dmitry Torokhov
1
-30
/
+44
2012-08-22
Input: uinput - return -EINVAL when read buffer size is too small
David Herrmann
1
-0
/
+3
2012-08-22
Input: uinput - take event lock when fetching events from buffer
Dmitry Torokhov
1
-3
/
+24
2011-03-31
Input: uinput - allow for 0/0 min/max on absolute axes.
Peter Hutterer
1
-1
/
+5
2011-02-21
Input: uinput - reversed test in uinput_setup_device()
Dan Carpenter
1
-1
/
+1
2011-02-21
Input: uinput - use memdup_user() and friends
Dmitry Torokhov
1
-25
/
+10
2011-02-21
Input: uinput - fix setting up device name
David Herrmann
1
-7
/
+6
2010-12-20
Input: introduce device properties
Henrik Rydberg
1
-0
/
+4
2010-12-16
input: mt: Collect slots initialization code
Henrik Rydberg
1
-2
/
+1
2010-12-16
input: mt: Break out slots handling
Henrik Rydberg
1
-0
/
+1
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
[next]