- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / drivers / input / misc / uinput.c
2010-06-08 Jeff Mahoney- patches.arch/x86_mce_intel_decode_physical_address...
2010-02-04 Dmitry TorokhovInput: uinput - mark as non-seekable
2010-01-30 Thadeu Lima de Sou... Input: uinput - remove BKL from uinput_open function
2009-10-04 Alexey Dobriyanheaders: remove sched.h from poll.h
2009-05-16 Aristeu Sergio Roz... Input: uinput - flush all pending ff effects before...
2008-10-28 Philip LangdaleInput: refactor evdev 32bit compat to be shareable...
2008-07-23 Huang WeiyiInput: uinput - remove duplicate include
2008-07-02 Arnd Bergmannuinput: BKL pushdown
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-05-03 Mike FrysingerInput: pull input.h into uinpit.h
2007-04-12 Dmitry TorokhovInput: drivers/input/misc - don't access dev->private...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 3
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-07-19 Anssi HannulaInput: uinput - switch to the new FF interface
2006-02-19 Dmitry TorokhovInput: uinput - semaphore to mutex conversion
2005-11-20 Dmitry TorokhovInput: uinput - don't use "interruptible" in FF code
2005-11-20 Dmitry TorokhovInput: uinput - add UI_SET_SWBIT ioctl
2005-11-20 Dmitry TorokhovInput: uinput - convert to dynalloc allocation
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: misc remaining drivers
2005-10-18 Dmitry Torokhov[PATCH] uniput - fix crash on SMP
2005-07-02 Greg Kroah-HartmanUpdate to 2.6.13-rc1-git3
2005-06-30 Dmitry TorokhovInput: make name, phys and uniq be 'const char *' becau...
2005-06-30 Dmitry TorokhovInput: uinput - use completions instead of events and...
2005-06-30 Dmitry TorokhovInput: clean up uinput driver (formatting, extra braces)
2005-06-01 Ian CampbellInput: return correct value when setting up absolute...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-02-28 Vojtech PavlikMon Feb 28 17:57:31 CET 2005 - vojtech@suse.cz
2004-09-20 Vojtech PavlikFix the input update patches to patch correctly and...
2004-06-24 Vojtech PavlikMerge suse.cz:/data/bk/linus into suse.cz:/data/bk...
2004-06-18 Alexander Viro[PATCH] sparse: drivers/input annotations
2004-05-31 Vojtech Pavlikinput: Return 0 from uinput poll if device isn't yet...
2004-05-29 Vojtech Pavlikinput: Fix an oops in poll() on uinput. Thanks to...
2004-04-22 Dmitry TorokhovInput: trailing whitespace fixes
2003-08-14 Andrew Morton[PATCH] uinput oops and panic fix
2003-08-14 Andrew Morton[PATCH] Kill warning in drivers/input/misc/uinput.c...
2003-06-20 Neil Browninput: Three fixes for the uinput userspace input devic...
2003-05-26 Ben Collins[PATCH] drivers/* strlcpy conversions
2003-04-30 Randy Dunlap[PATCH] uinput.c: reduce stack usage
2002-11-17 Alexander Viro[PATCH] more bogus MOD_INC_USE_COUNT removals
2002-10-11 Zach WelchSeveral fixes in the uinput.c userspace input driver...
2002-10-09 Vojtech PavlikFix oops when 'cat /dev/uinput' is done. Used wait_even...
2002-08-25 Vojtech PavlikThis (re)implements getkeycode/setkeycode, kbd_rate...