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
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
/
evdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-07
Input: evdev - per-client waitgroups
Kenny Levinsen
1
-10
/
+9
2020-05-18
Merge branch 'for-linus' into next
Dmitry Torokhov
1
-15
/
+4
2020-05-12
Merge tag 'v5.6' into next
Dmitry Torokhov
1
-11
/
+8
2020-04-23
Input: evdev - call input_flush_device() on release(), not flush()
Brendan Shanks
1
-15
/
+4
2020-04-19
Input: evdev - use keyed wakeups
Kenny Levinsen
1
-3
/
+4
2020-01-11
Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()
Miles Chen
1
-4
/
+1
2019-12-14
Input: input_event - fix struct padding on sparc64
Arnd Bergmann
1
-7
/
+7
2019-07-25
Input: allow drivers specify timestamp for input events
Atif Niyaz
1
-27
/
+8
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-4
/
+3
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
1
-1
/
+1
2019-04-04
Input: evdev - use struct_size() in kzalloc() and vzalloc()
Gustavo A. R. Silva
1
-4
/
+3
2018-10-05
Input: evdev - add a schedule point in evdev_write()
Dmitry Torokhov
1
-0
/
+1
2018-08-02
Input: evdev - switch to bitmap API
Andy Shevchenko
1
-9
/
+7
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-3
/
+3
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-7
/
+13
2018-01-10
Input: extend usable life of event timestamps to 2106 on 32 bit systems
Deepa Dinamani
1
-7
/
+13
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-03-21
input: utilize new cdev_device_add helper function
Logan Gunthorpe
1
-9
/
+2
2015-10-31
Input: evdev - fix bug in checking duplicate clock change request
Aniroop Mathur
1
-17
/
+19
2015-10-27
Input: evdev - add event-mask API
David Herrmann
1
-2
/
+232
2015-09-04
Input: evdev - do not report errors form flush()
Takashi Iwai
1
-9
/
+4
2015-05-16
Input: evdev - use kvfree() in evdev_release()
Pekka Enberg
1
-4
/
+1
2015-02-06
Input: evdev - do not queue SYN_DROPPED if queue is empty
Dmitry Torokhov
1
-11
/
+23
2015-01-15
Merge tag 'v3.19-rc4' into next
Dmitry Torokhov
1
-1
/
+1
2015-01-15
Input: evdev - flush pending events on clock type change
Anshul Garg
1
-23
/
+32
2014-12-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-16
/
+44
2014-12-18
Input: evdev - add CLOCK_BOOTTIME support
Aniroop Mathur
1
-16
/
+44
2014-12-03
drivers/input/evdev.c: don't kfree() a vmalloc address
Andrew Morton
1
-1
/
+1
2014-10-07
Input: evdev - fix EVIOCG{type} ioctl
Dmitry Torokhov
1
-5
/
+8
2014-07-23
input: evdev: Use ktime_mono_to_real()
Thomas Gleixner
1
-4
/
+3
2014-05-15
Merge tag 'v3.15-rc5' into next
Dmitry Torokhov
1
-1
/
+3
2014-05-15
Input: evdev - get rid of old workaround for EVIOCGBIT
Dmitry Torokhov
1
-18
/
+0
2014-03-29
Input: don't modify the id of ioctl-provided ff effect on upload failure
Elias Vanderstuyft
1
-1
/
+3
2013-10-31
Input: evdev - fall back to vmalloc for client event buffer
Daniel Stone
1
-4
/
+12
2013-09-07
Input: evdev - add EVIOCREVOKE ioctl
David Herrmann
1
-6
/
+31
2013-06-10
Input: evdev - flush queues during EVIOCGKEY-like ioctls
David Herrmann
1
-4
/
+129
2012-10-22
Input: fix use-after-free introduced with dynamic minor changes
Dmitry Torokhov
1
-2
/
+1
2012-10-08
Input: extend the number of event (and other) devices
Dmitry Torokhov
1
-66
/
+33
2012-09-19
Input: evdev - Add the events() callback
Henrik Rydberg
1
-21
/
+47
2012-09-19
Input: Break out MT data
Henrik Rydberg
1
-4
/
+6
2012-05-02
Input: evdev - properly handle read/write with count 0
Dmitry Torokhov
1
-23
/
+38
2012-05-02
Input: evdev - properly access RCU-protected 'grab' data
Dmitry Torokhov
1
-3
/
+5
2012-03-20
Merge branch 'next' into for-linus
Dmitry Torokhov
1
-5
/
+47
2012-03-09
Merge branch 'for-next' of github.com:rydberg/linux into next
Dmitry Torokhov
1
-1
/
+26
2012-03-09
Merge commit 'v3.3-rc6' into next
Dmitry Torokhov
1
-1
/
+1
2012-02-24
Input: evdev - fix variable initialisation
Heiko Stübner
1
-1
/
+1
2012-02-09
Input: Add EVIOC mechanism for MT slots
Henrik Rydberg
1
-1
/
+26
2012-02-03
Input: add infrastructure for selecting clockid for event time stamps
John Stultz
1
-4
/
+21
2012-02-01
Input: evdev - fix variable initialisation
Heiko Stübner
1
-1
/
+1
[next]