aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/serio_raw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-10Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov1-25/+29
2011-10-10Input: serio_raw - kick clients when disconnecting portDmitry Torokhov1-6/+23
2011-10-10Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov1-8/+13
2011-10-10Input: serio_raw - fix coding style issuesDmitry Torokhov1-5/+9
2011-10-10Input: serio_raw - use dev_*() for messagesDmitry Torokhov1-5/+7
2011-10-10Input: serio_raw - use bool for boolean dataDmitry Torokhov1-3/+3
2011-10-10Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov1-3/+5
2011-10-10Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov1-36/+39
2011-10-10Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov1-15/+13
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-03-09Input: serio_raw - remove BKLThadeu Lima de Souza Cascardo1-6/+5
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-03-16Rationalize fasync return valuesJonathan Corbet1-3/+1
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-09-10Input: serio_raw - allow attaching to translated (SERIO_I8042XL) portsNiels de Vos1-0/+6
2008-07-02serio: BKL pushdownArnd Bergmann1-1/+5
2007-07-10Input: serio_raw - shut up errorneous warningAndrew Morton1-1/+1
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-1/+1
2006-12-01Driver core: change misc class_devices to be real devicesGreg Kroah-Hartman1-1/+1
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita1-2/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn1-4/+2
2006-02-19Input: serio - semaphore to mutex conversionArjan van de Ven1-11/+12
2005-07-11Input: serio_raw - link serio_raw misc device to correspondingDmitry Torokhov1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+403