index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
evdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-05
Input: evdev - sanitize event type index when fetching event masks
Dmitry Torokhov
1
-1
/
+4
2026-08-03
Input: evdev - fix information leak in evdev_pass_values()
Dmitry Torokhov
1
-10
/
+12
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-07-01
Input: evdev - switch matching to EV_SYN
Dmitry Torokhov
1
-2
/
+6
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-08-23
Input: evdev - limit amount of data for writes
Dmitry Torokhov
1
-0
/
+7
2024-07-08
Input: make events() method return number of events processed
Dmitry Torokhov
1
-2
/
+4
2024-07-08
Input: evdev - remove ->event() method
Dmitry Torokhov
1
-12
/
+0
2023-09-30
Input: evdev - annotate struct evdev_client with __counted_by
Kees Cook
1
-1
/
+1
2020-10-06
Input: evdev - per-client waitgroups
Kenny Levinsen
1
-10
/
+9
2020-05-17
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-22
Input: evdev - call input_flush_device() on release(), not flush()
Brendan Shanks
1
-15
/
+4
2020-04-18
Input: evdev - use keyed wakeups
Kenny Levinsen
1
-3
/
+4
2020-01-10
Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()
Miles Chen
1
-4
/
+1
2019-12-13
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-13
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-03
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-01
Input: evdev - switch to bitmap API
Andy Shevchenko
1
-9
/
+7
2018-02-11
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-09
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-26
Input: evdev - add event-mask API
David Herrmann
1
-2
/
+232
2015-09-03
Input: evdev - do not report errors form flush()
Takashi Iwai
1
-9
/
+4
2015-05-15
Input: evdev - use kvfree() in evdev_release()
Pekka Enberg
1
-4
/
+1
2015-02-05
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-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-16
/
+44
2014-12-17
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-14
Merge tag 'v3.15-rc5' into next
Dmitry Torokhov
1
-1
/
+3
2014-05-14
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-09
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
[next]