index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
uinput.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: input_event - fix struct padding on sparc64
Arnd Bergmann
2019-12-13
1
-5
/
+9
*
Input: uinput - always report EPOLLOUT
Dmitry Torokhov
2019-12-13
1
-2
/
+3
*
Input: uinput - fix returning EPOLLOUT from uinput_poll
Marcel Holtmann
2019-12-04
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2019-06-19
1
-2
/
+20
|
\
|
*
Input: uinput - add compat ioctl number translation for UI_*_FF_UPLOAD
Andrey Smirnov
2019-05-23
1
-2
/
+20
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
|
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-05-06
1
-1
/
+1
|
/
*
Input: uinput - fix undefined behavior in uinput_validate_absinfo()
Dmitry Torokhov
2019-01-14
1
-2
/
+3
*
Input: uinput - add a schedule point in uinput_inject_events()
Dmitry Torokhov
2018-10-05
1
-0
/
+1
*
Input: uinput - allow for max == min during input_absinfo validation
Peter Hutterer
2018-09-18
1
-1
/
+1
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2018-02-01
1
-2
/
+4
|
\
|
*
Input: remove unneeded MODULE_VERSION() usage in misc input drivers
Greg Kroah-Hartman
2018-01-16
1
-1
/
+0
|
*
Input: extend usable life of event timestamps to 2106 on 32 bit systems
Deepa Dinamani
2018-01-09
1
-2
/
+2
|
*
Input: uinput - use monotonic times for timestamps
Deepa Dinamani
2018-01-01
1
-1
/
+4
*
|
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-1
/
+1
|
/
*
Input: uinput - unlock on allocation failure in ioctl
Dan Carpenter
2017-11-10
1
-2
/
+4
*
Input: uinput - fold header into the driver proper
Dmitry Torokhov
2017-10-23
1
-1
/
+39
*
Input: uinput - remove uinput_allocate_device()
Dmitry Torokhov
2017-10-23
1
-18
/
+10
*
Input: uinput - fix coding style in uinput_ioctl_handler()
Dmitry Torokhov
2017-10-23
1
-116
/
+115
*
Input: uinput - allow FF requests to time out
Dmitry Torokhov
2017-10-23
1
-1
/
+5
*
Input: uinput - avoid crash when sending FF request to device going away
Dmitry Torokhov
2017-09-21
1
-18
/
+21
*
Input: uinput - avoid FF flush when destroying device
Dmitry Torokhov
2017-09-21
1
-0
/
+18
*
Input: uinput - fix crash when mixing old and new init style
Dmitry Torokhov
2017-02-01
1
-6
/
+14
*
miscdevice: Add helper macro for misc device boilerplate
PrasannaKumar Muralidharan
2016-08-31
1
-13
/
+2
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2016-05-27
1
-0
/
+6
|
\
|
*
Input: uinput - handle compat ioctl for UI_SET_PHYS
Ricky Liang
2016-05-20
1
-0
/
+6
*
|
drivers/input: eliminate INPUT_COMPAT_TEST macro
Andrew Morton
2016-03-25
1
-2
/
+2
|
/
*
Input: uinput - sanity check on ff_effects_max and EV_FF
Elias Vanderstuyft
2015-12-18
1
-0
/
+7
*
Input: uinput - rework ABS validation
David Herrmann
2015-12-18
1
-44
/
+45
*
Input: uinput - add new UINPUT_DEV_SETUP and UI_ABS_SETUP ioctl
Benjamin Tissoires
2015-12-18
1
-3
/
+83
*
Input: uinput - fix crash when using ABS events
Dmitry Torokhov
2015-09-21
1
-1
/
+1
*
Input: uinput - switch to using for_each_set_bit()
Anshul Garg
2015-07-09
1
-4
/
+2
*
Input: uinput - add UI_GET_VERSION ioctl
David Herrmann
2014-07-21
1
-0
/
+6
*
Input: uinput - uinput_validate_absbits() cleanup
David Herrmann
2014-07-21
1
-19
/
+22
*
Input: uinput - add UI_GET_SYSNAME ioctl to retrieve the sysfs path
Benjamin Tissoires
2014-02-12
1
-0
/
+43
*
Input: uinput - breaks by goto out in uinput_ioctl_handler
Benjamin Tisssoires
2014-01-30
1
-29
/
+27
*
Input: uinput - support injecting multiple events in one write() call
Ryan Mallon
2013-09-19
1
-8
/
+18
*
Merge branch 'for-next' of git://github.com/rydberg/linux into next
Dmitry Torokhov
2012-10-01
1
-1
/
+1
|
\
|
*
Input: MT - Add flags to input_mt_init_slots()
Henrik Rydberg
2012-09-19
1
-1
/
+1
*
|
Input: uinput - fix formatting
Dmitry Torokhov
2012-08-21
1
-10
/
+18
*
|
Input: uinput - specify exact bit sizes on userspace APIs
Dmitry Torokhov
2012-08-21
1
-5
/
+6
*
|
Input: uinput - mark failed submission requests as free
Dmitry Torokhov
2012-08-21
1
-38
/
+40
*
|
Input: uinput - fix race that can block nonblocking read
Dmitry Torokhov
2012-08-21
1
-30
/
+44
*
|
Input: uinput - return -EINVAL when read buffer size is too small
David Herrmann
2012-08-21
1
-0
/
+3
*
|
Input: uinput - take event lock when fetching events from buffer
Dmitry Torokhov
2012-08-21
1
-3
/
+24
|
/
*
Input: uinput - allow for 0/0 min/max on absolute axes.
Peter Hutterer
2011-03-31
1
-1
/
+5
*
Input: uinput - reversed test in uinput_setup_device()
Dan Carpenter
2011-02-21
1
-1
/
+1
*
Input: uinput - use memdup_user() and friends
Dmitry Torokhov
2011-02-21
1
-25
/
+10
*
Input: uinput - fix setting up device name
David Herrmann
2011-02-21
1
-7
/
+6
[next]