aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/evdev.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-30Input: evdev - annotate struct evdev_client with __counted_byKees Cook1-1/+1
2020-10-06Input: evdev - per-client waitgroupsKenny Levinsen1-10/+9
2020-05-17Merge branch 'for-linus' into nextDmitry Torokhov1-15/+4
2020-05-12Merge tag 'v5.6' into nextDmitry Torokhov1-11/+8
2020-04-22Input: evdev - call input_flush_device() on release(), not flush()Brendan Shanks1-15/+4
2020-04-18Input: evdev - use keyed wakeupsKenny Levinsen1-3/+4
2020-01-10Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()Miles Chen1-4/+1
2019-12-13Input: input_event - fix struct padding on sparc64Arnd Bergmann1-7/+7
2019-07-25Input: allow drivers specify timestamp for input eventsAtif Niyaz1-27/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-4/+3
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-03Input: evdev - use struct_size() in kzalloc() and vzalloc()Gustavo A. R. Silva1-4/+3
2018-10-05Input: evdev - add a schedule point in evdev_write()Dmitry Torokhov1-0/+1
2018-08-01Input: evdev - switch to bitmap APIAndy Shevchenko1-9/+7
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-7/+13
2018-01-09Input: extend usable life of event timestamps to 2106 on 32 bit systemsDeepa Dinamani1-7/+13
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-03-21input: utilize new cdev_device_add helper functionLogan Gunthorpe1-9/+2
2015-10-31Input: evdev - fix bug in checking duplicate clock change requestAniroop Mathur1-17/+19
2015-10-26Input: evdev - add event-mask APIDavid Herrmann1-2/+232
2015-09-03Input: evdev - do not report errors form flush()Takashi Iwai1-9/+4
2015-05-15Input: evdev - use kvfree() in evdev_release()Pekka Enberg1-4/+1
2015-02-05Input: evdev - do not queue SYN_DROPPED if queue is emptyDmitry Torokhov1-11/+23
2015-01-15Merge tag 'v3.19-rc4' into nextDmitry Torokhov1-1/+1
2015-01-15Input: evdev - flush pending events on clock type changeAnshul Garg1-23/+32
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-16/+44
2014-12-17Input: evdev - add CLOCK_BOOTTIME supportAniroop Mathur1-16/+44
2014-12-03drivers/input/evdev.c: don't kfree() a vmalloc addressAndrew Morton1-1/+1
2014-10-07Input: evdev - fix EVIOCG{type} ioctlDmitry Torokhov1-5/+8
2014-07-23input: evdev: Use ktime_mono_to_real()Thomas Gleixner1-4/+3
2014-05-14Merge tag 'v3.15-rc5' into nextDmitry Torokhov1-1/+3
2014-05-14Input: evdev - get rid of old workaround for EVIOCGBITDmitry Torokhov1-18/+0
2014-03-29Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft1-1/+3
2013-10-31Input: evdev - fall back to vmalloc for client event bufferDaniel Stone1-4/+12
2013-09-07Input: evdev - add EVIOCREVOKE ioctlDavid Herrmann1-6/+31
2013-06-09Input: evdev - flush queues during EVIOCGKEY-like ioctlsDavid Herrmann1-4/+129
2012-10-22Input: fix use-after-free introduced with dynamic minor changesDmitry Torokhov1-2/+1
2012-10-08Input: extend the number of event (and other) devicesDmitry Torokhov1-66/+33
2012-09-19Input: evdev - Add the events() callbackHenrik Rydberg1-21/+47
2012-09-19Input: Break out MT dataHenrik Rydberg1-4/+6
2012-05-02Input: evdev - properly handle read/write with count 0Dmitry Torokhov1-23/+38
2012-05-02Input: evdev - properly access RCU-protected 'grab' dataDmitry Torokhov1-3/+5
2012-03-19Merge branch 'next' into for-linusDmitry Torokhov1-5/+47
2012-03-09Merge branch 'for-next' of github.com:rydberg/linux into nextDmitry Torokhov1-1/+26
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov1-1/+1
2012-02-24Input: evdev - fix variable initialisationHeiko Stübner1-1/+1
2012-02-09Input: Add EVIOC mechanism for MT slotsHenrik Rydberg1-1/+26
2012-02-03Input: add infrastructure for selecting clockid for event time stampsJohn Stultz1-4/+21
2012-02-01Input: evdev - fix variable initialisationHeiko Stübner1-1/+1
2011-12-30Input: evdev - do not block waiting for an event if fd is nonblockDima Zavin1-8/+7
2011-12-30Input: evdev - if no events and non-block, return EAGAIN not 0Dima Zavin1-0/+3
2011-12-30Input: evdev - only allow reading events if a full packet is presentDima Zavin1-1/+1
2011-06-18Input: evdev - try to wake up readers only if we have full packetDmitry Torokhov1-1/+2
2011-05-12Input: remove useless synchronize_rcu() callsEric Dumazet1-2/+0
2011-04-26Input: evdev - only signal polls on full packetsJeff Brown1-6/+11
2011-04-12Input: evdev - indicate buffer overrun with SYN_DROPPEDJeff Brown1-12/+21
2011-02-27Input: evdev - fix evdev_write return value on partial writesPeter Korsgaard1-4/+6
2011-01-06Merge branch 'next' into for-linusDmitry Torokhov1-7/+12
2010-12-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/...Dmitry Torokhov1-0/+4
2010-12-20Input: introduce device propertiesHenrik Rydberg1-0/+4
2010-12-14Input: define separate EVIOCGKEYCODE_V2/EVIOCSKEYCODE_V2Dmitry Torokhov1-55/+58
2010-11-30Input: use pr_fmt and pr_<level>Joe Perches1-7/+8
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-20/+80
2010-10-24Merge branch 'next' into for-linusDmitry Torokhov1-20/+80
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+2
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2010-10-18Input: evdev - fix EVIOCSABS regressionDaniel Mack1-1/+1
2010-10-18Input: evdev - fix Ooops in EVIOCGABS/EVIOCSABSDaniel Mack1-0/+6
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-09-09Input: add support for large scancodesMauro Carvalho Chehab1-20/+80
2010-08-19input: __rcu annotationsArnd Bergmann1-1/+1
2010-08-02Input: evdev - rearrange ioctl handlingDmitry Torokhov1-68/+73
2010-08-02Input: dynamically allocate ABS informationDaniel Mack1-16/+5
2010-08-02Input: switch to input_abs_*() access functionsDaniel Mack1-13/+13
2010-07-15Input: evdev - signal that device is writable in evdev_poll()Dmitry Torokhov1-2/+7
2010-07-15Input: change input handlers to use bool when possibleDmitry Torokhov1-3/+3
2010-07-15Input: introduce MT event slotsHenrik Rydberg1-0/+4
2010-06-23Input: evdev - never leave the client buffer empty after writeHenrik Rydberg1-3/+7
2010-06-23Input: evdev - use driver hint to compute size of event bufferHenrik Rydberg1-2/+7
2010-06-23Input: evdev - convert to dynamic event bufferHenrik Rydberg1-5/+17
2010-03-08Input: scancode in get/set_keycodes should be unsignedDmitry Torokhov1-1/+1
2010-02-04Input: mark input interfaces as non-seekableDmitry Torokhov1-0/+2
2010-01-06Input: evdev - be less aggressive about sending SIGIO notifiesAdam Jackson1-1/+2
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-07-13Input: fix EVIOCGNAME/JSIOCGNAME regressionDaniel Mack1-2/+1
2009-06-19Input: synaptics - add support for reporting x/y resolutionTero Saarni1-3/+9
2009-05-11Input: simplify name handling for certain input handlesThadeu Lima de Souza Cascardo1-5/+4
2009-03-16Rationalize fasync return valuesJonathan Corbet1-4/+1
2008-12-20Merge commit 'v2.6.28-rc9' into nextDmitry Torokhov1-1/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-27Input: refactor evdev 32bit compat to be shareable with uinputPhilip Langdale1-189/+8
2008-08-19Input: evdev - fix printf() format for sizeofGeert Uytterhoeven1-2/+2
2008-08-08Input: paper over a bug in Synaptics X driverDmitry Torokhov1-1/+20
2008-08-08Input: evdev - split EVIOCGBIT handlig into a separate functionLinus Torvalds1-20/+24
2008-06-30Input: fix force feedback upload issue in compat modeAdam Dawidowski1-11/+90
2008-04-01Input: make sure input interfaces pin parent input devicesDmitry Torokhov1-4/+2
2008-03-30evdev: Release eventual input device grabs when getting disconnectedBjörn Steinbrink1-0/+3
2008-01-21Input: Add proper locking when changing device's keymapDmitry Torokhov1-3/+3
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-6/+6
2007-10-13Input: use full RCU APIDmitry Torokhov1-13/+9
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-1/+1
2007-10-12Input: fix open count handling in input interfacesOliver Neukum1-1/+4
2007-08-30Input: evdev - implement proper lockingDmitry Torokhov1-240/+473
2007-07-31[MIPS] Fixup secure computing stuff.Ralf Baechle1-1/+1
2007-07-10Input: convert from class devices to standard devicesDmitry Torokhov1-42/+42
2007-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2007-06-03Input: reduce raciness when input handlers disconnectDmitry Torokhov1-1/+1
2007-05-11Input: evdev - fix overflow in compat_ioctlKenichi Nagai1-1/+1
2007-05-08Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+3
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-3/+3
2007-05-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds1-101/+132
2007-05-03Input: evdev - fix some sparse warnings (signedness, shadowing)Dmitry Torokhov1-3/+3
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-2/+2
2007-04-12Input: handlers - handle errors from input_open_device()Dmitry Torokhov1-2/+9
2007-04-12Input: handlers - rename 'list' to 'client'Dmitry Torokhov1-70/+80
2007-04-12Input: rework handle creation codeDmitry Torokhov1-11/+36
2007-03-14Input: add getkeycode and setkeycode methodsMarvin Raaijmakers1-20/+9
2006-09-14Input: make input_register_handler() return error codesDmitry Torokhov1-2/+1
2006-09-14Input: constify input coreDmitry Torokhov1-3/+4
2006-07-19Input: implement new force feedback interfaceAnssi Hannula1-17/+15
2006-07-06Input: introduce input_inject_event() functionDmitry Torokhov1-3/+3
2006-07-06Input: remove accept method from input_devDmitry Torokhov1-4/+0
2006-06-26Input: fix formatting to better follow CodingStyleDmitry Torokhov1-2/+8
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-1/+1
2006-04-29Input: ressurect EVIOCGREP and EVIOCSREPDmitry Torokhov1-0/+21
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn1-4/+2
2006-01-12[PATCH] ia64: task_pt_regs()Al Viro1-1/+1
2006-01-11[PATCH] x86_64: Implement is_compat_task the right wayAndi Kleen1-1/+3
2006-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-280/+213
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-1/+1
2005-12-11Input: evdev - consolidate compat and regular codeDmitry Torokhov1-280/+213
2005-10-31Input: evdev - allow querying SW state from compat ioctlDmitry Torokhov1-0/+3
2005-10-31Input: evdev - allow querying EV_SW bits from compat_ioctlDmitry Torokhov1-0/+1
2005-10-28[PATCH] INPUT: Create symlinks for backwards compatibilityGreg Kroah-Hartman1-2/+8
2005-10-28[PATCH] INPUT: rename input_dev_class to input_class to be correct.Greg Kroah-Hartman1-2/+2
2005-10-28[PATCH] INPUT: move the input class devices under their new input_dev devicesGreg Kroah-Hartman1-3/+3
2005-10-28[PATCH] Input: kill devfs referencesDmitry Torokhov1-4/+0
2005-10-28[PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman1-1/+1
2005-09-09Manual merge with LinusDmitry Torokhov1-1/+11
2005-09-09[PATCH] trivial __user annotations (evdev)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] Input: Add a new switch event typeRichard Purdie1-0/+8
2005-09-05[PATCH] mips: kludge envdev to build for 64-bit MIPS with 32-bit compatRalf Baechle1-0/+2
2005-09-04Input: fix checking whether new keycode fits size-wiseIan Campbell1-1/+1
2005-07-24Input: check keycodesize when adjusting keymapsVojtech Pavlik1-0/+1
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds1-80/+327
2005-06-20[PATCH] INPUT: move to use the new class code, instead of class_simplegregkh@suse.de1-4/+5
2005-05-29Input: Make EVIOSCSABS work in evdev.Vojtech Pavlik1-199/+180
2005-05-29Input: Fix a warning in evdev's 32-bit emulation code.Vojtech Pavlik1-0/+2
2005-05-29Input: Add support for 32-bit emulation on 64-bit platforms for evdev.Juergen Kreileder1-2/+266
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+492